Any help would be very much appreciated!
Code: Select all
\documentclass{memoir}
% this sets the chapter number right aligned
\newlength{\tocspaceafterchapnum}
\setlength{\tocspaceafterchapnum}{0.5em}% extra space at end of number
\renewcommand*{\cftchapterpresnum}{\hfill}% note the double `l'
\renewcommand*{\cftchapteraftersnum}{\hspace*{\tocspaceafterchapnum}}
\addtolength{\cftchapternumwidth}{\tocspaceafterchapnum}
\begin{document}
\tableofcontents*
\chapter{This is a chapter}
\chapter{This is a chapter}
\chapter{This is a chapter}
\chapter{This is a chapter}
\chapter{This is a chapter}
\chapter{This is a chapter}
\chapter{This is a chapter}
\chapter{This is a chapter}
\chapter{This is a chapter}
\chapter{This is a chapter}
\chapter{This is a chapter}
\chapter{This is a chapter}
\chapter{This is a chapter}
\chapter{This is a chapter}
\chapter{This is a chapter}
\chapter{This is a chapter}
\chapter{This is a chapter}
\chapter{This is a chapter}
\end{document}