This repo contains the template from which I create presentations in Beamer, including theme, color palette, and build config.
The compiled template is available alongside as a GitHub release. Here are some screenshots showing off the basic layout and some key features:
- TeX installation like TexLive
pdflatex
latexmk
- GNU Make
- Download this repo.
- Install the dependencies listed above.
- Test compilation by running
make
in the repo root directory. Sometimes it needs to be run twice for the initial compilation; subsequent compilations are faster. - Customize the slides in
presentation.tex
. - Customize the references in
references.bib
. - Optionally customize the fonts, colors, logo, etc, in
beamerthemesu.sty
.
The build process is orchestrated by GNU Make and latexmk
. The following Make targets are
implemented:
all
: default target; build presentationbg
: background compilation; watch files & recompile on changesclean
: delete compilation artifactsinstall
: place.tar.gz
compressed version of this repo in ~/Templates
Currently the template is set up with my personal details, and the colors and logo of Stellenbosch University. This project is in no way endorsed by or affiliated wtih Stellenbosch University, and I make no claim that any of the branding is correctly applied.