Skip to main content

All Questions

Tagged with
1 vote
2 answers
766 views

How to resize font in align* environment

A similar question has been posted here about the align environment. However, the solution does not seem to work for align*. Preceding paragraph. {\small \begin{align*} a &< b \...
Adrian's user avatar
  • 471
1 vote
1 answer
405 views

Reduced font size of equations in align environment

When I use 'align environment' to write equations, the displayed equations (eq 1.5 & 1.6) look smaller in font size compared to other equations (eq 1.7 & 1.8). For reference I attached ...
147875's user avatar
  • 145
3 votes
1 answer
900 views

How to fix the vertical spacing of equations in align and gather environments? [duplicate]

Here's a minimal LaTeX code showing my troubles: \documentclass[11pt,letterpaper,twoside]{book} \usepackage{lmodern} \usepackage{amsmath} %\setlength{\jot}{\baselineskip} \begin{document} Blabla: ...
Cham's user avatar
  • 2,328
1 vote
2 answers
1k views

Redefining the equation and align environment to use a different font size

How do I redefine the equation and align environment to use a font size of 9.0pt? I found this nice solution (apart from starting a new paragraph after applying it), allowing me to define the font ...
Matthias's user avatar
  • 191
2 votes
2 answers
8k views

Change font size of one equation in align environment

\begin{align} \label{e1} a+b&=c\\ \label{e2} a+b+c+d+e+f+g+h+i+j+k+l&=1+2+3+4+5+6+7+8+9\\ \label{e3} c+d&=e \end{align} From this page I am able to reduce the font ...
Dr.PB's user avatar
  • 767
3 votes
1 answer
2k views

making a single equation larger inside \begin{align} … \end{align}

Hello you wonderful TeX friends! I have an issue making a single equation that bigger. I'm restricted to use the align environment for my equations. I've used this answer to make inline math ...
Eric Fail's user avatar
  • 1,087
11 votes
1 answer
6k views

Altering fontsize in equations globally

I am trying to typeset all formulas in an article using \small font. If I use \DeclareMathSizes{9}{8}{6}{4}, then the size of in-line math in regular text is also changed. However, I want to redefine ...
janschaf's user avatar
  • 379
51 votes
1 answer
77k views

Change font size of an align environment

In a document, I'd like to change the font size of a single align environment (not globally throughout the document). What is the proper way to do this? I've been using Preceding paragraph. {\tiny ...
cbd's user avatar
  • 613