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
135 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
125 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
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
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
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
1 answer
184 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
144 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
209 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

15 30 50 per page