From b768f280e38fa50f7fa975094602ebf65a67588d Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Thu, 31 Aug 2023 12:52:21 +0200 Subject: [PATCH] place title on bottom of titlepage --- layout.sty | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/layout.sty b/layout.sty index 227fddf7..e0471adf 100644 --- a/layout.sty +++ b/layout.sty @@ -536,18 +536,19 @@ interior code={ \path[tcb fill interior] ([xshift=-2mm]interior.west) %%%%% Section Formatting %%%%% -\newcommand{\frontpage}[3]{ +\newcommand{\frontpage}[3][\expandafter\MakeUppercase \jobname]{ \begin{titlepage} \centering - \vspace{2cm} - {\scshape\Huge\bfseries #1\par} - \vspace{1cm} + \hphantom{nemo} + \vfill \vfill + {\Huge\scshape\outline{#1}\par} + \vspace{1em} \IfFileExists{images/#3.jpg}{ \includegraphics[width=0.6\textwidth]{images/#3.jpg}\par\vspace{1cm} }{} - {\Large #2\par} - \vspace{1.5cm} - {\large This edition bound on \today\par} + {\large\scshape #2\par} + \vspace{1em} + {\large \today\par} \end{titlepage} \cleardoublepage -- GitLab