/vu-beamer

Vrije Universiteit Amsterdam beamer slides.

Primary LanguageTeXMIT LicenseMIT

VU Beamer slides

$\LaTeX$ Beamer template using the corporate identity (huisstijl) of Vrije Universiteit Amsterdam.

How to use

As a new project in Overleaf

Download this repository as a zip file and upload it to Overleaf. See main.pdf for an example.

Use theme in existing project

If you want to only use vu-beamer as theme on your existing project, then download the vu-beamer folder and add it to your project with \usepackage{vu-beamer/vu-beamer}.

Here is a minimal example that should work:

\documentclass{beamer}
\usepackage{vu-beamer/vu-beamer}

\begin{document}

\begin{frame}{First frame}
...
\end{frame}

\end{document}

Other