Skip to main content

All Questions

1 vote
1 answer
72 views

Problems with a huge equation in math enviromental

how are you? I need a help: I have searched in many places for, in my opinion, try to solve a problem that occurs to me in math mode in my msc thesis. I have to put these equations in same line: \...
3 votes
1 answer
193 views

How to reduce size of my equation to fit properly in my beamer presentation slide?

I am preparing slides using beamer. However, my equation has exceeded the page margin. I have tried several solutions given on this website, but with those solutions, my .tex file is not compiling. ...
32 votes
4 answers
122k views

Make equations large

I'm including some equations in my document, but want them to appear very large. I have them in display mode, as opposed to inline mode, but can't seem to find any way to make them larger. I've tried ...
1 vote
1 answer
416 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$...
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?
2 votes
1 answer
5k views

Reducing font in equation in slide

I review some related questions: Reducing font size in equation But it seems that cannot work in my case (in slide). \documentclass{beamer} \mode<presentation> { \usetheme{default} ...
7 votes
2 answers
4k views

Text is smaller in fractions in multiline equations?

The text size shrinks in a multiline equation when I use fractions. How can I keep it the same as the non-multiline equation size? \begin{equation} \begin{cases} p = -\frac{1}{\chi}\text{div}(...
7 votes
2 answers
3k views

Change the size of only a part/subset of a single equation

For example, I'd like to do: $Q^{r<1}$ but with the r<1 having a much smaller font size than the Q. Of course r<1 will naturally have a smaller size since it is a superscript, but I want to ...
9 votes
1 answer
6k views

Changing font size in equations changes superscript size in text (LATeX)

I used \DeclareMathSizes{12}{20}{14}{10} to make my equations larger than the default output of LATeX (the parameters mean, as far as I understand, {font size}{equation regular text size}{equation ...
5 votes
1 answer
2k views

how to correctly display "deutsche Schreibschrift" in equations

It's possible to use the so-called "Suetterlin" (or deutsche Schreibschrift?) fonts in latex, see http://comments.gmane.org/gmane.comp.tex.german/15805 I find these fonts correspond more to what (...
67 votes
4 answers
126k views

How can I change the font size in math equations?

I find that whenever I'm typing some equations into a document, and the equation gets a bit complex (let's say a fraction in a parentheses, squared, inside a square root, inside a fraction), the ...
5 votes
1 answer
567 views

Size Math font – Define different sizes for Display and Text Equations globally

I have a rather long document with plenty of maths and equations. As the equations are quite long I have chosen to use 8pt for equations in the display mode instead of the 10pt normal size. \...
9 votes
2 answers
4k views

Specify font and font size for equations and math mode? [closed]

I am using a class file that defines commands to change the font and font sizes for normal text for different sections of the document, but it leaves the math mode and equation font and font sizes ...