边注中章的minitoc又不知原因的左侧缩进,如何消除?
MWE如下:
\documentclass{ctexbook}
\usepackage{titletoc}
\usepackage{calc}
\usepackage{sidenotes}
\usepackage[left=2cm,right=.33\linewidth+.5cm+2cm,marginparwidth=.33\linewidth,marginparsep=.5cm,showframe]{geometry}
\begin{document}
\tableofcontents
\chapter{test}
\begin{marginfigure}
\small
\startcontents[chapters] % 指定部分 TOC 名称为 chapters
\begin{flushleft}
\printcontents[chapters]{l}{1}[2]{}
\end{flushleft}
\end{marginfigure}
\section{节标题1}
内容...
\section{节标题2}
内容...
\section{节标题1}
内容...
\end{document}
结果如图:
图中与圆圈部分如何消除缩进?用了flushleft,结果只有第一个目录项恢复了,其余还是有问题