From 747a494607392759236f444d44e6e0cad38c537a Mon Sep 17 00:00:00 2001 From: Christian Chapman Date: Wed, 21 Aug 2019 22:15:43 -0700 Subject: [PATCH] adjusted toc header added lines to change table of contents headers for dissertations with many appendices. --- dis.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dis.tex b/dis.tex index f9ab493..aba9bf9 100644 --- a/dis.tex +++ b/dis.tex @@ -75,6 +75,10 @@ \renewcommand{\chaptername}{APPENDIX} \addtocontents{toc}{APPENDIX \par} \appendix +% Headers for TOC pages involving only appendices should have the left-heading +% "APPENDIX", instead of "CHAPTER" +\addtocontents{toc}{% + \protect\afterpage{\protect\lhead{APPENDIX}\protect\rhead{Page}}} \include{appendix1} \include{vita} \end{document}