summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/beamer2thesis/beamerthemeTorinoTh.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-01-18 00:48:50 +0000
committerKarl Berry <karl@freefriends.org>2011-01-18 00:48:50 +0000
commit11a0dd5cb2157cda4d44577171fb818fb1907fa4 (patch)
treee5f8254138caf985184527f75482fe9fb4b057aa /Master/texmf-dist/tex/latex/beamer2thesis/beamerthemeTorinoTh.sty
parentd0258084f13903296356f63b4b09b55e6d0012b6 (diff)
new latex package beamer2thesis (18jan11)
git-svn-id: svn://tug.org/texlive/trunk@21108 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/beamer2thesis/beamerthemeTorinoTh.sty')
-rw-r--r--Master/texmf-dist/tex/latex/beamer2thesis/beamerthemeTorinoTh.sty40
1 files changed, 40 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/beamer2thesis/beamerthemeTorinoTh.sty b/Master/texmf-dist/tex/latex/beamer2thesis/beamerthemeTorinoTh.sty
new file mode 100644
index 00000000000..408c919a830
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/beamer2thesis/beamerthemeTorinoTh.sty
@@ -0,0 +1,40 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% Copyright 2011 by Fiandrino Claudio
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\mode<presentation>
+
+\RequirePackage[utf8x]{inputenc}
+
+\DeclareOptionBeamer{language}[italian]{\PassOptionsToPackage{language=#1}{beamerinnerthemetorinoth}}
+\DeclareOptionBeamer{titlepagelogo}{\PassOptionsToPackage{titlepagelogo=#1}{beamerinnerthemetorinoth}}
+\DeclareOptionBeamer{bullet}{\PassOptionsToPackage{bullet=#1}{beamerinnerthemetorinoth}}
+\DeclareOptionBeamer{pageofpages}{\PassOptionsToPackage{pageofpages=#1}{beamerouterthemetorinoth}}
+\DeclareOptionBeamer{titleline}[true]{\PassOptionsToPackage{titleline=#1}{beamerouterthemetorinoth}}
+\DeclareOptionBeamer{color}{\PassOptionsToPackage{color=#1}{beamercolorthemetorinoth}}
+\DeclareOptionBeamer{secondcandidate}[true]{\PassOptionsToPackage{secondcandidate=#1}{beamerinnerthemetorinoth}}
+\DeclareOptionBeamer{secondlogo}[true]{\PassOptionsToPackage{secondlogo=#1}{beamerinnerthemetorinoth}}
+
+
+\ProcessOptionsBeamer
+
+\useinnertheme{torinoth}
+\useoutertheme{torinoth}
+\usecolortheme{torinoth}
+\usefonttheme{torinoth}
+
+\setbeamertemplate{navigation symbols}{}
+
+% Environment
+\newenvironment{tframe}{
+\begin{frame}[t]}{\end{frame}}
+
+\mode
+<all>