Skip to main content

All Questions

Tagged with
-1 votes
2 answers
427 views

How Can I prevent of decreasing the equation number size?

I have a problem. when I use the code {\small some formula } the equation numbers become small. what can I do?
Fahim B's user avatar
  • 681
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} ...
sleeve chen's user avatar
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
1 vote
0 answers
5k views

larger math fonts for R Markdown

I am looking for an "easy", i.e. not package dependent way of increasing the font size of the math equations I embed in my Rmd documents (eventually compiled by knitr). As an example: $$ \boxed{P(x=a;...
Markus Loecher's user avatar
4 votes
1 answer
19k views

Change the font size of the equation in latex

How can i change the font size of both equation individually? \begin{eqnarray} \begin{split} % Change the font size r_j &= 2 \\ &\quad + 4 \end{split} \\ % Change the font size r_j = 2 + ...
Animesh Kumar Paul's user avatar
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}(...
Ron Ronson's user avatar
4 votes
2 answers
2k views

How do I change font in array environment inside an equation?

I have the following code to define a piece-wise equation as shown in the following figure: \begin{equation} \label{xput_vc} Throughput_{VC} = \begin{array}{cc} 1 & N_{VC} \leq N_{slave} \\ \...
mohsaied's user avatar
  • 143
3 votes
2 answers
464 views

How can I set a letter in a equation both small and bold

I want to set the "\widehat{\mathbf{x}}" part smaller but I've no idea how can I do it. Any suggesting would be very grateful. \documentclass[12pt]{article} \usepackage{amsmath} \begin{document} \...
SLN's user avatar
  • 715
6 votes
5 answers
1k views

How to format the case equation to look nicer?

I want to typeset the equation in my beamer frame: This is my solution and of course, it doesn't look well. And my code is : \[ \parbox[c][2cm]{2cm}{Attainable \\ GFlops/sec} = \min{\begin{...
Yulong Ao's user avatar
  • 733
1 vote
2 answers
2k views

How to reduce the size of the equation

I wish to put two equations into one line using minipage, but they are too wide, any solution for reducing the size of the equation without removing words so that I can put into one line to reduce ...
sweetyBaby's user avatar
  • 3,051
2 votes
1 answer
588 views

How to reduce margins inside the equation environment?

do you know a way to reduce margins inside the equation environment to be sure that a very long equation fits in a line (I have already reduced the fontsize of the equation)? Thanks here my code: \...
user49271's user avatar
  • 137
4 votes
2 answers
3k views

Inline and display equation font size

I need the display equation fontsize 1pt smaller than the normal text, but inline equation remain same as text font size. how to handle this in latex anyone help on this thanks in advance
pdy-ind's user avatar
  • 2,122
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 ...
iishida's user avatar
  • 93
17 votes
3 answers
103k views

Larger font size in math display equation environment?

Consider the following MWE: \documentclass[a4paper,12pt]{article} \usepackage{amsmath} \usepackage{graphicx} % \scalebox % defaults seem to be: pslatex.sty:103: \DeclareMathSizes{12}{12}{9}{7} % NB: ...
sdaau's user avatar
  • 17.1k
1 vote
1 answer
266 views

Font issue with overline in equation

I have the following code, which produces different font sizes, when an overbar is included to the variables. \documentclass[11pt]{article} \begin{document} \begin{eqnarray*} \vec{x}=\frac{\bar{\vec{...
SKPS's user avatar
  • 421
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 (...
ARG's user avatar
  • 285
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 ...
user1271772's user avatar
6 votes
4 answers
34k views

equations that are too large to fit on one line

I have an equation that is too long to fit on one line: x = a + b + c + d + e + f as an example of what it looks like. What is the correct way to handle this? Do i break it up over multiple lines? ...
Alex's user avatar
  • 2,111
13 votes
3 answers
6k views

Prevent equation labeling to change sizes

Everytime i change equation font size using \footnotesize the label (for example (3.12)) on the right side also changes its size. Is tere a way to change equation font size but not its label font size?...
71GA's user avatar
  • 3,583
3 votes
1 answer
133 views

I need to reduce the fontsize of only one equation/formula because it's too long

\begin{equation} \left| Y(j \omega) \right| = \sqrt{\frac{\omega^2 \left( C\ped{DC} + C\ped{eq} \right)^2 + \omega^4 \left[ \left( R\ped{eq} C\ped{eq} C\ped{DC} \right)^2 - 2 \left( C\ped{DC} + C\ped{...
plmntt's user avatar
  • 53
6 votes
1 answer
331 views

Why is \Cline increasing the font size in my equations?

The Problem When I use \Cline to underline a symbol in my equation, it increases the font size of that symbol. Edit: I don't want this to happen, rather, I would like all of my subscripts to be the ...
User 17670's user avatar
  • 4,762
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. \...
Daniel's user avatar
  • 51
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 ...
Big Dogg's user avatar
  • 763
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
6 votes
4 answers
6k views

Equal font sizes in equation while using Beamer

This is a follow-up question to Equations, change the font size I was trying to have equal font sizes in equations like the ones in the above link. Using \DeclareMathSizes{display size}{text size}{...
Khaaba's user avatar
  • 1,858
171 votes
6 answers
578k views

Reducing font size in equation

I wanted to type an equation in LaTeX. But it is too long to fit into one line. It involves big arrays with many columns so I cannot split it. I wanted to reduce the font size so that it can fit in ...
sheet_ethics's user avatar
  • 2,971
11 votes
6 answers
5k views

Setting a single equation in a paragraph in a smaller font

I'm trying to figure out the best way of making a single equation just a little bit smaller. Of course, I could try and break up the equation into pieces and proceed that way, but I'd like to ...
dgleich's user avatar
  • 581
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
15 votes
2 answers
27k views

Use of \small in the equation environment

My equations are a little too large for the normal eqnarray environment, so I've been using the \small delimiters around the \begin{eqnarray} ... \end{eqnarray}. Unfortunately, this causes the the ...
user02138's user avatar
  • 1,811
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 ...
wrongusername's user avatar

15 30 50 per page