diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/seminar/Changes | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/seminar/seminar.bg3 | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/seminar/semsamp1.pdf | bin | 31363 -> 31355 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/seminar/semsamp2.pdf | bin | 44373 -> 44373 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/seminar/semsamp3.pdf | bin | 38948 -> 38948 bytes | |||
-rw-r--r-- | Master/texmf-dist/tex/latex/seminar/seminar.bg2 | 31 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/seminar/seminar.sty | 4 |
7 files changed, 22 insertions, 20 deletions
diff --git a/Master/texmf-dist/doc/latex/seminar/Changes b/Master/texmf-dist/doc/latex/seminar/Changes index 01a312c180d..64811410604 100644 --- a/Master/texmf-dist/doc/latex/seminar/Changes +++ b/Master/texmf-dist/doc/latex/seminar/Changes @@ -1,4 +1,5 @@ ----- seminar.tex +1.62 2014-05-12 - moved code into pst-ovl 1.61 2014-01-17 - added missing file seminar.con - added ed one more example - added script for creating example diff --git a/Master/texmf-dist/doc/latex/seminar/seminar.bg3 b/Master/texmf-dist/doc/latex/seminar/seminar.bg3 index ffa6843624f..760f3fde6f0 100644 --- a/Master/texmf-dist/doc/latex/seminar/seminar.bg3 +++ b/Master/texmf-dist/doc/latex/seminar/seminar.bg3 @@ -15,8 +15,8 @@ %% Last mod. the : Sunday February 29 2004 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\def\FileVersion{2.2} -\def\FileDate{February 29, 2004} +\def\FileVersion{2.3} +\def\FileDate{2014/05/12} \typeout{seminar.bg3: various corrections for the Seminar document class^^J% added since seminar.bug and few add-ons for overlays^^J% (Version \FileVersion\space of <\FileDate> (P.M.))} @@ -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{% @@ -506,6 +507,7 @@ \aftergroup\pst@endoverlay} \def\pst@endoverlay{% \pst@Verb{\curr@overlay\space \tx@BOL }} +\fi % Cumulative overlays % =================== diff --git a/Master/texmf-dist/doc/latex/seminar/semsamp1.pdf b/Master/texmf-dist/doc/latex/seminar/semsamp1.pdf Binary files differindex b387a1787c3..3024550bec6 100644 --- a/Master/texmf-dist/doc/latex/seminar/semsamp1.pdf +++ b/Master/texmf-dist/doc/latex/seminar/semsamp1.pdf diff --git a/Master/texmf-dist/doc/latex/seminar/semsamp2.pdf b/Master/texmf-dist/doc/latex/seminar/semsamp2.pdf Binary files differindex d18c3a55ef9..117ef173f9d 100644 --- a/Master/texmf-dist/doc/latex/seminar/semsamp2.pdf +++ b/Master/texmf-dist/doc/latex/seminar/semsamp2.pdf diff --git a/Master/texmf-dist/doc/latex/seminar/semsamp3.pdf b/Master/texmf-dist/doc/latex/seminar/semsamp3.pdf Binary files differindex c3a7e0e5ae4..96b83e558a7 100644 --- a/Master/texmf-dist/doc/latex/seminar/semsamp3.pdf +++ b/Master/texmf-dist/doc/latex/seminar/semsamp3.pdf 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. |