I wonder if it's possible to have uppercase chapter entries in the ToC. What I've come up with ultimately doesn't work. Indeed the below code returns the following error message.
Here's the minimal example.! Argument of \hyper@linkstart has an extra }.
<inserted text>
\par
l.2 ...duzione e storia primordiale}{1}{chapter.1}
Code: Select all
\documentclass{book}
\usepackage{tocloft}
\renewcommand\cftchapfont{\MakeUppercase}
\begin{document}
\tableofcontents
\chapter{Introduction}
\chapter{Conclusion}
\end{document}