From Maple to Scientific Workplace

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.

Comments

JacquesC's picture

Perhaps you meant?

lprint(latex(expression)) ?  That should give you a string which should be interpreted as proper LaTeX.

alec's picture

proper LaTeX

LaTeX - yes. Proper - no.

Alec

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
}