summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/seminar/seminar.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/seminar/seminar.cls')
-rw-r--r--Master/texmf-dist/tex/latex/seminar/seminar.cls9
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/seminar/seminar.cls b/Master/texmf-dist/tex/latex/seminar/seminar.cls
index 1f2378a1f67..b2d6bfeec0e 100644
--- a/Master/texmf-dist/tex/latex/seminar/seminar.cls
+++ b/Master/texmf-dist/tex/latex/seminar/seminar.cls
@@ -5,12 +5,12 @@
%% Fixes from David Carlisle, Denis Girou,
%% and Frank Küster/Günter Milde (a4paper option fix)
%%
-\def\fileversion{1.61}
-\def\filedate{2014/01/17}
+\def\fileversion{1.63}
+\def\filedate{2021/06/30}
%%
%% This is a style for typesetting notes and slides.
%%
-%% COPYRIGHT 1993, by Timothy Van Zandt, Timothy.VAN-ZANDT@insead.edu
+%% COPYRIGHT 1993--, by Timothy Van Zandt, Timothy.VAN-ZANDT@insead.edu
%%
%% This file may be distributed and/or modified under the conditions of
%% the LaTeX Project Public License, either version 1.2 of this license
@@ -117,7 +117,8 @@
\newtoks\before@document
\newtoks\after@document
\let\xcomment@hook\relax
-\before@document{\endgroup\the\before@document\begingroup}
+\before@document{\the\before@document}
+%\before@document{\endgroup\the\before@document\begingroup}
\after@document{\the\after@document\xcomment@hook}
\expandafter\@temptokena\expandafter{\document}
\edef\document{\the\before@document\the\@temptokena\the\after@document}