diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/seminar/seminar.bg2')
-rw-r--r-- | Master/texmf-dist/tex/latex/seminar/seminar.bg2 | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/seminar/seminar.bg2 b/Master/texmf-dist/tex/latex/seminar/seminar.bg2 index b13ace58d7a..53e545682eb 100644 --- a/Master/texmf-dist/tex/latex/seminar/seminar.bg2 +++ b/Master/texmf-dist/tex/latex/seminar/seminar.bg2 @@ -565,20 +565,20 @@ \pst@initoverlay{#1}% % D.G. modification begin - Dec. 5, 2001 % \pst@Verb{(0) BOL}% - \pst@Verb{0 BOL}% + \pst@Verb{0 \tx@BOL}% % D.G. modification end \copy\@@slidebox % D.G. modification begin - Dec. 5, 2001 % \pst@Verb{(all) BOL}}} - \pst@Verb{-1 BOL}}} + \pst@Verb{-1 \tx@BOL}}} % D.G. modification end % D.G. modification begin - Feb. 15, 2002 % 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{% -\pst@Verb{% -/BeginOL {% +\pst@Verb{ +/BeginOL { dup -1 eq exch TheOL eq or {IfVisible not {Visible /IfVisible true def} @@ -595,17 +595,17 @@ \edef\curr@overlay{#1}% % D.G. modification begin - Dec. 5, 2001 % \pst@Verb{(#1) BOL}% -\pst@Verb{#1 BOL}% +\pst@Verb{#1 \tx@BOL}% % D.G. modification end \aftergroup\pst@endoverlay} \def\pst@endoverlay{% % D.G. modification begin - Dec. 5, 2001 % \pst@Verb{(\curr@overlay) BOL}} -\pst@Verb{\curr@overlay\space BOL}} +\pst@Verb{\curr@overlay\space \tx@BOL }} % D.G. modification end % Cumulative overlays -% °°°°°°°°°°°°°°°°°°° +% =================== % Cumulative overlays, to force to print all preceding ones \def\SeminarCumulativeOverlays{% @@ -681,7 +681,7 @@ /TheOL ##1 def}}} % Generation of the next overlay (minor add-on) -% °°°°°°°°°°°°°°°°°°°°°°°°°°°°°° +% ============================================= % (it increment automatically the number of the current overlay) \newcommand{\SeminarNextOverlay}[1]{% \addtocounter{overlay}{1}% @@ -689,7 +689,7 @@ % To force all items in the various list environments to appear % in their own overlay (minor add-on) -% °°°°°°°°°°°°°°°°°°°° +% ============================================================= \let\itemORIG\item \def\SeminarItemInOverlay{% @@ -698,6 +698,10 @@ \overlay{\the\c@overlay}% \itemORIG}} +%\PassOptionsToPackage{setpagesize=false}{hyperref} + + + \catcode`\@=\TheAtCode\relax \endinput %% END seminar.bg2 |