Skip to main content

All Questions

Tagged with
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: \...
Victor Pinto Msc Student's user avatar
0 votes
0 answers
46 views

xelatex - how to change font size (resize)

I am creating equation through code (C#) to png file. How I can change a size of equation? Because sometimes my equation is long and the image contains small characters and for short equations the ...
damian17's user avatar
3 votes
1 answer
184 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. ...
Drimitive Watson's user avatar
0 votes
2 answers
169 views

scaling font size in single equation

I am dealing with the proofs of my academic paper, which is dealt with by some company who use LaTeX only for setting each equation individually. In order to adapt the font size in an equation (let's ...
Walter's user avatar
  • 1,227
0 votes
0 answers
62 views

How do I define a macro that depends on the height of an argument?

I'd like to write a macro that surrounds an argument with two round parentheses which are correctly sized to the argument. Currently I'm using the following macro, \newcommand{\inpl}[1]{{\left(\kern-....
Gautam Chaudhuri's user avatar
2 votes
2 answers
319 views

How to reduce the size of \limits

How can I reduce the size of the lower limit? I'd like to make it smaller. $\lim\limits_{\Delta P \to 0}$ Adding \tiny doesn't seem to do anything.
Jason S's user avatar
  • 2,880
1 vote
2 answers
221 views

How to change the fontfamily of equations in environment

When we change fontfamily in an environment, the equations font does not change. It makes the whole environment is asynchronous. Please show me how to change the family font of the equation in this ...
Nam Tran Le's user avatar
4 votes
3 answers
706 views

Display equation in small size and keep the equation number in normal size

My question is: how can I make the equation number of the footnotesize equation desplayed in the normalsize? Currently, the equation number (2) appears too small in footnotesize. \documentclass[...
yufiP's user avatar
  • 107
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
0 votes
0 answers
40 views

How increase the font size of an equation with begin{equation}?

I have the following code in RMarkdown that prints an equation like: # in a LaTeX environment I would write: \usepackage{amsmath} \begin{document} \begin{equation}\label{eq: eq1} \psi_{j} = \frac{\...
Rollo99's user avatar
  • 327
5 votes
2 answers
211 views

How to align equations under section name, not numbering?

I tried aligning equations under section names, but instead they got aligned under section numberings. \documentclass{article} \usepackage[utf8]{inputenc} \usepackage{amsmath} \title{Integration I} \...
LongKit's user avatar
  • 63
2 votes
3 answers
548 views

A long equation: how to adapt the font size to the page width?

I would like to reduce the size of the following equation just exactly as needed in order to fit the page. Is there some sort of command to adapt the font size to the page width? Here's my latex: \...
Robb1's user avatar
  • 187
1 vote
1 answer
121 views

Text Sizes in multline Environment

I'm having issues getting a size change for the text in the entirety of a multline environment. I tried \mbox but that screws up the couple of sum symbols I have in there by putting their sub-and-...
Ken Robbins's user avatar
0 votes
0 answers
28 views

A bigger curly bracket in the system of equations [duplicate]

I'm using Lyx and I need to type this system of these two questions. The problem is that I know almost nothing of TeX so I use a script a friend of mine wrote for me: \begin{cases} \frac{y}{x+y}-0.34=...
alekscooper's user avatar
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
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