Additional fixes to page numbers in issue #2
This commit is contained in:
parent
0d06ef1c0d
commit
a3a32493ec
@ -165,7 +165,14 @@ Written by Kenneth John Odle
|
|||||||
\end{center}
|
\end{center}
|
||||||
\end{titlepage}
|
\end{titlepage}
|
||||||
|
|
||||||
|
|
||||||
\section*{Impressum}
|
\section*{Impressum}
|
||||||
|
\pagestyle{plain}
|
||||||
|
|
||||||
|
% Set page style to Roman lowercase; reset page number
|
||||||
|
\pagenumbering{roman}
|
||||||
|
\setcounter{page}{2}
|
||||||
|
|
||||||
All contents \copyright2025 Kenneth John Odle
|
All contents \copyright2025 Kenneth John Odle
|
||||||
|
|
||||||
FYI, this is made in \LaTeX \,using the report document class. It then gets exported to a letterhalf (5.5 in x 8.5 in) pdf, which then gets made into a booklet using PDF Booklet, which you can find at
|
FYI, this is made in \LaTeX \,using the report document class. It then gets exported to a letterhalf (5.5 in x 8.5 in) pdf, which then gets made into a booklet using PDF Booklet, which you can find at
|
||||||
@ -179,10 +186,13 @@ If you want to donate financial support for the creation of this zine (and all t
|
|||||||
|
|
||||||
\tableofcontents
|
\tableofcontents
|
||||||
|
|
||||||
|
\cleardoublepage
|
||||||
|
|
||||||
\chapter{The Album}
|
\chapter{The Album}
|
||||||
|
|
||||||
|
% Reset page counter; set page style to Arabic
|
||||||
|
\pagenumbering{arabic}
|
||||||
|
\setcounter{page}{1}
|
||||||
|
|
||||||
\chapter{The Songs}
|
\chapter{The Songs}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user