Skip to content
Snippets Groups Projects
Select Git revision
  • f7d33db17fce52d5ffdbde6f6b8396a787d868c2
  • master default protected
2 results

main.tex

Blame
  • 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}