summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/fibeamer/fibeamer.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-01-18 23:36:59 +0000
committerKarl Berry <karl@freefriends.org>2016-01-18 23:36:59 +0000
commit45d9445143cb4f5cf2040e705818c502978067aa (patch)
tree42787e62a44d2d42d0aa9c2e67163351697d9fab /Master/texmf-dist/source/latex/fibeamer/fibeamer.dtx
parent267c5be57a247d60ef997f41d1e8e09d545a6056 (diff)
fibeamer (18jan16)
git-svn-id: svn://tug.org/texlive/trunk@39420 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/fibeamer/fibeamer.dtx')
-rw-r--r--Master/texmf-dist/source/latex/fibeamer/fibeamer.dtx51
1 files changed, 32 insertions, 19 deletions
diff --git a/Master/texmf-dist/source/latex/fibeamer/fibeamer.dtx b/Master/texmf-dist/source/latex/fibeamer/fibeamer.dtx
index 2c7cadf7bef..6f78cff4f00 100644
--- a/Master/texmf-dist/source/latex/fibeamer/fibeamer.dtx
+++ b/Master/texmf-dist/source/latex/fibeamer/fibeamer.dtx
@@ -39,7 +39,6 @@
\begin{document}
\RecordChanges
\DocInput{fibeamer.dtx}
- \newpage
\PrintIndex
\RaggedRight
\PrintChanges
@@ -51,7 +50,7 @@
\NeedsTeXFormat{LaTeX2e}
%
% Define `\fibeamer@version` and store it in the `VERSION.tex` file \fi
-\def\fibeamer@version{2016/01/13 v1.1.0 fibeamer MU beamer theme}
+\def\fibeamer@version{2016/01/17 v1.1.1 fibeamer MU beamer theme}
% {\newwrite\f\openout\f=VERSION\write\f{\fibeamer@version}\closeout\f}
%
% \iffalse Use `\fibeamer@version` as the PDF creator key.
@@ -60,10 +59,18 @@
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
-% \changes{v1.1.0:7} {2016/01/12}{Updated the example documents to
-% showcase the use of \cs{alert}. [VN]}
-% \changes{v1.1.0:6} {2016/01/11}{Updated the example documents to
-% showcase the use of the \cs{tableofcontents}. [VN]}
+% \changes{v1.1.1:3} {2016/01/14}{Refactored the themes of the
+% Masaryk University in Brno. Removed the useless uses of
+% \texttt{use} in the color themes. Replaced
+% \cs{setbeamertemplate} in the inner theme with the more
+% appropriate \cs{defbeamertemplate*}. Added missing
+% \texttt{\%}s. [VN]}
+% \changes{v1.1.0:7} {2016/01/12}{Updated the example documents of
+% the Masaryk University in Brno to showcase the use of
+% \cs{alert}. [VN]}
+% \changes{v1.1.0:6} {2016/01/11}{Updated the example documents of
+% the Masaryk University in Brno to showcase the use of the
+% \cs{tableofcontents}. [VN]}
% \changes{v1.1.0:1} {2015/11/24}{Added the new logo files for the
% faculties of the Masaryk University in Brno and removed the old
% logo files. [VN]}
@@ -86,7 +93,7 @@
% \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
+% to extend the theme with their own beamer themes as well as
% information for ordinary users.
% \end{abstract}
%
@@ -327,23 +334,29 @@
% |\fibeamer@logoLocale|. By default, this expands to
% \texttt{fibeamer\discretionary{/}{/}{/}logo/fibeamer-mu-fi^^A
% -english}.
-%
-% \changes{v1.1.0:3}{2016/01/11}{Added the \cs{fibeamer@fallbackLogo}
-% macro. [VN]}
-% The \DescribeMacro{\fibeamer@fallbackLogo}
-% |\fibeamer@fallbackLogo| macro contains the filename of the logo
-% file to be used, if |\fibeamer@logo| doesn't exist. The implicit
-% value of the |\fibeamer@fall|\discretionary{-}{}{}|backLogo| macro
-% is |\fibeamer@logoPath| followed by \texttt{fibeamer-}^^A
-% |\fibeamer@uni|\texttt{\discretionary{-}{}{}}|versity|^^A
-% |\fibeamer@faculty|\texttt{-english}. By default, this expands to
-% \texttt{fibeamer/logo\discretionary{/}{/}{/}fi\-beamer-mu-fi-^^A
-% english}.
% \begin{macrocode}
\DeclareOptionBeamer{logo}{\def\fibeamer@logo{#1}}
\ExecuteOptionsBeamer{%
logo=\fibeamer@logoPath fibeamer-\fibeamer@university-%
\fibeamer@faculty-\fibeamer@logoLocale}
+% \end{macrocode}
+% \end{macro}
+% \begin{macro}{\fibeamer@fallbackLogo}
+% \subsection{The \texttt{fallbackLogo} option}
+% \changes{v1.1.0:3}{2016/01/11}{Added the \cs{fibeamer@fallbackLogo}
+% macro. [VN]}
+% \changes{v1.1.1:1}{2016/01/14}{Added the \texttt{fallbackLogo}
+% option. [VN]}
+% The |\fibeamer@fallbackLogo| macro contains the filename of the
+% logo file to be used, if |\fibeamer@logo| does not exist. The
+% implicit value of the |\fibeamer@fall|\discretionary{-}{}{}^^A
+% |backLogo| macro is |\fibeamer@logoPath| followed by
+% \texttt{fibeamer-}|\fibeamer@uni|\texttt{\discretionary{-}{}{}}^^A
+% |versity\fibeamer@faculty|\texttt{-english}. By default, this
+% expands to \texttt{fibeamer/logo\discretionary{/}{/}{/}fi\-bea^^A
+% mer-mu-fi-english}.
+% \begin{macrocode}
+\DeclareOptionBeamer{fallbackLogo}{\def\fibeamer@fallbackLogo{#1}}
\def\fibeamer@fallbackLogo{%
\fibeamer@logoPath fibeamer-\fibeamer@university-%
\fibeamer@faculty-english}