mirror of
https://github.com/beta-nu-theta-chi/bylaws.git
synced 2025-12-07 11:44:47 +00:00
17 lines
289 B
TeX
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$ |