Skip to content

A LaTeX beamer theme for the University of Ghent

Notifications You must be signed in to change notification settings

beukueb/ugent-beamer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a fork of the LaTeX beamer theme for the University of Ghent, based on nschloe/ua-beamer.

The aim of the fork is slightly different: to provide a full, but minimal beamer theme for the Ghent University. The minimal theme only provides the correct color setup per faculty, and a custom title page with the faculty banner. Another general purpose beamer theme can be used as template for the other frames. This theme should be loaded before the UGent theme.

For example:

\usetheme{AnnArbor}
\usetheme[faculty=fw]{MinUGent}

To use the theme, either copy the necessary *.sty/images from the theme folder to your presentation folder, or copy them to your tex theme folder. On a linuxbox the following lines would accomplish the latter.

git clone https://github.com/beukueb/ugent-beamer.git
mkdir -p ~/texmf/tex/latex/beamer/themes/UGent/
cp -r ugent-beamer/* ~/texmf/tex/latex/beamer/themes/UGent/
texhash ~/texmf

To check if the themefile is found

kpsewhich beamerthemeMiniUGent.sty

If you want the themes in a hidden home directory, change ~/texmf to ~/.texmf:

sudo emacs $(kpsewhich texmf.cnf)

About

A LaTeX beamer theme for the University of Ghent

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TeX 100.0%