parent
a3a32493ec
commit
5f952aa93a
@ -5,8 +5,7 @@
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage{float}
|
||||
\raggedbottom
|
||||
|
||||
\usepackage{ninecolors}
|
||||
|
||||
|
||||
|
||||
@ -47,6 +46,7 @@
|
||||
\raggedbottom % Don't force text to fill page
|
||||
\setlength{\belowcaptionskip}{4pt} % Adjust space between caption and figure
|
||||
\renewcommand*\contentsname{In This Issue…} % Change the name of the TOC
|
||||
\raggedbottom
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
@ -147,9 +147,41 @@
|
||||
%% Let's get it started %%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
|
||||
|
||||
\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}
|
||||
\pagestyle{plain}
|
||||
|
||||
% Set page style to Roman lowercase; reset page number
|
||||
\pagenumbering{roman}
|
||||
\setcounter{page}{2}
|
||||
|
||||
All contents \copyright2025 Kenneth John Odle
|
||||
|
||||
FYI, this is made in \LaTeX \,using the report document class. It then gets exported to a letterhalf (5.5 in x 8.5 in) pdf, which then gets made into a booklet using PDF Booklet, which you can find at
|
||||
@ -163,9 +195,14 @@ If you want to donate financial support for the creation of this zine (and all t
|
||||
|
||||
\tableofcontents
|
||||
|
||||
\cleardoublepage
|
||||
|
||||
|
||||
\chapter{The Album}
|
||||
|
||||
% Set page style to Arabic; reset page number
|
||||
\pagenumbering{arabic}
|
||||
\setcounter{page}{1}
|
||||
|
||||
\chapter{The Songs}
|
||||
|
||||
|
@ -190,7 +190,7 @@ If you want to donate financial support for the creation of this zine (and all t
|
||||
|
||||
\chapter{The Album}
|
||||
|
||||
% Reset page counter; set page style to Arabic
|
||||
% Set page style to Arabic; reset page number
|
||||
\pagenumbering{arabic}
|
||||
\setcounter{page}{1}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user