I am trying to see if I can write the latex output to a file directly. i.e. 
not using )spool command.

But when I do the following

------------------------------------
)set output algebra off
)set output tex /home/me/data/output.txt 
          TeX output will be written to file /home/me/data/output.txt .
ii:=integrate(1/(a^2-b^2*x^2), x)

                                         Type: 
Union(Expression(Integer),...)
)set output tex off
----------------------------------------

I see the file /home/me/data/output.txt gets created OK each time, but it 
is always empty.

Even after I quite Fricas, it is still empty. I thought it did not flush 
the data.

How to make the write work in the above? Do I need additional commands?

Using 1.3.2 on Linux.
Thanks
--Nasser

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.
  • [fricas-devel] why... 'Nasser M. Abbasi' via FriCAS - computer algebra system

Reply via email to