Hello,
I have some calculations made in Maple which I would to directly put in my latex-document (just like putting pdf-files in latex). any suggestions ?
thanks.
General ⇒ Maple in latex
NEW: TikZ book now 40% off at Amazon.com for a short time.
Re: Maple in latex
Maple 12 (I don't know about earlier versions) has the "latex" command. From the Maple 12 help file:
latex - produce output suitable for LaTeX 2e printing
Calling Sequence
latex(expr)
latex(expr, filename)
latex(expr, filename, 'append')
Parameters
expr - any expression
filename - (optional) file in which to put the output
append - (optional) append to the output file filename instead of overwriting it
Regards,
ChE
latex - produce output suitable for LaTeX 2e printing
Calling Sequence
latex(expr)
latex(expr, filename)
latex(expr, filename, 'append')
Parameters
expr - any expression
filename - (optional) file in which to put the output
append - (optional) append to the output file filename instead of overwriting it
Regards,
ChE