basic-book-builder/conf/frontmatter.tex

50 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:} & Clear Skies \\
\textbf{Subtitle:} & A Reference Architecture for Resilient Alaskan Microgrid Cyberinfrastructure \\
\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-DRAFT \\
\textbf{Source:} & https://github.com/acep-uaf/acep-clear-skies \\
\end{tabular}
\end{center}
\vspace*{\fill}
\clearpage
\pagenumbering{arabic}
\setcounter{page}{1}