Text FormattingIncrease Font Size in Math Environment

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
tomerbr
Posts: 8
Joined: Thu Dec 08, 2011 11:20 pm

Increase Font Size in Math Environment

Post by tomerbr »

Hi to all.

Here is a simple question (I sure...):
I want to write the greek letter "tau" with undercase "esc" at the beginning of my paragraph, and I want it to be a bit larger then the font size.

I used the mat env' as $\tau_{esc}$, however couldn't find a way to make it bigger then the paragraph fonts.
What is the better way to do this ?


Thanks
Tomer.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

skanda
Posts: 28
Joined: Sat May 16, 2009 6:32 pm

Increase Font Size in Math Environment

Post by skanda »

Hey,

Use this package called relsize.

And use the commands \mathlarger and \mathsmaller for adjusting sizes...

You can repeat it to progressively increase the size
Example:

Code: Select all

\[
\mathlarger{\frac{1}{x}} 
\]
if you want it bigger add another one in the beginning, e.g.,

Code: Select all

\[
\mathlarger{\mathlarger{\frac{1}{x}}}
\]
Still more bigger, add another one in the front. Simple as that :)

If it solves the plroblem, please edit your message and change the icon to a check box to signify that the message is resolved. :)

Hope it helps,
Skanda.
tomerbr
Posts: 8
Joined: Thu Dec 08, 2011 11:20 pm

Re: Increase Font Size in Math Environment

Post by tomerbr »

Skanda.
Thank you very much.
Allthoght a bit cumbersom (I had to use 4 sequantial commends in order to get the result), it worked.
Tomer.
Post Reply