alaarman / taiwan-2024

1 stars 0 forks source link

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