axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] RE: string input


From: William Sit
Subject: Re: [Axiom-developer] RE: string input
Date: Sat, 21 May 2005 21:23:39 -0400


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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]