Document ClassesFont Size and Alignment of Equations

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
Rustam
Posts: 22
Joined: Fri Nov 02, 2012 5:15 pm

Font Size and Alignment of Equations

Post by Rustam »

These lines of code do not work.

Code: Select all

\documentclass[9pt][fleqn]{beamer}
\setlength{\mathindent}{0pt}
Which result in this error.

Code: Select all

! LaTeX Error: File `.cls' not found.
How can set smaller fonts and in the same time left align all equations?

I use TeXstudio and MiKTeX 2.9.

Thank you.

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Font Size and Alignment of Equations

Post by localghost »

In general document classes accept only a comma separated list of options, not single options enclosed in brackets. Some basic reading in this regard might be helpful.

Regarding the font size please read Section 18.3.3 of the beamer user guide.


Thorsten
Post Reply