8 Jun
2013
8 Jun
'13
3:37 p.m.
Am 08.06.2013 um 16:51 schrieb Steffen Wolfrum
Am 08.06.2013 um 16:18 schrieb Wolfgang Schuster:
Am 08.06.2013 um 12:53 schrieb Steffen Wolfrum
: Hi friends,
we need to run MathML inside \sym (see below). Is there a way to solve the error "! Argument of \buff_gobble has an extra }."
You can’t use \startbuffer … \stopbuffer in other commands but with \setbuffer there is a command which can be used here.
\sym{\setbuffer … \endbuffer\processxmlbuffer}
great, thanks. but this immediately gives the next error: "invalid xml file - parsed text"
what's wrong with the code below?
Replace the < operator with <
[…] <mo xmlns="http://www.w3.org/1998/Math/MathML"><</mo> […]
Wolfgang