summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-11-28 01:17:06 +0000
committerKarl Berry <karl@freefriends.org>2009-11-28 01:17:06 +0000
commit1980584d2fc00af8a2fd8e4e495b2190f4fc5189 (patch)
treea28baee85789e5d45aa2e7c499ecf3ce44caeaba
parent5e757542685a8a021a509d535a475a67d082b6ec (diff)
new latex package soton (13oct09)
git-svn-id: svn://tug.org/texlive/trunk@16215 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/soton/README6
-rw-r--r--Master/texmf-dist/tex/latex/soton/soton-beamer.sty40
-rw-r--r--Master/texmf-dist/tex/latex/soton/soton-palette.sty53
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check2
-rw-r--r--Master/tlpkg/tlpsrc/collection-publishers.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/soton.tlpsrc0
6 files changed, 101 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/soton/README b/Master/texmf-dist/doc/latex/soton/README
new file mode 100644
index 00000000000..090875540d8
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/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/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}
diff --git a/Master/texmf-dist/tex/latex/soton/soton-palette.sty b/Master/texmf-dist/tex/latex/soton/soton-palette.sty
new file mode 100644
index 00000000000..beef35ad569
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/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
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index 521cf4f6902..80a42fb623a 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -232,7 +232,7 @@ my @WorkingTLP = qw(
SIstyle SIunits
sidecap sides siggraph silence simplecv simplewick siunitx
skak skaknew slantsc slideshow smalltableof smartref
- snapshot songbook sort-by-letters soul
+ snapshot songbook sort-by-letters soton soul
spanish spanish-mx sparklines spie
splines splitbib splitindex spotcolor spreadtab sprite spverbatim
srcltx sseq
diff --git a/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc b/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc
index 35e85cae2b1..0bd30522df1 100644
--- a/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc
@@ -55,6 +55,7 @@ depend revtex
depend ryethesis
depend sageep
depend siggraph
+depend soton
depend spie
depend stellenbosch
depend sugconf
diff --git a/Master/tlpkg/tlpsrc/soton.tlpsrc b/Master/tlpkg/tlpsrc/soton.tlpsrc
new file mode 100644
index 00000000000..e69de29bb2d
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/soton.tlpsrc