>|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.