diff options
author | Karl Berry <karl@freefriends.org> | 2014-05-13 22:09:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-05-13 22:09:26 +0000 |
commit | cf7529db9ca5422f6478585986ce5da512981e20 (patch) | |
tree | 594f980771efad16d89461a7c0938b4194f35eae /Master/texmf-dist/tex/latex/seminar | |
parent | 3a476bf2d03a9baae83cf89ed7e996132b886d7a (diff) |
seminar (13may14)
git-svn-id: svn://tug.org/texlive/trunk@34011 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/seminar')
-rw-r--r-- | Master/texmf-dist/tex/latex/seminar/seminar.bg2 | 31 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/seminar/seminar.sty | 4 |
2 files changed, 17 insertions, 18 deletions
diff --git a/Master/texmf-dist/tex/latex/seminar/seminar.bg2 b/Master/texmf-dist/tex/latex/seminar/seminar.bg2 index c9598ab651e..4fdb7059334 100644 --- a/Master/texmf-dist/tex/latex/seminar/seminar.bg2 +++ b/Master/texmf-dist/tex/latex/seminar/seminar.bg2 @@ -26,8 +26,8 @@ %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\def\FileVersion{2.2} -\def\FileDate{Jan 16, 2014} +\def\FileVersion{2.3} +\def\FileDate{2014/05/12} \typeout{seminar.bg2: various corrections for the Seminar document class^^J% added since seminar.bug and few add-ons for overlays^^J% (Version \FileVersion\space of <\FileDate> (DG, hv))} @@ -485,6 +485,7 @@ \copy\@@slidebox \pst@Verb{-1 \tx@BOL }}} +\iffalse % We must redefine too the /BeginOL macro form pstricks.pro, as "all" is now -1 % \def\pst@initoverlay#1{\pst@Verb{\tx@InitOL /TheOL (#1) def}} \def\pst@initoverlay#1{% @@ -507,15 +508,17 @@ \aftergroup\pst@endoverlay} \def\pst@endoverlay{% \pst@Verb{\curr@overlay\space \tx@BOL }} +\fi % Cumulative overlays % =================== % Cumulative overlays, to force to print all preceding ones \def\SeminarCumulativeOverlays{% +\iffalse \def\pst@initoverlay##1{% -\pst@Verb{% -/BeginOL {% +\pst@Verb{ +/BeginOL { dup -1 eq exch TheOL le or {IfVisible not {Visible /IfVisible true def} @@ -525,25 +528,21 @@ if} ifelse} def \tx@InitOL end -/TheOL ##1 def}}} +/TheOL ##1 def}}% +\fi +} % Alternative method for same goal (needed when PSTricks nodes are used) \def\SeminarAltCumulativeOverlays{% +\iffalse \def\pst@initoverlay##1{% -\pst@Verb{% -/BeginOL {% - dup -1 eq exch TheOL le or - {IfVisible not - {Visible /IfVisible true def} - if} - {IfVisible - {Invisible /IfVisible false def} - if} - ifelse} def +\pst@Verb{ \tx@InitOL end /Visible {initclip} def /Invisible {CP newpath OLUnit itransform moveto clip newpath moveto} def -/TheOL ##1 def}}} +/TheOL ##1 def}} +\fi +} % Progressive overlays % =================== diff --git a/Master/texmf-dist/tex/latex/seminar/seminar.sty b/Master/texmf-dist/tex/latex/seminar/seminar.sty index a90e1bdd307..077602f5307 100644 --- a/Master/texmf-dist/tex/latex/seminar/seminar.sty +++ b/Master/texmf-dist/tex/latex/seminar/seminar.sty @@ -7,8 +7,8 @@ %% %% seminar.doc %% -\def\fileversion{1.0} -\def\filedate{93/04/01} +\def\fileversion{1.62} +\def\filedate{14/05/12} %% %% LaTeX document style `seminar', for use with LaTeX v2.09. %% This is a style for typesetting notes and slides. |