How to no-indent the second line of large TOC entries in memoir class?
I found a solution using toсloft, but I can not find how to do it in a memoir.
Thanks!
This is no really supported out of the box, but can be achieved via
\usepackage{xpatch}
\makeatletter
\xpatchcmd{\l@chapapp}{\advance\memRTLleftskip\@tempdima}%
{}% replace with nothing
{\typeout{patched ok}}% went ok
{\typeout{patch failed}}% went bad
\makeatother
(only tested on chapters)
\l@section etc), but you'll have to change the \cftTYPEindent as well. I would ask you to reconsider using a design like this. It is not particularly readable for the reader.
– daleif
Feb 22 '19 at 15:44
\documentclass{...}and ending with\end{document}. – DG' Feb 22 '19 at 14:31