Skip to content
Snippets Groups Projects
Commit 0c602813 authored by Vít Novotný's avatar Vít Novotný
Browse files

Updated the documentation.

parent e9ffca32
No related branches found
No related tags found
No related merge requests found
...@@ -51,20 +51,28 @@ ...@@ -51,20 +51,28 @@
% %
% \title{The beamer theme for the typesetting of thesis defense % \title{The beamer theme for the typesetting of thesis defense
% presentations at the Masaryk University in Brno} % presentations at the Masaryk University in Brno}
% \author{Vít Novotný, Andrew Mundy} % \author{Vít Novotný}
% \date{\today} % \date{\today}
% \maketitle % \maketitle
% %
% \begin{abstract} % \begin{abstract}
% \noindent This document details the design and the implementation % \noindent This document details the design and the implementation
% of the \textsf{fibeamer} theme for the \textsf{beamer} document % of the \textsf{fibeamer} theme for the \textsf{beamer} document
% class. It contains technical information for anyone who wishes to % class. Included are technical information for anyone who wishes
% extend the class with their style files. % to extend the theme with their own color themes as well as
% information for ordinary users.
% \end{abstract} % \end{abstract}
% %
% \tableofcontents % \tableofcontents
% %
% \section{Package options} % \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} % \subsection{The \texttt{fonts} option}
% \begin{macro}{\iffibeamer@fonts} % \begin{macro}{\iffibeamer@fonts}
% The |fonts| option instructs the package to set up the % The |fonts| option instructs the package to set up the
...@@ -242,7 +250,7 @@ ...@@ -242,7 +250,7 @@
% \subsection{Macros} % \subsection{Macros}
% \begin{macro}{\fibeamer@require} % \begin{macro}{\fibeamer@require}
% The |\fibeamer@require|\marg{package} macro is used to gracefully % The |\fibeamer@require|\marg{package} macro is used to gracefully
% load a \textit{packages}. Packages that have already been loaded % load a \textit{package}. Packages that have already been loaded
% or do not exist are ignored by the macro. % or do not exist are ignored by the macro.
% \begin{macrocode} % \begin{macrocode}
\def\fibeamer@require#1{\IfFileExists{#1.sty}{% \def\fibeamer@require#1{\IfFileExists{#1.sty}{%
......
...@@ -49,9 +49,10 @@ ...@@ -49,9 +49,10 @@
% \end{macrocode} % \end{macrocode}
% \end{macro} % \end{macro}
% A frame that is either title or dark, as specified by the value % A frame that is either title or dark, as specified by the value
% of the |\iffibeamer@dark| conditional. The % of the |\iffibeamer@dark| conditional, will have a gradient
% |fibeamer@backgroundInner| and |fibeamer@backgroundOuter| colors % background. The |fibeamer@backgroundInner| and
% will be defined by the subsequently loaded color theme. % |fibeamer@backgroundOuter| colors will be defined by the
% subsequently loaded color theme.
% \begin{macrocode} % \begin{macrocode}
\defbeamertemplate*{background canvas}{fibeamer}{% \defbeamertemplate*{background canvas}{fibeamer}{%
\ifthenelse{% \ifthenelse{%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment