A simple beamer template for the university regensburg. It supports: [1] Multiple authors as well as not having collaborators and/or supervisors (see comments in main.tex). [2] Color themes for every faculty, see slides 11 to 20. [3] Visibility of the siegel (in background) can be lowered to 0 by updating main.tex.
main.tex
\documentclass{beamer}
\usepackage{uniReg}
% Use the theme color best suited for you fakultät. Available themes (case sensitive) :
% Informatik
% Theologie
% Wirtschafts
% Medizin
% Recht
% Philosophie
% Chemie
% Mathematik
% Literatur
% Biologie
% Physik
% Humanwissenschaft
\themecolor{Informatik}
% Change visibility of the siegel in the background. Value can be 0, 1 or 2
\visibilitySiegel{2}
% ###===> Information to be included in the title page:
\title{A basic presentation template}
\subtitle{for the Universität Regensburg}
% If you are multiple authors/presenters :
% 1. Use \multAuthors as in example
% 2. Input in \singleAuthor the name of the main presenter or the initials of all presenters
% 3. a- If you are from the same faculty/institute, you can use \AuthorInstitute{...}
% instead if of \inst{...}
% b- if you are from different institutes, comment the line \AuthorInstitute{...} and use
% \inst{...} together with \institute{...} ligne 28
\singleAuthor{Antoine Gansel}
\AuthorInstitute{Lehrstuhl für Datensicherheit und Kryptographie}
%\multAuthors{Antoine Gansel Jullie Cailler}
% You can comment what is not needed
\Collaborators{{Julie Cailler\inst{2}}}
\Supervisors{Jane Doe\inst{1} \and {John Doe\inst{2}}}
\institute{{\inst{1}UR - Lehrstuhl für Datensicherheit und Kryptographie}\\ {\inst{2}UR - Lehrstuhl für Theoretische Informatik}}
% ###===> start dokument
\begin{document}
\frame{\titlepage}
\addtocounter{framenumber}{-1}
\setbeamertemplate{footline}[footline-body]
\setbeamertemplate{background}[background-body]
\input{Example/example}
\backmatter
\end{document}

PDF Preview
Create an account to compile and preview