[Tex/LaTex] Fonts larger than \Huge

fontsize

How can I make text that is larger than the size of the output of {\Huge ...}?

I would like to be able to make text arbitrarily large (even if that is done by some suboptimal scaling routine).

Best Answer

You can use the Memoir document class. It provides two things that are relevant to your question:

More Base Font Sizes


The standard LaTeX document classes only allow you to choose 10pt, 11pt or 12point as the "base" font size for your document. Memoir provides many more choices: 9pt, 10pt, 11pt, 12pt, 14pt, 17pt, 20pt, 25pt, 30pt, 36pt, 48pt and 60pt. Since all font size declarations are affected by the base font size, using a bigger base font size will make \Huge render in a bigger font.

The \HUGE Font Size


For when it absolutely has to be bigger than \Huge, crank it to 11 with \HUGE.

alt text