I get Overfull warning for TOC entries when using memoir documentclass. They seem to occur when the page number for chapter title entries (highlighted in bold text) exceeds 2-digits or section page number exceeds 3-digits.
I do not get the warning for chapter headings if I switch to book documentclass. But it still happens for sections heading.
How can I fix this?
\documentclass[oneside, draft]{memoir}
\usepackage[showframe]{geometry}
\usepackage{lipsum}
\newcommand{\repeattext}[1]{#1 #1 #1 #1 #1 #1}
\begin{document}
\tableofcontents
\chapter{Chapter 1} \lipsum
\section{Section 1.1} \repeattext{\repeattext{\lipsum[1-150]}}
\chapter{Chapter 2} \lipsum[2]
\section{Section 2.1} \repeattext{\repeattext{\lipsum[1-150]}}
\chapter{Chapter 3} \lipsum[2]
\section{Section 3.1} \lipsum[2]
\end{document}

3emvalue of@pnumwidthsince the OP mentions that the issue occurs when two digits and more are involved? In other words, is it3emso it could hold 3 digits? – Dror Jan 08 '14 at 13:10@tocmargtoo. – Jan 08 '14 at 22:48