How to remove the gap between toc leaders and page numbers? I tried this, this, and this approach but none of them worked. I need to make sure the leader dots reach the page numbers. The documentation says "The page numbers are typeset in a fixed width box". Setting \setpnumwidth{0pt} works but then the page numbers are not right aligned anymore.
MWE:
\documentclass[12pt,oneside,a4paper]{memoir} \begin{document} \renewcommand{\cftdotsep}{1} \renewcommand{\cftchapterleader}{\cftdotfill{\cftdotsep}} \setcounter{tocdepth}{3} \tableofcontents \chapter{Introduction} \section{Section}\newpage \subsection{Subsection} \chapter{Method}\setcounter{page}{11} \section{Section}\newpage\newpage \subsection{Subsection} \end{document} 