diff options
author | Karl Berry <karl@freefriends.org> | 2016-03-31 21:15:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-03-31 21:15:46 +0000 |
commit | 7dbcb78e04b3bd1d5957c23730ece54f17f40231 (patch) | |
tree | 96a927bd98083f1f195e3dbe6d43f11b4bc0ca84 /Master/texmf-dist/tex/latex/fithesis/fithesis3.cls | |
parent | 04599a378adc76d2b1e54df49c17ba45aee22672 (diff) |
fithesis (31mar16)
git-svn-id: svn://tug.org/texlive/trunk@40196 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/fithesis/fithesis3.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/fithesis/fithesis3.cls | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/fithesis/fithesis3.cls b/Master/texmf-dist/tex/latex/fithesis/fithesis3.cls index 199a088a912..e0b04a8b49a 100644 --- a/Master/texmf-dist/tex/latex/fithesis/fithesis3.cls +++ b/Master/texmf-dist/tex/latex/fithesis/fithesis3.cls @@ -6,7 +6,7 @@ %% %% fithesis.dtx (with options: `class') %% -%% Copyright 1998--2015 Daniel Marek (DM), Jan Pavlovič (JP), +%% Copyright 1998--2016 Daniel Marek (DM), Jan Pavlovič (JP), %% Vít Novotný (VN), Petr Sojka (PS) %% http://www.fi.muni.cz/tech/unix/tex/fithesis.xhtml %% Faculty of Informatics, Masaryk University (Brno, Czech Republic) @@ -54,7 +54,7 @@ \gdef\thesis@version@number{#1} \gdef\thesis@version@date{#2} \gdef\thesis@version{#2 #1 fithesis3 MU thesis class}} -\thesis@versiondef{v0.3.35}{2016/03/23}} +\thesis@versiondef{v0.3.36}{2016/03/30}} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ProvidesClass{fithesis3}[\thesis@version] @@ -339,8 +339,9 @@ \long\def\thesislong#1#2{% \csname KV@thesis@#1\endcsname{#2}} \newif\ifthesis@loaded\thesis@loadedfalse -\AtEndPreamble{\thesis@load} -\def\thesis@load{% +\AtEndPreamble{\thesisload} +\def\thesis@load{\thesisload} +\def\thesisload{% \ifthesis@loaded\else \thesis@loadedtrue \makeatletter |