summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex')
-rw-r--r--Master/texmf-dist/source/latex/fibeamer/LICENSE.tex49
-rw-r--r--Master/texmf-dist/source/latex/fibeamer/fibeamer.dtx416
-rw-r--r--Master/texmf-dist/source/latex/fibeamer/fibeamer.ins3
-rw-r--r--Master/texmf-dist/source/latex/fibeamer/theme/mu/base.dtx284
-rw-r--r--Master/texmf-dist/source/latex/fibeamer/theme/mu/base.ins6
-rw-r--r--Master/texmf-dist/source/latex/fibeamer/theme/mu/econ.dtx94
-rw-r--r--Master/texmf-dist/source/latex/fibeamer/theme/mu/econ.ins3
-rw-r--r--Master/texmf-dist/source/latex/fibeamer/theme/mu/fi.dtx96
-rw-r--r--Master/texmf-dist/source/latex/fibeamer/theme/mu/fi.ins3
-rw-r--r--Master/texmf-dist/source/latex/fibeamer/theme/mu/fsps.dtx94
-rw-r--r--Master/texmf-dist/source/latex/fibeamer/theme/mu/fsps.ins3
-rw-r--r--Master/texmf-dist/source/latex/fibeamer/theme/mu/fss.dtx94
-rw-r--r--Master/texmf-dist/source/latex/fibeamer/theme/mu/fss.ins3
-rw-r--r--Master/texmf-dist/source/latex/fibeamer/theme/mu/law.dtx93
-rw-r--r--Master/texmf-dist/source/latex/fibeamer/theme/mu/law.ins3
-rw-r--r--Master/texmf-dist/source/latex/fibeamer/theme/mu/med.dtx94
-rw-r--r--Master/texmf-dist/source/latex/fibeamer/theme/mu/med.ins3
-rw-r--r--Master/texmf-dist/source/latex/fibeamer/theme/mu/ped.dtx96
-rw-r--r--Master/texmf-dist/source/latex/fibeamer/theme/mu/ped.ins3
-rw-r--r--Master/texmf-dist/source/latex/fibeamer/theme/mu/phil.dtx94
-rw-r--r--Master/texmf-dist/source/latex/fibeamer/theme/mu/phil.ins3
-rw-r--r--Master/texmf-dist/source/latex/fibeamer/theme/mu/sci.dtx94
-rw-r--r--Master/texmf-dist/source/latex/fibeamer/theme/mu/sci.ins3
23 files changed, 1634 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/fibeamer/LICENSE.tex b/Master/texmf-dist/source/latex/fibeamer/LICENSE.tex
new file mode 100644
index 00000000000..779e2fc2f9b
--- /dev/null
+++ b/Master/texmf-dist/source/latex/fibeamer/LICENSE.tex
@@ -0,0 +1,49 @@
+\input docstrip.tex
+\preamble
+
+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.
+
+\endpreamble
+\askforoverwritefalse
diff --git a/Master/texmf-dist/source/latex/fibeamer/fibeamer.dtx b/Master/texmf-dist/source/latex/fibeamer/fibeamer.dtx
new file mode 100644
index 00000000000..b7d9d784e9f
--- /dev/null
+++ b/Master/texmf-dist/source/latex/fibeamer/fibeamer.dtx
@@ -0,0 +1,416 @@
+% \iffalse\begin{macrocode}
+%<*driver>
+
+\documentclass{ltxdoc}
+\usepackage[utf8]{inputenc} % this file uses UTF-8
+\usepackage[english]{babel}
+\usepackage{tgpagella}
+\usepackage{tabularx}
+\usepackage{hologo}
+\usepackage{booktabs}
+\usepackage[scaled=0.86]{berasans}
+\usepackage[scaled=1.03]{inconsolata}
+\usepackage[resetfonts]{cmap}
+\usepackage[T1]{fontenc} % use 8bit fonts
+\emergencystretch 2dd
+\usepackage{hypdoc}
+
+% Making paragraphs numbered
+\makeatletter
+\renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}%
+ {-2.5ex\@plus -1ex \@minus -.25ex}%
+ {1.25ex \@plus .25ex}%
+ {\normalfont\normalsize\bfseries}}
+\makeatother
+\setcounter{secnumdepth}{4} % how many sectioning levels to assign
+\setcounter{tocdepth}{4} % how many sectioning levels to show
+
+% ltxdoc class options
+\CodelineIndex
+\MakeShortVerb{|}
+\EnableCrossrefs
+\DoNotIndex{}
+\makeatletter
+\c@IndexColumns=2
+\makeatother
+
+\begin{document}
+ \RecordChanges
+ \DocInput{fibeamer.dtx}
+ \PrintIndex
+ \PrintChanges
+\end{document}
+
+%</driver>
+% \end{macrocode}
+%<*class>
+\NeedsTeXFormat{LaTeX2e}
+% Define `\fibeamer@version` and store it in the `VERSION.tex` file \fi
+\def\fibeamer@version{2015/08/27 v1.0.1 fibeamer MU beamer theme}
+% {\newwrite\f\openout\f=VERSION\write\f{\fibeamer@version}\closeout\f}
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+%
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% \title{The beamer theme for the typesetting of thesis defense
+% presentations at the Masaryk University in Brno}
+% \author{Vít Novotný}
+% \date{\today}
+% \maketitle
+%
+% \begin{abstract}
+% \noindent This document details the design and the implementation
+% of the \textsf{fibeamer} theme for the \textsf{beamer} document
+% class. Included are technical information for anyone who wishes
+% to extend the theme with their own color themes as well as
+% information for ordinary users.
+% \end{abstract}
+%
+% \tableofcontents
+%
+% \section{Basic usage}
+% In order to use the \textsf{fibeamer} theme, insert
+% |\usetheme|\oarg{options}|{fibeamer}| into the preamble of a
+% \LaTeX\ document that uses the \textsf{beamer} document class.
+% Refer to Section \ref{sec:options} for the list of available
+% \textit{options}.
+%
+% \section{Package options}\label{sec:options}
+% \subsection{The \texttt{fonts} option}
+% \begin{macro}{\iffibeamer@fonts}
+% The |fonts| option instructs the package to set up the
+% combination of the font families of Carlito, Arev, Iwona, Dsfont
+% and DejaVu Sans Mono for the typesetting of roman, italic or
+% monospaced text and mathematics. This option is enabled by
+% default.
+% \begin{macrocode}
+\ProvidesPackage{fibeamer/beamerthemefibeamer}[\fibeamer@version]
+\newif\iffibeamer@fonts
+\DeclareOptionBeamer{fonts}{\fibeamer@fontstrue}
+\ExecuteOptionsBeamer{fonts}
+% \end{macrocode}
+% \end{macro}
+% \subsection{The \texttt{nofonts} option}
+% The |nofonts| option instructs the package not to alter the
+% currently set text and mathematics font families.
+% \begin{macrocode}
+\DeclareOptionBeamer{nofonts}{\fibeamer@fontsfalse}
+% \end{macrocode}
+% \begin{macro}{\fibeamer@university}
+% \subsection{The \texttt{university} option}
+% The \marg{\texttt{university}=identifier} option pair sets the
+% identifier of the university, at which the presentation is being
+% written, to \textit{identifier}. The \textit{identifier} is
+% stored within the |\fibeamer@university| macro, whose
+% implicit value is \texttt{mu}. This value corresponds to the
+% Masaryk University in Brno.
+% \begin{macrocode}
+\DeclareOptionBeamer{university}{\def\fibeamer@university{#1}}
+\ExecuteOptionsBeamer{university=mu}
+% \end{macrocode}
+% \end{macro}
+% \begin{macro}{\fibeamer@faculty}
+% \subsection{The \texttt{faculty} option}
+% The \marg{\texttt{faculty}=identifier} pair sets the faculty, at
+% which the thesis is being written, to \textit{domain}. The
+% following faculty \textit{identifier}s are recognized at the
+% Masaryk University in Brno:
+% \begin{center}\begin{tabularx}{\textwidth}{Xc}\toprule
+% The faculty & The \textit{domain} name \\\midrule
+% The Faculty of Informatics & \texttt{fi} \\
+% The Faculty of Science & \texttt{sci} \\
+% The Faculty of Law & \texttt{law} \\
+% The Faculty of Economics and Administration & \texttt{econ} \\
+% The Faculty of Social Studies & \texttt{fss} \\
+% The Faculty of Medicine & \texttt{med} \\
+% The Faculty of Education & \texttt{ped} \\
+% The Faculty of Arts & \texttt{phil} \\
+% The Faculty of Sports Studies & \texttt{fsps} \\\bottomrule
+% \end{tabularx}\end{center}
+% The \textit{identifier} is stored within the |\fibeamer@faculty|
+% macro, whose implicit value is \texttt{fi}.
+% \begin{macrocode}
+\DeclareOptionBeamer{faculty}{\def\fibeamer@faculty{#1}}
+\ExecuteOptionsBeamer{faculty=fi}
+% \end{macrocode}
+% \end{macro}
+% \begin{macro}{\fibeamer@basePath}
+% The \marg{\texttt{basePath}=path} pair sets the \textit{path}
+% containing the package files. The \textit{path} is prepended to
+% every other path (|\fibeamer@logopath| and |\fibeamer@themePath|)
+% used by the package. If non-empty, the
+% \textit{path} gets normalized to \textit{path/}. The normalized
+% \textit{path} is stored within the |\fibeamer@basePath| macro,
+% whose implicit value is |fibeamer/|.
+% \begin{macrocode}
+\DeclareOptionBeamer{basePath}{%
+ \ifx\fibeamer@empty#1\fibeamer@empty%
+ \def\fibeamer@basePath{}%
+ \else%
+ \def\fibeamer@basePath{#1/}%
+ \fi}
+\ExecuteOptionsBeamer{basePath=fibeamer}
+% \end{macrocode}
+% \end{macro}
+% \begin{macro}{\fibeamer@subdir}
+% The |\fibeamer@subdir| macro returns |/| unchanged, coerces
+% |.|, |..|, |/|\textit{path}, |./|\textit{path} and
+% |../|\textit{path} to |./|, |../|, |/|\textit{path}|/|,
+% |./|\textit{path}|/| and |../|\textit{path}|/|, respectively, and
+% prefixes any other \textit{path} with |\fibeamer@basePath|. This
+% macro is used within the definition of the \texttt{themePath} and
+% \texttt{logoPath} options.
+% \begin{macrocode}
+\def\fibeamer@subdir#1#2#3#4\empty{%
+ \ifx#1\empty% <empty> -> <basePath>
+ \fibeamer@basePath
+ \else
+ \if#1/%
+ \ifx#2\empty% / -> /
+ /%
+ \else% /<path> -> /<path>/
+ #1#2#3#4/%
+ \fi
+ \else%
+ \if#1.%
+ \ifx#2\empty% . -> ./
+ ./%
+ \else
+ \if#2.%
+ \ifx#3\empty% .. -> ../
+ ../%
+ \else
+ \if#3/% ../<path> -> ../<path>/
+ ../#4/%
+ \else
+ \fibeamer@basePath#1#2#3#4/%
+ \fi
+ \fi
+ \else
+ \if#2/% ./<path> -> ./<path>/
+ ./#3#4/%
+ \else
+ \fibeamer@basePath#1#2#3#4/%
+ \fi
+ \fi
+ \fi
+ \else
+ \fibeamer@basePath#1#2#3#4/%
+ \fi
+ \fi%
+ \fi}
+% \end{macrocode}
+% \end{macro}
+% \begin{macro}{\fibeamer@themePath}
+% \subsection{The \texttt{themePath} option}
+% The \marg{\texttt{themePath}=path} pair sets the \textit{path}
+% containing the theme files. The \textit{path} is normalized using
+% the |\fibeamer@subdir| macro and stored within the
+% |\fibeamer@stylePath| macro, whose implicit value is
+% |\fibeamer@basepath theme/|. By default, this expands to
+% \texttt{fibeamer/theme/}.
+% \begin{macrocode}
+\DeclareOptionBeamer{themePath}{%
+ \def\fibeamer@themePath{\fibeamer@subdir#1%
+ \empty\empty\empty\empty}}
+\ExecuteOptionsBeamer{themePath=theme}
+% \end{macrocode}
+% \end{macro}
+% \begin{macro}{\fibeamer@logoPath}
+% \subsection{The \texttt{logoPath} option}
+% The \marg{\texttt{logoPath}=path} pair sets the \textit{path}
+% containing the logo files, which is used by the outer themes to
+% load the faculty logos. The \textit{path} is
+% normalized using the |\fibeamer@subdir| macro and stored
+% within the |\fibeamer@logoPath| macro, whose implicit value
+% is |\fibeamer@basePath| followed by |logo/\fibeamer@university/|. By
+% default, this expands to \texttt{fibeamer/logo/mu/}.
+% \begin{macrocode}
+\DeclareOptionBeamer{logoPath}{%
+ \def\fibeamer@logoPath{\fibeamer@subdir#1%
+ \empty\empty\empty\empty}}
+\ExecuteOptionsBeamer{logoPath=logo/\fibeamer@university}
+% \end{macrocode}
+% \end{macro}
+% \begin{macro}{\fibeamer@logo}
+% \subsection{The \texttt{logo} option}
+% The \marg{\texttt{logo}=filename} pair sets the prefix of the
+% filename of the logo file to be used as the faculty logo to
+% \textit{filename}. The \textit{filename} is stored within the
+% |\fibeamer@logo| macro, whose implicit value is
+% |\fibeamer@logoPath| \texttt{fibeamer-}|\fibeamer@university|%
+% \texttt{-}|\fibeamer@faculty|. By default, this expands to
+% \texttt{fibeamer/logo/mu/fibeamer-mu-fi}. The filenames of the
+% actual files are |\fibeamer@logo|-light and |\fibeamer@logo|-dark,
+% and correspond to the light and dark versions of the given logo.
+% \begin{macrocode}
+\DeclareOptionBeamer{logo}{\def\fibeamer@logo{#1}}
+\ExecuteOptionsBeamer{%
+ logo=\fibeamer@logoPath fibeamer-\fibeamer@university-\fibeamer@faculty}
+% \end{macrocode}
+% \end{macro}
+% \section{Logic}
+% \subsection{Macros}
+% \begin{macro}{\fibeamer@require}
+% The |\fibeamer@require|\marg{package} macro is used to gracefully
+% load a \textit{package}. Packages that have already been loaded
+% or do not exist are ignored by the macro.
+% \begin{macrocode}
+\def\fibeamer@require#1{\IfFileExists{#1.sty}{%
+ \@ifpackageloaded{#1}{}{\RequirePackage{#1}}}{}}
+% \end{macrocode}
+% \end{macro}
+% \begin{macro}{\fibeamer@requireTheme}
+% The |\fibeamer@requireTheme|\marg{class} macro is used to load a
+% \textit{class} of beamer themes. The following packages are
+% loaded, provided they exist:
+% \begin{itemize}
+% \item\texttt{beamer}\textit{class}\texttt{themefibeamer} from
+% the |\fibeamer@themePath| directory -- The base theme file. By
+% default, this expands to \texttt{fibeamer/theme/beamer}^^A
+% \textit{class}\texttt{themefibeamer}.
+% \item\texttt{beamer}\textit{class}\texttt{themefibeamer-}^^A
+% |\fibeamer@university| from the |\fibeamer@themePath|^^A
+% \discretionary{}{}{}|\fibeamer@university/| directory -- The
+% university theme file. By default, this expands to
+% \texttt{fibeamer/theme/mu/beamer}\textit{class}^^A
+% \texttt{themefibeamer-mu}.
+% \item\texttt{beamer}\textit{class}\texttt{themefibeamer-}^^A
+% |\fibeamer@university|\texttt{-}|\fibeamer@faculty| from the
+% |\fibeamer@themePath\fibeamer@university/| directory -- The
+% faculty theme file. By default, this expands to \texttt{^^A
+% fibeamer/theme/mu/beamer}\textit{class}\texttt{themefibeam^^A
+% er-mu-fi}.
+% \end{itemize}
+% \begin{macrocode}
+\def\fibeamer@requireTheme#1{%
+ \fibeamer@require{\fibeamer@themePath beamer#1themefibeamer}
+ \fibeamer@require{\fibeamer@themePath\fibeamer@university%
+ /beamer#1themefibeamer-\fibeamer@university}
+ \fibeamer@require{\fibeamer@themePath\fibeamer@university%
+ /beamer#1themefibeamer-\fibeamer@university-\fibeamer@faculty}}
+% \end{macrocode}
+% \end{macro}
+% \subsection{Main routine}
+% First, the theme processes the options.
+% \begin{macrocode}
+\ProcessOptionsBeamer
+% \end{macrocode}
+% When the |fonts| option is specified, the following packages will
+% be used by the package to configure the fonts in the presentation
+% mode:
+% \begin{itemize}
+% \item\textsf{ifthen} -- This package is used to construct
+% compound conditionals.
+% \item\textsf{ifxetex}, \textsf{ifluatex} -- These packages are
+% used to detect the used \TeX\ engine.
+% \item\textsf{lmodern} -- The Latin Modern font family is used
+% as a fallback for missing glyphs.
+% \item\textsf{carlito} -- The Carlito font family is used as the
+% primary text and math font face.
+% \item\textsf{arevmath} -- The Arev math font family is used for
+% various symbols and greek alphabet.
+% \item\textsf{iwona} -- The Iwona font family is used for large
+% mathAsymbols.
+% \item\textsf{DejaVuSansMono} -- The DejaVu Sans Mono font
+% family is used for the typesetting of monospaced text.
+% \item\textsf{setspace} -- This package is used to adjust the
+% leading to 115 \%.
+% \item\textsf{fontenc} -- This package is used to set the font
+% encoding to Cork. This package is only used outside the
+% \Hologo{XeTeX} and \Hologo{LuaTeX} engines.
+% \item\textsf{fontenc} -- This package is used to load fonts.
+% This package is only used with the \Hologo{XeTeX} and
+% \Hologo{LuaTeX} engines.
+% \end{itemize}
+% \begin{macrocode}
+\mode<presentation>
+ % Set up the fonts
+ \iffibeamer@fonts
+ \RequirePackage{ifthen}
+ \RequirePackage{ifxetex}
+ \RequirePackage{ifluatex}
+ \RequirePackage{lmodern}
+ \RequirePackage[sfdefault,lf]{carlito}
+ \renewcommand*\oldstylenums[1]{{\carlitoOsF #1}}
+
+ %% Load arev with scaling factor of .85
+ %% See <http://tex.stackexchange.com/a/181240/70941>
+ \DeclareFontFamily{OML}{zavm}{\skewchar\font=127 }
+ \DeclareFontShape{OML}{zavm}{m}{it}{<-> s*[.85] zavmri7m}{}
+ \DeclareFontShape{OML}{zavm}{b}{it}{<-> s*[.85] zavmbi7m}{}
+ \DeclareFontShape{OML}{zavm}{m}{sl}{<->ssub * zavm/m/it}{}
+ \DeclareFontShape{OML}{zavm}{bx}{it}{<->ssub * zavm/b/it}{}
+ \DeclareFontShape{OML}{zavm}{b}{sl}{<->ssub * zavm/b/it}{}
+ \DeclareFontShape{OML}{zavm}{bx}{sl}{<->ssub * zavm/b/sl}{}
+
+ \AtBeginDocument{
+ \SetSymbolFont{operators} {normal}{OT1}{zavm}{m}{n}
+ \SetSymbolFont{letters} {normal}{OML}{zavm}{m}{it}
+ \SetSymbolFont{symbols} {normal}{OMS}{zavm}{m}{n}
+ \SetSymbolFont{largesymbols}{normal}{OMX}{iwona}{m}{n}}
+ \RequirePackage[sans]{dsfont}
+
+ \ifthenelse{\boolean{xetex}\OR\boolean{luatex}}{
+ \RequirePackage{fontspec}
+ \setmonofont[Scale=0.85,Ligatures=TeX]{DejaVu Sans Mono}
+ }{
+ \usepackage[scaled=0.85]{DejaVuSansMono}
+ \RequirePackage[resetfonts]{cmap}
+ \RequirePackage[T1]{fontenc}
+ }
+ \RequirePackage{setspace}
+ \setstretch{1.15}
+ \fi
+\mode
+ <all>
+% \end{macrocode}
+% Finally, the color, font, inner and outer themes of the
+% respective university and faculty will be loaded.
+% \begin{macrocode}
+\fibeamer@requireTheme{color}
+\fibeamer@requireTheme{font}
+\fibeamer@requireTheme{inner}
+\fibeamer@requireTheme{outer}
+% \end{macrocode}
+%
+% \section{Themes}
+% This section contains the combined documentation of all available
+% themes. When creating a new theme file, it is advisable to
+% create one self-contained \texttt{dtx} file, which is then
+% partitioned into locale files via the \textsf{docstrip} tool
+% based on the respective \texttt{ins} file. A
+% \DescribeMacro{\file} macro |\file|\marg{filename} is available
+% for the sectioning of the documentation of various files within
+% the \texttt{dtx} file. For more information about \texttt{dtx}
+% files and the \textsf{docstrip} tool, consult the \textsf{dtxtut,
+% docstrip, doc} and \textsf{ltxdoc} manuals.
+%
+% \def\file#1{\subsubsection{The \texttt{#1} file}}
+%
+% \subsection{Base files}
+% \input{theme/mu/base.dtx}
+% \subsection{The Faculty of Informatics}
+% \input{theme/mu/fi.dtx}
+% \subsection{The Faculty of Science}
+% \input{theme/mu/sci.dtx}
+% \subsection{The Faculty of Arts}
+% \input{theme/mu/phil.dtx}
+% \subsection{The Faculty of Education}
+% \input{theme/mu/ped.dtx}
+% \subsection{The Faculty of Social Studies}
+% \input{theme/mu/fss.dtx}
+% \subsection{The Faculty of Law}
+% \input{theme/mu/law.dtx}
+% \subsection{The Faculty of Economics and Administration}
+% \input{theme/mu/econ.dtx}
+% \subsection{The Faculty of Medicine}
+% \input{theme/mu/med.dtx}
+% \subsection{The Faculty of Sports Studies}
+% \input{theme/mu/fsps.dtx}
+% \iffalse
+%</class>
+% \fi
diff --git a/Master/texmf-dist/source/latex/fibeamer/fibeamer.ins b/Master/texmf-dist/source/latex/fibeamer/fibeamer.ins
new file mode 100644
index 00000000000..0bad8cf7179
--- /dev/null
+++ b/Master/texmf-dist/source/latex/fibeamer/fibeamer.ins
@@ -0,0 +1,3 @@
+\input ./LICENSE
+\generate{\file{beamerthemefibeamer.sty}{\from{fibeamer.dtx}{class}}}
+\endbatchfile
diff --git a/Master/texmf-dist/source/latex/fibeamer/theme/mu/base.dtx b/Master/texmf-dist/source/latex/fibeamer/theme/mu/base.dtx
new file mode 100644
index 00000000000..32dd9799ede
--- /dev/null
+++ b/Master/texmf-dist/source/latex/fibeamer/theme/mu/base.dtx
@@ -0,0 +1,284 @@
+% \iffalse
+%<*color>
+% \fi\file{theme/mu/beamercolorthemefibeamer-mu.sty}
+% This is the base color theme for presentations written at the
+% Masaryk University in Brno.
+% \begin{macrocode}
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{fibeamer/theme/mu/%
+ beamercolorthemefibeamer-mu}[2015/08/26]
+% \end{macrocode}
+% \begin{macro}{\darkframes}
+% The |darkframes| environment switches the color definitions to
+% render the enclosed frames in dark colors. This is a dummy
+% definition, which will be overridden by the subsequently loaded
+% color theme in the presentation mode.
+% \begin{macrocode}
+\newenvironment{darkframes}{}{}
+% \end{macrocode}
+% \end{macro}
+% The rest of the theme will be ignored outside the presentation
+% mode.
+% \begin{macrocode}
+\mode<presentation>
+% \end{macrocode}
+% The theme loads the following packages, which will be used by the
+% subsequently loaded color theme specific to a faculty:
+% \begin{itemize}
+% \item\textsf{listings} -- This package is used for code
+% listings. The subsequently loaded color theme will specify
+% source code coloring for the package.
+% \item\textsf{ifthen} -- This package is used to construct
+% compound conditionals.
+% \item\textsf{tikz} -- This package is used to create gradient
+% background for dark slides.
+% \end{itemize}
+% \begin{macrocode}
+ \RequirePackage{listings}
+ \RequirePackage{ifthen}
+ \RequirePackage{tikz}
+% \end{macrocode}
+% \begin{macro}{\iffibeamer@dark}
+% The |\iffibeamer@dark| conditional will be switched on and off by
+% the subsequently loaded color theme based on whether or not the
+% given frame is being typeset in light or dark colors. This
+% information will be used by outer themes to insert the correct
+% logo into each frame.
+% \begin{macrocode}
+ \newif\iffibeamer@dark\fibeamer@darkfalse
+% \end{macrocode}
+% \end{macro}
+% A frame that is either title or dark, as specified by the value
+% of the |\iffibeamer@dark| conditional, will have a gradient
+% background. The |fibeamer@backgroundInner| and
+% |fibeamer@backgroundOuter| colors will be defined by the
+% subsequently loaded color theme.
+% \begin{macrocode}
+\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>
+% \end{macrocode}
+% \iffalse
+%</color>
+%<*font>
+% \fi\file{theme/mu/beamerfontthemefibeamer-mu.sty}
+% This is the base font theme for presentations written at the
+% Masaryk University in Brno. The theme has no effect outside the
+% presentation mode.
+% \begin{macrocode}
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{fibeamer/theme/mu/%
+ beamerfontthemefibeamer-mu}[2015/08/26]
+\mode<presentation>
+ \setbeamerfont{normal text}{size=\normalsize}
+ \setbeamerfont{title}{size=\LARGE, series=\bfseries}
+ \setbeamerfont{subtitle}{parent=normal text, size=\Large}
+ \setbeamerfont{frametitle}{size=\Large}
+ \setbeamerfont{framesubtitle}{size=\large, shape=\itshape}
+ \setbeamerfont{description item}{series=\bfseries}
+ \setbeamerfont{author}{size=\large}
+\mode
+<all>
+% \end{macrocode}
+% \iffalse
+%</font>
+%<*inner>
+% \fi\file{theme/mu/beamerinnerthemefibeamer-mu.sty}
+% This is the base inner theme for presentations written at the
+% Masaryk University in Brno. The theme has no effect outside the
+% presentation mode.
+% \begin{macrocode}
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{fibeamer/theme/mu/%
+ beamerinnerthemefibeamer-mu}[2015/08/26]
+\defbeamertemplate*{itemize item}{fibeamer}{$\bullet$}
+\defbeamertemplate*{itemize subitem}{fibeamer}{\---}
+\defbeamertemplate*{itemize subsubitem}{fibeamer}{\guillemotright}
+\setbeamertemplate{bibliography item}{\insertbiblabel}
+% \end{macrocode}
+% \iffalse
+%</inner>
+%<*outer>
+% \fi\file{theme/mu/beamerouterthemefibeamer-mu.sty}
+% This is the base outer theme for presentations written at the
+% Masaryk University in Brno. The theme has no effect outside the
+% presentation mode.
+% \begin{macrocode}
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{fibeamer/theme/mu/%
+ beamerouterthemefibeamer-mu}[2015/08/26]
+\mode<presentation>
+% \end{macrocode}
+% The theme uses the following packages:
+% \begin{itemize}
+% \item\textsf{ifthen} -- This package is used to construct
+% compound conditionals.
+% \item\textsf{ifpdf} -- This package is used to check, whether
+% the document is being typeset in DVI mode. If it is, then
+% the |\pdfpagewidth| and |\pdfpageheight| dimensions are
+% defined, so that positioning in TikZ works correctly.
+% \changes{v1.0.1}{2015/10/02}{Added DVI output support. [VN]}
+% ^^A <http://tex.stackexchange.com/a/246631/70941>
+% \item\textsf{tikz} -- This package is used to position the
+% logo and the frame number on a frame.
+% \item\textsf{pgfcore} -- This package is used to draw the
+% dashed line at the title frame.
+% \end{itemize}
+% \begin{macrocode}
+ \RequirePackage{ifthen}
+ \RequirePackage{ifpdf}
+ \ifpdf\else
+ \@ifundefined{pdfpagewidth}{\newdimen\pdfpagewidth}{}
+ \@ifundefined{pdfpageheight}{\newdimen\pdfpageheight}{}
+ \pdfpagewidth=\paperwidth
+ \pdfpageheight=\paperheight
+ \fi
+ \RequirePackage{tikz}
+ \RequirePackage{pgfcore}
+% \end{macrocode}
+% This part of the outer theme defines the geometry of the frames
+% along with other dimensions.
+% \begin{macrocode}
+% The logo dimensions
+ \newlength{\fibeamer@logowidth}
+ \setlength{\fibeamer@logowidth}{15mm}
+ \newlength{\fibeamer@logoheight}
+ \setlength{\fibeamer@logoheight}{1.32\fibeamer@logowidth}
+ % The logo padding
+ \newlength{\fibeamer@logopad}
+ \setlength{\fibeamer@logopad}{0.25\fibeamer@logowidth}
+ % The footer padding
+ \newlength{\fibeamer@footerpad}
+ \setlength{\fibeamer@footerpad}{\fibeamer@logopad}
+ % The side margins
+ \newlength{\fibeamer@margin}
+ \setlength{\fibeamer@margin}{\fibeamer@logopad}
+ \addtolength\fibeamer@margin{0.5\fibeamer@logowidth}
+ \setbeamersize{
+ text margin left=\fibeamer@margin,
+ text margin right=\fibeamer@margin}
+ % The upper margin
+ \newlength{\fibeamer@titleline}
+ \setlength{\fibeamer@titleline}{0.5\fibeamer@logoheight}
+ \usebeamerfont{frametitle}%
+ \addtolength\fibeamer@titleline{-1em}
+ % The background clipping
+ \newlength{\fibeamer@clipbottom}
+ \setlength{\fibeamer@clipbottom}{\paperwidth}
+ \addtolength\fibeamer@clipbottom{-\paperheight}
+ \setlength{\fibeamer@clipbottom}{0.5\fibeamer@clipbottom}
+ \newlength{\fibeamer@cliptop}
+ \setlength{\fibeamer@cliptop}{\paperwidth}
+ \addtolength\fibeamer@cliptop{-\fibeamer@clipbottom}
+% \end{macrocode}
+% The outer theme completely culls the bottom navigation.
+% \begin{macrocode}
+ \defbeamertemplate*{navigation symbols}{fibeamer}{}
+% \end{macrocode}
+% The outer theme also culls the headline and replaces it with
+% either a dark or light version of the faculty logo, based on the
+% value of the |\iffibeamer@dark| conditional, which is controlled by
+% the color theme.
+% \begin{macrocode}
+ \defbeamertemplate*{headline}{fibeamer}{%
+ \begin{tikzpicture}[overlay,remember picture]
+ \node[anchor=north east,xshift=-\fibeamer@logopad]
+ at (current page.north east) {
+ \ifthenelse{\boolean{fibeamer@dark}\OR\c@framenumber=0}{
+ \includegraphics[width=\fibeamer@logowidth]%
+ {\fibeamer@logo-dark}
+ }{
+ \includegraphics[width=\fibeamer@logowidth]%
+ {\fibeamer@logo-light}
+ }
+ };
+ \end{tikzpicture}}
+% \end{macrocode}
+% The frame title is positioned on the axis of the faculty logo.
+% \begin{macrocode}
+ \defbeamertemplate*{frametitle}{fibeamer}{%
+ \vskip\fibeamer@titleline
+ \usebeamercolor[fg]{frametitle}%
+ \usebeamerfont{frametitle}%
+ \insertframetitle\par%
+ \usebeamercolor[fg]{framesubtitle}%
+ \usebeamerfont{framesubtitle}%
+ \insertframesubtitle}
+% \end{macrocode}
+% The footline contains the frame number. It is flushed right and
+% aligned with the faculty logo.
+% \begin{macrocode}
+ \defbeamertemplate*{footline}{fibeamer}{%
+ \ifnum\c@framenumber=0\else%
+ \begin{tikzpicture}[overlay]
+ \node[anchor=south east,yshift=\fibeamer@footerpad,
+ xshift=-\fibeamer@footerpad] at (current page.south east) {
+ \usebeamercolor[fg]{framenumber}%
+ \usebeamerfont{framenumber}%
+ \insertframenumber/\inserttotalframenumber
+ };
+ \end{tikzpicture}
+ \fi}
+% \end{macrocode}
+% The title frame contains the |\title| vertically positioned to
+% the upper $\phi^{-1}$ of the page, where $\phi$ refers to the
+% golden ratio, and underlined with a dashed line. At the bottom
+% of the page, there is the |\subtitle| followed by the |\author|.
+% \begin{macrocode}
+ \defbeamertemplate*{title page}{fibeamer}{%
+ % This is slide 0
+ \setcounter{framenumber}{0}
+
+ % Input the title
+ \usebeamerfont{title}%
+ \usebeamercolor[fg]{title}%
+ \begin{minipage}[b][2\baselineskip][b]{\textwidth}%
+ \raggedright%
+ \inserttitle%
+ \end{minipage}
+ \vskip-.5\baselineskip
+
+ % Input the dashed line
+ \begin{pgfpicture}
+ \pgfsetlinewidth{2pt}
+ \pgfsetroundcap
+ \pgfsetdash{{0pt}{4pt}}{0cm}
+
+ \pgfpathmoveto{\pgfpoint{0mm}{0mm}}
+ \pgfpathlineto{\pgfpoint{\textwidth}{0mm}}
+
+ \pgfusepath{stroke}
+ \end{pgfpicture}
+ \vfill
+
+ % Input the subtitle
+ \usebeamerfont{subtitle}%
+ \begin{minipage}{\textwidth}
+ \raggedright%
+ \insertsubtitle%
+ \end{minipage}\vskip.25\baselineskip
+
+ % Input the author's name
+ \usebeamerfont{author}%
+ \begin{minipage}{\textwidth}
+ \raggedright%
+ \insertauthor%
+ \end{minipage}}
+
+\mode
+<all>
+% \end{macrocode}
+% \iffalse
+%</outer>
+% \fi
diff --git a/Master/texmf-dist/source/latex/fibeamer/theme/mu/base.ins b/Master/texmf-dist/source/latex/fibeamer/theme/mu/base.ins
new file mode 100644
index 00000000000..28f27b8b2d4
--- /dev/null
+++ b/Master/texmf-dist/source/latex/fibeamer/theme/mu/base.ins
@@ -0,0 +1,6 @@
+\input ../../LICENSE
+\generate{\file{beamercolorthemefibeamer-mu.sty}{\from{base.dtx}{color}}
+ \file{beamerfontthemefibeamer-mu.sty} {\from{base.dtx}{font}}
+ \file{beamerinnerthemefibeamer-mu.sty}{\from{base.dtx}{inner}}
+ \file{beamerouterthemefibeamer-mu.sty}{\from{base.dtx}{outer}}}
+\endbatchfile
diff --git a/Master/texmf-dist/source/latex/fibeamer/theme/mu/econ.dtx b/Master/texmf-dist/source/latex/fibeamer/theme/mu/econ.dtx
new file mode 100644
index 00000000000..e55882f9062
--- /dev/null
+++ b/Master/texmf-dist/source/latex/fibeamer/theme/mu/econ.dtx
@@ -0,0 +1,94 @@
+% \file{theme/mu/beamercolorthemefibeamer-econ.sty}
+% This is the color theme for presentations written at the Faculty
+% of Economics and Administration at the Masaryk University in
+% Brno. This theme has no effect outside the presentation mode.
+% \begin{macrocode}
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{fibeamer/theme/mu/%
+ beamercolorthemefibeamer-mu-econ}[2015/08/26]
+\mode<presentation>
+% \end{macrocode}
+% This color theme uses the combination of red-brown, gray and
+% white. The |fibeamer@back|\-|groundInner| and
+% |fibeamer@backgroundOuter| colors are used within the background
+% canvas template, which is defined within the color theme of the
+% Masaryk University and which draws the gradient background of
+% dark frames.
+% \begin{macrocode}
+ \definecolor{fibeamer@brown}{HTML}{6e222c}
+ \definecolor{fibeamer@gray}{HTML}{999999}
+ \colorlet{fibeamer@backgroundInner}{fibeamer@brown}
+ \colorlet{fibeamer@backgroundOuter}{fibeamer@brown!60!black}
+% \end{macrocode}
+% The |darkframes| environment switches the |\iffibeamer@darktrue|
+% conditional on and sets a dark color theme.
+% \begin{macrocode}
+ \renewenvironment{darkframes}{%
+ \begingroup
+ \fibeamer@darktrue
+ %% Structures
+ \setbeamercolor*{structure}{fg=white, bg=fibeamer@brown}
+ \setbeamercolor*{frametitle}{fg=fibeamer@brown!25!white}
+ \setbeamercolor*{framesubtitle}{fg=white}
+ %% Text
+ \setbeamercolor*{normal text}{fg=white, bg=white}
+ %% Items
+ \setbeamercolor*{item}{fg=fibeamer@brown!25!white}
+ \setbeamercolor{footnote mark}{fg=fibeamer@brown!25!white}
+ %% Blocks
+ \setbeamercolor*{block title}{
+ use=structure, fg=white, bg=fibeamer@brown!60!white}
+ \setbeamercolor*{block title example}{
+ use=example text, fg=white, bg=fibeamer@brown!60!white}
+ \setbeamercolor*{block title alerted}{
+ use=alerted text, fg=white, bg=fibeamer@brown!90!white}
+ \setbeamercolor*{block body}{
+ fg=fibeamer@brown, use=block title,
+ bg=fibeamer@gray!15!white}
+ \usebeamercolor*{normal text}
+ % Code listings
+ \lstset{
+ commentstyle=\color{green!25!white},
+ keywordstyle=\color{blue!25!white},
+ stringstyle=\color{fibeamer@brown!25!white}}
+ }{%
+ \endgroup}
+% \end{macrocode}
+% Outside the |darkframes| environment, the light theme is used.
+% \begin{macrocode}
+ %% Structures
+ \setbeamercolor{structure}{fg=black!75!white, bg=white}
+ \setbeamercolor{frametitle}{fg=fibeamer@brown}
+ \setbeamercolor{framesubtitle}{fg=black!75!white}
+ %% Text
+ \setbeamercolor{normal text}{fg=black}
+ %% Items
+ \setbeamercolor{item}{fg=fibeamer@brown}
+ \setbeamercolor{footnote mark}{fg=fibeamer@brown}
+ %% Blocks
+ \setbeamercolor{block title}{
+ use=structure, fg=white, bg=fibeamer@brown!50!white}
+ \setbeamercolor{block title example}{
+ use=example text, fg=white, bg=fibeamer@brown!50!white}
+ \setbeamercolor{block title alerted}{
+ use=alerted text, fg=white, bg=fibeamer@brown}
+ \setbeamercolor{block body}{
+ fg=fibeamer@brown, use=block title, bg=fibeamer@gray!20!white}
+ %% Title
+ \setbeamercolor{title}{fg=white, bg=fibeamer@brown}
+ \setbeamercolor{title}{use=structure}
+ % Code listings
+ \lstset{
+ basicstyle=\footnotesize\ttfamily,
+ breakatwhitespace=false,
+ breaklines=true,
+ commentstyle=\color{green!60!black},
+ extendedchars=true,
+ keywordstyle=\color{blue},
+ showspaces=false,
+ showstringspaces=false,
+ showtabs=false,
+ stringstyle=\color{violet}}
+\mode
+<all>
+% \end{macrocode}
diff --git a/Master/texmf-dist/source/latex/fibeamer/theme/mu/econ.ins b/Master/texmf-dist/source/latex/fibeamer/theme/mu/econ.ins
new file mode 100644
index 00000000000..a6b5a177be1
--- /dev/null
+++ b/Master/texmf-dist/source/latex/fibeamer/theme/mu/econ.ins
@@ -0,0 +1,3 @@
+\input ../../LICENSE
+\generate{\file{beamercolorthemefibeamer-mu-econ.sty}{\from{econ.dtx}{}}}
+\endbatchfile
diff --git a/Master/texmf-dist/source/latex/fibeamer/theme/mu/fi.dtx b/Master/texmf-dist/source/latex/fibeamer/theme/mu/fi.dtx
new file mode 100644
index 00000000000..035c6405d58
--- /dev/null
+++ b/Master/texmf-dist/source/latex/fibeamer/theme/mu/fi.dtx
@@ -0,0 +1,96 @@
+% \file{theme/mu/beamercolorthemefibeamer-fi.sty}
+% This is the color theme for presentations written at the
+% Faculty of Informatics at the Masaryk University in Brno.
+% This theme has no effect outside the presentation mode.
+% \begin{macrocode}
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{fibeamer/theme/mu/%
+ beamercolorthemefibeamer-mu-fi}[2015/08/26]
+\mode<presentation>
+% \end{macrocode}
+% This color theme uses the combination of yellow and dark gray in light frames
+% and the combination of gold and white in dark frames. The
+% |fibeamer@back|\-|groundInner| and |fibeamer@backgroundOuter| colors are used
+% within the background canvas template, which is defined within the color
+% theme of the Masaryk University and which draws the gradient background of
+% dark frames.
+% \begin{macrocode}
+ \definecolor{fibeamer@gold}{HTML}{a47312}
+ \definecolor{fibeamer@yellow}{HTML}{FFEB9C}
+ \definecolor{fibeamer@yellowDark}{HTML}{E9BC09}
+ \definecolor{fibeamer@gray}{HTML}{999999}
+ \colorlet{fibeamer@backgroundInner}{fibeamer@gold}
+ \colorlet{fibeamer@backgroundOuter}{fibeamer@gold!60!black}
+% \end{macrocode}
+% The |darkframes| environment switches the |\iffibeamer@darktrue|
+% conditional on and sets a dark color theme.
+% \begin{macrocode}
+ \renewenvironment{darkframes}{%
+ \begingroup
+ \fibeamer@darktrue
+ %% Structures
+ \setbeamercolor*{structure}{fg=white, bg=fibeamer@gold}
+ \setbeamercolor*{frametitle}{fg=fibeamer@gold!25!white}
+ \setbeamercolor*{framesubtitle}{fg=white}
+ %% Text
+ \setbeamercolor*{normal text}{fg=white, bg=white}
+ %% Items
+ \setbeamercolor*{item}{fg=fibeamer@gold!25!white}
+ \setbeamercolor{footnote mark}{fg=fibeamer@gold!25!white}
+ %% Blocks
+ \setbeamercolor*{block title}{
+ use=structure, fg=white, bg=fibeamer@gold!60!white}
+ \setbeamercolor*{block title example}{
+ use=example text, fg=white, bg=fibeamer@gold!60!white}
+ \setbeamercolor*{block title alerted}{
+ use=alerted text, fg=white, bg=fibeamer@gold!90!white}
+ \setbeamercolor*{block body}{
+ fg=fibeamer@gold, use=block title,
+ bg=fibeamer@gray!15!white}
+ \usebeamercolor*{normal text}
+ % Code listings
+ \lstset{
+ commentstyle=\color{green!25!white},
+ keywordstyle=\color{blue!25!white},
+ stringstyle=\color{fibeamer@gold!30!white}}
+ }{%
+ \endgroup}
+% \end{macrocode}
+% Outside the |darkframes| environment, the light theme is used.
+% \begin{macrocode}
+ %% Structures
+ \setbeamercolor{structure}{fg=black!75!white, bg=white}
+ \setbeamercolor{frametitle}{fg=fibeamer@yellowDark}
+ \setbeamercolor{framesubtitle}{fg=black!60!white}
+ %% Text
+ \setbeamercolor{normal text}{fg=black!75!white}
+ %% Items
+ \setbeamercolor{item}{fg=fibeamer@yellowDark}
+ \setbeamercolor{footnote mark}{fg=fibeamer@yellowDark}
+ %% Blocks
+ \setbeamercolor{block title}{
+ use=structure, fg=black!75!white, bg=fibeamer@yellow}
+ \setbeamercolor{block title example}{
+ use=example text, fg=black!75!white, bg=fibeamer@yellow}
+ \setbeamercolor{block title alerted}{
+ use=alerted text, fg=white, bg=black!75!white}
+ \setbeamercolor{block body}{
+ fg=fibeamer@yellow, use=block title, bg=black!75!white}
+ %% Title
+ \setbeamercolor{title}{fg=white, bg=fibeamer@gold}
+ \setbeamercolor{title}{use=structure}
+ % Code listings
+ \lstset{
+ basicstyle=\footnotesize\ttfamily,
+ breakatwhitespace=false,
+ breaklines=true,
+ commentstyle=\color{green!60!black},
+ extendedchars=true,
+ keywordstyle=\color{blue},
+ showspaces=false,
+ showstringspaces=false,
+ showtabs=false,
+ stringstyle=\color{violet}}
+\mode
+<all>
+% \end{macrocode}
diff --git a/Master/texmf-dist/source/latex/fibeamer/theme/mu/fi.ins b/Master/texmf-dist/source/latex/fibeamer/theme/mu/fi.ins
new file mode 100644
index 00000000000..f537ea1a062
--- /dev/null
+++ b/Master/texmf-dist/source/latex/fibeamer/theme/mu/fi.ins
@@ -0,0 +1,3 @@
+\input ../../LICENSE
+\generate{\file{beamercolorthemefibeamer-mu-fi.sty}{\from{fi.dtx}{}}}
+\endbatchfile
diff --git a/Master/texmf-dist/source/latex/fibeamer/theme/mu/fsps.dtx b/Master/texmf-dist/source/latex/fibeamer/theme/mu/fsps.dtx
new file mode 100644
index 00000000000..e85a32a94cd
--- /dev/null
+++ b/Master/texmf-dist/source/latex/fibeamer/theme/mu/fsps.dtx
@@ -0,0 +1,94 @@
+% \file{theme/mu/beamercolorthemefibeamer-fsps.sty}
+% This is the color theme for presentations written at the Faculty
+% of Sports Studies at the Masaryk University in Brno. This theme
+% has no effect outside the presentation mode.
+% \begin{macrocode}
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{fibeamer/theme/mu/%
+ beamercolorthemefibeamer-mu-fsps}[2015/08/26]
+\mode<presentation>
+% \end{macrocode}
+% This color theme uses the combination of dark blue, gray and
+% white. The |fibeamer@back|\-|groundInner| and
+% |fibeamer@backgroundOuter| colors are used within the background
+% canvas template, which is defined within the color theme of the
+% Masaryk University and which draws the gradient background of
+% dark frames.
+% \begin{macrocode}
+ \definecolor{fibeamer@blue}{HTML}{1B458F}
+ \definecolor{fibeamer@gray}{HTML}{999999}
+ \colorlet{fibeamer@backgroundInner}{fibeamer@blue}
+ \colorlet{fibeamer@backgroundOuter}{fibeamer@blue!60!black}
+% \end{macrocode}
+% The |darkframes| environment switches the |\iffibeamer@darktrue|
+% conditional on and sets a dark color theme.
+% \begin{macrocode}
+ \renewenvironment{darkframes}{%
+ \begingroup
+ \fibeamer@darktrue
+ %% Structures
+ \setbeamercolor*{structure}{fg=white, bg=fibeamer@blue}
+ \setbeamercolor*{frametitle}{fg=fibeamer@blue!25!white}
+ \setbeamercolor*{framesubtitle}{fg=white}
+ %% Text
+ \setbeamercolor*{normal text}{fg=white, bg=white}
+ %% Items
+ \setbeamercolor*{item}{fg=fibeamer@blue!25!white}
+ \setbeamercolor{footnote mark}{fg=fibeamer@blue!25!white}
+ %% Blocks
+ \setbeamercolor*{block title}{
+ use=structure, fg=white, bg=fibeamer@blue!60!white}
+ \setbeamercolor*{block title example}{
+ use=example text, fg=white, bg=fibeamer@blue!60!white}
+ \setbeamercolor*{block title alerted}{
+ use=alerted text, fg=white, bg=fibeamer@blue!95!white}
+ \setbeamercolor*{block body}{
+ fg=fibeamer@blue, use=block title,
+ bg=fibeamer@gray!15!white}
+ \usebeamercolor*{normal text}
+ % Code listings
+ \lstset{
+ commentstyle=\color{green!25!white},
+ keywordstyle=\color{blue!25!white},
+ stringstyle=\color{red!25!white}}
+ }{%
+ \endgroup}
+% \end{macrocode}
+% Outside the |darkframes| environment, the light theme is used.
+% \begin{macrocode}
+ %% Structures
+ \setbeamercolor{structure}{fg=black!75!white, bg=white}
+ \setbeamercolor{frametitle}{fg=fibeamer@blue}
+ \setbeamercolor{framesubtitle}{fg=black!75!white}
+ %% Text
+ \setbeamercolor{normal text}{fg=black}
+ %% Items
+ \setbeamercolor{item}{fg=fibeamer@blue}
+ \setbeamercolor{footnote mark}{fg=fibeamer@blue}
+ %% Blocks
+ \setbeamercolor{block title}{
+ use=structure, fg=white, bg=fibeamer@blue!50!white}
+ \setbeamercolor{block title example}{
+ use=example text, fg=white, bg=fibeamer@blue!50!white}
+ \setbeamercolor{block title alerted}{
+ use=alerted text, fg=white, bg=fibeamer@blue}
+ \setbeamercolor{block body}{
+ fg=fibeamer@blue, use=block title, bg=fibeamer@gray!20!white}
+ %% Title
+ \setbeamercolor{title}{fg=white, bg=fibeamer@blue}
+ \setbeamercolor{title}{use=structure}
+ % Code listings
+ \lstset{
+ basicstyle=\footnotesize\ttfamily,
+ breakatwhitespace=false,
+ breaklines=true,
+ commentstyle=\color{green!60!black},
+ extendedchars=true,
+ keywordstyle=\color{blue},
+ showspaces=false,
+ showstringspaces=false,
+ showtabs=false,
+ stringstyle=\color{violet}}
+\mode
+<all>
+% \end{macrocode}
diff --git a/Master/texmf-dist/source/latex/fibeamer/theme/mu/fsps.ins b/Master/texmf-dist/source/latex/fibeamer/theme/mu/fsps.ins
new file mode 100644
index 00000000000..93d0c3ccbcc
--- /dev/null
+++ b/Master/texmf-dist/source/latex/fibeamer/theme/mu/fsps.ins
@@ -0,0 +1,3 @@
+\input ../../LICENSE
+\generate{\file{beamercolorthemefibeamer-mu-fsps.sty}{\from{fsps.dtx}{}}}
+\endbatchfile
diff --git a/Master/texmf-dist/source/latex/fibeamer/theme/mu/fss.dtx b/Master/texmf-dist/source/latex/fibeamer/theme/mu/fss.dtx
new file mode 100644
index 00000000000..c19ab68f03d
--- /dev/null
+++ b/Master/texmf-dist/source/latex/fibeamer/theme/mu/fss.dtx
@@ -0,0 +1,94 @@
+% \file{theme/mu/beamercolorthemefibeamer-fss.sty}
+% This is the color theme for presentations written at the Faculty
+% of Social Studies at the Masaryk University in Brno. This theme
+% has no effect outside the presentation mode.
+% \begin{macrocode}
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{fibeamer/theme/mu/%
+ beamercolorthemefibeamer-mu-fss}[2015/08/26]
+\mode<presentation>
+% \end{macrocode}
+% This color theme uses the combination of cyan, gray and
+% white. The |fibeamer@back|\-|groundInner| and
+% |fibeamer@backgroundOuter| colors are used within the background
+% canvas template, which is defined within the color theme of the
+% Masaryk University and which draws the gradient background of
+% dark frames.
+% \begin{macrocode}
+ \definecolor{fibeamer@cyan}{HTML}{00796E}
+ \definecolor{fibeamer@gray}{HTML}{999999}
+ \colorlet{fibeamer@backgroundInner}{fibeamer@cyan!80!black}
+ \colorlet{fibeamer@backgroundOuter}{fibeamer@cyan!60!black}
+% \end{macrocode}
+% The |darkframes| environment switches the |\iffibeamer@darktrue|
+% conditional on and sets a dark color theme.
+% \begin{macrocode}
+ \renewenvironment{darkframes}{%
+ \begingroup
+ \fibeamer@darktrue
+ %% Structures
+ \setbeamercolor*{structure}{fg=white, bg=fibeamer@cyan}
+ \setbeamercolor*{frametitle}{fg=fibeamer@cyan!25!white}
+ \setbeamercolor*{framesubtitle}{fg=white}
+ %% Text
+ \setbeamercolor*{normal text}{fg=white, bg=white}
+ %% Items
+ \setbeamercolor*{item}{fg=fibeamer@cyan!25!white}
+ \setbeamercolor{footnote mark}{fg=fibeamer@cyan!25!white}
+ %% Blocks
+ \setbeamercolor*{block title}{
+ use=structure, fg=white, bg=fibeamer@cyan!60!white}
+ \setbeamercolor*{block title example}{
+ use=example text, fg=white, bg=fibeamer@cyan!60!white}
+ \setbeamercolor*{block title alerted}{
+ use=alerted text, fg=white, bg=fibeamer@cyan}
+ \setbeamercolor*{block body}{
+ fg=fibeamer@cyan, use=block title,
+ bg=fibeamer@gray!15!white}
+ \usebeamercolor*{normal text}
+ % Code listings
+ \lstset{
+ commentstyle=\color{green!25!white},
+ keywordstyle=\color{blue!25!white},
+ stringstyle=\color{red!25!white}}
+ }{%
+ \endgroup}
+% \end{macrocode}
+% Outside the |darkframes| environment, the light theme is used.
+% \begin{macrocode}
+ %% Structures
+ \setbeamercolor{structure}{fg=black!75!white, bg=white}
+ \setbeamercolor{frametitle}{fg=fibeamer@cyan}
+ \setbeamercolor{framesubtitle}{fg=black!75!white}
+ %% Text
+ \setbeamercolor{normal text}{fg=black}
+ %% Items
+ \setbeamercolor{item}{fg=fibeamer@cyan}
+ \setbeamercolor{footnote mark}{fg=fibeamer@cyan}
+ %% Blocks
+ \setbeamercolor{block title}{
+ use=structure, fg=white, bg=fibeamer@cyan!50!white}
+ \setbeamercolor{block title example}{
+ use=example text, fg=white, bg=fibeamer@cyan!50!white}
+ \setbeamercolor{block title alerted}{
+ use=alerted text, fg=white, bg=fibeamer@cyan}
+ \setbeamercolor{block body}{
+ fg=fibeamer@cyan, use=block title, bg=fibeamer@gray!20!white}
+ %% Title
+ \setbeamercolor{title}{fg=white, bg=fibeamer@cyan}
+ \setbeamercolor{title}{use=structure}
+ % Code listings
+ \lstset{
+ basicstyle=\footnotesize\ttfamily,
+ breakatwhitespace=false,
+ breaklines=true,
+ commentstyle=\color{green!60!black},
+ extendedchars=true,
+ keywordstyle=\color{blue},
+ showspaces=false,
+ showstringspaces=false,
+ showtabs=false,
+ stringstyle=\color{violet}}
+\mode
+<all>
+% \end{macrocode}
diff --git a/Master/texmf-dist/source/latex/fibeamer/theme/mu/fss.ins b/Master/texmf-dist/source/latex/fibeamer/theme/mu/fss.ins
new file mode 100644
index 00000000000..633c94422a0
--- /dev/null
+++ b/Master/texmf-dist/source/latex/fibeamer/theme/mu/fss.ins
@@ -0,0 +1,3 @@
+\input ../../LICENSE
+\generate{\file{beamercolorthemefibeamer-mu-fss.sty}{\from{fss.dtx}{}}}
+\endbatchfile
diff --git a/Master/texmf-dist/source/latex/fibeamer/theme/mu/law.dtx b/Master/texmf-dist/source/latex/fibeamer/theme/mu/law.dtx
new file mode 100644
index 00000000000..50dd8123860
--- /dev/null
+++ b/Master/texmf-dist/source/latex/fibeamer/theme/mu/law.dtx
@@ -0,0 +1,93 @@
+% \file{theme/mu/beamercolorthemefibeamer-law.sty}
+% This is the color theme for presentations written at the Faculty
+% of Law at the Masaryk University in Brno. This theme has no
+% effect outside the presentation mode.
+% \begin{macrocode}
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{fibeamer/theme/mu/%
+ beamercolorthemefibeamer-mu-law}[2015/08/26]
+\mode<presentation>
+% \end{macrocode}
+% This color theme uses the combination of violet, gray and white.
+% The |fibeamer@back|\-|groundInner| and |fibeamer@backgroundOuter|
+% colors are used within the background canvas template, which is
+% defined within the color theme of the Masaryk University and
+% which draws the gradient background of dark frames.
+% \begin{macrocode}
+ \definecolor{fibeamer@violet}{HTML}{660099}
+ \definecolor{fibeamer@gray}{HTML}{999999}
+ \colorlet{fibeamer@backgroundInner}{fibeamer@violet}
+ \colorlet{fibeamer@backgroundOuter}{fibeamer@violet!60!black}
+% \end{macrocode}
+% The |darkframes| environment switches the |\iffibeamer@darktrue|
+% conditional on and sets a dark color theme.
+% \begin{macrocode}
+ \renewenvironment{darkframes}{%
+ \begingroup
+ \fibeamer@darktrue
+ %% Structures
+ \setbeamercolor*{structure}{fg=white, bg=fibeamer@violet}
+ \setbeamercolor*{frametitle}{fg=fibeamer@violet!25!white}
+ \setbeamercolor*{framesubtitle}{fg=white}
+ %% Text
+ \setbeamercolor*{normal text}{fg=white, bg=white}
+ %% Items
+ \setbeamercolor*{item}{fg=fibeamer@violet!25!white}
+ \setbeamercolor{footnote mark}{fg=fibeamer@violet!25!white}
+ %% Blocks
+ \setbeamercolor*{block title}{
+ use=structure, fg=white, bg=fibeamer@violet!60!white}
+ \setbeamercolor*{block title example}{
+ use=example text, fg=white, bg=fibeamer@violet!60!white}
+ \setbeamercolor*{block title alerted}{
+ use=alerted text, fg=white, bg=fibeamer@violet!90!white}
+ \setbeamercolor*{block body}{
+ fg=fibeamer@violet, use=block title,
+ bg=fibeamer@gray!15!white}
+ \usebeamercolor*{normal text}
+ % Code listings
+ \lstset{
+ commentstyle=\color{green!25!white},
+ keywordstyle=\color{blue!25!white},
+ stringstyle=\color{fibeamer@violet!25!white}}
+ }{%
+ \endgroup}
+% \end{macrocode}
+% Outside the |darkframes| environment, the light theme is used.
+% \begin{macrocode}
+ %% Structures
+ \setbeamercolor{structure}{fg=black!75!white, bg=white}
+ \setbeamercolor{frametitle}{fg=fibeamer@violet}
+ \setbeamercolor{framesubtitle}{fg=black!75!white}
+ %% Text
+ \setbeamercolor{normal text}{fg=black}
+ %% Items
+ \setbeamercolor{item}{fg=fibeamer@violet}
+ \setbeamercolor{footnote mark}{fg=fibeamer@violet}
+ %% Blocks
+ \setbeamercolor{block title}{
+ use=structure, fg=white, bg=fibeamer@violet!50!white}
+ \setbeamercolor{block title example}{
+ use=example text, fg=white, bg=fibeamer@violet!50!white}
+ \setbeamercolor{block title alerted}{
+ use=alerted text, fg=white, bg=fibeamer@violet}
+ \setbeamercolor{block body}{
+ fg=fibeamer@violet, use=block title, bg=fibeamer@gray!20!white}
+ %% Title
+ \setbeamercolor{title}{fg=white, bg=fibeamer@violet}
+ \setbeamercolor{title}{use=structure}
+ % Code listings
+ \lstset{
+ basicstyle=\footnotesize\ttfamily,
+ breakatwhitespace=false,
+ breaklines=true,
+ commentstyle=\color{green!60!black},
+ extendedchars=true,
+ keywordstyle=\color{blue},
+ showspaces=false,
+ showstringspaces=false,
+ showtabs=false,
+ stringstyle=\color{violet}}
+\mode
+<all>
+% \end{macrocode}
diff --git a/Master/texmf-dist/source/latex/fibeamer/theme/mu/law.ins b/Master/texmf-dist/source/latex/fibeamer/theme/mu/law.ins
new file mode 100644
index 00000000000..e1fdd0c993a
--- /dev/null
+++ b/Master/texmf-dist/source/latex/fibeamer/theme/mu/law.ins
@@ -0,0 +1,3 @@
+\input ../../LICENSE
+\generate{\file{beamercolorthemefibeamer-mu-law.sty}{\from{law.dtx}{}}}
+\endbatchfile
diff --git a/Master/texmf-dist/source/latex/fibeamer/theme/mu/med.dtx b/Master/texmf-dist/source/latex/fibeamer/theme/mu/med.dtx
new file mode 100644
index 00000000000..328f0930cd2
--- /dev/null
+++ b/Master/texmf-dist/source/latex/fibeamer/theme/mu/med.dtx
@@ -0,0 +1,94 @@
+% \file{theme/mu/beamercolorthemefibeamer-med.sty}
+% This is the color theme for presentations written at the Faculty
+% of Medicine at the Masaryk University in Brno. This theme has no
+% effect outside the presentation mode.
+% \begin{macrocode}
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{fibeamer/theme/mu/%
+ beamercolorthemefibeamer-mu-med}[2015/08/26]
+\mode<presentation>
+% \end{macrocode}
+% This color theme uses the combination of red, gray and
+% white. The |fibeamer@back|\-|groundInner| and
+% |fibeamer@backgroundOuter| colors are used within the background
+% canvas template, which is defined within the color theme of the
+% Masaryk University and which draws the gradient background of
+% dark frames.
+% \begin{macrocode}
+ \definecolor{fibeamer@red}{HTML}{c82600}
+ \definecolor{fibeamer@gray}{HTML}{999999}
+ \colorlet{fibeamer@backgroundInner}{fibeamer@red}
+ \colorlet{fibeamer@backgroundOuter}{fibeamer@red!60!black}
+% \end{macrocode}
+% The |darkframes| environment switches the |\iffibeamer@darktrue|
+% conditional on and sets a dark color theme.
+% \begin{macrocode}
+ \renewenvironment{darkframes}{%
+ \begingroup
+ \fibeamer@darktrue
+ %% Structures
+ \setbeamercolor*{structure}{fg=white, bg=fibeamer@red}
+ \setbeamercolor*{frametitle}{fg=fibeamer@red!25!white}
+ \setbeamercolor*{framesubtitle}{fg=white}
+ %% Text
+ \setbeamercolor*{normal text}{fg=white, bg=white}
+ %% Items
+ \setbeamercolor*{item}{fg=fibeamer@red!25!white}
+ \setbeamercolor{footnote mark}{fg=fibeamer@red!25!white}
+ %% Blocks
+ \setbeamercolor*{block title}{
+ use=structure, fg=white, bg=fibeamer@red!60!white}
+ \setbeamercolor*{block title example}{
+ use=example text, fg=white, bg=fibeamer@red!60!white}
+ \setbeamercolor*{block title alerted}{
+ use=alerted text, fg=white, bg=fibeamer@red!90!white}
+ \setbeamercolor*{block body}{
+ fg=fibeamer@red, use=block title,
+ bg=fibeamer@gray!15!white}
+ \usebeamercolor*{normal text}
+ % Code listings
+ \lstset{
+ commentstyle=\color{green!25!white},
+ keywordstyle=\color{blue!25!white},
+ stringstyle=\color{fibeamer@red!25!white}}
+ }{%
+ \endgroup}
+% \end{macrocode}
+% Outside the |darkframes| environment, the light theme is used.
+% \begin{macrocode}
+ %% Structures
+ \setbeamercolor{structure}{fg=black!75!white, bg=white}
+ \setbeamercolor{frametitle}{fg=fibeamer@red}
+ \setbeamercolor{framesubtitle}{fg=black!75!white}
+ %% Text
+ \setbeamercolor{normal text}{fg=black}
+ %% Items
+ \setbeamercolor{item}{fg=fibeamer@red}
+ \setbeamercolor{footnote mark}{fg=fibeamer@red}
+ %% Blocks
+ \setbeamercolor{block title}{
+ use=structure, fg=white, bg=fibeamer@red!50!white}
+ \setbeamercolor{block title example}{
+ use=example text, fg=white, bg=fibeamer@red!50!white}
+ \setbeamercolor{block title alerted}{
+ use=alerted text, fg=white, bg=fibeamer@red}
+ \setbeamercolor{block body}{
+ fg=fibeamer@red, use=block title, bg=fibeamer@gray!20!white}
+ %% Title
+ \setbeamercolor{title}{fg=white, bg=fibeamer@red}
+ \setbeamercolor{title}{use=structure}
+ % Code listings
+ \lstset{
+ basicstyle=\footnotesize\ttfamily,
+ breakatwhitespace=false,
+ breaklines=true,
+ commentstyle=\color{green!60!black},
+ extendedchars=true,
+ keywordstyle=\color{blue},
+ showspaces=false,
+ showstringspaces=false,
+ showtabs=false,
+ stringstyle=\color{violet}}
+\mode
+<all>
+% \end{macrocode}
diff --git a/Master/texmf-dist/source/latex/fibeamer/theme/mu/med.ins b/Master/texmf-dist/source/latex/fibeamer/theme/mu/med.ins
new file mode 100644
index 00000000000..10e78ce8216
--- /dev/null
+++ b/Master/texmf-dist/source/latex/fibeamer/theme/mu/med.ins
@@ -0,0 +1,3 @@
+\input ../../LICENSE
+\generate{\file{beamercolorthemefibeamer-mu-med.sty}{\from{med.dtx}{}}}
+\endbatchfile
diff --git a/Master/texmf-dist/source/latex/fibeamer/theme/mu/ped.dtx b/Master/texmf-dist/source/latex/fibeamer/theme/mu/ped.dtx
new file mode 100644
index 00000000000..f2f5d584a74
--- /dev/null
+++ b/Master/texmf-dist/source/latex/fibeamer/theme/mu/ped.dtx
@@ -0,0 +1,96 @@
+% \file{theme/mu/beamercolorthemefibeamer-ped.sty}
+% This is the color theme for presentations written at the
+% Faculty of Education at the Masaryk University in Brno.
+% This theme has no effect outside the presentation mode.
+% \begin{macrocode}
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{fibeamer/theme/mu/%
+ beamercolorthemefibeamer-mu-ped}[2015/08/26]
+\mode<presentation>
+% \end{macrocode}
+% This color theme uses the combination of orange and dark gray in light frames
+% and the combination of gold and white in dark frames. The
+% |fibeamer@back|\-|groundInner| and |fibeamer@backgroundOuter| colors are used
+% within the background canvas template, which is defined within the color
+% theme of the Masaryk University and which draws the gradient background of
+% dark frames.
+% \begin{macrocode}
+ \definecolor{fibeamer@gold}{HTML}{CF7000}
+ \definecolor{fibeamer@orange}{HTML}{FABE6E}
+ \definecolor{fibeamer@orangeDark}{HTML}{F89C22}
+ \definecolor{fibeamer@gray}{HTML}{999999}
+ \colorlet{fibeamer@backgroundInner}{fibeamer@gold}
+ \colorlet{fibeamer@backgroundOuter}{fibeamer@gold!60!black}
+% \end{macrocode}
+% The |darkframes| environment switches the |\iffibeamer@darktrue|
+% conditional on and sets a dark color theme.
+% \begin{macrocode}
+ \renewenvironment{darkframes}{%
+ \begingroup
+ \fibeamer@darktrue
+ %% Structures
+ \setbeamercolor*{structure}{fg=white, bg=fibeamer@gold}
+ \setbeamercolor*{frametitle}{fg=fibeamer@gold!25!white}
+ \setbeamercolor*{framesubtitle}{fg=white}
+ %% Text
+ \setbeamercolor*{normal text}{fg=white, bg=white}
+ %% Items
+ \setbeamercolor*{item}{fg=fibeamer@gold!25!white}
+ \setbeamercolor{footnote mark}{fg=fibeamer@gold!25!white}
+ %% Blocks
+ \setbeamercolor*{block title}{
+ use=structure, fg=white, bg=fibeamer@gold!60!white}
+ \setbeamercolor*{block title example}{
+ use=example text, fg=white, bg=fibeamer@gold!60!white}
+ \setbeamercolor*{block title alerted}{
+ use=alerted text, fg=white, bg=fibeamer@gold!90!white}
+ \setbeamercolor*{block body}{
+ fg=fibeamer@gold, use=block title,
+ bg=fibeamer@gray!15!white}
+ \usebeamercolor*{normal text}
+ % Code listings
+ \lstset{
+ commentstyle=\color{green!25!white},
+ keywordstyle=\color{blue!25!white},
+ stringstyle=\color{fibeamer@gold!30!white}}
+ }{%
+ \endgroup}
+% \end{macrocode}
+% Outside the |darkframes| environment, the light theme is used.
+% \begin{macrocode}
+ %% Structures
+ \setbeamercolor{structure}{fg=black!75!white, bg=white}
+ \setbeamercolor{frametitle}{fg=fibeamer@orangeDark}
+ \setbeamercolor{framesubtitle}{fg=black!60!white}
+ %% Text
+ \setbeamercolor{normal text}{fg=black!75!white}
+ %% Items
+ \setbeamercolor{item}{fg=fibeamer@orangeDark}
+ \setbeamercolor{footnote mark}{fg=fibeamer@orangeDark}
+ %% Blocks
+ \setbeamercolor{block title}{
+ use=structure, fg=black!75!white, bg=fibeamer@orange}
+ \setbeamercolor{block title example}{
+ use=example text, fg=black!75!white, bg=fibeamer@orange}
+ \setbeamercolor{block title alerted}{
+ use=alerted text, fg=white, bg=black!75!white}
+ \setbeamercolor{block body}{
+ fg=fibeamer@orange, use=block title, bg=black!75!white}
+ %% Title
+ \setbeamercolor{title}{fg=white, bg=fibeamer@gold}
+ \setbeamercolor{title}{use=structure}
+ % Code listings
+ \lstset{
+ basicstyle=\footnotesize\ttfamily,
+ breakatwhitespace=false,
+ breaklines=true,
+ commentstyle=\color{green!60!black},
+ extendedchars=true,
+ keywordstyle=\color{blue},
+ showspaces=false,
+ showstringspaces=false,
+ showtabs=false,
+ stringstyle=\color{violet}}
+\mode
+<all>
+% \end{macrocode}
diff --git a/Master/texmf-dist/source/latex/fibeamer/theme/mu/ped.ins b/Master/texmf-dist/source/latex/fibeamer/theme/mu/ped.ins
new file mode 100644
index 00000000000..99ed6193c6e
--- /dev/null
+++ b/Master/texmf-dist/source/latex/fibeamer/theme/mu/ped.ins
@@ -0,0 +1,3 @@
+\input ../../LICENSE
+\generate{\file{beamercolorthemefibeamer-mu-ped.sty}{\from{ped.dtx}{}}}
+\endbatchfile
diff --git a/Master/texmf-dist/source/latex/fibeamer/theme/mu/phil.dtx b/Master/texmf-dist/source/latex/fibeamer/theme/mu/phil.dtx
new file mode 100644
index 00000000000..e8c199891a4
--- /dev/null
+++ b/Master/texmf-dist/source/latex/fibeamer/theme/mu/phil.dtx
@@ -0,0 +1,94 @@
+% \file{theme/mu/beamercolorthemefibeamer-phil.sty}
+% This is the color theme for presentations written at the Faculty
+% of Arts at the Masaryk University in Brno. This theme has no
+% effect outside the presentation mode.
+% \begin{macrocode}
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{fibeamer/theme/mu/%
+ beamercolorthemefibeamer-mu-phil}[2015/08/26]
+\mode<presentation>
+% \end{macrocode}
+% This color theme uses the combination of aquamarine, gray and
+% white. The |fibeamer@back|\-|groundInner| and
+% |fibeamer@backgroundOuter| colors are used within the background
+% canvas template, which is defined within the color theme of the
+% Masaryk University and which draws the gradient background of
+% dark frames.
+% \begin{macrocode}
+ \definecolor{fibeamer@blue}{HTML}{0071B2}
+ \definecolor{fibeamer@gray}{HTML}{999999}
+ \colorlet{fibeamer@backgroundInner}{fibeamer@blue!80!black}
+ \colorlet{fibeamer@backgroundOuter}{fibeamer@blue!60!black}
+% \end{macrocode}
+% The |darkframes| environment switches the |\iffibeamer@darktrue|
+% conditional on and sets a dark color theme.
+% \begin{macrocode}
+ \renewenvironment{darkframes}{%
+ \begingroup
+ \fibeamer@darktrue
+ %% Structures
+ \setbeamercolor*{structure}{fg=white, bg=fibeamer@blue}
+ \setbeamercolor*{frametitle}{fg=fibeamer@blue!25!white}
+ \setbeamercolor*{framesubtitle}{fg=white}
+ %% Text
+ \setbeamercolor*{normal text}{fg=white, bg=white}
+ %% Items
+ \setbeamercolor*{item}{fg=fibeamer@blue!25!white}
+ \setbeamercolor{footnote mark}{fg=fibeamer@blue!25!white}
+ %% Blocks
+ \setbeamercolor*{block title}{
+ use=structure, fg=white, bg=fibeamer@blue!60!white}
+ \setbeamercolor*{block title example}{
+ use=example text, fg=white, bg=fibeamer@blue!60!white}
+ \setbeamercolor*{block title alerted}{
+ use=alerted text, fg=white, bg=fibeamer@blue}
+ \setbeamercolor*{block body}{
+ fg=fibeamer@blue, use=block title,
+ bg=fibeamer@gray!15!white}
+ \usebeamercolor*{normal text}
+ % Code listings
+ \lstset{
+ commentstyle=\color{green!25!white},
+ keywordstyle=\color{blue!25!white},
+ stringstyle=\color{red!25!white}}
+ }{%
+ \endgroup}
+% \end{macrocode}
+% Outside the |darkframes| environment, the light theme is used.
+% \begin{macrocode}
+ %% Structures
+ \setbeamercolor{structure}{fg=black!75!white, bg=white}
+ \setbeamercolor{frametitle}{fg=fibeamer@blue}
+ \setbeamercolor{framesubtitle}{fg=black!75!white}
+ %% Text
+ \setbeamercolor{normal text}{fg=black}
+ %% Items
+ \setbeamercolor{item}{fg=fibeamer@blue}
+ \setbeamercolor{footnote mark}{fg=fibeamer@blue}
+ %% Blocks
+ \setbeamercolor{block title}{
+ use=structure, fg=white, bg=fibeamer@blue!50!white}
+ \setbeamercolor{block title example}{
+ use=example text, fg=white, bg=fibeamer@blue!50!white}
+ \setbeamercolor{block title alerted}{
+ use=alerted text, fg=white, bg=fibeamer@blue}
+ \setbeamercolor{block body}{
+ fg=fibeamer@blue, use=block title, bg=fibeamer@gray!20!white}
+ %% Title
+ \setbeamercolor{title}{fg=white, bg=fibeamer@blue}
+ \setbeamercolor{title}{use=structure}
+ % Code listings
+ \lstset{
+ basicstyle=\footnotesize\ttfamily,
+ breakatwhitespace=false,
+ breaklines=true,
+ commentstyle=\color{green!60!black},
+ extendedchars=true,
+ keywordstyle=\color{blue},
+ showspaces=false,
+ showstringspaces=false,
+ showtabs=false,
+ stringstyle=\color{violet}}
+\mode
+<all>
+% \end{macrocode}
diff --git a/Master/texmf-dist/source/latex/fibeamer/theme/mu/phil.ins b/Master/texmf-dist/source/latex/fibeamer/theme/mu/phil.ins
new file mode 100644
index 00000000000..e14953766fb
--- /dev/null
+++ b/Master/texmf-dist/source/latex/fibeamer/theme/mu/phil.ins
@@ -0,0 +1,3 @@
+\input ../../LICENSE
+\generate{\file{beamercolorthemefibeamer-mu-phil.sty}{\from{phil.dtx}{}}}
+\endbatchfile
diff --git a/Master/texmf-dist/source/latex/fibeamer/theme/mu/sci.dtx b/Master/texmf-dist/source/latex/fibeamer/theme/mu/sci.dtx
new file mode 100644
index 00000000000..f08e0c86c05
--- /dev/null
+++ b/Master/texmf-dist/source/latex/fibeamer/theme/mu/sci.dtx
@@ -0,0 +1,94 @@
+% \file{theme/mu/beamercolorthemefibeamer-sci.sty}
+% This is the color theme for presentations written at the Faculty
+% of Science at the Masaryk University in Brno. This theme has no
+% effect outside the presentation mode.
+% \begin{macrocode}
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{fibeamer/theme/mu/%
+ beamercolorthemefibeamer-mu-sci}[2015/08/26]
+\mode<presentation>
+% \end{macrocode}
+% This color theme uses the combination of green, gray and
+% white. The |fibeamer@back|\-|groundInner| and
+% |fibeamer@backgroundOuter| colors are used within the background
+% canvas template, which is defined within the color theme of the
+% Masaryk University and which draws the gradient background of
+% dark frames.
+% \begin{macrocode}
+ \definecolor{fibeamer@green}{HTML}{139632}
+ \definecolor{fibeamer@gray}{HTML}{999999}
+ \colorlet{fibeamer@backgroundInner}{fibeamer@green!90!black}
+ \colorlet{fibeamer@backgroundOuter}{fibeamer@green!60!black}
+% \end{macrocode}
+% The |darkframes| environment switches the |\iffibeamer@darktrue|
+% conditional on and sets a dark color theme.
+% \begin{macrocode}
+ \renewenvironment{darkframes}{%
+ \begingroup
+ \fibeamer@darktrue
+ %% Structures
+ \setbeamercolor*{structure}{fg=white, bg=fibeamer@green}
+ \setbeamercolor*{frametitle}{fg=fibeamer@green!25!white}
+ \setbeamercolor*{framesubtitle}{fg=white}
+ %% Text
+ \setbeamercolor*{normal text}{fg=white, bg=white}
+ %% Items
+ \setbeamercolor*{item}{fg=fibeamer@green!25!white}
+ \setbeamercolor{footnote mark}{fg=fibeamer@green!25!white}
+ %% Blocks
+ \setbeamercolor*{block title}{
+ use=structure, fg=white, bg=fibeamer@green!60!white}
+ \setbeamercolor*{block title example}{
+ use=example text, fg=white, bg=fibeamer@green!60!white}
+ \setbeamercolor*{block title alerted}{
+ use=alerted text, fg=white, bg=fibeamer@green}
+ \setbeamercolor*{block body}{
+ fg=fibeamer@green, use=block title,
+ bg=fibeamer@gray!15!white}
+ \usebeamercolor*{normal text}
+ % Code listings
+ \lstset{
+ commentstyle=\color{green!25!white},
+ keywordstyle=\color{blue!25!white},
+ stringstyle=\color{red!25!white}}
+ }{%
+ \endgroup}
+% \end{macrocode}
+% Outside the |darkframes| environment, the light theme is used.
+% \begin{macrocode}
+ %% Structures
+ \setbeamercolor{structure}{fg=black!75!white, bg=white}
+ \setbeamercolor{frametitle}{fg=fibeamer@green}
+ \setbeamercolor{framesubtitle}{fg=black!75!white}
+ %% Text
+ \setbeamercolor{normal text}{fg=black}
+ %% Items
+ \setbeamercolor{item}{fg=fibeamer@green}
+ \setbeamercolor{footnote mark}{fg=fibeamer@green}
+ %% Blocks
+ \setbeamercolor{block title}{
+ use=structure, fg=white, bg=fibeamer@green!50!white}
+ \setbeamercolor{block title example}{
+ use=example text, fg=white, bg=fibeamer@green!50!white}
+ \setbeamercolor{block title alerted}{
+ use=alerted text, fg=white, bg=fibeamer@green}
+ \setbeamercolor{block body}{
+ fg=fibeamer@green, use=block title, bg=fibeamer@gray!20!white}
+ %% Title
+ \setbeamercolor{title}{fg=white, bg=fibeamer@green}
+ \setbeamercolor{title}{use=structure}
+ % Code listings
+ \lstset{
+ basicstyle=\footnotesize\ttfamily,
+ breakatwhitespace=false,
+ breaklines=true,
+ commentstyle=\color{green!60!black},
+ extendedchars=true,
+ keywordstyle=\color{blue},
+ showspaces=false,
+ showstringspaces=false,
+ showtabs=false,
+ stringstyle=\color{violet}}
+\mode
+<all>
+% \end{macrocode}
diff --git a/Master/texmf-dist/source/latex/fibeamer/theme/mu/sci.ins b/Master/texmf-dist/source/latex/fibeamer/theme/mu/sci.ins
new file mode 100644
index 00000000000..cba4da4352c
--- /dev/null
+++ b/Master/texmf-dist/source/latex/fibeamer/theme/mu/sci.ins
@@ -0,0 +1,3 @@
+\input ../../LICENSE
+\generate{\file{beamercolorthemefibeamer-mu-sci.sty}{\from{sci.dtx}{}}}
+\endbatchfile