A LaTeX Beamer theme with elements from Jönköping University branding.
This Beamer theme is based on the popular Metropolis theme, with some customizations and additions made by myself or derived from other themes, e.g. colorful-dream. All the usual customizations provided by the Metropolis theme should work; if you're not familiar with it, check out the documentation of Metropolis for detailed information.
📓 If you write to me from a @ju.se
e-mail address, I can share a link to an Overleaf template.
-
Download the desired logotypes from the JU intranet (requires a JU account) and extract the PNG files into
sty/img/
. -
Copy the contents of the
sty/
directory to somewhere your TeX installation looks for style files.You can typically find that by running
kpsewhich -var-value=TEXMFHOME
. For example, I placed the contents ofsty/
into the directory$(kpsewhich -var-value=TEXMFHOME)/tex/latex/jubeamer
on my machine. -
Select the theme in your Beamer presentation via
\usetheme{metropolis-ju}
. -
Compile with LuaLaTeX (or XeLaTeX) for proper font support etc.! I recommend using the
latexmk
tool with the suppliedlatexmkrc
file in your source directory, which will automatically use LuaLaTeX.
The example presentation in this repo explains all options, new commands, and new features.
If you want to compile this locally, make sure to check out the section about font themes to find out which fonts you need to have installed.
The following TeX packages are required by the base Metropolis theme:
- beamer
- tikz
- pgfopts
- etoolbox
- calc
- ifxetex
- ifluatex
The example presentation additionally uses:
- biblatex
- appendixnumberbeamer
- adjustbox
- booktabs
- fontawesome5
- graphicx
- hyperref
- minted
- tabularx