Linked Questions
11 questions linked to/from Is it possible to change/customize some conversions done by TeXForm?
25 votes
5 answers
2k views
How can one manually change the rule ordering
I have a function which has some general behavior, but that should act on some specific kinds of objects in some other way. I know that Mathematica is supposed to automatically order the rules so that ...
24 votes
4 answers
3k views
Format and TeXForm does not work as expected
Recently, we had a nice question which brought up an issue that I believe is a bug. In the tutorial Defining Output Formats, there is an example at the end which doesn't make sense: This specifies ...
16 votes
3 answers
2k views
TeXForm and large brackets (\Biggl[ etc)
Goal I am trying to export a very long expression like expr = c1*bracket1[a+b+c2*bracket2[d+e+f...]]+... to LaTeX using ...
4 votes
5 answers
562 views
Special notation using round brackets and avoiding commas (for $\LaTeX$ input)?
Internally, when I work with mathematica I use a notation like br[1,2,3,4] to denote some quantities. Then I would like to export the results in ...
10 votes
2 answers
308 views
Bad Latex generated when using TeXForm with another answer solution
Update Thanks to answer below by Carl Woll, I've put my notebook where it contains all the settings and code needed to use for better Latex formatting if others want to use it. This will save you the ...
8 votes
2 answers
429 views
Personalize Copy As LaTeX
Built-in functions in formulas copied as $\LaTeX$ code from output cells are sometimes messy. I'd like to find a way to simplify the way this code is generated. There is one concrete instance that I'd ...
4 votes
2 answers
280 views
Change TeXForm of ArcTan
When using ArcTan, the corresponding TeXForm is tan^{-1} and not \arctan which I would ...
3 votes
1 answer
2k views
How to Custominze the Output of TeXForm
When working with complicated expressions I would like to easily export specific expressions to LaTex. The ideal solution for me is the TeXForm command, but many times when using it I would like to ...
6 votes
1 answer
233 views
question on using TeXUtilities. Why it needs to be called twice to work
I find strange behavior of TeXUtilities by @jkuczm which I do not understand how to fix. I find I have to call TeXForm two times for it to start working. Here is ...
4 votes
1 answer
140 views
How to fix the TeXForm issue of Indexed?
There is a useful (undocumented) feature of Indexed: the indices can be tagged by Up|Down, and then the scripts will be ...
5 votes
1 answer
161 views
why changing the order of `Format` causes error?
I am trying the solution given in is-it-possible-to-change-customize-some-conversions-done-by-texform which works very well except changing the order of the Format ...