如何刪除目錄中的懸掛縮排 - 回憶錄

如何刪除目錄中的懸掛縮排 - 回憶錄

如何在回憶錄類別中不縮排大型目錄條目的第二行?

我找到了一個解決方案使用toсloft,但我在回憶錄中找不到如何做到這一點。

謝謝!

答案1

這並不是真正支援開箱即用,但可以透過以下方式實現

\usepackage{xpatch}
\makeatletter
\xpatchcmd{\l@chapapp}{\advance\memRTLleftskip\@tempdima}%
 {}%                       replace with nothing
 {\typeout{patched ok}}%   went ok
 {\typeout{patch failed}}% went bad
\makeatother

(僅在章節上進行測試)

相關內容