[Tex/LaTex] Use \mathrm by default

fontsmath-moderoman

How can I get roman font by default in math mode?

Best Answer

Add the following code to the preamble, basically what it does is changing the default symbol font for letters to the Roman font.

\DeclareSymbolFont{letters}{OT1}{cmr}{m}{n}