summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/fithesis/fithesis3.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-04-09 21:17:50 +0000
committerKarl Berry <karl@freefriends.org>2018-04-09 21:17:50 +0000
commita20371822a110924cb6a42227a0611df4004eb05 (patch)
tree93b589b12c52fbf52f969ded4b17e266f3b04536 /Master/texmf-dist/tex/latex/fithesis/fithesis3.cls
parentc2963777bab7935e5a01b69f45bd913766ac922a (diff)
fithesis (9apr18)
git-svn-id: svn://tug.org/texlive/trunk@47409 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.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}