当你点击附录时,有没有办法改变目录部分布局?
我的 \thesection 中的附录 A 遮住了标题。我尝试“更新”l@section 以尝试进行调整,但我真的不知道该怎么做。
我正在设置附录命令,例如:
\newcommand{\clearemptydoublepage}
{\newpage{\pagestyle{empty}\cleardoublepage}}
\renewcommand\appendix{\par
\clearemptydoublepage
\setcounter{section}{0}
\setcounter{subsection}{0}
\renewcommand\section{%
\renewcommand\thesection{\appendixname \ \@Alph\c@section}
\@startsection {section}{1}{\z@}%
{-3.5ex \@plus -1ex \@minus -.2ex}%
{2.3ex \@plus.2ex}%
{\centering\normalfont
\normalsize\bfseries\scshape}}
\renewcommand\subsection{%
\renewcommand\thesection{\@Alph\c@section}
\@startsection{subsection}{2}{\z@}%
{-3.25ex\@plus -1ex \@minus -.2ex}%
{1.5ex \@plus .2ex}%
{\normalfont\normalsize\bfseries\scshape}}
\renewcommand\thesubsection{\thesection.\@arabic\c@subsection}
}
然后执行以下操作:
\appendix
\makeappendixtitle{Add title for appendix A}
\section{Title}
\subsection{Appendix Sub}
First appendix
我的阑尾本身看起来很好,如下所示: