LyXChange font size of the math

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
Davinci
Posts: 1
Joined: Sun Sep 05, 2010 8:37 pm

Change font size of the math

Post by Davinci »

I am trying to put a 20x20 matrix in to a lyx document. But obviously this matrix is too big to fit. That's why I would like to change the font size.
I tried \DeclareMathSizes{12}{10}{7}{5} in the preamble but it doesn't seem to work..
Is there another way to change the font in the math mode?

Recommended reading 2024:

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

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

frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Change font size of the math

Post by frabjous »

The relsize package has \mathlarger{..} and \mathsmaller{..} commands, but I've never tried then with LyX, nor with a matrix. You could also consider using \scalebox from graphicx.
Post Reply