From 7512d03159be73d953878f2b2291a287e69e0ea2 Mon Sep 17 00:00:00 2001 From: Mohit Agarwal Date: Thu, 12 Jun 2025 21:53:19 +0000 Subject: Adding rear cover. --- 99-rear-cover.tex | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ Makefile | 3 ++- 2 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 99-rear-cover.tex diff --git a/99-rear-cover.tex b/99-rear-cover.tex new file mode 100644 index 0000000..7446f84 --- /dev/null +++ b/99-rear-cover.tex @@ -0,0 +1,53 @@ +\thispagestyle{empty} + +\noindent +{\huge\textit{Aporia}} + +\vspace{1cm} + +\normalsize +\noindent Undergraduate Journal of the St Andrews Philosophy +Society + +\vspace{1cm} +\noindent VOLUME XXV + + +\vspace{3cm} +\vfill + +\noindent \textit{Aporia} is funded by the University of St +Andrews Philosophy Society, which receives funds from the +University of St Andrews +Department of Philosophy, the University of St Andrews +Students’ Association, and independent benefactors. + +\noindent +\textit{Aporia} is published by The University of St Andrews +Philosophy Society + +\vspace{1cm} +\noindent +\textit{Aporia} © 2025 is licensed under Creative Commons +Attribution 4.0 International (CC BY 4.0). To view a copy of +this license, visit +\url{https://creativecommons.org/licenses/by/4.0/}. + +\vspace{1cm} +\noindent +Authors retain copyright, but give their consent to +\textit{Aporia} to publish their work. + +\vspace{2cm} +\begin{multicols}{2} +\large\itshape{Visit \url{https://ojs.st-andrews.ac.uk/aporia} to learn more.} +\vspace{2cm} +Contact: \texttt{aporia@st-andrews.ac.uk} +\columnbreak +Aporia\newline +School of Philosophy\newline +Edgecliffe, The Scores\newline +St Andrews, Fife\newline +KY16 9AL\newline +\textsc{Scotland} +\end{multicols} diff --git a/Makefile b/Makefile index 443ace7..9ff3b23 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,8 @@ SOURCES=images/\ 01-foreword.tex\ 02-letter-ed.tex\ 03-acknowledgements.tex\ - 90-contributors.tex + 90-contributors.tex\ + 99-rear-cover.tex target: mkdir target target/main.pdf: $(SOURCES) -- cgit v1.2.3