summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/seminar/seminar.bg2
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/seminar/seminar.bg2')
-rw-r--r--Master/texmf-dist/tex/latex/seminar/seminar.bg231
1 files changed, 15 insertions, 16 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
% ===================