Does anyone any have experience with writing large works (fx. a thesis, BA, ...) in Mathematica and then successfully converting it to LaTeX code of reasonably quality or should I just stick to my trusted Memoir class.
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
use the memoir class and export the code for the mathematica examples from within your LaTeX document. Then run the mathematica examples by a script and insert the created pdfs instead of the source code. Can all be done automatically. |
||||
|
|
publishcommand that allows one to generate LaTeX text with intermixed Matlab output. A notable example of a book written using it is Approximation Theory and Approximation Practice by LN Trefethen – Federico Poloni Jul 12 '12 at 11:46