jkuczm / MathematicaTeXUtilities

Tools useful for customizing TeX output of Mathematica.
http://jkuczm.github.io/MathematicaTeXUtilities/
MIT License
10 stars 3 forks source link

Add list of formatting rules not attached to specific symbols #2

Open jkuczm opened 10 years ago

jkuczm commented 10 years ago

Rules assigned via Format are always attached to specific symbols.

In some cases it would be more convenient to have "global" rules not attached to specific symbols, e.g. one rule for converting f1[x_], f2[x_], ... to \f{x}_1, \f{x}_2, ... instead of multiple rules, each assigned to specific f<i>.

It would be different than "BoxRules" option of ConvertTeXBoxesToTeX since this would operate at expression level and not at box level.

Implement this as option for ApplyTeXFormFormat?