From 112815c48e6ca2f1f63d88b9d0c77d78b557a8f2 Mon Sep 17 00:00:00 2001
From: witiko <witiko@gmail.com>
Date: Mon, 20 Apr 2015 07:44:30 +0200
Subject: [PATCH] documentation fix

---
 fithesis.dtx | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/fithesis.dtx b/fithesis.dtx
index 5284200..b171d49 100644
--- a/fithesis.dtx
+++ b/fithesis.dtx
@@ -985,11 +985,11 @@
   \ClassWarning{fithesis3}{File #1 doesn't exist}}}
 %    \end{macrocode}
 % \end{macro}\begin{macro}{\thesis@require}
-% The \DescribeMacro{\thesis@require}|\thesis@require|%
-% \marg{package} expands to |\RequirePackage|\marg{package}, if
-% the specified \textit{package} has not yet been loaded. This
-% generally serves to prevents options clashes, when the options
-% with which the package had been loaded are of no consequence.
+% The |\thesis@require| \marg{package} expands to
+% |\RequirePackage|\marg{package}, if the specified
+% \textit{package} has not yet been loaded. This generally serves
+% to prevents options clashes, when the options with which the
+% package had been loaded are of no consequence.
 %    \begin{macrocode}
 \def\thesis@require#1{%
   \@ifpackageloaded{#1}{}{\RequirePackage{#1}}}
-- 
GitLab