Hello Phillippe, I will try to help, but I cannot write the French language
(despite my name).
On Dec 20, 2007 1:33 PM, philippe <[EMAIL PROTECTED]> wrote:
> path:"C:/Documents\ and\ Settings/philippe/Mes\
> documents/informatique/maxima/essai_with_stdout/essai.tex";
> tex("une intégrale en \\latex :",path)$
>
> mais ça ne marche pas (path est ignoré rien n'est envoyé à la fin du
> fichier.
I tried exactly this.
(%i1) path:"k:/temp/tmp.tex";
(%o1) k:/temp/tmp.tex
(%i2) tex(x + y, path);
(%o2) false
(%i3) printfile(path);
$$y+x$$
(%o3) k:/temp/tmp.tex
So it seems to work OK.
I am using Maxima 5.13.0 on Windows XP.
> -Ensuite je ne peux pas envoyer du texte (=pas une formule mathématique)
> de cette manière là. Par exemple :
>
> tex("une intégrale en \\latex :","C:/.../essai.tex")$
>
> envoie dans le fichier tex :
>
> $$\mbox{{}une intégrale en \latex :{}}$$
tex(...) always puts ... in a math formula environment.
If you want plain text, just write print(...).
E.g.
with_stdout ("C:/.../essai.tex",
print ("une intégrale en \\latex :"),
tex ('integrate (sin(x), x)));
Hope this helps!
Robert Dodier
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Maxima-lang-fr mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/maxima-lang-fr