I am using a class file that defines commands to change the font and font sizes for normal text for different sections of the document, but it leaves the math mode and equation font and font sizes unchanged. Consequently, in one of the sections, all the math is huge compared to the text (and in the wrong font). How do I change the font and font size for all the math in a particular section?
closed as too localized by Andrew Swann, Claudio Fiandrino, Werner, Kurt, Martin Schröder Dec 28 '12 at 22:25
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
|
The first number in |
|||||||||
|
|
I just found something over at Stack Overflow that works for me:
|
||||
|
|
\font\somefont=\frutiger at 7ptand then a command defining a section\def\somesection{\vskip6pt \parskip=8pt \somefont}. Then in the main document the section is enclosed in\begin{somesection}and\end{somesection}commands. – Big Dogg Dec 26 '12 at 23:15\font. :( – egreg Dec 26 '12 at 23:21