\documentclass[twoside,9pt]{extreport} \input{include/packages} \input{include/commands} \usepackage{lipsum} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Variable %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \def\ktitle{One Hand on the Ground\\One Hand in Space} \def\kissue{002} \def\kpublish{February 2026} \def\kalbum{``Paradise City''} \def\kgroup{The Cars} \def\kalbumyear{1984} \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{Hello Again} Main vocals by Ric Ocasek \subsection{Looking for Love} Main vocals by Ric Ocasek \subsection{Magic} Main vocals by Ric Ocasek \subsection{Drive} Main vocals by Benjamin Orr \section{Stranger Eyes} Main vocals by Benjamin Orr \section{Side Two} \subsection{You Might Think} Main vocals by Ric Ocasek and Benjamin Orr \subsection{It's Not the Night} Main vocals by Ric Ocasek \subsection{Why Can't I Have You} Main vocals by Ric Ocasek \subsection{I Refuse} Main vocals by Ric Ocasek \subsection{Heartbeat City} Main vocals by Ric Ocasek \chapter{The Extra Songs} \section{2018 Expanded Edition} \subsection{Hello Again (Remix Version)} \subsection{Drive (Demo Version} \subsection{One More Time (early version of``Why Can't I Have You'')} \subsection{Baby I Refuse (early version of ``I Refuse'')} \subsection{Jacki (early version of ``Heartbeat City'')} \subsection{Breakaway (B-side of ``Why Can't I Have You'')} \subsection{Tonight She Comes (from \textit{Greatest Hits}, 1985)} \chapter{Epilogue} \end{document}