Skip to content

tgodfrey0/soton-beamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages