On Fri, 21 Sep 2001, Matthew Arnison wrote:

> * reLyX complains about missing document classes and missing begins and

This is what I have done with Maxima: export the equations as TeX
from Mathematica (or Maxima) and then edit the exported file by a simple
text editor such as Kwrite or Nedit, and add the following lines
in to the beginning:
        \documentclass{article}
        \begin{document}

and the following into the end
        \end{document}

If you do this often, you can automatically this easily
(I can make a script if you want)

Then reLyX should be able to import it.


Reply via email to