I need to change the fontsize of some chapter titles (not all of them). When I do this the change is also seen in the ToC, and this is ugly.
Here is the MWE:
Code: Select all
\documentclass[A4paper, oneside]{book}
\begin{document}
\tableofcontents
\chapter{My first chapter}
\section{A section}
Some text here
\section{Another section}
More text
\chapter{\Large A chapter title with another fontsize and \emph{some italics}}
\section{Yet another section}
Another piece of text
\section{The last section}
Some concluding remarks
\end{document}
Thanks a lot!