LaTeX templates
LaTeX-Beamer themes for FAU Corporate Identity
The FAU administration provides only templates for commercial software and, in particular, does not support the use of the de-facto standard tool in scientific publications: LaTeX.
Based on the Corporate Design Manual I created three beamer themes that can be used to create (scientific) posters or presentations using LaTeX and the beamer package.
All three themes are based on the same inner-, outer-, color- and font-themes and modify only the paper format and positioning of elements. Feel free to derive further formats and send me the style-file to include it here.
Template files
All required style-files, images and examples for each of the three themes are provided as a ZIP-file:
FAU LaTeX Template (Version: 2019-08-08).
All files are tested using pdflatex from TeXlive 2016. In case of any problems or questions, please write me an email.
fau-4-3
A theme for presentation slides in 4:3 format.
Usage:
… \usetheme[institute=med,logo=path/to/logo-file]{fau-4-3} … |
In the preamble of your document select the ‘fau-4-3’ theme and (optionally) specify one of these options:
- ‘institute=xxx’ changes the logo in the headline and the color scheme. ‘xxx’ can be one of ‘fau’, ‘phil’, ‘rewi’, ‘med’, ‘nat’, or ‘tech’ and defaults to ‘fau’.
- ‘logo=xxx’ can be specified optionally and the file given by ‘xxx’ is then placed in the top left corner on all pages.
fau-16-9
A theme for presentation slides in 16:9 format.
Usage:
… \usetheme[institute=nat,logo=path/to/logo-file]{fau-16-9} … |
In the preamble of your document select the ‘fau-16-9’ theme and (optionally) specify one of these options:
- ‘institute=xxx’ changes the logo in the headline and the color scheme. ‘xxx’ can be one of ‘fau’, ‘phil’, ‘rewi’, ‘med’, ‘nat’, or ‘tech’ and defaults to ‘fau’.
- ‘logo=xxx’ can be specified optionally and the file given by ‘xxx’ is then placed in the top left corner on all pages.
fau-portrait
A theme for posters in portrait orientation. It supports paper formats DIN A4, A3, A2, A1, A0
Usage:
… \usetheme[size=a0,institute=nat,variant=fond2, url=math.fau.de, signature=$<$surname$>$@math.fau.de, logo=path/to/logo/file ]{fau-portrait} … |
In the preamble of your document select the ‘fau-portrait’ theme and (optionally) specify one of these options:
- ‘size=aX’ changes the paper format, with ‘X’ being a number from ‘0’ to ‘4’.
- ‘institute=xxx’ changes the logo in the headline and the color scheme. ‘xxx’ can be one of ‘fau’, ‘phil’, ‘rewi’, ‘med’, ‘nat’, or ‘tech’ and defaults to ‘fau’.
- ‘variant=xxx’ changes the background colors and ‘xxx’ can be one of the following:
- fond1: light blue background
- fond2: light background in institute color
- outline: white background for text and headline, thin outline
- ‘url=xxx’ can be specified optionally to provide a custom text for the lower left corner. Defaults to ‘www.fau.de’.
- ‘signature=xxx’ can be specified optionally to provide a second text for the lower right corner. Defaults to no text.
- ‘logo=xxx’ can be specified optionally and the file given by ‘xxx’ is then placed in the top left corner.