summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/fibeamer/theme/mu/beamercolorthemefibeamer-mu.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-10-04 22:25:03 +0000
committerKarl Berry <karl@freefriends.org>2015-10-04 22:25:03 +0000
commit9cae4f47b91ce3982f822bba831b250e18b9c110 (patch)
tree13de16a4b4a07cc0df3438efad33c7f5cdcc499c /Master/texmf-dist/tex/latex/fibeamer/theme/mu/beamercolorthemefibeamer-mu.sty
parent1518c098fe559de1c3f9f8f531ebe2443c005e06 (diff)
fibeamer (4oct15)
git-svn-id: svn://tug.org/texlive/trunk@38548 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/fibeamer/theme/mu/beamercolorthemefibeamer-mu.sty')
-rw-r--r--Master/texmf-dist/tex/latex/fibeamer/theme/mu/beamercolorthemefibeamer-mu.sty78
1 files changed, 78 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/fibeamer/theme/mu/beamercolorthemefibeamer-mu.sty b/Master/texmf-dist/tex/latex/fibeamer/theme/mu/beamercolorthemefibeamer-mu.sty
new file mode 100644
index 00000000000..a242f33f501
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/fibeamer/theme/mu/beamercolorthemefibeamer-mu.sty
@@ -0,0 +1,78 @@
+%%
+%% This is file `beamercolorthemefibeamer-mu.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% base.dtx (with options: `color')
+%%
+%% Copyright 2015 Vít Novotný <witiko@mail.muni.cz>
+%% Faculty of Informatics, Masaryk University (Brno, Czech Republic)
+%%
+%% This work is based on the (Unofficial) University of Manchester
+%% Beamer Theme by Andrew Mundy <andrew.mundy@cs.man.ac.uk>.
+%%
+%% 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 available at
+%%
+%% 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 Vít Novotný (VN).
+%% Send bug reports, requests for additions and questions
+%% either to the fithesis discussion forum at
+%%
+%% http://is.muni.cz/auth/df/fithesis-sazba/
+%%
+%% or to the e-mail address <witiko@mail.muni.cz>.
+%%
+%%
+%% MODIFICATION ADVICE:
+%%
+%% If you want to customize this file, it is best to make a copy of
+%% the source file(s) from which it was produced. Use a different
+%% name for your copy(ies) and modify the copy(ies); this will ensure
+%% that your modifications do not get overwritten when you install a
+%% new release of the standard system. You should also ensure that
+%% your modified source file does not generate any modified file with
+%% the same name as a standard file.
+%%
+%% You will also need to produce your own, suitably named, .ins file to
+%% control the generation of files from your source file; this file
+%% should contain your own preambles for the files it generates, not
+%% those in the standard .ins files.
+%%
+%% The names of the source files used are shown above.
+%%
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{fibeamer/theme/mu/%
+ beamercolorthemefibeamer-mu}[2015/08/26]
+\newenvironment{darkframes}{}{}
+\mode<presentation>
+ \RequirePackage{listings}
+ \RequirePackage{ifthen}
+ \RequirePackage{tikz}
+ \newif\iffibeamer@dark\fibeamer@darkfalse
+\defbeamertemplate*{background canvas}{fibeamer}{%
+ \ifthenelse{%
+ \boolean{fibeamer@dark} \OR \c@framenumber=0
+ }{%
+ \begin{tikzpicture}
+ \clip (0,\fibeamer@clipbottom) rectangle
+ (\paperwidth,\fibeamer@cliptop);
+ \path [inner color = fibeamer@backgroundInner,
+ outer color = fibeamer@backgroundOuter]
+ (0,0) rectangle (\paperwidth,\paperwidth);
+ \end{tikzpicture}
+ }{}}
+\mode
+<all>
+\endinput
+%%
+%% End of file `beamercolorthemefibeamer-mu.sty'.