Titlepage cleanup

This commit is contained in:
Josh Stewart 2023-07-13 13:42:28 +10:00
parent 6ee57a3ad1
commit b54dcc51bd
2 changed files with 7 additions and 8 deletions

View File

@ -930,6 +930,12 @@ $endif$
\par
\noindent
$if(titlepage-logo)$
\noindent
\includegraphics[width=$if(logo-width)$$logo-width$$else$35mm$endif$, left]{$titlepage-logo$}
\vskip 2em
$endif$
$if(titlepage-background)$
% The titlepage with a background image has other text spacing and text size
{
@ -941,8 +947,6 @@ $if(titlepage-background)$
\vskip 1em
{\Large \textsf{$subtitle$}}
$endif$
\vskip 2em
\noindent {\Large \textsf{$for(author)$$author$$sep$, $endfor$} \vskip 0.6em \textsf{$date$}}
\vfill
}
$else$
@ -954,16 +958,11 @@ $else$
\vskip 1em
{\Large \textsf{$subtitle$}}
$endif$
\vskip 2em
\noindent {\Large \textsf{$for(author)$$author$$sep$, $endfor$}}
\vfill
}
$endif$
$if(titlepage-logo)$
\noindent
\includegraphics[width=$if(logo-width)$$logo-width$$else$35mm$endif$, left]{$titlepage-logo$}
$endif$
$if(titlepage-background)$
$else$