I have used the
$ ... $
command to insert numbers etc throughout the text of my document. However, now that I look at it, I don't like that the math in the text has the same size as the text itself. To make the numbers, units, formulars, etc. stand out more, I would like to decrease their fontsize (i.e. the fontsize in the $...$
environment) to \small
(my text is in \normalsize
), instead of them being written in \normalsize
.NOTE: I don't want to change the fontzise in the
\begin{equation}-\end{equation}
environment!!How can I achieve this? Or is it even possible?
I don't want to use the
\newcommand{}[]{}
since it will be quite cumbersome to replace all $...$
in the text with the newly defined command....Big thanks for your help in advance

Cheers,
chris