296
296
| STARTDMATH ENDMATH {/* ditto */}
297
297
| STARTMATH compoundTermList ENDMATH {
298
298
char ** r = (char **) ret_str;
299
char * s = itex2MML_copy3("<math xmlns='http://www.w3.org/1998/Math/MathML' display='inline'>", $2, "</math>");
299
char * p = itex2MML_copy3("<math xmlns='http://www.w3.org/1998/Math/MathML' display='inline'><semantics><mrow>", $2, "</mrow><annotation encoding='application/x-tex'>");
302
305
(*r) = (s == itex2MML_empty_string) ? 0 : s;