A LaTeX beamer theme for the new University of Siegen corporate design.
This template follows the official design guidelines and PowerPoint templates under https://design.uni-siegen.de/.
If you are using a TeXlive distribution (recommended), all .sty
files and the img
folder in the repos' root need to be moved to your custom texmf
folder, and there under
texmf/tex/latex/beamertheme-siegen/
Finally, update your TeXlive database with (probably requires sudo
)
texhash
This beamer theme provides color themes for all Uni Siegen faculties. They can be loaded with
\usecolortheme{default}
in your preamble where possible values are: default
, phil
, bak
, wir
, nt
and lwf
.
There are some special commands now to control title, closing and section page designs.
For setting the title page layout, use the optional argument titlepage
with \usetheme
:
\usetheme[titlepage=4]{siegen}
in your preamble. Possible values are 1
to 4
, default value is 1
.
For setting the section page layout, use
\sectiondesign{1}
with parameter 1 to 3 anywhere before calling \section
. For layout 3, you can also define a background image with
\sectiondesign[path/to/your/image.jpg]{2}
The closing page consists of two fields, which is produced by the following command:
\closingpage{<title>}{<info>}
The example can be built with the command
xelatex siegen-example.tex