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
|
% Notes page
|
||||||
\newpage
|
|
||||||
\thispagestyle{empty}
|
\chapter{Notes}
|
||||||
\hbox{}
|
|
||||||
|
|
||||||
% Inside back cover.
|
% Inside back cover.
|
||||||
\newpage
|
\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
|
% Notes page
|
||||||
\newpage
|
|
||||||
\thispagestyle{empty}
|
\chapter{Notes}
|
||||||
\hbox{}
|
|
||||||
|
|
||||||
% Back cover page - or it it?
|
% Back cover page - or it it?
|
||||||
\newpage
|
\newpage
|
||||||
|
|
|
@ -291,7 +291,7 @@ tune first lines to help you figure out what it is in time to join in.
|
||||||
|
|
||||||
\input{firstlines.tex}
|
\input{firstlines.tex}
|
||||||
|
|
||||||
% ----- Back cover page. A plain purple page.
|
% ----- Back cover page, notes page etc.
|
||||||
|
|
||||||
\backmatter
|
\backmatter
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue