Linked Questions

25 votes
5 answers
2k views

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 ...
Lior Blech's user avatar
24 votes
4 answers
3k views

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 ...
halirutan's user avatar
  • 114k
16 votes
3 answers
2k views

Goal I am trying to export a very long expression like expr = c1*bracket1[a+b+c2*bracket2[d+e+f...]]+... to LaTeX using ...
arnd's user avatar
  • 735
4 votes
5 answers
562 views

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 ...
Kagaratsch's user avatar
  • 12.1k
10 votes
2 answers
308 views

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 ...
Nasser's user avatar
  • 156k
8 votes
2 answers
429 views

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 ...
Rol's user avatar
  • 407
4 votes
2 answers
280 views

When using ArcTan, the corresponding TeXForm is tan^{-1} and not \arctan which I would ...
Kutsubato's user avatar
  • 129
3 votes
1 answer
2k views

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 ...
AzJ's user avatar
  • 697
6 votes
1 answer
233 views

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 ...
Nasser's user avatar
  • 156k
4 votes
1 answer
140 views

There is a useful (undocumented) feature of Indexed: the indices can be tagged by Up|Down, and then the scripts will be ...
Acacia's user avatar
  • 3,467
5 votes
1 answer
161 views

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 ...
Nasser's user avatar
  • 156k