Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix TOC LOT and LOR to have right and left labels for multiple pages (> 2) #6

Open
j-c-cook opened this issue Dec 8, 2021 · 0 comments · May be fixed by #7
Open

Fix TOC LOT and LOR to have right and left labels for multiple pages (> 2) #6

j-c-cook opened this issue Dec 8, 2021 · 0 comments · May be fixed by #7

Comments

@j-c-cook
Copy link
Contributor

j-c-cook commented Dec 8, 2021

The grad college wants there to be a "Chapter" and "Page" label at the top of each page the TOC is on. Toggling the following line, will only provide it for the second page.

%\addtocontents{toc}{\conttocheading} %% uncomment this line for multipage TOC

The reasoning being that the following \afterpage command, only adds the top labels for the first page after.

\usepackage{afterpage}
\DeclareRobustCommand*{\conttocheading}{%
\afterpage{{\normalfont
\begin{flushleft}
Chapter \hfill Page
\end{flushleft}
\par\medskip}}}

The goal of this issue is to implement a solution for multipage TOC LOT and LOR that is acceptable to the grad college.

@j-c-cook j-c-cook linked a pull request Dec 8, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant