Select Git revision
Dmytro Bogatov authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
main.tex 411 B
% cSpell:ignore bibfile
\documentclass{beamer}[8pt]
\usetheme[
progressbar=frametitle,
titleformat section=smallcaps
]{metropolis}
\input{cli}
\input{version}
\input{packages}
\input{settings}
\input{definitions}
\begin{document}
\maketitle
\input{sections/all-sections}
\maketitle
\begin{frame}[allowframebreaks]{References}
\printbibliography%
\end{frame}
\end{document}