LyX ⇒ Change font size in formulas
Change font size in formulas
I've some problems to determine font size of my formulas. If I enter the math modus, I can write my formula and I can also change the font. But I don't find a command to change font size, let's say of an exponent or just a variable.
I want to increase font size through the whole document, not only one formula.
I use report (KOMA-script) as documentclass and the common math packages, amsmath, esint, mathdots
Kind regards,
Christoph
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Change font size in formulas
you could use
\DeclareMathSizes
, such as here in the examples or \DeclareMathSizes in the forum search.Stefan
Re: Change font size in formulas
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Change font size in formulas

Stefan