summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/urcls/beamerthemeUR.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/urcls/beamerthemeUR.sty')
-rw-r--r--Master/texmf-dist/tex/latex/urcls/beamerthemeUR.sty74
1 files changed, 65 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/urcls/beamerthemeUR.sty b/Master/texmf-dist/tex/latex/urcls/beamerthemeUR.sty
index 0a85d9ca9af..ce8eaa07623 100644
--- a/Master/texmf-dist/tex/latex/urcls/beamerthemeUR.sty
+++ b/Master/texmf-dist/tex/latex/urcls/beamerthemeUR.sty
@@ -1,19 +1,75 @@
-% Copyright 2015 by Marei Peischl
-%
-% This file may be distributed and/or modified
-% under the LaTeX Project Public License
-%
+%%
+%% This is file `beamerthemeUR.sty' version 2.0 (2017/04/05),
+%% it is part of
+%% urcls -- Corporate Design for the University of Regensburg
+%% ----------------------------------------------------------------------------
+%%
+%% Copyright (C) 2014--2017 by Marei Peischl <TeX@mareipeischl.de>
+%%
+%% ----------------------------------------------------------------------------
+%% License information
+%% ----------------------------------------------------------------------------
+%%
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%% http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+%%
+%% This work has the LPPL maintenance status `maintained'.
+%%
+%% The Current Maintainer of this work is Marei Peischl.
+%%
+%% ============================================================================
+%%
+%% Dieses Werk darf nach den Bedingungen der LaTeX Project Public Lizenz
+%% in der Version 1.3c, verteilt und/oder verändert werden. Die aktuelle
+%% Version dieser Lizenz ist http://www.latex-project.org/lppl.txt und
+%% Version 1.3c oder neuer ist Teil aller LaTeX-Distributionen ab 2005/12/01.
+%% Dieses Werk hat den LPPL-Verwaltungs-Status "maintained".
+%% Die Verwaltung liegt aktuell bei der Autorin, Marei Peischl.
+%%
+%% ----------------------------------------------------------------------------
+%% End of license information
+%% ----------------------------------------------------------------------------
+%%
+
+\NeedsTeXFormat{LaTeX2e}
+\def\fileversion{2.0}
+\def\filedate{2017/04/05}
+
+\RequirePackage{expl3}
+\ProvidesExplPackage {beamerthemeUR} {\filedate} {\fileversion} {beamer theme for the University of Regensburg}
+
+\RequirePackage{URoptions}
+\Define@specialopt@Module
+
+\UR@DeclareColorOptions
+\UR@define@draftfinalkeys
+
+\clist_map_inline:nn {headline,logotext,alignwithbar,framenumber,externalize,coloredboxes,depcaps,cdlayout} {\Module@DeclarePassOption {#1} {beamerouterthemeUR}}
-\def\fileversion{1.0}
-\def\filedate{2015/01/28}
-\ProvidesPackage{beamerthemeUR}[\filedate\space\fileversion\space
-beamer-theme im Corporate Design der Universität Regensburg]
+\Module@DeclarePassOption {logo} [] {URrules}
+\Module@DeclarePassOption {intern} {URrules}
+\DeclareOption*{\PassOptionsToClass{\CurrentOption}{beamer}}
+
+
+\Module@Process@SpecialOptions
+\exp_args:Nx \ProcessKeysOptions { \@currname.\@currext }
+\ProcessOptions*
\mode<presentation>
%
+
\usecolortheme{UR}
\usefonttheme{UR}
\useoutertheme{UR}
+
\setbeamertemplate{blocks}[rounded][shadow=true]
+
+\mode<all>
+
\endinput \ No newline at end of file