Questions tagged [tocbibind]
37 questions
1
vote
0 answers
Title overlaps with numbering in table of contents using tocbibind
The following document
\documentclass{book}
\usepackage{bookman}
\usepackage{tocbibind}
\makeindex
\begin{document}
\tableofcontents
\chapter{Lorem ipsum}
\chapter{Lorem ipsum}
\chapter{Lorem ipsum}
\chapter{Lorem ipsum}
\chapter{Lorem…
levy
- 111