我使用\DeclareMathsizes
比其余文本更大的字体来显示方程式。但这也适用于内联数学。有没有办法从此命令中排除内联数学?
\documentclass[11pt]{report}
\usepackage{amssymb}
\DeclareMathSizes{10.95}{20}{7}{7}
\begin{document}
Some text before an inline math symbol $\alpha_1$ and some text after.\\
\begin{equation}
\alpha = \varepsilon + \vec{c}
\end{equation}
\end{document}