Document class for Latex slides with Maersk header. The maerskslides class is based on the beamer class.
- Install Latex distribution (I use TeX Live)
- Clone/download repo
- Find TeX home directory with
kpsewhich --var-value TEXMFLOCAL
- cd into TeX home directory and then cd into
tex/latex/local/
or alternatively directly usecd ~ | cd $(kpsewhich --var-value TEXMFLOCAL)/tex/latex/local
- Copy maerskslides/ into directory
- Run
sudo texhash
to refresh TeX database - The class can be then used with
\documentclass{maerskslides}