diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/soton/soton-beamer.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/soton/soton-beamer.sty | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/soton/soton-beamer.sty b/Master/texmf-dist/tex/latex/soton/soton-beamer.sty new file mode 100644 index 00000000000..7311a7d3d3c --- /dev/null +++ b/Master/texmf-dist/tex/latex/soton/soton-beamer.sty @@ -0,0 +1,40 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% filename: soton-beamer.sty +% author: Max Blanco +% contact: m.blanco +% date: October 2009 +% version: 0.1 +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% style from University of Southampton document (ref SES728235.pdf) +% +% `Working with the new brand. Guidelines for designers' +% +% font `Freight' is unavailable to non-professionals +% substitute font `Georgia' for academic presentations +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% Corrections, suggestions and contributions by: +% +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\NeedsTexFormat{LaTeX2e} +\ProvidesPackage{soton-beamer}[2009/10/13] + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\RequirePackage{soton-palette} % colour names listed here + +\setbeamercolor{background canvas}{bg=sotonblu} +\setbeamercolor{button border}{bg=sotonblu, fg=sotonblu} +\setbeamercolor{button}{bg=sotonblu, fg=DarkRed} + +\setbeamercolor{frametitle}{fg=sotonora} +\setbeamercolor{alerted text}{fg=sotonora} +\setbeamercolor{normal text}{fg=sotonbei} +\setbeamercolor{titlelike}{fg=sotonora} +\setbeamercolor{author}{fg=sotonbei} +\setbeamercolor{date}{fg=sotonbei} +\setbeamercolor{item}{fg=sotonmet} |