缩进目录中不同级别的附录条目

缩进目录中不同级别的附录条目

我正在写毕业论文,我遇到了一个难题。如何将附录 A 之后的 Al Coverable Region 缩进改为 1 英寸,A.1.1 和 A.1.2 也是如此在此处输入图片描述

\newcommand\appendix{%dottedtocline
  \setcounter{chapter}{0}
  \setcounter{section}{0}
  \renewcommand\thechapter{\Alph{chapter}}
  \newpage
  %\par\null\vfill
%   \vspace*{-0.45in}
  \vspace*{0.64in}
  \def\@appname{\appendicesname}
  \textbf{\hfill\@appname\hfill}
  \par\vfill\par
  \addcontentsline{toc}{chapter}{\protect\numberline{\uppercase{\@appname}}}
  \let\chapter=\appendixchapter
  \addtolength{\textheight}{-\appendixheadheight}
  \addtolength{\textheight}{-\appendixheadsep}}

\newcommand{\appendixchapter}[1]{%
  \clearpage
  \refstepcounter{chapter}
  \doublespacing
  \addcontentsline{toc}{appendix}{%
    \protect\numberline{%
      \appendixchaptername\space\thechapter}%
      %\hspace*{-0.25in}
    \ignorespaces{#1}}
  \@makeappendixhead{#1}}

相关内容