TeXblog

 Typography with TeX and LaTeX

Increase font size

24 May 2008 by Stefan Kottwitz

Sometimes the question is raised how to get bigger font sizes than the standard LaTeX command \Huge provides (see: font sizes).
It can easily done by using the \fontsize command followed by \selectfont. If unusual sizes are used the fix-cm package should be loaded. A small example for demonstration:

\documentclass[a4paper,10pt]{article}
\usepackage{fix-cm}
\begin{document}
\fontsize{60}{70}\selectfont Huge text
\end{document}

That’s also a possibility to choose an intermediate size, for instance if \tiny gets too small and \scriptsize gets too big.

This topic was discussed in the LaTeX Community Forum, on CQF.info and on Matheplanet.

This entry was posted on 24 May 2008 at 10:16 AM and is filed under Fonts and Symbols. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

2 responses about “Increase font size”

  1. k.achyuth kumar said:

    thank’s for author

  2. Manohar Kuse said:

    Good. but not very useful

Leave a Reply