49 lines
1.3 KiB
TeX
49 lines
1.3 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.5\textwidth]{lib/img/UAF-ACEP.png}
|
|
|
|
|
|
\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:} & 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:} & 1.0.0 \\
|
|
\textbf{Date:} & 2025-11-13 \\
|
|
\textbf{State:} & BETA \\
|
|
\textbf{Source:} & https://github.com/jehaverlack/basic-book-builder \\
|
|
\end{tabular}
|
|
\end{center}
|
|
|
|
\vspace*{\fill}
|
|
|
|
\clearpage
|
|
\pagenumbering{arabic}
|
|
\setcounter{page}{1} |