I am about to submit an article with lots of equations in there (defined in both equation and align environments and I also have lots of inline math of course). There is a maximum page limit for the article and mine is quite above it. So, what I need to do is to scaling down all the equations to say 85% using minimum effort and edits to the text. Please note that I do not want inline math expressions to be affected by that macro, so that the text looks coherent at the end. Just wondering if a macro can be defined at the document preamble to do that for me?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
I don't like the idea of reducing the font just for math expressions, but one option would be to use the
Without using additional packages, one can use some standard procedures such as
or
but, the use of the etoolbox package makes the code shorter. |
|||||||||||
|
