\documentclass[twoside, 9pt]{extreport} \input{include/packages} \input{include/commands} \usepackage{lipsum} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Variable %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \def\ktitle{} % Title of this issue (a line from one of the songs on the album) \def\kissue{} % Issue number ix XXX format \def\kpublish{} % Month and year of this issue \def\kalbum{``''} % Title of Album \def\kgroup{} % Band \def\kalbumyear{} % Year of album release \def\kalbumcolor{red9} % album dominant color; use ninecolors format %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Page Headers %%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Adjust the TITLE as necessary \usepackage{fancyhdr} \pagestyle{fancy} \fancyhf{} \fancyhead[RO]{\textit{Euterpe}} \fancyhead[LE]{\textit{\ktitle{}}} \fancyhead[RE,LO]{Issue \#\kissue{}} \cfoot{Page \thepage} \renewcommand{\footrulewidth}{0.5pt} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Let's get it started %%%%%%%%%%%%%%%%%%%%% \begin{document} \input{include/titlepage} \section*{Impressum} \pagestyle{plain} % Set page style to Roman lowercase; reset page number \pagenumbering{roman} \setcounter{page}{2} All contents \copyright2025 Kenneth John Odle \input{include/impressum} \tableofcontents \cleardoublepage % Change to 'clearpage' if TOC goes to an even number of pages \chapter{The Album} % Reset page style \pagestyle{fancy} % Set page style to Arabic; reset page number \pagenumbering{arabic} \setcounter{page}{1} \chapter{The Songs} \section{Side One} \subsection{} \subsection{} \subsection{} \subsection{} \subsection{} \section{Side Two} \subsection{} \subsection{} \subsection{} \subsection{} \subsection{} \subsection{} \chapter{The Extra Songs} % Delete this entire section if no extra versions were released \section{} % Name of album where extra material was released \subsection{} \chapter{Epilogue} \end{document}