From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/latex/contrib/soton/README | 6 ++++ macros/latex/contrib/soton/soton-beamer.sty | 40 +++++++++++++++++++++ macros/latex/contrib/soton/soton-palette.sty | 53 ++++++++++++++++++++++++++++ 3 files changed, 99 insertions(+) create mode 100644 macros/latex/contrib/soton/README create mode 100644 macros/latex/contrib/soton/soton-beamer.sty create mode 100644 macros/latex/contrib/soton/soton-palette.sty (limited to 'macros/latex/contrib/soton') diff --git a/macros/latex/contrib/soton/README b/macros/latex/contrib/soton/README new file mode 100644 index 0000000000..090875540d --- /dev/null +++ b/macros/latex/contrib/soton/README @@ -0,0 +1,6 @@ +The brand of the University of Southampton (UoS) changed +in early 2008. This macro package builds on the +enables the author to create UoS-compliant slides. + +Author's name: Max Blanco +License type: lppl \ No newline at end of file diff --git a/macros/latex/contrib/soton/soton-beamer.sty b/macros/latex/contrib/soton/soton-beamer.sty new file mode 100644 index 0000000000..7311a7d3d3 --- /dev/null +++ b/macros/latex/contrib/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} diff --git a/macros/latex/contrib/soton/soton-palette.sty b/macros/latex/contrib/soton/soton-palette.sty new file mode 100644 index 0000000000..beef35ad56 --- /dev/null +++ b/macros/latex/contrib/soton/soton-palette.sty @@ -0,0 +1,53 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% filename: soton-palette.sty +% author: Max Blanco +% contact: m.blanco +% date: October 2009 +% version: 0.1 +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% description - University of Southampton palette translation from +% rgb = {0,255} integer +% to postscript/xcolor format +% rgb = {0.,-1.} real +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% palette 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-palette}[2009/10/13] + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\RequirePackage{xcolor} + + +%primary palette: RED GREEN BLUE +\definecolor{sotonblu}{rgb}{.00392 .26275 .34902} % soton blue +\definecolor{sotongrn}{rgb}{.00000 .44706 .45882} % soton green +\definecolor{sotoncya}{rgb}{.03922 .58824 .66275} % soton cyan +\definecolor{sotongry}{rgb}{.19608 .23922 .26275} % soton grey +\definecolor{sotonbei}{rgb}{.59216 .61961 .27059} % soton beige +\definecolor{sotonmet}{rgb}{.73333 .73333 .73333} % soton metal + +%some secondary colors: +\definecolor{sotonyel}{rgb}{.99999 .70196 .00000} % soton yellow +\definecolor{sotonora}{rgb}{.99608 .24314 .07843} % soton orange +\definecolor{sotonred}{rgb}{.94118 .05882 .17255} % soton red +\definecolor{sotonrus}{rgb}{.67059 .07059 .06275} % soton russet +\definecolor{sotonbrn}{rgb}{.54118 .25490 .16863} % soton brown +\definecolor{sotonpnk}{rgb}{.88627 .41176 .62353} % soton pink +\definecolor{sotonppl}{rgb}{.32549 .12157 .26667} % soton purple -- cgit v1.2.3