We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06bed1b commit a7731bcCopy full SHA for a7731bc
offline/eisvogel.latex
@@ -940,15 +940,9 @@ $if(titlepage-background)$
940
% The titlepage with a background image has other text spacing and text size
941
{
942
\setstretch{2}
943
- \vfill
944
- \vskip -8em
945
- \noindent {\huge \textbf{\textsf{$title$}}}
946
- $if(subtitle)$
947
- \vskip 1em
948
- {\Large \textsf{$subtitle$}}
949
- $endif$
950
- \vskip 2em
951
- \noindent {\Large \textsf{$for(author)$$author$$sep$, $endfor$} \vskip 0.6em \textbf{Revision: } \textsf{$date$}}
+ \vskip 10em
+ \hskip -4.7em
+ \noindent {\Large \textbf{Revision: } \textsf{$date$}}
952
\vfill
953
}
954
$else$
0 commit comments