Skip to content

kulvait/beamer-ovgu

 
 

Repository files navigation

Beamer template based on OVGU visual styles

Fork for Scientific working class

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.

Installation

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.

Pdflatex

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.

Usage

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)

Options

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

Screenshoots

Style package Screenshot
OVGU \usepackage{beamer_ovgu}
Maschinenbau
mechanical engineering
\usepackage{beamer_mb}
\usepackage{beamer_mb-en}
Verfahrens- und Systemtechnik
process and system engineering
\usepackage{beamer_vst}
\usepackage{beamer_vst-en}
Elektrotechnik und Informationstechnik
electrical engineering and information technology
\usepackage{beamer_eit}
\usepackage{beamer_eit-en}
Informatik
computer science
\usepackage{beamer_inf}
\usepackage{beamer_inf-en}
Mathematik
mathematics
\usepackage{beamer_ma}
\usepackage{beamer_ma-en}
Naturwissenschaften
natural science
\usepackage{beamer_nat}
\usepackage{beamer_nat-en}
Medizin
medicine
\usepackage{beamer_med}
\usepackage{beamer_med-en}
Humanwissenschaften
human science
\usepackage{beamer_hw}
\usepackage{beamer_hw-en}
Wirtschaftswissenschaften
economics and management
\usepackage{beamer_ww}
\usepackage{beamer_ww-en}
Elektromagnetische Verträglichkeit \usepackage{beamer_emv}

About

OVGU beamer template

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PostScript 61.8%
  • TeX 37.8%
  • Other 0.4%