Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1.21 KB

README.md

File metadata and controls

46 lines (26 loc) · 1.21 KB

Presentation Beamer Templates

Installation

This is a beamer template with Sussex and DUNE logo.

To install this, you can either:

  • Copy all the .sty and .png file next to your presentations (ugly)
  • Copy all the .sty and .png file in your latex directory, and you will get the theme available for all your Beamer presentations.

The way to do that:

  1. Figure out where your TeX home directory is:

TXHOME=$(kpsewhich -var-value=TEXMFHOME)

  1. Create the following folders in the TeX home directory:

mkdir -p ${TXHOME}/tex/latex/sussex

  1. Copy all the .sty and .png file in there.

Reference: https://tex.stackexchange.com/questions/1137/where-do-i-place-my-own-sty-or-cls-files-to-make-them-available-to-all-my-te

If that doesn't work... I don't know, you're on your own, goodluck.

Usage

The only thing you need to do is:

\usetheme[dune]{sussex}

or

\usetheme[nova]{sussex}

or

\usetheme{sussex}

before the \begin{document}, to get the DUNE, NOvA or no logo, respectively.

Example

There is an example in example.

Contribute

You can contribute if you want, probably the best would be to create a branch and commit your modifications on there before we include them in the main branch.