From cb8c0e48d88c3858d43443f86604115a479673e4 Mon Sep 17 00:00:00 2001 From: Kenneth Odle Date: Sat, 6 Sep 2025 12:28:00 -0400 Subject: [PATCH] Creation of template file --- euterpe_template.tex | 103 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 euterpe_template.tex diff --git a/euterpe_template.tex b/euterpe_template.tex new file mode 100644 index 0000000..50d0e05 --- /dev/null +++ b/euterpe_template.tex @@ -0,0 +1,103 @@ +\documentclass[twoside, 9pt]{extreport} + +\input{include/packages} +\input{include/commands} +\usepackage{lipsum} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Variable %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\def\ktitle{} % Title of this issue (a line from one of the songs on the album) +\def\kissue{} % Issue number ix XXX format +\def\kpublish{} % Month and year of this issue +\def\kalbum{``''} % Title of Album +\def\kgroup{} % Band +\def\kalbumyear{} % Year of album release +\def\kalbumcolor{red9} % album dominant color; use ninecolors format + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Page Headers %%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Adjust the TITLE as necessary +\usepackage{fancyhdr} +\pagestyle{fancy} + \fancyhf{} + \fancyhead[RO]{\textit{Euterpe}} + \fancyhead[LE]{\textit{\ktitle{}}} + \fancyhead[RE,LO]{Issue \#\kissue{}} + \cfoot{Page \thepage} +\renewcommand{\footrulewidth}{0.5pt} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Let's get it started %%%%%%%%%%%%%%%%%%%%% + +\begin{document} + +\input{include/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 + +\input{include/impressum} + +\tableofcontents + +\cleardoublepage % Change to 'clearpage' if TOC goes to an even number of pages + + +\chapter{The Album} + +% Reset page style +\pagestyle{fancy} + +% Set page style to Arabic; reset page number +\pagenumbering{arabic} +\setcounter{page}{1} + +\chapter{The Songs} + +\section{Side One} + +\subsection{} + +\subsection{} + +\subsection{} + +\subsection{} + +\subsection{} + +\section{Side Two} + +\subsection{} + +\subsection{} + +\subsection{} + +\subsection{} + +\subsection{} + +\subsection{} + + + +\chapter{The Extra Songs} % Delete this entire section if no extra versions were released + +\section{} % Name of album where extra material was released + +\subsection{} + + + +\chapter{Epilogue} + + +\end{document}