I forked original repository for purposes of Scientific working class. Original template is based on the following files Lehrstuhl für Elektromagnetische Verträglichkeit and should comply with a design guidelines based on CD webpages.
Copy folders styleOVGU
and logosOVGU
to the directory $TEXMFHOME/tex/latex/local
.
Run texhash
command.
Test if the files are installed properly by issuing kpsewhich beamer_eit-en.sty
that should return the path to the directory with style file.
This guide works for texlive installed under Debian following these instructions. You can find your TEXMFHOME directory by running kpsewhich -var-value=TEXMFHOME
. Alternatively you can copy the content of the folders *OVGU into your project directory.
For using this with pdflatex, you need to copy at least style image, i.e. logosOVGU/Signet_EIT_3.eps
for the style beamer_eit-en
to the same directory, where your main tex file lives. Otherwise you get an error that *eps file was not found.
If you just need to produce pdf output, I advise using latexmk -pdfps command which should work with files installed by the procedure described in the installation section.
In the directory exampleProject, there is a minimal OVGUPresentation.tex file. It can be compiled by running make
that uses command latexmk -bibtex -pdfps OVGUPresentation
to produce pdf presentation. Or you can simply run latex OVGUPresentation
.
Individual styles can be turned on by specifying command such as \usepackage{beamer_eit-en}
for the following organization units:
- Otto-von-Guericke-Universität (mit Überschriften im Header)
- Fakultät für Maschinenbau
- Fakultät für Verfahrens- und Systemtechnik
- Fakultät für Elektrotechnik und Informationstechnik
- Fakultät für Informatik
- Fakultät für Mathematik
- Fakultät für Naturwissenschaften
- Medizinische Fakultät
- Fakultät für Humanwissenschaften
- Fakultät für Wirtschaftswissenschaften
- Lehrstuhl für Elektromagnetische Verträglichkeit (EMV)
Language
For English please use the "-en" Version e.g. \usepackage{beamer_mb-en}
Aspect ratio
\documentclass[aspectratio=43]{beamer}
4:3 Format\documentclass[aspectratio=169]{beamer}
16:9 Format