Questions tagged [mathcode]
20 questions
3
votes
1 answer
Making f active in math mode
I am trying to correct a spacing issue in mathspec. I wish to add an extra space after the letter f in math mode, but only if it is not followed by a subscript. I don't want to do this manually every time, so I have tried this…
Luca B.
- 339
0
votes
1 answer
Minus Symbol in the table environment
Hi! :)
with
\usepackage{amsmath}
\mathchardef\mhyphen="2D
{\catcode`-=\active\gdef-{\mhyphen}}
\AtBeginEnvironment{table}{\mathcode`-="8000}
it was possible for me to shorten the minus symbol in the table-environment. In my table I also got some…
MaZie
- 3