Alexander Solovets <[email protected]> writes: > Hello, developers! > > I am going to make TeXmacs plugin for Axiom/Fricas. I know that there > is already axiom plugin, but it seems to be poor and unsupported. The > idea is in following: generate expressions instead of pseudo-graphics > and them parse them to LaTex code. For example: x**3 * x -> fricas - >> x^4 -> Parser -> $x^4$ -> LaTex. I think something like that may > have been already implemented,
Yes. )set output algebra off )set output tex on (However, the routinges that do the texing, need work, I'd say. Especially tex grouping is not done in a satisfactory way. Note that efricas does display latex'ed output, too. Martin -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/fricas-devel?hl=en.
