1
Fork 0

Don't count header, footer, title page or ToC towards wordcount

This commit is contained in:
Jake Howard 2018-03-28 20:08:22 +01:00
parent 12cd9b9a2b
commit e5d8d72955
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 6 additions and 1 deletions

View File

@ -16,13 +16,17 @@
\author{Some Author}
\date{2018-01-01}
$if(secondpass)$
\include{header-footer}
$endif$
\begin{document}
$if(secondpass)$
\input{title}
\tableofcontents
$endif$
\thispagestyle{empty}
\cleardoublepage
\setcounter{page}{1}

View File

@ -1,3 +1,4 @@
---
wordcount: {wordcount}
secondpass: true
...