60 lines
1.1 KiB
TeX
60 lines
1.1 KiB
TeX
% -------------------------
|
|
% Custom Title Page
|
|
% -------------------------
|
|
\begin{titlepage}
|
|
\centering
|
|
|
|
\vspace*{2cm}
|
|
|
|
{\Huge\bfseries Basic Book Builder \par}
|
|
\vspace{0.4cm}
|
|
{\Large A Pandoc Template for building books and articles \par}
|
|
|
|
\vspace{1.2cm}
|
|
\includegraphics[width=0.33\textwidth]{lib/img/ACEPLogo.png}
|
|
|
|
\vspace{1.2cm}
|
|
{\Large John Haverlack \par}
|
|
|
|
\vfill
|
|
|
|
\end{titlepage}
|
|
|
|
% ----- COPYRIGHT / META PAGE -----
|
|
\newpage
|
|
\thispagestyle{empty}
|
|
\begin{center}
|
|
|
|
\vspace*{\fill}
|
|
|
|
\textbf{Title}: Basic Book Builder
|
|
|
|
\textbf{Subtitle}: A Pandoc Template for building books and articles
|
|
|
|
\textbf{Affiliation}: Alaska Center for Energy and Power
|
|
|
|
\textbf{Institution}: University of Alaska Fairbanks
|
|
|
|
\textbf{Author}: John Haverlack
|
|
|
|
\textbf{Copyright} © 2025 Alaska Center for Energy and Power
|
|
|
|
\textbf{License}: CC BY-ND 4.0
|
|
|
|
\textbf{Version}: 0.0.2
|
|
|
|
\textbf{Date}: 2025-11-11
|
|
|
|
\textbf{State}: PRE-RELEASE
|
|
|
|
\textbf{Source}: https://github.com/jehaverlack/basic-book-builder
|
|
|
|
\vspace*{\fill}
|
|
|
|
\end{center}
|
|
|
|
\vspace*{\fill}
|
|
|
|
\clearpage
|
|
\pagenumbering{arabic}
|
|
\setcounter{page}{1} |