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).
|
How can I make text that is larger than the size of the output of I would like to be able to make text arbitrarily large (even if that is done by some suboptimal scaling routine). |
||||
|
|
|
You can use the Memoir document class. It provides two things that are relevant to your question: More Base Font SizesThe 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 The \HUGE Font SizeFor when it absolutely has to be bigger than |
|||||||||||||||
|
|
A quick search on CTAN turned up
|
||||
|
|
|
If you use Type 1 fonts (e.g., package
|
|||||||||||
|
|
The
|
|||
|
|
|
In XeTeX (using fontspec) you can use system fonts many of which have a "Scale" attribute you can set to a large number. For instance, in one document I have this line for a largeish Japanese font:
|
||||
|
|
|
In your class add:
|
|||
|
|
|
According to http://www.mostlymaths.net/2009/03/big-fonts-in-latex.html, you can use the |
|||
|