jkuczm / MathematicaCellsToTeX

Convert Mathematica cells to TeX, retaining formatting.
Other
57 stars 10 forks source link

Fix handling of options of formatting boxes #8

Closed jkuczm closed 8 years ago

jkuczm commented 8 years ago

Before this fix, conversion of "formatting" boxes like SuperscriptBox was converting all box arguments including options, which lead to errors, since options are not supported boxes.

Now those options are ignored.

Fixes #7.