128 lines
2.2 KiB
TeX
128 lines
2.2 KiB
TeX
\documentclass[twoside, 9pt]{extreport}
|
|
|
|
\input{include/packages}
|
|
\input{include/commands}
|
|
\usepackage{lipsum}
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
%% Variable %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
\def\ktitle{This Articulate Conception}
|
|
\def\kissue{001}
|
|
\def\kpublish{December 2025}
|
|
\def\kalbum{``Autoamerican''}
|
|
\def\kgroup{Blondie}
|
|
\def\kalbumyear{1980}
|
|
\def\kalbumcolor{yellow9}
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
%% 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{Europa}
|
|
|
|
\subsection{Live It Up}
|
|
|
|
\subsection{Here's Looking at You}
|
|
|
|
\subsection{The Tide is High}
|
|
|
|
\section{Angels on the Balcony}
|
|
|
|
\subsection{Go Through It}
|
|
\lipsum[1-14]
|
|
|
|
\section{Side Two}
|
|
|
|
\subsection{Do the Dark}
|
|
|
|
\subsection{Rapture}
|
|
|
|
\subsection{Faces}
|
|
|
|
\subsection{T-Birds}
|
|
|
|
\subsection{Walk Like Me}
|
|
|
|
\subsection{Follow Me}
|
|
|
|
|
|
|
|
\chapter{The Extra Songs}
|
|
|
|
\section{Cassette Edition Bonus Track}
|
|
|
|
\subsection{Susie and Jeffrey}
|
|
|
|
\section{1994 CD Reissue Bonus Tracks}
|
|
|
|
\subsection{Rapture (Special Disco Mix)}
|
|
|
|
\subsection{Live It Up (Special Disco Mix)}
|
|
|
|
\section{2001 CD Reissue Bonus Tracks}
|
|
|
|
\subsection{Call Me (Original Long Version)}
|
|
|
|
\subsection{Suzie and Jeffrey}
|
|
|
|
Was the B-side to the ``The Tide is High'' single.
|
|
|
|
\subsection{Rapture (Special Disco Mix)}
|
|
|
|
\section{Japanese Limited Release Bonus 7'' Tracks}
|
|
|
|
\subsection{Call Me (Spanish Version)}
|
|
|
|
\subsection{Heroes (Live with Robert Fripp)}
|
|
|
|
|
|
\chapter{Epilogue}
|
|
|
|
|
|
\end{document}
|