What is this?
Hi, I am facing a problem to copy the Maple output into SWP5.0. When I paste the output, generated by
print(expression,latex);
in SWP it remains mere ASCII. Kindly guide me. Thanx.
lprint(latex(expression)) ? That should give you a string which should be interpreted as proper LaTeX.
lprint(latex(expression))
LaTeX - yes. Proper - no.
Alec
Comments
Perhaps you meant?
lprint(latex(expression))? That should give you a string which should be interpreted as proper LaTeX.proper LaTeX
LaTeX - yes. Proper - no.
Alec