An unofficial LaTeX beamer template for scientific presentations in Universiteit Leiden layout, as described on their website.
A working example showcasing some of the functionality is provided in minimal.tex.
A matplotlib-style file is provided. Put the file in the same directory as you plotting code and add the following to the plot script to use:
import matplotlib.pyplot as plt
plt.style.use('./leidenuniv.mplstyle')
- Any presentation needs to be compiled using
xelatex
in order to support the fonts. - Recent version of FontSpec to enable font-fallback.
- The fonts Vestula or Minion are recommended for layout, but can not be redistributed.