Changes to page layout; issue details to variables; titlepage to input page

This commit is contained in:
Kenneth John Odle 2025-09-05 21:02:21 -04:00
parent 89c379782a
commit 771e049362
2 changed files with 44 additions and 30 deletions

View File

@ -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}

24
include/titlepage.tex Normal file
View File

@ -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}