summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/fithesis/fithesis3.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/fithesis/fithesis3.cls')
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/fithesis3.cls21
1 files changed, 20 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/fithesis/fithesis3.cls b/Master/texmf-dist/tex/latex/fithesis/fithesis3.cls
index 3c6f3373c08..0a396020e92 100644
--- a/Master/texmf-dist/tex/latex/fithesis/fithesis3.cls
+++ b/Master/texmf-dist/tex/latex/fithesis/fithesis3.cls
@@ -50,7 +50,11 @@
%% The names of the source files used are shown above.
%%
\NeedsTeXFormat{LaTeX2e}
-\def\thesis@version{2016/02/18 v0.3.32 fithesis3 MU thesis class}
+{\def\thesis@versiondef#1#2{
+ \gdef\thesis@version@number{#1}
+ \gdef\thesis@version@date{#2}
+ \gdef\thesis@version{#2 #1 fithesis3 MU thesis class}}
+\thesis@versiondef{v0.3.33}{2016/02/19}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ProvidesClass{fithesis3}[\thesis@version]
@@ -440,6 +444,21 @@
}{%
\language\csname l@\thesis@locale\endcsname
}}
+\def\thesis@patch#1#2{%
+ \def\thesis@patch@versions{#1}%
+ \def\thesis@patch@action{#2}%
+ \def\thesis@patch@next##1,{%
+ \def\thesis@patch@arg{##1}%
+ \def\thesis@patch@relax{\relax}%
+ \ifx\thesis@patch@arg\thesis@version@number
+ \def\thesis@patch@next####1\relax,{}%
+ \expandafter\thesis@patch@action
+ \expandafter\thesis@patch@next
+ \else\ifx\thesis@patch@arg\thesis@patch@relax\else
+ \expandafter\expandafter\expandafter\thesis@patch@next
+ \fi\fi}%
+ \expandafter\expandafter\expandafter\thesis@patch@next
+ \expandafter\thesis@patch@versions\expandafter,\relax,}
\endinput
%%
%% End of file `fithesis3.cls'.