Skip to content

JonkopingAI/ju-beamer-theme

Repository files navigation

Jönköping University Beamer Theme

A LaTeX Beamer theme with elements from Jönköping University branding.

About this theme

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.

⚠️ This theme is not officially endorsed by Jönköping University. Use at your own discretion!

Quickstart

📓 If you write to me from a @ju.se e-mail address, I can share a link to an Overleaf template.

  1. Download the desired logotypes from the JU intranet (requires a JU account) and extract the PNG files into sty/img/.

  2. 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 of sty/ into the directory $(kpsewhich -var-value=TEXMFHOME)/tex/latex/jubeamer on my machine.

  3. Select the theme in your Beamer presentation via \usetheme{metropolis-ju}.

  4. Compile with LuaLaTeX (or XeLaTeX) for proper font support etc.! I recommend using the latexmk tool with the supplied latexmkrc file in your source directory, which will automatically use LuaLaTeX.

Options & Features

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.

Examples

Title slide from example.pdf Slide 5 from example.pdf

Slide 11 with JU-like layout from example.pdf Slide 32 with code from example.pdf

Dependencies

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

About

A LaTeX beamer theme with elements from Jönköping University branding

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published