jkuczm / MathematicaCellsToTeX

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

Fix InputForm conversion of manually formatted boxes #6

Closed jkuczm closed 8 years ago

jkuczm commented 8 years ago

Non-semantic box elements are now stripped before passing boxes to MakeExpression.

MakeExpression can ignore some of them, but some, like whitespace characters next to square brackets in expressions with more than one argument, cause errors.

Fixes #4.