forked from CryHavoc/dottes
Given final official blank page on A5 and A4 a chapter title Notes.
This commit is contained in:
parent
14faa76f38
commit
2f953ab403
|
@ -1,7 +1,6 @@
|
|||
% Blank page for notes
|
||||
\newpage
|
||||
\thispagestyle{empty}
|
||||
\hbox{}
|
||||
% Notes page
|
||||
|
||||
\chapter{Notes}
|
||||
|
||||
% Inside back cover.
|
||||
\newpage
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
% Notes page
|
||||
|
||||
\chapter{Notes}
|
||||
|
||||
% Pad pages to multiple of 4.
|
||||
\newcounter{frontpages}
|
||||
\setcounter{frontpages}{5 + \thelastfrontmatterpage}
|
||||
\padpages{4}{\thefrontpages}
|
|
@ -1,7 +1,6 @@
|
|||
% Blank page for notes
|
||||
\newpage
|
||||
\thispagestyle{empty}
|
||||
\hbox{}
|
||||
% Notes page
|
||||
|
||||
\chapter{Notes}
|
||||
|
||||
% Back cover page - or it it?
|
||||
\newpage
|
||||
|
|
|
@ -291,7 +291,7 @@ tune first lines to help you figure out what it is in time to join in.
|
|||
|
||||
\input{firstlines.tex}
|
||||
|
||||
% ----- Back cover page. A plain purple page.
|
||||
% ----- Back cover page, notes page etc.
|
||||
|
||||
\backmatter
|
||||
|
||||
|
|
Loading…
Reference in New Issue