60 lines
1.1 KiB
TeX
60 lines
1.1 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}
|
|
|
|
\Large{$title$}
|
|
|
|
\normalsize{\textbf{$subtitle$}}
|
|
|
|
|
|
\begin{center}
|
|
\renewcommand{\arraystretch}{1.3} % row spacing
|
|
\setlength{\tabcolsep}{8pt} % column padding
|
|
\begin{tabular}{@{}p{0.28\textwidth}p{0.65\textwidth}@{}}
|
|
\textbf{Affiliation:} & $affiliation$ \\
|
|
\textbf{Institution:} & $institution$ \\
|
|
\textbf{Author:} & $author$ \\
|
|
\textbf{Version:} & $version$ \\
|
|
\textbf{Date:} & $date$ \\
|
|
\textbf{State:} & $state$ \\
|
|
\textbf{Source:} & $source$ \\
|
|
\end{tabular}
|
|
\end{center}
|
|
|
|
|
|
\textbf{License}
|
|
|
|
This work is licensed under the $license-name$ ($license$)
|
|
|
|
|
|
\begin{center}
|
|
Copyright $copyright$
|
|
\end{center}
|
|
|
|
\vspace*{\fill}
|
|
|
|
\clearpage
|
|
\pagenumbering{arabic}
|
|
\setcounter{page}{1} |