I need to increase the font size of a single chapter title. Can I do that with titlesec? I didn't find anything to that effect in the manual.
Minimal example:
Code: Select all
\documentclass{book}
\usepackage{titlesec}
\begin{document}
\chapter{Title with Larger Font Size}
\chapter{Title with Normal Font Size}
\end{document}