3 Jun 2006 20:11
\tableofcontents and leading dots
Hello,
I am trying to write up the table of contents for my dissertation and I cant
figure out how to get the pretty little dots in my table of contents. Advice
for reading, or an outright suggestion on how to do this would be really
helpful. I have some code attached below to show what I get.
Alex.
\documentclass[12pt]{report}
\begin{document}
% auxiliary pages
\pagenumbering{roman}
\tableofcontents
\listoffigures \addcontentsline{toc}{chapter}{List of Figures}
\listoftables \addcontentsline{toc}{chapter}{List of Tables}
\chapter*{Acknowledgements}
\addcontentsline{toc}{chapter}{Acknowledgements}
\newpage
\pagenumbering{arabic}
% dissertation chapters
\chapter{Introduction}
\label{ch:intro}
%\include{}
\end{document}
(Continue reading)
RSS Feed