49 lines
1.0 KiB
TeX
49 lines
1.0 KiB
TeX
% -------------------------
|
|
% Custom Title Page
|
|
% -------------------------
|
|
\begin{titlepage}
|
|
\centering
|
|
|
|
\vspace*{2cm}
|
|
|
|
{\Huge\bfseries $title$ \par}
|
|
\vspace{0.4cm}
|
|
{\Large $subtitle$ \par}
|
|
|
|
\vspace{1.2cm}
|
|
\includegraphics[width=0.5\textwidth]{$logo$}
|
|
|
|
|
|
\vfill
|
|
|
|
\end{titlepage}
|
|
|
|
% ----- COPYRIGHT / META PAGE -----
|
|
\newpage
|
|
\thispagestyle{empty}
|
|
|
|
\vspace*{\fill}
|
|
|
|
\begin{center}
|
|
\renewcommand{\arraystretch}{1.3} % row spacing
|
|
\setlength{\tabcolsep}{8pt} % column padding
|
|
\begin{tabular}{@{}p{0.28\textwidth}p{0.65\textwidth}@{}}
|
|
\textbf{Title:} & $title$ \\
|
|
\textbf{Subtitle:} & $subtitle$ \\
|
|
\textbf{Affiliation:} & $affiliation$ \\
|
|
\textbf{Institution:} & $institution$ \\
|
|
\textbf{Author:} & $author$ \\
|
|
\textbf{Copyright:} & $copyright$ \\
|
|
\textbf{License:} & $license$ \\
|
|
\textbf{Version:} & $version$ \\
|
|
\textbf{Date:} & $date$ \\
|
|
\textbf{State:} & $state$ \\
|
|
\textbf{Source:} & $source$ \\
|
|
\end{tabular}
|
|
\end{center}
|
|
|
|
\vspace*{\fill}
|
|
|
|
\clearpage
|
|
\pagenumbering{arabic}
|
|
\setcounter{page}{1} |