I have forgotten
my Password

Or login with:

  • Facebookhttp://facebook.com/
  • Googlehttps://www.google.com/accounts/o8/id
  • Yahoohttps://me.yahoo.com
Index » Products » LaTeX Equation Editor »

Mixed font size and /tiny


Warning: imagegif(/var/www/localhost/htdocs/images/avatars/Random/69_50_0_thumb.gif): failed to open stream: Permission denied in /var/www/localhost/htdocs/php/functions/image_fn.php on line 144
antonio.xeira\′s Photo
16 Nov 12, 8:08PM
(1 reply)
Mixed font size and /tiny
Can I mix different font sizes in one Latex expression? Can I use /tiny, etc... to change font size? It seems that I don't but maybe Im doing it wrong.

something like:

CodeCogs\′s Photo
18 Nov 12, 1:44PM
In short. No.

If you find that system is using smaller fonts for parts of the equation, for example in a fraction, then you can use displaystyle to force it to be the same size as other text. But thats about the some of the adjustment allowed with standard LaTeX.

An example with:
\frac{\frac{1+2}{3}}{35}
which appears as:

You can make all the test style the same size with
\frac{\displaystyle \frac{1+2}{3}}{35}
which now appears as:

Beyond that we're not aware of any wany to change font sizes. Perhaps someone else can englighted us.
Currently you need to be logged in to leave a message.