From 1bb47508c80794c2e9424f95ae145a1d7d464bcc Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@tutamail.com> Date: Sun, 19 Apr 2020 00:03:10 +0200 Subject: [PATCH] add title page --- main.tex | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/main.tex b/main.tex index 47b683c3..82220d91 100644 --- a/main.tex +++ b/main.tex @@ -2,6 +2,7 @@ \usepackage[indexonlyfirst]{glossaries} \setacronymstyle{short-long-desc} \title{BIND} +\date{} \input{config/preamble.tex} \input{config/monsters.tex} @@ -11,6 +12,18 @@ \begin{document} +\begin{titlepage} + \centering + \vspace{2cm} + {\scshape\Huge\bfseries BIND\par} + \vspace{2cm} + \includegraphics[width=0.35\textwidth]{images/Boris_Pecikozic/the_storyteller.jpg}\par\vspace{1cm} + {\Large The Open Source RPG\par} + \vspace{1.5cm} + {\large Last edited \today\par} + +\end{titlepage} + \pagenumbering{roman} \tableofcontents -- GitLab