Skip to content
This repository has been archived by the owner on Aug 16, 2020. It is now read-only.

Commit

Permalink
Reset footnote counter per chapter.
Browse files Browse the repository at this point in the history
  • Loading branch information
ascherer committed Aug 15, 2019
1 parent ba88d10 commit f277620
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/complete/appendices.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ \chapter*{Appendices}
\addcontentsline{toc}{chapter}{\nameref{chap:appendices}}
\setcounter{chapter}{3}
\setcounter{section}{0}
\setcounter{footnote}{0}
\etocsetnexttocdepth{subparagraph} % local TOC goes down to subparagraphs
\vspace{-1cm} % adjust for empty header
\localtableofcontents
Expand Down
1 change: 1 addition & 0 deletions src/complete/chapter-1.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ \chapter*{Volume I}
\addcontentsline{toc}{chapter}{\nameref{chap:volume-1}}
\setcounter{chapter}{1}
\setcounter{section}{0}
\setcounter{footnote}{0}
\etocsetnexttocdepth{subparagraph} % local TOC goes down to subparagraphs
\vspace{-1cm} % adjust for empty header
\localtableofcontents
Expand Down
1 change: 1 addition & 0 deletions src/complete/chapter-2.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ \chapter*{Volume II}
\addcontentsline{toc}{chapter}{\nameref{chap:volume-2}}
\setcounter{chapter}{2}
\setcounter{section}{0}
\setcounter{footnote}{0}
\etocsetnexttocdepth{subparagraph} % local TOC goes down to subparagraphs
\vspace{-1cm} % adjust for empty header
\localtableofcontents
Expand Down

0 comments on commit f277620

Please sign in to comment.