[texhax] Increase Font Size for a Single Chapter Title

Bob Tennent rdt at cs.queensu.ca
Sun Feb 23 16:44:30 CET 2014


 >|I need to increase the font size of a single chapter title. 

\documentclass{book}
\usepackage[T1]{fontenc}
\usepackage{lmodern}  % if you're using Computer Modern
\begin{document}
\chapter{Small}

\chapter[Large]{{\fontsize{42}{46}\selectfont Large}}

\chapter{Small}

\end{document}

Bob T.



More information about the texhax mailing list