答案1
這並不是真正支援開箱即用,但可以透過以下方式實現
\usepackage{xpatch}
\makeatletter
\xpatchcmd{\l@chapapp}{\advance\memRTLleftskip\@tempdima}%
{}% replace with nothing
{\typeout{patched ok}}% went ok
{\typeout{patch failed}}% went bad
\makeatother
(僅在章節上進行測試)