From a52d9cf6a172b0a9ea74013029938baea0737849 Mon Sep 17 00:00:00 2001 From: Kenneth Odle Date: Thu, 4 Sep 2025 20:53:19 -0400 Subject: [PATCH] =?UTF-8?q?Moved=20=C2=ABimpressum=C2=BB=20to=20an=20?= =?UTF-8?q?=C2=ABinclude=C2=BB=20file=20for=20uniformity?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- euterpe_001.tex | 9 +-------- euterpe_002.tex | 10 ++-------- euterpe_003.tex | 10 ++-------- include/impressum.tex | 7 +++++++ 4 files changed, 12 insertions(+), 24 deletions(-) create mode 100644 include/impressum.tex diff --git a/euterpe_001.tex b/euterpe_001.tex index dc723b4..c742e83 100644 --- a/euterpe_001.tex +++ b/euterpe_001.tex @@ -177,14 +177,7 @@ Written by Kenneth John Odle 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 - -\kref{https://pdfbooklet.sourceforge.io/wordpress/}{https://pdfbooklet.sourceforge.io/wordpress/} - -If you want to donate financial support for the creation of this zine (and all the hours of research that go into it), you can do so at - -\kref{https://paypal.me/kjodle}{https://paypal.me/kjodle} (Thanks!) - +\input{include/impressum} \tableofcontents diff --git a/euterpe_002.tex b/euterpe_002.tex index d7c37c9..855a751 100644 --- a/euterpe_002.tex +++ b/euterpe_002.tex @@ -175,19 +175,13 @@ Written by Kenneth John Odle 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 - -\kref{https://pdfbooklet.sourceforge.io/wordpress/}{https://pdfbooklet.sourceforge.io/wordpress/} - -If you want to donate financial support for the creation of this zine (and all the hours of research that go into it), you can do so at - -\kref{https://paypal.me/kjodle}{https://paypal.me/kjodle} (Thanks!) - +\input{include/impressum} \tableofcontents \cleardoublepage + \chapter{The Album} % Set page style to Arabic; reset page number diff --git a/euterpe_003.tex b/euterpe_003.tex index 368e22f..ab1a832 100644 --- a/euterpe_003.tex +++ b/euterpe_003.tex @@ -175,19 +175,13 @@ Written by Kenneth John Odle 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 - -\kref{https://pdfbooklet.sourceforge.io/wordpress/}{https://pdfbooklet.sourceforge.io/wordpress/} - -If you want to donate financial support for the creation of this zine (and all the hours of research that go into it), you can do so at - -\kref{https://paypal.me/kjodle}{https://paypal.me/kjodle} (Thanks!) - +\input{include/impressum} \tableofcontents \cleardoublepage + \chapter{The Album} % Set page style to Arabic; reset page number diff --git a/include/impressum.tex b/include/impressum.tex new file mode 100644 index 0000000..a829420 --- /dev/null +++ b/include/impressum.tex @@ -0,0 +1,7 @@ +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 + +\kref{https://pdfbooklet.sourceforge.io/wordpress/}{https://pdfbooklet.sourceforge.io/wordpress/} + +If you want to donate financial support for the creation of this zine (and all the hours of research that go into it), you can do so at + +\kref{https://paypal.me/kjodle}{https://paypal.me/kjodle} (Thanks!)