Martin, 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. Regards, Bill Page. On Mon, Nov 3, 2008 at 8:48 AM, Martin Rubey <[EMAIL PROTECTED]> wrote: > Dear Bill, > > I'd like to reuse the algorithm used on MathAction for display of long > LaTeX'ed > output, i.e., the linebreaker program mentioned on > > http://axiom-wiki.newsynthesis.org/SandBoxVeryLongLaTeX > > Could you send me the code? Currently I do > > \documentclass{article} > \usepackage[active,dvips,tightpage,displaymath]{preview} > \begin{document} > \begin{preview} > > % Here goes the LaTeX output of FriCAS > > \end{preview} > \end{document} > > then > > latex result.tex > dvipng -o result.png result.dvi > > Which works well, but doesn't like long LaTeX output... > > many thanks, > > 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 -~----------~----~----~----~------~----~------~--~---
