Skip to main content

All Questions

Tagged with
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
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
6 votes
2 answers
6k views

How to reduce the size of fractions typed in align environment?

When digit fractions align environment, this goes with a size \displaystyle. But I want the size is like the one shown in a paragraph. I tried with \scriptstyle but I get letters too small and the \...
mathsalomon's user avatar
6 votes
2 answers
3k views

Change size of font of subscript of underbrace in align environment

I would like to have a bigger subscript S under the underbrace in the following equation and appreciate your help. \begin{align} K&=\frac{E}{(1+i)^r}\cdot \underbrace{\left (1+\frac{1}{(1+i)^{g}}+...
Bartli's user avatar
  • 163
4 votes
2 answers
378 views

How do I change the font size of the \tag content globally?

Is it possible to set the font size for the \tag{} content from the align environment globally? MWE: \documentclass{article} \usepackage{amsmath} \begin{document} \begin{align*} 1+1=2 \tag{test} \...
BeeGirl's user avatar
  • 259
3 votes
2 answers
136 views

\NewEnviron for custom-scaled align* environment fails to compile with any ampersands (&)

I want to increase only the text size of equation environments. I found this on another post: \NewEnviron{myalign}{% \begin{align*} \scalebox{1.5}{$\BODY$} \end{align*} } It seems to work,...
antintin's user avatar
3 votes
1 answer
907 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
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
2 votes
1 answer
1k views

Change fontsize of an array within an align environment

I am trying to label several lines at once in a very long equation. From this question I have come up with the following minimal example: \documentclass{report} \usepackage[onehalfspacing]{setspace} \...
campbellC'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
1 vote
2 answers
778 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
406 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
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
1 vote
2 answers
761 views

How can multiple alignments and font sizes be used in TikZ node text?

I am making a diagram of particles. Each circle at each TikZ node corresponds to a particle. For each particle, there should be the name of the particle (e.g. u) and some of its properties (e.g. ...
d3pd's user avatar
  • 1,718
1 vote
1 answer
1k views

How to change the global font size of align?

I'd like to change the font size of align blocks. I've tried to change it by using \large, but this also changes the equation numbering. The second approach was to use \declaremathsizes in combination ...
Arktius's user avatar
  • 21

15 30 50 per page