Awesome
Soton Beamer Style
A modern Beamer theme with simple customisation and simple dependencies.
Usage
Simply copy beamerthemeSoton.sty
into your project directory and then use \usetheme{Soton}
to select the theme.
Customisation
Supervisor
An additional supervisor
field can be added below the author
on the title page.
\supervisor{Supervised by myself}
Colours
The colour theme defaults to that of the University of Southampton.
The primary colour can be selected using the command
\setColourScheme{R val}{G val}{B val}
This will replace the primary colour and automatically recalculate other colours (aside from the background colour).
Logos
Logos can be inserted into the title area of each slide, and three logos can be placed on the main title page.
To add a small logo to the top right of the title bar for each slide
\setLogo{img.pdf}
To add larger images to the title slide
\setTitleLogoRight{img1.pdf}
\setTitleLogoCentre{img2.pdf}
\setTitleLogoLeft{img3.pdf}
Footer
The progress bar and the page numbers can be easily disabled in your presentation
\setProgressBarOff
\setFrameNumbersOff
Minimum Working Example
An example can be seen in the beamer-example
directory