Skip to content

FontysVenlo/beamer-fontys

Repository files navigation

Fontys beamer theme

A beamer theme implementing the Fontys style (huisstijl).

An example of this theme can be found here

Installation

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:
    1. Create a new folder to the default directory
    2. Copy all the .sty files from this directory into the newly created folder

Usage

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}

Colours

The following colours are available by default and can be used by their name:

Name Color
fontys fontys
fontyspink fontys
fontysblue fontys
fontystitle fontys
slidebgcolor fontys
slidetextcolor fontys
f-secondary-blue fontys
f-secondary-cyan fontys
f-secondary-dark-green fontys
f-secondary-green fontys
f-secondary-dark-orange fontys
f-secondary-orange fontys
f-secondary-yellow fontys
f-grey fontys

About

A beamer theme implementing the Fontys style

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages