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.cls10
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/fithesis/fithesis3.cls b/Master/texmf-dist/tex/latex/fithesis/fithesis3.cls
index a3e966a65d2..354890efebb 100644
--- a/Master/texmf-dist/tex/latex/fithesis/fithesis3.cls
+++ b/Master/texmf-dist/tex/latex/fithesis/fithesis3.cls
@@ -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.49}{2018/02/11}}
+\thesis@versiondef{v0.3.50}{2018/03/25}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ProvidesClass{fithesis3}[\thesis@version]
@@ -344,7 +344,7 @@
\let\thesis@blocks@mainMatter\relax
\def\thesis@postamble{%
\gdef\thesis@pages@postamble{\thepage}
- \write\@auxout{\noexpand\gdef\noexpand
+ \immediate\write\@auxout{\noexpand\gdef\noexpand
\thesis@pages@postamble{\thepage}}
{\thesis@selectLocale{\thesis@locale}%
\thesis@blocks@postamble}}
@@ -496,10 +496,12 @@
\AtBeginDocument{\thesis@preamble}
\AtEndDocument{%
\thesis@postamble
- \write\@auxout{\noexpand\gdef\noexpand\thesis@pages{\thepage}}}
+ \immediate\write\@auxout{%
+ \noexpand\gdef\noexpand\thesis@pages{\thepage}}}
\else
\AtEndDocument{%
- \write\@auxout{\noexpand\gdef\noexpand\thesis@pages{\thepage}}}
+ \immediate\write\@auxout{%
+ \noexpand\gdef\noexpand\thesis@pages{\thepage}}}
\fi
\makeatother
\fi}