I want to have a customized ToC like this:
Chapter 1
/////// 2
/////// 3
and so on.
Is there a way to do that with tocloft?
Code: Select all
\documentclass{book}
\usepackage{tocloft}
\begin{document}
\chapter{Foreword}
\chapter{blah}
\chapter{Afterword}
\end{document}