summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/seminar/seminar.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-06-30 21:14:36 +0000
committerKarl Berry <karl@freefriends.org>2021-06-30 21:14:36 +0000
commit8fffac793c1ce14d495a71dbdd7ba41113c7d2f3 (patch)
treef3df3a52839862e7af1e6916271cf64e2ae8ca4d /Master/texmf-dist/tex/latex/seminar/seminar.cls
parentc604c653358384d71cfbdad75147fe6b3ef448d3 (diff)
seminar (30jun21)
git-svn-id: svn://tug.org/texlive/trunk@59770 c570f23f-e606-0410-a88d-b1316a301751
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}