On Mon, Nov 3, 2008 at 2:10 PM, Martin Rubey wrote: > Bill Page writes: > >> Take a look in the MathAction repository here: >> >> http://zwiki.newsynthesis.org/plugins/mathaction/ >> >> The program is: texbreaker.c. This is just a lightly hacked version >> of the original program by Bob Sutor that allows it to be called as >> a subroutine. For how to build it see: texbreaker.mak. There is also >> a swig wrapper that allows it to be called from Python. I guess you >> would have to do something similar for emacs. > > Sorry Bill, I'm totally lost. Ideally, I'd like to have an executable > that takes a string (the latex code) and outputs a new string. >
Do you mean read from stdin, transform, then write to stdout? That is exactly what the original program did. All I did was put a wrapper around that so it could be called as a library and avoid all that overhead. Tim Daly sent the original code for texbreak to the axiom-developer list here: http://lists.nongnu.org/archive/html/axiom-developer/2003-09/msg00101.html Perhaps you can use it exactly in it's original form? > I tried to use breqn, but with limited success, which I find a little > sad, since it seems to be pretty standard. > What problems did you have with breqn? Regards, Bill Page. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
