Skip to main content

All Questions

Tagged with
2 votes
1 answer
2k views

How to fix the vertical spacing above and under equations?

I'm having problems with vertical spacing above and under equations and I don't know what to do anymore. Here's a MWE that reproduces my problem (I wasn't able to make a simpler version in English, ...
Cham's user avatar
  • 2,328
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
3 votes
3 answers
5k views

Shrink the font size of a long equation

I have edited a very long equation in the eqnarray environment and broken some long lines at the appropriate positions with \nonumber\\ (see the small example below). After compiling, the equation ...
user55777's user avatar
  • 133
1 vote
1 answer
415 views

How to reduce the equation font size in math mode in Latex?

I am trying to resize the equation font size in math mode: As This answer suggested : \documentclass{article} \usepackage{amsmath} \usepackage{graphicx} \newcommand*{\Scale}[2][4]{\scalebox{#1}{$#2$...
Aaditya Ura's user avatar
0 votes
2 answers
4k views

Making equation fit on one beamer slide

I'm doing a presentation and one of the slides has a particularly long equation, which I want to fit on the page. What's the best way to fit this on the page without altering the size of the other ...
rami_salazar's user avatar
3 votes
2 answers
4k views

Bigger equation in text-mode math

I want to write a "big" equation, not in display-math mode -- as given by the equation environment -- but in inline-math mode, say $E=mc^2$ How can I enlarge it?
Quintis's user avatar
  • 155
1 vote
1 answer
82 views

How to change the fontsize of equation for the entire book in one command line not to do it for every equation

I have a book with the font size of equation smaller than that of text. Please look at how small $\pi$ compared to the rest: \documentclass[openany]{book} \usepackage{amsbsy} \usepackage{changepage} \...
Aria's user avatar
  • 1,523
0 votes
2 answers
103 views

Changing font size of a specific portion of the overall document

I have to write a paper for one of my classes and I have what I'm sure is a very basic question that I can't seem to find the answer for. Basically, I just want to be able to increase the font size ...
Alex Adinolfi's user avatar
1 vote
1 answer
418 views

showlabels change of font size

I am using \usepackage[left]{showlabels} to print labels for my equations. For example, I have an equation as: \begin{equation} x = a + b \label{eqn:a_b} \end{equation} The label is printed as: ...
Alex's user avatar
  • 13
0 votes
1 answer
105 views

Resizing a part of a formula

How can I change the size of a part of a formula by analogy with the built-in formula: $$\frac{sin(nx)}{\sqrt{n}} e^{-\frac{x}{n}}$$ $\frac{sin(nx)}{\sqrt{n}}$ \Large $e^{-\frac{x}{n}}$ \normalsize
Alexey Ismagilov's user avatar
2 votes
2 answers
252 views

How can I change the size of one symbol in an equation?

I want to use a symbol f in some of my equations (to denote a very important function), and I want it to stand out, so I was thinking of boosting its size. Unfortunately, I cannot find a way of ...
Ignat Insarov'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
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
2 votes
1 answer
2k views

Make displaystyle equations larger

This is my first time with this markup language, and it looks like my question has already been asked and answered, but when I try to apply those solutions, they do not work (I assume because I'm ...
Cyp's user avatar
  • 21
2 votes
1 answer
5k views

Reducing font size in equation without affecting line spacing

I need to reduce the font size in some of my equations. A have already found the same question here, but the highest rated answer -- putting \footnotesize before and \normalsize after the equation -- ...
nagmat84's user avatar
  • 1,125

15 30 50 per page