\documentclass[twoside,9pt]{extreport} \input{include/packages} \input{include/commands} \usepackage{lipsum} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Variable %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \def\ktitle{We Got Fun and Games} \def\kissue{003} \def\kpublish{April 2026} \def\kalbum{``Appetite for Destruction''} \def\kgroup{Guns N' Roses} \def\kalbumyear{1987} \def\kalbumcolor{red4} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% 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 \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{Welcome to the Jungle} \subsection{It's So Easy} \subsection{Nightrain} \subsection{Out ta Get Me} \subsection{Mr. Brownstone} \subsection{Paradise City} \section{Side Two} \subsection{My Michelle} \subsection{Think About You} \subsection{Sweet Child o' Mine} \subsection{You're Crazy} \subsection{Anything Goes} \subsection{Rocket Queen} \chapter{Epilogue} \end{document}