basic-book-builder/templates/frontmatter.tex

60 lines
843 B
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.33\textwidth]{$logo$}
\vspace{1.2cm}
{\Large $author$ \par}
\vfill
\end{titlepage}
% ----- COPYRIGHT / META PAGE -----
\newpage
\thispagestyle{empty}
\begin{center}
\vspace*{\fill}
\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$
\vspace*{\fill}
\end{center}
\vspace*{\fill}
\clearpage
\pagenumbering{arabic}
\setcounter{page}{1}