LyXCustom Font Size for Presentation

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
crismath
Posts: 1
Joined: Mon Jul 22, 2013 9:08 pm

Custom Font Size for Presentation

Post by crismath »

Following sequence (document class beamer):

Document -> Configuration -> Typography -> Base size.

How do I put a size 9pt? Is it just up to 10pt?


Thanks

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

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Custom Font Size for Presentation

Post by kaiserkarl13 »

The base sizes are often 10pt, 11pt, 12pt, but you can enclose things inside \begin{small}...\end{small} or similar (\small, \footnotesize, \scriptsize, and \tiny are also useful here).
Post Reply