Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 897 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 897 Bytes

beamer-universiteit-leiden

example image 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')

Requirements

  • 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.