LaTeX - Changing the font size for a document, but in the preamble, not the document class?
Posted
by Rory
on Stack Overflow
See other posts from Stack Overflow
or by Rory
Published on 2010-04-14T10:39:08Z
Indexed on
2010/04/14
11:33 UTC
Read the original article
Hit count: 238
I have a LaTeX document. I want to change the font size of all the text, to make it smaller.
Normally I would just change the documentclass
part. However I am generating LaTeX files from another programme, and it is setting the documentclass, I can't change that. However I can put things in the preamble.
Is there anyway to change the font size in the preamble, without touching the documentclass declaration.
© Stack Overflow or respective owner