Skip to main content

All Questions

Tagged with
0 votes
1 answer
49 views

Changing font size and line distance in align-environment

I would like to change the font size (and probably also the line distance) inside my formula, so that it looks roughly like this: My text currently looks like this: I think you can clearly see the ...
jk3007's user avatar
  • 1
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
0 votes
1 answer
127 views

Avoid small tag in `align` environment wrapped around `small`

I am working in an align environment, where I have a long equation. To make it fit within the line width, I wrap a small environment around the align one: \begin{small} \begin{align} ... \end{align} \...
Daneel Olivaw's user avatar
1 vote
2 answers
777 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
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
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
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
1 vote
1 answer
186 views

Large letter in align environment

I have the following formula in an align environment \documentclass[12pt]{article} \begin{document} \begin{align} \hspace*{5mm}w_{c} = \large{\textit{f}} _{w,c} * \frac{log(|C|)}{\int _{w,C}} \end{...
Stumbler's user avatar
  • 199
0 votes
1 answer
145 views

How to automatically shrink lines in align block to fit hbox?

I have written the following latex \documentclass{article} \usepackage[utf8]{inputenc} \usepackage{amsmath} \renewcommand{\P}{\mathcal{P}} \date{May 2019} \begin{document} \begin{align*} &...
William Oliver's user avatar
1 vote
0 answers
210 views

Choose size of text inside a framed box and align it with the text width

I am using a framed box to put forward some texts. I have two problems: First, I would like to minimize the text size; as we can do for the legend of a figure: \captionsetup{width=0.95\textwidth, ...
Agape Gal'lo's user avatar
0 votes
1 answer
1k views

Putting one line of an align environment in a different font size

I have to format a .tex file following certain guidelines. I have an equation which has one line which is very big, and the only way I see of making it fit into the page (other than substantial ...
Daniel Robert-Nicoud's user avatar
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
0 votes
1 answer
500 views

Text alignment with different size

With this code: \documentclass{minimal} \usepackage[a4paper,showframe]{geometry} \begin{document} \noindent \sffamily Foo\\ \fontsize{24}{24}\selectfont Bar \end{document} I get this output: How ...
Giovanni Lovato's user avatar
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
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
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
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
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
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
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