From 0c60281304d22c06c401495c4d7350d6318af74d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Novotn=C3=BD?= <witiko@gmail.com> Date: Sat, 3 Oct 2015 19:52:11 +0200 Subject: [PATCH] Updated the documentation. --- fibeamer/fibeamer.dtx | 18 +++++++++++++----- fibeamer/theme/mu/base.dtx | 7 ++++--- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/fibeamer/fibeamer.dtx b/fibeamer/fibeamer.dtx index 6b2a99d..23fc002 100644 --- a/fibeamer/fibeamer.dtx +++ b/fibeamer/fibeamer.dtx @@ -51,20 +51,28 @@ % % \title{The beamer theme for the typesetting of thesis defense % presentations at the Masaryk University in Brno} -% \author{VĂt NovotnĂ˝, Andrew Mundy} +% \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. It contains technical information for anyone who wishes to -% extend the class with their style files. +% 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{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} % \begin{macro}{\iffibeamer@fonts} % The |fonts| option instructs the package to set up the @@ -242,7 +250,7 @@ % \subsection{Macros} % \begin{macro}{\fibeamer@require} % 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. % \begin{macrocode} \def\fibeamer@require#1{\IfFileExists{#1.sty}{% diff --git a/fibeamer/theme/mu/base.dtx b/fibeamer/theme/mu/base.dtx index 53f9759..40e34de 100644 --- a/fibeamer/theme/mu/base.dtx +++ b/fibeamer/theme/mu/base.dtx @@ -49,9 +49,10 @@ % \end{macrocode} % \end{macro} % A frame that is either title or dark, as specified by the value -% of the |\iffibeamer@dark| conditional. The -% |fibeamer@backgroundInner| and |fibeamer@backgroundOuter| colors -% will be defined by the subsequently loaded color theme. +% 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{% -- GitLab