bylaws/src/before-body.tex
2025-02-26 21:59:33 -05:00

17 lines
289 B
TeX

\centering
\includegraphics[width=2in,clip=false]{branding/logomark-uni-color.png}
$if(has-frontmatter)$
\frontmatter
$endif$
$if(title)$
$if(beamer)$
\frame{\titlepage}
$else$
{\let\newpage\relax\maketitle}
$endif$
$if(abstract)$
\begin{abstract}
$abstract$
\end{abstract}
$endif$
$endif$