William Sit wrote:
>
> Bill:
>
> And you can get LaTex output string:
>
> (16) -> )lisp (|parseAndInterpret|
> "integrate(sin(x),x)::TexFormat::OutputForm")
>
> (16) ["$$","-{\cos ","\left(","{x} ","\right)}","$$"]
> Type: OutputForm
> Value = ((|OutputForm|) WRAPPED BRACKET (AGGLST "\"$$\"" "\"-{\\cos \""
> "\"\\left(\"" "\"{x} \"" "\"\\right)}\"" "\"$$\""))
A better way for TeX output:
(18) -> )lisp (|parseAndInterpret| "tex(integrate(sin(x),x)::TexFormat)")
(18) ["-{\cos \left( {x} \right)}"]
Type: List String
Value = ((|List| (|String|)) WRAPPED "-{\\cos \\left( {x} \\right)}")
William
_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer