Changes to page layout; issue details to variables; titlepage to input page
This commit is contained in:
parent
89c379782a
commit
771e049362
@ -2,16 +2,27 @@
|
|||||||
|
|
||||||
\input{include/packages}
|
\input{include/packages}
|
||||||
\input{include/commands}
|
\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
|
%% Adjust the TITLE as necessary
|
||||||
\usepackage{fancyhdr}
|
\usepackage{fancyhdr}
|
||||||
\pagestyle{fancy}
|
\pagestyle{fancy}
|
||||||
\fancyhf{}
|
\fancyhf{}
|
||||||
\fancyhead[LE,RO]{\textit{Euterpe}}
|
\fancyhead[RO]{\textit{Euterpe}}
|
||||||
\fancyhead[RE,LO]{Issue \#002}
|
\fancyhead[LE]{\textit{\ktitle{}}}
|
||||||
|
\fancyhead[RE,LO]{Issue \#\kissue{}}
|
||||||
\cfoot{Page \thepage}
|
\cfoot{Page \thepage}
|
||||||
\renewcommand{\footrulewidth}{0.5pt}
|
\renewcommand{\footrulewidth}{0.5pt}
|
||||||
|
|
||||||
@ -21,32 +32,7 @@
|
|||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
|
\input{include/titlepage}
|
||||||
\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}
|
|
||||||
|
|
||||||
|
|
||||||
\section*{Impressum}
|
\section*{Impressum}
|
||||||
\pagestyle{plain}
|
\pagestyle{plain}
|
||||||
@ -66,6 +52,9 @@ All contents \copyright2025 Kenneth John Odle
|
|||||||
|
|
||||||
\chapter{The Album}
|
\chapter{The Album}
|
||||||
|
|
||||||
|
% Reset page style
|
||||||
|
\pagestyle{fancy}
|
||||||
|
|
||||||
% Set page style to Arabic; reset page number
|
% Set page style to Arabic; reset page number
|
||||||
\pagenumbering{arabic}
|
\pagenumbering{arabic}
|
||||||
\setcounter{page}{1}
|
\setcounter{page}{1}
|
||||||
@ -85,6 +74,7 @@ All contents \copyright2025 Kenneth John Odle
|
|||||||
\section{Angels on the Balcony}
|
\section{Angels on the Balcony}
|
||||||
|
|
||||||
\subsection{Go Through It}
|
\subsection{Go Through It}
|
||||||
|
\lipsum[1-14]
|
||||||
|
|
||||||
\section{Side Two}
|
\section{Side Two}
|
||||||
|
|
||||||
|
24
include/titlepage.tex
Normal file
24
include/titlepage.tex
Normal 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}
|
Loading…
Reference in New Issue
Block a user