Post
by gmedina »
Hi,
you can use something like the following:
Code: Select all
\documentclass{book}
\usepackage{tocloft}
\renewcommand{\cftchappresnum}{\MakeUppercase{\chaptername}~}
\renewcommand{\cftchapaftersnumb}{\qquad}
\renewcommand{\cftchapfont}{\bfseries}
\renewcommand{\cftchappagefont}{\bfseries}
\renewcommand{\cftchapaftersnum}{:}
\setlength{\cftchapnumwidth}{7em}
\renewcommand{\cftsecindent}{6.1em}
\setlength{\cftsecnumwidth}{3.3em}
\renewcommand{\cftsubsecindent}{6.1em}
\setlength{\cftsubsecnumwidth}{3.3em}
\begin{document}
\tableofcontents
\chapter{Test chapter one}
\section{Test section one one}
\section{Test section one two}
\subsection{Test subsection one two one}
\subsection{Test section one two two}
\section{Test section one three}
\end{document}
Refer to the
tocloft documentation for further information.
1,1,2,3,5,8,13,21,34,55,89,144,233,...