Is this possible to reduce the fontsize for display equations smaller than the normal text font size. I'm using the following tags:
\documentclass[10pt]{book}
\usepackage{amsmath}
\begin{document}
This is for test
\beign{align}
a+b=c
\end{align}
\begin{gather}
a+b=c
\end{gather}
All amsmath environments follows...
\end{document}
Giving each equations \small is a tedious way...
\abovedisplayskipand\belowdisplayskip(can you guess what these parameters control?), I'd check that thesetspacepackage is loaded properly and with the optionnodisplayskipstretch, and I'd make sure that the displaymath enviroments are used correctly, by which I mean, in a manner that doesn't create excessive whitespace. In comparison with these three methods, the vertical space one could save by reducing the font size is pretty much negligible. – Mico Aug 01 '18 at 07:38setspacepackage (hopefully with the optionnodisplayskipstretch), or has he/she modified low-level parameters such as\baselineskipdirectly? Does the person use\leftand\rightto autosize "fences", likely making the fences (and thus the equations too) taller than is necessary, let alone typographically correct? Please advise. – Mico Aug 01 '18 at 07:48\smalltoo often. But the main problem with your posted document is that it produces the error! Undefined control sequence. l.6 \beign– David Carlisle Aug 01 '18 at 11:49