A beamer theme that aims to closely mimic Leiden University's presentation slides as provided in their house style.
I am by no means a LaTeX expert so please, if you have any suggestions, feel free to create an issue or pull request!
The Beamer class and, therefore, this theme, can be used with the following installations: pdfLaTeX, LaTeX+dvips, LuaLaTeX and XeLaTeX. It has only been tested through Overleaf.
To get started, I recommended modifying example.tex
to your liking. Feel free to remove the README.md
file and the example-images
directory. These are only required for the text you are currently reading here on GitHub and do not affect the actual presentation in any way.
For Overleaf
It is designed to easily integrate with Overleaf and has, therefore, additionally been made available as Template on the Overleaf platform. Copying the template that has been made available is the easiest when working on Overleaf.
For Other Applications
This repository can be downloaded as an archive and extracted at the location of your liking.
The theme is meant to be used with the Minion Pro font as in use by the university. This font is, however, not allowed to be redistributed. If you have got access to the font yourself, you can add it to your local copy of this repository. The theme expects the font files, if present, to be in TTF format, with filenames 'Minion Pro <Regular/Bold/Italic/Bold Italic>'. If you have got a different format, the way the theme interprets font files can be changed in beamerthemelu.sty
under font options.
A language can be provided to the beamer class as an option, this will then get passed along to the theme. By default, the theme requires the Babel package as it allows the theme to automatically translate Leiden University's footer text. Currently, two translations are provided: one for Dutch, and English for every other set language.
-
footer
if set, can be used to change the layout of the footer. Information displays the author short, institution short and title short. Empty removes all text except for the slide numbering. None removes the footer completely.- Default: 'Discover the World at Leiden University' in either English or Dutch, see above on the documentclass option.
- Option(s): information, empty, none
-
style
if set, can be used to change the accent colour to the colour of your faculty of choice.- Default: midblueLU (#8592BC)
- Option(s): social, science, humanities, archaeology, fgga, medicine, law
-
styleslidenumbering
if set, change the colour of the background of the slide numbering to match the colour of the style option.- Default: darkblueLU (#001158)
- Option(s): <none>
-
addstandoutfootline
if set, adds the footline to the standout template.- Default: footline is removed.
- Option(s): <none>
To this project applies the LaTeX Project Public License version 3 (LPPL Version 1.3c 2008-05-04).
I would like to thank @TAdeJong and @Thyrum for their initial work on an unofficial beamer theme for Leiden University and for sparking my interest to come up with a version to call my own!