Skip to content

Commit

Permalink
rename command \beginappendices
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfenner committed Dec 16, 2023
1 parent e1432d1 commit 5752473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/eisvogel.latex
Original file line number Diff line number Diff line change
Expand Up @@ -698,9 +698,9 @@ $endif$
\gdef\clearpageafterfirst{\clearpage}%
}

% Allow TCG documents to use '\tcgappendix' to easily mark the transition to appendices.
% Allow TCG documents to use '\beginappendices' to easily mark the transition to appendices.
\usepackage{appendix}
\newcommand{\tcgappendix}{
\newcommand{\beginappendices}{
\appendix
\appendixpage
\addappheadtotoc
Expand Down

0 comments on commit 5752473

Please sign in to comment.