Skip to content

Instantly share code, notes, and snippets.

@edwardtoday
Created March 12, 2013 15:14
Show Gist options
  • Save edwardtoday/5143753 to your computer and use it in GitHub Desktop.
Save edwardtoday/5143753 to your computer and use it in GitHub Desktop.
\usepackage{appendix}
\makeatletter
\newcommand\appendix@chapter[1]{
\refstepcounter{chapter}
\orig@chapter*{
\vspace*{-72pt}
\subsectionsize\bfseries Appendix \@Alph\c@chapter: #1
\vspace*{-36pt}
}
\addcontentsline{toc}{chapter}{Appendix \@Alph\c@chapter: #1}
}
\let\orig@chapter\chapter
\g@addto@macro\appendix{\let\chapter\appendix@chapter}
\makeatother
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment