A beamer theme implementing the Fontys style (huisstijl).
An example of this theme can be found here
The default paths for latex beamer templates are the following:
Linux:
$HOME/texmf/tex/latex/
MacOS
$HOME/Library/texmf/tex/latex/
Windows:
Install the theme:
- Git:
- Clone the repository to the default path
- Manually:
- Create a new folder to the default directory
- Copy all the
.sty
files from this directory into the newly created folder
Start by specifying that you want to use Beamer (aspectratio is optional)
\documentclass[aspectratio=169]{beamer}
Now we can specify that we want to use the Fontys theme
\usetheme[lang=en]{Fontys}
We can also specify if we want to use dark mode. By default it is not enabled, if you would like to enable it, modify theme declaration
\usetheme[lang=en, mode=dark]{Fontys}
The language option is used to include the correct images for either the Dutch (NL) template or the international (EN) template, for more information see huisstijl.
The theme has support for two slide types, the normal slide and the title page slide.
Normal slide:
\begin{frame}
\frametitle{Title}}
\end{frame}
Title page slide:
\begin{titleframe}
\titlepage
\end{titleframe}
The following colours are available by default and can be used by their name: