diff --git a/euterpe_001.tex b/euterpe_001.tex index b8114c1..aaf28b6 100644 --- a/euterpe_001.tex +++ b/euterpe_001.tex @@ -2,16 +2,27 @@ \input{include/packages} \input{include/commands} - +\usepackage{lipsum} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% Page Headers%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% 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[LE,RO]{\textit{Euterpe}} - \fancyhead[RE,LO]{Issue \#002} + \fancyhead[RO]{\textit{Euterpe}} + \fancyhead[LE]{\textit{\ktitle{}}} + \fancyhead[RE,LO]{Issue \#\kissue{}} \cfoot{Page \thepage} \renewcommand{\footrulewidth}{0.5pt} @@ -21,32 +32,7 @@ \begin{document} - -\begin{titlepage} -\vspace*{15mm} -\fontsize{28}{42}\selectfont -\noindent{}\textit{This Articulate Conception} - -\NineColors{saturation=high} -\noindent{}{\color{yellow9}\rule{\textwidth}{5pt}} - -\fontsize{12}{14}\selectfont -\noindent{}A reflection on the album ``Autoamerican'' by Blondie (1980) - -\vspace{20mm} -\begin{center} -\textit{Euterpe} zine — Issue \#1 -\vspace{10mm} - -\fontsize{10}{18}\selectfont -Published December 2025 - -Written by Kenneth John Odle - -\kref{https://just13.click/euterpe}{just13.click/euterpe} -\end{center} -\end{titlepage} - +\input{include/titlepage} \section*{Impressum} \pagestyle{plain} @@ -66,6 +52,9 @@ All contents \copyright2025 Kenneth John Odle \chapter{The Album} +% Reset page style +\pagestyle{fancy} + % Set page style to Arabic; reset page number \pagenumbering{arabic} \setcounter{page}{1} @@ -85,6 +74,7 @@ All contents \copyright2025 Kenneth John Odle \section{Angels on the Balcony} \subsection{Go Through It} +\lipsum[1-14] \section{Side Two} diff --git a/include/titlepage.tex b/include/titlepage.tex new file mode 100644 index 0000000..fe9b348 --- /dev/null +++ b/include/titlepage.tex @@ -0,0 +1,24 @@ +\begin{titlepage} +\vspace*{15mm} +\fontsize{28}{42}\selectfont +\noindent{}\textit{\ktitle{}} + +\NineColors{saturation=high} +\noindent{}{\color{\kalbumcolor}\rule{\textwidth}{5pt}} + +\fontsize{12}{14}\selectfont +\noindent{}A reflection on the album \kalbum{} by \kgroup{} (\kalbumyear{}) + +\vspace{20mm} +\begin{center} +\textit{Euterpe} zine — Issue \#\kissue{} +\vspace{10mm} + +\fontsize{10}{18}\selectfont +Published \kpublish{} + +Written by Kenneth John Odle + +\kref{https://just13.click/euterpe}{just13.click/euterpe} +\end{center} +\end{titlepage}