Compare commits
3 Commits
5f952aa93a
...
d7649cd6d0
Author | SHA1 | Date | |
---|---|---|---|
d7649cd6d0 | |||
46162e91c8 | |||
d1c42c3fab |
@ -6,6 +6,8 @@
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage{float}
|
||||
\usepackage{ninecolors}
|
||||
\usepackage{microtype} % Make things neater.
|
||||
|
||||
|
||||
|
||||
|
||||
@ -28,13 +30,12 @@
|
||||
% \usepackage{fancyvrb} % Use line numbers with code samples
|
||||
% \usepackage{fvextra} % Break lines inside Verbatim environment:
|
||||
\usepackage{enumitem} % Control spacing in lists
|
||||
\usepackage{setspace} % Better control over line-spacing
|
||||
\usepackage{nicefrac} % Use nice fractions
|
||||
%\usepackage{setspace} % Better control over line-spacing
|
||||
%\usepackage{nicefrac} % Use nice fractions
|
||||
\usepackage[bottom]{footmisc} % Keep the footnotes at the bottom of the page
|
||||
% \usepackage{tabto} % Use tab stops when we need to (especially in footnotes)
|
||||
\usepackage{microtype} % Make things neater.
|
||||
% \usepackage{tabularray} % Easy tables
|
||||
\usepackage[]{footmisc}
|
||||
%\usepackage[]{footmisc}
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
@ -70,7 +71,7 @@
|
||||
\pagestyle{fancy}
|
||||
\fancyhf{}
|
||||
\fancyhead[LE,RO]{\textit{Euterpe}}
|
||||
\fancyhead[RE,LO]{Issue \#001}
|
||||
\fancyhead[RE,LO]{Issue \#002}
|
||||
\cfoot{Page \thepage}
|
||||
\renewcommand{\footrulewidth}{0.5pt}
|
||||
|
||||
@ -131,16 +132,8 @@
|
||||
%% Document Information %%%%%%%%%%%%%%%%%%%%%
|
||||
%% Adjust the TITLE and SUBTITLE as necessary
|
||||
\author{Kenneth John Odle}
|
||||
\title{
|
||||
{\Huge Euterpe} \\
|
||||
\vspace{20mm}
|
||||
{\footnotesize \textit{Autoamerican} by Blondie (1980) \\
|
||||
\bigskip
|
||||
% Typeset in \LaTeX{} \\
|
||||
\textit{Euterpe} Zine — Issue \#001
|
||||
}
|
||||
}
|
||||
\date{\begin{small}\today{}\end{small}}
|
||||
\title{This Articulate Conception}
|
||||
\date{October 2025}
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
@ -5,7 +5,8 @@
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage{float}
|
||||
\raggedbottom
|
||||
\usepackage{ninecolors}
|
||||
\usepackage{microtype} % Make things neater.
|
||||
|
||||
|
||||
|
||||
@ -29,13 +30,12 @@
|
||||
% \usepackage{fancyvrb} % Use line numbers with code samples
|
||||
% \usepackage{fvextra} % Break lines inside Verbatim environment:
|
||||
\usepackage{enumitem} % Control spacing in lists
|
||||
\usepackage{setspace} % Better control over line-spacing
|
||||
\usepackage{nicefrac} % Use nice fractions
|
||||
%\usepackage{setspace} % Better control over line-spacing
|
||||
%\usepackage{nicefrac} % Use nice fractions
|
||||
\usepackage[bottom]{footmisc} % Keep the footnotes at the bottom of the page
|
||||
% \usepackage{tabto} % Use tab stops when we need to (especially in footnotes)
|
||||
\usepackage{microtype} % Make things neater.
|
||||
% \usepackage{tabularray} % Easy tables
|
||||
\usepackage[]{footmisc}
|
||||
%\usepackage[]{footmisc}
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
@ -47,6 +47,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
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
@ -131,24 +132,47 @@
|
||||
%% Document Information %%%%%%%%%%%%%%%%%%%%%
|
||||
%% Adjust the TITLE and SUBTITLE as necessary
|
||||
\author{Kenneth John Odle}
|
||||
\title{
|
||||
\fontsize{48}{60} {\textit{Welcome to the Jungle} by Guns N' Roses (1987)}\selectfont \\
|
||||
\vspace{20mm}
|
||||
{\bigskip
|
||||
% Typeset in \LaTeX{} \\
|
||||
\textit{Euterpe} Zine — Issue \#003
|
||||
}
|
||||
}
|
||||
\date{\begin{small}\today{}\end{small}}
|
||||
\title{We Got Fun and Games}
|
||||
\date{March 2026}
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% Let's get it started %%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
|
||||
\begin{titlepage}
|
||||
\vspace*{15mm}
|
||||
\fontsize{28}{42}\selectfont
|
||||
\noindent{}\textit{We Got Fun and Games}
|
||||
|
||||
\noindent{}{\color{red4}\rule{\textwidth}{5pt}}
|
||||
|
||||
\fontsize{12}{14}\selectfont
|
||||
\noindent{}A reflection on the album ``Appetite for Destruction'' by Guns N' Roses (1987)
|
||||
|
||||
\vspace{20mm}
|
||||
\begin{center}
|
||||
\textit{Euterpe} zine — Issue \#3
|
||||
\vspace{10mm}
|
||||
|
||||
\fontsize{10}{18}\selectfont
|
||||
Published March 2026
|
||||
|
||||
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
|
||||
@ -162,14 +186,20 @@ 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}
|
||||
|
||||
\section{Side One}
|
||||
|
||||
\subsection{Welcome to the Jungle}
|
||||
|
||||
|
||||
\section{Side Two}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user