diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/fibeamer/fibeamer.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/fibeamer/fibeamer.dtx | 51 |
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} |