diff --git a/seminar_latex20200202.dif b/seminar_latex20200202.dif new file mode 100644 index 0000000..2f70f74 --- /dev/null +++ b/seminar_latex20200202.dif @@ -0,0 +1,745 @@ +--- + tex/latex/seminar/seminar.bg2 | 8 + tex/latex/seminar/seminar.bg3 | 608 ++++++++++++++++++++++++++++++++++++++++++ + tex/latex/seminar/seminar.cls | 9 + tex/latex/seminar/seminar.sty | 17 - + 5 files changed, 622 insertions(+), 21 deletions(-) + +--- texmf-dist/tex/latex/seminar/seminar.bg2 ++++ texmf-dist/tex/latex/seminar/seminar.bg2 2020-06-07 08:26:07.000000000 +0000 +@@ -485,7 +485,6 @@ + \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{% +@@ -508,14 +507,12 @@ + \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 { +@@ -529,19 +526,16 @@ + ifelse} def + \tx@InitOL end + /TheOL ##1 def}}% +-\fi + } + + % Alternative method for same goal (needed when PSTricks nodes are used) + \def\SeminarAltCumulativeOverlays{% +-\iffalse + \def\pst@initoverlay##1{% + \pst@Verb{ + \tx@InitOL end + /Visible {initclip} def + /Invisible {CP newpath OLUnit itransform moveto clip newpath moveto} def + /TheOL ##1 def}} +-\fi + } + + % Progressive overlays +@@ -586,7 +580,7 @@ + % Generation of the next overlay (minor add-on) + % ============================================= + % (it increment automatically the number of the current overlay) +-\newcommand{\SeminarNextOverlay}[1]{% ++\providecommand{\SeminarNextOverlay}[1]{% + \addtocounter{overlay}{1}% + \begin{overlay}{\the\c@overlay}#1\end{overlay}} + +--- texmf-dist/tex/latex/seminar/seminar.bg3 ++++ texmf-dist/tex/latex/seminar/seminar.bg3 2020-06-07 08:26:07.000000000 +0000 +@@ -0,0 +1,608 @@ ++%%%%%%%%%%%%%%%%%%%%%%%%%%% -*- Mode: Latex -*- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% ++%% seminar.bg3 --- Corrections for compatibility problems and new bugs ++%% found in the Seminar package, and few new additions ++%% to help overlays management for PDF output files. ++%% (see also the seminar.bug file in Seminar distribution) ++%% ++%% Disclaimer: this file is mine and doesn't engage TVZ! ++%% ++%% Note: insert it after \usepackage{graphicx} if you use `graphicx' ++%% and after \usepackage{longtable} if you use `longtable' ++%% ++%% Author : Denis GIROU (CNRS/IDRIS - France) ++%% Created the : 1995 ++%% Last mod. by : Patrice MEGRET (FPMs - Belgium) ++%% Last mod. the : Sunday 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.))} ++ ++\edef\TheAtCode{\the\catcode`\@} ++\catcode`\@=11 ++ ++% PM modification begin PM December 6, 2003 ++% ce nouveau test permet de choisir entre un footer ++% verticalement centré \footervcenter = true (default) ++% ou non \footervcenter = false ++\newif\iffootervcenter \footervcentertrue ++% PM modification end December 6, 2003 ++ ++ ++% 1 - To correct a bug in the note environment ++% (reported by Denis Girou (CNRS/IDRIS) - 1995) ++\@savsf=1 ++ ++ ++% 2 - To correct several bugs to generate a list of slides with subsection ++% entries ++% (reported by Denis Girou (CNRS/IDRIS) - Jul. 18, 1995) ++% - To clear the subheading when a new heading is defined ++% (reported by Axel Thimm - - June 5, 1997) ++% - To assure coherence between heading and subheading when used ++% in header/footer, for article mode ++% (reported by Axel Thimm - - June 5, 1997) ++% - Improvements (\refstepcounter and \@addtoreset) by Jeremy Gibbons ++% - Sep. 30, 1997 ++ ++% Used by the \slide@subheading macro but undefined ++\def\theslidesubsection{\theslidesection.\arabic{slidesubsection}} ++ ++\def\slide@heading[#1]#2{% ++ \refstepcounter{slidesection}% ++ \@addtoreset{slidesubsection}{slidesection} ++ \addtocontents{los}{\protect\l@slide ++ {\the\c@slidesection}{\ignorespaces#1}{\@SCTR}}% ++ \def\@tempa{#2}% ++ \ifx\@tempa\@empty\else ++ {\edef\@currentlabel{\csname p@slidesection\endcsname\theslidesection}% ++ \makeslideheading{#2}}% ++ \fi ++ \gdef\theslideheading{#1}% ++ \gdef\theslidesubheading{}% ++} ++ ++\def\slide@subheading[#1]#2{% ++ \refstepcounter{slidesubsection}% ++ \addtocontents{los}{\protect\l@subslide ++ {\the\c@slidesubsection}{\ignorespaces#1}{\@SCTR}}% ++ \def\@tempa{#2}% ++ \ifx\@tempa\@empty\else ++ {\edef\@currentlabel{\csname p@slidesubsection\endcsname ++ \theslidesubsection}\makeslidesubheading{#2}}% ++ \fi ++ \gdef\theslidesubheading{#1}% ++} ++ ++ ++% 3 - To correct a bug in the \slidecontents macro ++% (reported by Denis Roegel (LORIA) - Sep. 22, 1996) ++ ++\long\def\@gobblethree #1#2#3{} ++ ++\def\slide@contents{% ++ \def\l@slide##1##2##3{% ++ \slide@cline{\slidenumberline{##1}{##2}}{##3}}% ++ \let\l@subslide\@gobblethree ++ \@startlos} ++ ++ ++% 4 - To solve incompatibility between the `graphicx' package and Seminar. ++% The \espfslidesize Seminar macro work only with the old version of ++% the `epsfig' package, so with \includegraphics the PostScript files are ++% always scaled without the possibility to leave them to there natural ++% size. And also these files are not correctly scaled when we switch ++% from normal to article mode under Seminar. So, we must redefined the ++% \epsfslidesize macro of Seminar and modify few internal macros of ++% `graphicx'. ++% (Note: I consider only the `graphicX' package, not the 'graphicS' one) ++% (reported by Karl Tombre (LORIA) and ++% Denis Roegel (LORIA) - Jan. 16, 1997) ++ ++\def\GraphicsNotScaled{% ++\ifx\Gin@viewport\undefined ++\else % Graphicx package detected ++\def\Gin@i{% ++ \def\Gin@req@sizes{% ++ \Gin@nat@height=\inverseslidesmag\Gin@nat@height ++ \Gin@nat@width=\inverseslidesmag\Gin@nat@width ++ \Gin@req@height\Gin@nat@height ++ \Gin@req@width\Gin@nat@width}% ++ \@ifnextchar[\Gin@ii{\Gin@ii[]}} ++\define@key{Gin}{width}{% ++\@tempdima=##1\@tempdima=\inverseslidesmag\@tempdima\def\Gin@ewidth{\@tempdima}} ++\define@key{Gin}{height}{% ++\@tempdima=##1\@tempdima=\inverseslidesmag\@tempdima\def\Gin@eheight{\@tempdima}} ++\define@key{Gin}{totalheight}{% ++\def\Gin@eresize{\totalheight}% ++\@tempdima=##1\@tempdima=\inverseslidesmag\@tempdima\def\Gin@eheight{\@tempdima}} ++\fi} ++ ++\def\epsfslidesize{% ++\let\epsfsize\slide@epsfsize ++\GraphicsNotScaled} ++ ++ ++% 5 - To solve incompatibily between the LongTable package and Seminar ++% (reported by Bhaskar Manda (UIUC) - May 7, 1997) ++% - Problem in article format seen later ++% (reported by Axel Thimm - June 5, 1997) ++ ++% From seminar.cls ++\def\slide@outputLT{% (from \slide@output) ++ \@makeslide ++ \@testfalse ++ \ifnotesonly\else ++ \iflandscape ++ \ifnum\@landscapeonly>-1 \os@test\fi ++ \else ++ \ifnum\@landscapeonly<1 \os@test\fi ++ \fi ++ \fi ++ \if@test ++ \reset@slideoutput ++ \@@makeslideLT ++ \process@slide ++ \fi ++ \refstepcounter{slide}} ++\def\@@makeslideLT{% (from \@@makeslide) ++ \overfullslide@warning ++ \setbox\@slidebox\hbox{% ++ \vfuzz=\slidefuzz\relax ++ \vbox to\slide@vsize{% ++ \box\@outputbox ++ \ifcenterslides\vskip\z@ plus .0001fil \fi ++ \unvbox\@slidebox ++ \vskip\z@ plus .0001fil}% ++ \the\after@slidepage}% ++ \wd\@slidebox\textwidth} ++ ++% From LongTable ++\def\LT@output{% ++ \ifnum\outputpenalty <-\@Mi ++ \ifnum\outputpenalty > -\LT@end@pen ++ \LT@err{floats and marginpars not allowed in a longtable}\@ehc ++ \else ++ \setbox\z@\vbox{\unvbox\@cclv}% ++ \ifdim \ht\LT@lastfoot>\ht\LT@foot ++ \dimen@\pagegoal ++ \advance\dimen@-\ht\LT@lastfoot ++ \ifdim\dimen@<\ht\z@ ++ \setbox\@cclv\vbox{\unvbox\z@\copy\LT@foot\vss}% ++ \@makecol ++ \slide@outputLT ++ \setbox\z@\vbox{\box\LT@head}% ++ \fi ++ \fi ++ \global\@colroom\@colht ++ \global\vsize\@colht ++ \vbox ++ {\unvbox\z@\box\ifvoid\LT@lastfoot\LT@foot\else\LT@lastfoot\fi}% ++ \fi ++ \else ++ \setbox\@cclv\vbox{\unvbox\@cclv\copy\LT@foot\vss}% ++ \@makecol ++ \slide@outputLT ++ \copy\LT@head ++ \fi} ++ ++% We must adjust \textheight. Sometimes, you must increase it a little by ++% something like \addtolength{\textheight}{5mm} ++% But if you use slides like \begin{slide*}[15cm,10cm] ++% you must define locally \textheight=15cm ++\addtolength{\textheight}{-\headheight} ++ ++ ++% 6 - To allow automatic changes of language dependent labels, ++% for instance by loading the `french' package after Seminar ++% (suggested by Bernard Gaulle (IDRIS) - Nov. 20, 1997) ++% From seminar.cls ++\def\slidename{Slide} ++\def\slidelabel{\bf\slidename{} \theslide} ++% From slidesec.sty ++\def\listslidename{List of Slides}% ++\def\listofslides{\section*{\listslidename% ++\@mkboth{\expandafter\MakeUppercase\listslidename}% ++ {\expandafter\MakeUppercase\listslidename}}% ++ \def\l@slide##1##2##3{% ++ \slide@undottedcline{\slidenumberline{##3}{##2}}{}}% ++ \let\l@subslide\l@slide ++ \@startlos} ++ ++ ++% 7 - There were several problems when doing a global change of color ++% outside the "slide"environment (using the \color{ColorName} macro ++% of the `color' package) if this change was not done globally ++% (that is to say before the "\begin{document}") but inside the document, ++% for a part of the slides. ++% These problems can be seen specially for screen presentations, ++% when we want to use a dark background, so a light foreground color ++% for the text. ++% First, the header (defining for instance with the `fancyhdr' package) ++% changed of color one slide later and was restored one slide later too ++% if the change of the color was mas inside a group for some slides, ++% and second, the black color was forced by the footer. ++% We solve the first problem by usage of the same technique than the one ++% used by Seminar for global changes based on \special macros and made ++% before the "\begin{document}". We save the \specials in the ++% \saved@specials box and insert it at the beginning of the \@slidebox box ++% with the \insert@specials macro, as for the first slide. ++% And we solve the second problem by suppression of the command in the ++% hook which force the black color (defined in the `semcolor' package). ++% (reported by Denis Girou (CNRS/IDRIS) - 1999-2002) ++ ++% Built from \save@srlidespecials (for all slides excepted the first one) ++\def\save@slidespecials@ii{% ++ \begingroup ++ \output{% ++ \global\setbox\saved@specials=\box\@cclv ++ \global\wd\saved@specials=\z@ ++ \global\dp\saved@specials=\z@ ++ \global\ht\saved@specials=\z@}% ++ \hbox{}\penalty-\@M ++ \endgroup}% ++ ++% The first slide is already managed, so we will define \save@slidespecials@i ++% started to the second one only... ++\def\save@slidespecials@i{}% ++ ++\ifarticle\else ++ \def\insert@specials{% ++ \ifvoid\saved@specials\else ++ \setbox\@slidebox\hbox{\box\saved@specials\box\@slidebox}% ++ \fi ++ \global\let\save@slidespecials@i\save@slidespecials@ii} ++\fi ++ ++\addto@hook{\before@newslide}{\save@slidespecials@i} ++ ++\after@slidepage={} ++ ++ ++% 7 - To vertically correctly center the footer, if defined ++% (this is mainly visible when using the `fancyhdr' package, and specially ++% when a footer rule line is defined) ++% (reported by Denis Girou (CNRS/IDRIS) - - April 1998) ++ ++% 8 - Add-on to allow "full screen" backgrounds. ++% Seminar originally support only partial backgrounds, which doesn't cover ++% the full page but only the place of the text. It cannot be easily ++% modified, as there are dependancies between the header and the text. ++% So, we choose to define new macros \SeminarNewSlideFrameBackground ++% and \SeminarSlideFrameBackground to manage the full screen backgrounds, ++% designed on the model of the \newslideframe and \slideframe ones. ++% (added by Denis Girou (CNRS/IDRIS) - Jun. 30, 1999) ++ ++\newbox\Seminar@SlideBoxBackground ++\ifarticle ++\else ++ \def\output@slide{% ++ \begingroup ++ \hoffset=-\inverseslidesmag in ++ \voffset=-\inverseslidesmag in ++ \setslidelength\@tempdima{% ++ \ifportrait\paperwidth\else\paperheight\fi}% ++ \setslidelength\@tempdimb{% ++ \ifportrait\paperheight\else\paperwidth\fi}% ++ \ifrotateheaders ++ \@ifrotateslide{% ++ \dimen@=\@tempdima ++ \@tempdima=\@tempdimb ++ \@tempdimb=\dimen@} ++ \fi ++ % \oddsidemargin, \evensidemargin, \headheight, \footheight ++ % used for scratch: ++ % Some page styles like to know \textwidth: ++ \setslidelength\headheight\slidetopmargin ++ \setslidelength\footheight\slidebottommargin ++ \ifautoslidemargins ++ \textwidth=\wd\@slidebox ++ \oddsidemargin=\@tempdima ++ \advance\oddsidemargin-\textwidth ++ \divide\oddsidemargin 2 ++ \else ++ \setslidelength\oddsidemargin\slideleftmargin ++ \setslidelength\evensidemargin\sliderightmargin ++ \textwidth=\@tempdima ++ \advance\textwidth-\oddsidemargin ++ \advance\textwidth-\evensidemargin ++ \fi ++ \setbox\@slidebox=\hbox to \@tempdima{% ++ \box\Seminar@SlideBoxBackground ++ \kern\oddsidemargin ++ \vbox to\@tempdimb{% ++ \ifnum\fancyput@flag>-1 ++ \hbox{\kern-\oddsidemargin\do@fancyput}% ++ \fi ++ \let\label\@gobble ++ \let\index\@gobble ++ \let\glossary\@gobble ++ \vbox to\headheight{% ++ \vfill ++ \hbox{% ++ \slideheadfont\relax\strut ++ \hbox to\textwidth{\@oddhead}}% ++ \kern\z@}% ++ \vfill ++ \hbox to\textwidth{\hss\box\@slidebox\hss}% ++ \vfill ++ \vbox to\footheight{% ++ \iffootervcenter ++ \vfill ++ \fi ++ \hbox{% ++ \slidefootfont\relax\strut ++ \hbox to\textwidth{\@oddfoot}}% ++ \vfill}}% ++ \hss}% ++ \ifrotateheaders\@ifrotateslide\rotate@slide\fi ++ \insert@specials ++ \let\protect\noexpand ++ \shipout\box\@slidebox ++ \endgroup ++ \let\firstmark\botmark} ++ \@ifundefined{fancyput@flag}{\def\fancyput@flag{-1}}{} ++\fi ++ ++ ++\def\finish@slide{% ++ \theSlideFrameBackground ++ \theslideframe ++ \add@slidelabel\slidelabel} ++ ++ ++\def\SeminarNewSlideFrameBackground#1{% ++ \@ifnextchar[{\@SeminarNewSlideFrameBackground{#1}}% ++ {\@SeminarNewSlideFrameBackground{#1}[]}} ++\def\@SeminarNewSlideFrameBackground#1[#2]{% ++ \@namedef{semsfbops@#1}{#2}% ++ \@namedef{semsfb@#1}##1} ++ ++\def\SeminarSlideFrameBackground{\Seminar@SlideFrameBackground{Slide}} ++\def\Seminar@SlideFrameBackground#1{% ++ \@ifstar{\@testtrue\Seminar@@SlideFrameBackground{#1}}% ++ {\@testfalse\Seminar@@SlideFrameBackground{#1}}} ++\def\Seminar@@SlideFrameBackground#1{% ++ \@ifnextchar[{\Seminar@@@SlideFrameBackground{#1}}% ++ {\Seminar@@@SlideFrameBackground{#1}[]}} ++\def\Seminar@@@SlideFrameBackground#1[#2]#3{% ++ \def\@tempa{none}% ++ \def\@tempb{#3}% ++ \ifx\@tempa\@tempb ++ \@namedef{the#1FrameBackground}{\relax}% ++ \else ++ \ifx\@tempb\@empty ++ \@namedef{the#1FrameBackground}{}% ++ \else ++ \@ifundefined{semsfb@#3}% ++ {\@seminarerr{Background slide frame `#3' undefined}\@eha}% ++ {\if@test ++ \Seminar@@@@SlideFrameBackground{#1}[#2]{#3}% ++ \else ++ \@namedef{the#1FrameBackground}{% ++ \setbox\Seminar@SlideBoxBackground=\hbox{{% ++ \@nameuse{semsfbops@#3}#2% ++ \@nameuse{semsfb@#3}{\box\Seminar@SlideBoxBackground}}}}% ++ \fi}% ++ \fi ++ \fi} ++\def\Seminar@@@@SlideFrameBackground#1[#2]#3{% ++ \expandafter\let\expandafter\@tempa\csname the#1FrameBackground\endcsname ++ \edef\next{% ++ \noexpand\def\expandafter\noexpand\csname the#1FrameBackground\endcsname}% ++ \expandafter\next\expandafter{\@tempa ++ \setbox\Seminar@SlideBoxBackground=\hbox{{% ++ \@nameuse{semsfbops@#3}% ++ #2% ++ \@nameuse{semsfb@#3}{\box\Seminar@SlideBoxBackground}}}}}% ++ ++\SeminarSlideFrameBackground{none} ++ ++ ++% 9 - For screen presentations, and specially animated graphics, ++% we need more than 10 overlays. We increase the limit to 676 (26^2). ++% (added by Denis Girou (CNRS/IDRIS) - Dec. 5, 2001) ++ ++\def\overlay#1{% ++ \ifoverlays\ifx\@overlay\relax\nooverlays@err\fi\fi ++ \ifslide ++ \@tempcnta=#1 ++ \@testfalse ++ \ifnum\@tempcnta>-2 \ifnum\@tempcnta<677 \@testtrue\fi\fi ++ \if@test ++ \c@overlay=\@tempcnta ++ \ifnum\c@overlay=0 ++ \advance\c@slide by -1 ++ \refstepcounter{slide}% ++ \else ++ \advance\c@overlay by -1 ++ \refstepcounter{overlay}% ++ \ifoverlays ++ \xdef\overlay@list{\overlay@list,\the\c@overlay}% ++ \fi ++ \fi ++ \ifoverlays ++ \@overlay{\the\c@overlay}% ++ \fi ++ \else ++ \@seminarerr{\string\overlay\space argument must be ++ an integer between 0 and 676}\@eha ++ \fi ++ \else ++ \@seminarerr{\string\overlay\space can only be used ++ in slide environments}\@eha ++ \fi ++ \ignorespaces} ++ ++\def\overlay@loop{% ++ \begingroup ++ \overlay@prep ++ \c@overlay=1 ++ \@whilenum\c@overlay<677 ++ \do{% ++ \test@member{\the\c@overlay}{\overlay@list}% ++ \if@test ++ \make@overlay{\the\c@overlay}% ++ \finish@slide ++ \output@slide ++ \fi ++ \layer@loop{\the\c@overlay}% ++ \advance\c@overlay by 1}% ++ \endgroup} ++ ++\def\theoverlay{{% ++\ifnum\c@overlay>26 ++ \@tempcnta=\c@overlay ++ \advance\@tempcnta\m@ne ++ \divide\@tempcnta by 26 ++ \multiply\@tempcnta by 26 ++ \@tempcntb=\c@overlay ++ \advance\@tempcntb-\@tempcnta ++ \@tempcnta=\c@overlay ++ \advance\@tempcnta\m@ne ++ \divide\@tempcnta by 26 ++ \theslide-\@alph{\@tempcnta}\@alph{\@tempcntb}% ++\else ++ \theslide-\alph{overlay}% ++\fi}} ++ ++ ++% 10 - Addition for management of cumulative and progressive overlays. ++% Due to PSTricks, Seminar had since the beginning the required ++% capabilities to manage overlays in various ways. The only thing ++% to do is to redefine the PSTricks \pst@initoverlay macro in the ++% relevant way. ++% (added by Denis Girou (CNRS/IDRIS) - 1999-2001) ++ ++% From `semcolor' ++\def\make@overlay#1{% ++ \setbox\@slidebox=\hbox{% ++ \pst@initoverlay{#1}% ++ \pst@Verb{0 \tx@BOL }% ++ \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{% ++/BeginOL {% ++ dup -1 eq exch TheOL eq or ++ {IfVisible not ++ {Visible /IfVisible true def} ++ if} ++ {IfVisible ++ {Invisible /IfVisible false def} ++ if} ++ ifelse} def ++\tx@InitOL end ++/TheOL #1 def}} ++ ++\def\pst@overlay#1{% ++\edef\curr@overlay{#1}% ++\pst@Verb{#1 \tx@BOL }% ++\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{% ++\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 ++\tx@InitOL end ++/TheOL ##1 def}}} ++ ++% Alternative method for same goal (needed when PSTricks nodes are used) ++\def\SeminarAltCumulativeOverlays{% ++\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 ++\tx@InitOL end ++/Visible {initclip} def ++/Invisible {CP newpath OLUnit itransform moveto clip newpath moveto} def ++/TheOL ##1 def}}} ++ ++% Progressive overlays ++% ==================== ++ ++% Progressive overlays (at step i, only overlays 0 and i are shown) ++\def\SeminarProgressiveOverlays{% ++\def\pst@initoverlay##1{% ++\pst@Verb{% ++/BeginOL {% ++ /NumOL ED ++ NumOL -1 eq NumOL 0 eq NumOL TheOL eq or or ++ {IfVisible not ++ {Visible /IfVisible true def} ++ if} ++ {IfVisible ++ {Invisible /IfVisible false def} ++ if} ++ ifelse} def ++\tx@InitOL end ++/TheOL ##1 def}}} ++ ++% Alternative method for the same goal (needed when PSTricks nodes are used) ++\def\SeminarAltProgressiveOverlays{% ++\def\pst@initoverlay##1{% ++\pst@Verb{% ++/BeginOL {% ++ /NumOL ED ++ NumOL -1 eq NumOL 0 eq NumOL TheOL eq or or ++ {IfVisible not ++ {Visible /IfVisible true def} ++ if} ++ {IfVisible ++ {Invisible /IfVisible false def} ++ if} ++ ifelse} def ++\tx@InitOL end ++/Visible {initclip} def ++/Invisible {CP newpath OLUnit itransform moveto clip newpath moveto} def ++/TheOL ##1 def}}} ++ ++% Generation of the next overlay (minor add-on) ++% ============================================= ++% (it increment automatically the number of the current overlay) ++\providecommand{\SeminarNextOverlay}[1]{% ++\addtocounter{overlay}{1}% ++\begin{overlay}{\the\c@overlay}#1\end{overlay}} ++ ++% To force all items in the various list environments to appear ++% in their own overlay (minor add-on) ++% ================================== ++\let\itemORIG\item ++ ++\def\SeminarItemInOverlay{% ++\def\item{% ++\addtocounter{overlay}{1}% ++\overlay{\the\c@overlay}% ++\itemORIG}} ++ ++\catcode`\@=\TheAtCode\relax ++\endinput ++%% END seminar.bg3 +--- texmf-dist/tex/latex/seminar/seminar.cls ++++ texmf-dist/tex/latex/seminar/seminar.cls 2021-06-30 08:44:26.000000000 +0000 +@@ -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} +--- texmf-dist/tex/latex/seminar/seminar.sty ++++ texmf-dist/tex/latex/seminar/seminar.sty 2021-06-30 08:46:09.000000000 +0000 +@@ -1,20 +1,15 @@ + %% BEGIN seminar.sty + %% +-%% This is file `seminar.sty', generated +-%% on <1993/4/2> with the docstrip utility (2.0r). ++%% This is file `seminar.sty' + %% +-%% The original source files were: +-%% +-%% seminar.doc +-%% +-\def\fileversion{1.62} +-\def\filedate{14/05/12} ++\def\fileversion{1.71} ++\def\filedate{24/06/30} + %% + %% LaTeX document style `seminar', for use with LaTeX v2.09. + %% This is a style for typesetting notes and slides. + %% + %% COPYRIGHT 1993, by Timothy Van Zandt, Timothy.VAN-ZANDT@insead.edu +-%% ++%% 2021, by Herbert Voß + %% + %% This file may be distributed and/or modified under the conditions of + %% the LaTeX Project Public License, either version 1.2 of this license +@@ -30,6 +25,7 @@ + \@ifundefined{@seminarerr}{}{\endinput} + \typeout{% + Document Style: `seminar' v\fileversion \space <\filedate> (tvz)} ++\providecommand\theHslide{\arabic{slide}}% + \def\test@member#1#2{% + \edef\@tempg{,#2,#1,}% + \edef\@temph{####1,#1,}% +@@ -82,7 +78,8 @@ + \newtoks\before@document + \newtoks\after@document + \let\xcomment@hook\relax +-\before@document{\endgroup\the\before@document\begingroup} ++%\before@document{\endgroup\the\before@document\begingroup} ++\before@document{\the\before@document} + \after@document{\the\after@document\xcomment@hook} + \expandafter\@temptokena\expandafter{\document} + \edef\document{\the\before@document\the\@temptokena\the\after@document} diff --git a/texlive-specs-u.changes b/texlive-specs-u.changes index 74c8d1a..5e183c4 100644 --- a/texlive-specs-u.changes +++ b/texlive-specs-u.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Jun 30 12:59:13 UTC 2021 - Dr. Werner Fink + +- Add patch seminar_latex20200202.dif and patch prosper_utf8.dif + * Avoid latin1 characters and the caused warning about broken + enconding in the typeouts of prosper file + * Set lowest release of the LaTeX engine for seminar class + (boo#1185941) + +------------------------------------------------------------------- +Tue Jun 29 09:17:39 UTC 2021 - Dr. Werner Fink + +- Move python detection and correction to python3 + +------------------------------------------------------------------- +Sun May 30 16:43:21 UTC 2021 - Callum Farmer + +- Change to using systemd-sysusers + ------------------------------------------------------------------- Mon Apr 12 12:41:38 UTC 2021 - Dr. Werner Fink diff --git a/texlive-specs-u.spec b/texlive-specs-u.spec index 5741040..8a7f514 100644 --- a/texlive-specs-u.spec +++ b/texlive-specs-u.spec @@ -21,7 +21,7 @@ %define texlive_version 2021 %define texlive_previous 2020 %define texlive_release 20210325 -%define texlive_noarch 185 +%define texlive_noarch 186 #!BuildIgnore: texlive #!BuildIgnore: texlive-scripts @@ -13605,6 +13605,7 @@ Requires: tex(pst-ovl.sty) # from 20210325 Source183: seminar.tar.xz Source184: seminar.doc.tar.xz +Source185: seminar_latex20200202.dif %description -n texlive-seminar A class that produces overhead slides (transparencies), with @@ -13670,6 +13671,7 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-seminar %defattr(-,root,root,755) +%{_texmfdistdir}/tex/latex/seminar/seminar.bg3 %{_texmfdistdir}/tex/latex/seminar/npsfont.sty %{_texmfdistdir}/tex/latex/seminar/sem-a4.sty %{_texmfdistdir}/tex/latex/seminar/sem-dem.sty @@ -13687,6 +13689,7 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || : %{_texmfdistdir}/tex/latex/seminar/tvz-code.sty %{_texmfdistdir}/tex/latex/seminar/tvz-hax.sty %{_texmfdistdir}/tex/latex/seminar/tvz-user.sty +%{_texmfdistdir}/tex/latex/seminar/seminar.bg3 %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-seminar-%{texlive_version}.%{texlive_noarch}.1.62svn34011-%{release}-zypper %endif @@ -13723,8 +13726,8 @@ Provides: tex(semioneside.sty) Requires: tex(afterpage.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source185: semioneside.tar.xz -Source186: semioneside.doc.tar.xz +Source186: semioneside.tar.xz +Source187: semioneside.doc.tar.xz %description -n texlive-semioneside This package supports the preparation of semi one sided @@ -13817,8 +13820,8 @@ Requires: tex(xcolor.sty) Requires: tex(xkeyval.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source187: semproc.tar.xz -Source188: semproc.doc.tar.xz +Source188: semproc.tar.xz +Source189: semproc.doc.tar.xz %description -n texlive-semproc The package provides functionality for typesetting seminar @@ -13909,8 +13912,8 @@ Provides: tex(semtex.sty) Requires: tex(xparse.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source189: semtex.tar.xz -Source190: semtex.doc.tar.xz +Source190: semtex.tar.xz +Source191: semtex.doc.tar.xz %description -n texlive-semtex This package is a small LaTeX package that adds a collection of @@ -13999,8 +14002,8 @@ Recommends: texlive-sepfootnotes-doc >= %{texlive_version} Provides: tex(sepfootnotes.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source191: sepfootnotes.tar.xz -Source192: sepfootnotes.doc.tar.xz +Source192: sepfootnotes.tar.xz +Source193: sepfootnotes.doc.tar.xz %description -n texlive-sepfootnotes The package supports footnotes and endnotes from separate @@ -14083,8 +14086,8 @@ Recommends: texlive-sepnum-doc >= %{texlive_version} Provides: tex(sepnum.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source193: sepnum.tar.xz -Source194: sepnum.doc.tar.xz +Source194: sepnum.tar.xz +Source195: sepnum.doc.tar.xz %description -n texlive-sepnum Provides a command to print a number with (potentially @@ -14169,8 +14172,8 @@ Recommends: texlive-seqsplit-doc >= %{texlive_version} Provides: tex(seqsplit.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source195: seqsplit.tar.xz -Source196: seqsplit.doc.tar.xz +Source196: seqsplit.tar.xz +Source197: seqsplit.doc.tar.xz %description -n texlive-seqsplit When one needs to type long sequences of letters (such as in @@ -14258,8 +14261,8 @@ Requires: tex(tipa.sty) Requires: tex(xspace.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source197: serbian-apostrophe.tar.xz -Source198: serbian-apostrophe.doc.tar.xz +Source198: serbian-apostrophe.tar.xz +Source199: serbian-apostrophe.doc.tar.xz %description -n texlive-serbian-apostrophe The package provides a collection of commands (whose names are @@ -14343,8 +14346,8 @@ Recommends: texlive-serbian-date-lat-doc >= %{texlive_version} Provides: tex(serbian-date-lat.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source199: serbian-date-lat.tar.xz -Source200: serbian-date-lat.doc.tar.xz +Source200: serbian-date-lat.tar.xz +Source201: serbian-date-lat.doc.tar.xz %description -n texlive-serbian-date-lat Babel defines dates for Serbian texts, in Latin script. The @@ -14430,8 +14433,8 @@ Requires: tex(fontenc.sty) Requires: tex(inputenc.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source201: serbian-def-cyr.tar.xz -Source202: serbian-def-cyr.doc.tar.xz +Source202: serbian-def-cyr.tar.xz +Source203: serbian-def-cyr.doc.tar.xz %description -n texlive-serbian-def-cyr This package provides abstract, chapter, title, date etc, for @@ -14516,8 +14519,8 @@ Provides: tex(serbian-lig.sty) Requires: tex(xspace.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source203: serbian-lig.tar.xz -Source204: serbian-lig.doc.tar.xz +Source204: serbian-lig.tar.xz +Source205: serbian-lig.doc.tar.xz %description -n texlive-serbian-lig The package suppresses fi and fl (and other ligatures) in @@ -14635,8 +14638,8 @@ Requires: tex(xcolor.sty) Requires: tex(xunicode.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source205: sesamanuel.tar.xz -Source206: sesamanuel.doc.tar.xz +Source206: sesamanuel.tar.xz +Source207: sesamanuel.doc.tar.xz %description -n texlive-sesamanuel The package contains a sesamanuel class which could be used to @@ -14727,8 +14730,8 @@ Provides: tex(sesstime.sty) Requires: tex(keyval.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source207: sesstime.tar.xz -Source208: sesstime.doc.tar.xz +Source208: sesstime.tar.xz +Source209: sesstime.doc.tar.xz %description -n texlive-sesstime This LaTeX2e package makes it possible to add timing marks to @@ -14816,8 +14819,8 @@ Requires: tex(tikz.sty) Requires: tex(xcolor.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source209: setdeck.tar.xz -Source210: setdeck.doc.tar.xz +Source210: setdeck.tar.xz +Source211: setdeck.doc.tar.xz %description -n texlive-setdeck The package will typeset cards for use in a game of Set. @@ -14897,8 +14900,8 @@ Recommends: texlive-setspace-doc >= %{texlive_version} Provides: tex(setspace.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source211: setspace.tar.xz -Source212: setspace.doc.tar.xz +Source212: setspace.tar.xz +Source213: setspace.doc.tar.xz %description -n texlive-setspace Provides support for setting the spacing between lines in a @@ -14981,8 +14984,8 @@ Requires(posttrans):texlive-scripts >= %{texlive_version} Recommends: texlive-seuthesis-doc >= %{texlive_version} # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source213: seuthesis.tar.xz -Source214: seuthesis.doc.tar.xz +Source214: seuthesis.tar.xz +Source215: seuthesis.doc.tar.xz %description -n texlive-seuthesis This template is for theses at Southeastern University, @@ -15109,8 +15112,8 @@ Requires: tex(nomencl.sty) Requires: tex(tocloft.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source215: seuthesix.tar.xz -Source216: seuthesix.doc.tar.xz +Source216: seuthesix.tar.xz +Source217: seuthesix.doc.tar.xz %description -n texlive-seuthesix This project provides a LaTeX document class as well as a @@ -15250,8 +15253,8 @@ Requires: tex(wasysym.sty) Requires: tex(yagusylo.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source217: sexam.tar.xz -Source218: sexam.doc.tar.xz +Source218: sexam.tar.xz +Source219: sexam.doc.tar.xz %description -n texlive-sexam The package provides a modified version of the exam package @@ -15355,8 +15358,8 @@ Requires: tex(multicol.sty) Requires: tex(totpages.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source219: sf298.tar.xz -Source220: sf298.doc.tar.xz +Source220: sf298.tar.xz +Source221: sf298.doc.tar.xz %description -n texlive-sf298 A LaTeX package for generating a completed standard form 298 @@ -15448,8 +15451,8 @@ Requires: tex(setspace.sty) Requires: tex(ulem.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source221: sffms.tar.xz -Source222: sffms.doc.tar.xz +Source222: sffms.tar.xz +Source223: sffms.doc.tar.xz %description -n texlive-sffms The class is designed for typesetting science fiction and @@ -15536,8 +15539,8 @@ Requires: tex(fp.sty) Requires: tex(pstricks.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source223: sfg.tar.xz -Source224: sfg.doc.tar.xz +Source224: sfg.tar.xz +Source225: sfg.doc.tar.xz %description -n texlive-sfg Defines some commands to draw signal flow graphs as used by @@ -15621,7 +15624,7 @@ Requires(posttrans):texlive-scripts >= %{texlive_version} Provides: tex(sfmath.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source225: sfmath.tar.xz +Source226: sfmath.tar.xz %description -n texlive-sfmath sfmath is a simple package for sans serif maths in documents. @@ -15688,8 +15691,8 @@ Provides: tex(sgamevar.sty) Requires: tex(color.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source226: sgame.tar.xz -Source227: sgame.doc.tar.xz +Source227: sgame.tar.xz +Source228: sgame.doc.tar.xz %description -n texlive-sgame Formats strategic games. For a 2x2 game, for example, the @@ -15775,8 +15778,8 @@ Recommends: texlive-shade-doc >= %{texlive_version} Provides: tex(shade.tex) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source228: shade.tar.xz -Source229: shade.doc.tar.xz +Source229: shade.tar.xz +Source230: shade.doc.tar.xz %description -n texlive-shade The package provides a shaded backdrop to a box of text. It @@ -15862,8 +15865,8 @@ Provides: tex(shadethm.sty) Requires: tex(color.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source230: shadethm.tar.xz -Source231: shadethm.doc.tar.xz +Source231: shadethm.tar.xz +Source232: shadethm.doc.tar.xz %description -n texlive-shadethm Extends the \newtheorem command. If you say @@ -15963,8 +15966,8 @@ Recommends: texlive-shadow-doc >= %{texlive_version} Provides: tex(shadow.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source232: shadow.tar.xz -Source233: shadow.doc.tar.xz +Source233: shadow.tar.xz +Source234: shadow.doc.tar.xz %description -n texlive-shadow Defines a command \shabox (analgous to \fbox), and supporting @@ -16045,8 +16048,8 @@ Provides: tex(shadowtext.sty) Requires: tex(color.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source234: shadowtext.tar.xz -Source235: shadowtext.doc.tar.xz +Source235: shadowtext.tar.xz +Source236: shadowtext.doc.tar.xz %description -n texlive-shadowtext The package introduces a command \shadowtext, which adds a drop @@ -16133,8 +16136,8 @@ Provides: tex(shapepar.sty) Provides: tex(triangleshapes.def) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source236: shapepar.tar.xz -Source237: shapepar.doc.tar.xz +Source237: shapepar.tar.xz +Source238: shapepar.doc.tar.xz %description -n texlive-shapepar \shapepar is a macro to typeset paragraphs in a specific shape. @@ -16231,8 +16234,8 @@ Requires(posttrans):texlive-scripts >= %{texlive_version} Recommends: texlive-shapes-doc >= %{texlive_version} # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source238: shapes.tar.xz -Source239: shapes.doc.tar.xz +Source239: shapes.tar.xz +Source240: shapes.doc.tar.xz %description -n texlive-shapes The shapes set of macros allows drawing regular polygons; their @@ -16324,8 +16327,8 @@ Requires: tex(stringstrings.sty) Requires: tex(xcolor.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source240: shdoc.tar.xz -Source241: shdoc.doc.tar.xz +Source241: shdoc.tar.xz +Source242: shdoc.doc.tar.xz %description -n texlive-shdoc The package provides a simple, though fancy float environment @@ -16437,8 +16440,8 @@ Requires: tex(xspace.sty) Requires: tex(xtab.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source242: shipunov.tar.xz -Source243: shipunov.doc.tar.xz +Source243: shipunov.tar.xz +Source244: shipunov.doc.tar.xz %description -n texlive-shipunov The bundle collects packages and classes, along with one @@ -16660,8 +16663,8 @@ Requires: texlive-shobhika-fonts >= %{texlive_version} Recommends: texlive-shobhika-doc >= %{texlive_version} # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source244: shobhika.tar.xz -Source245: shobhika.doc.tar.xz +Source245: shobhika.tar.xz +Source246: shobhika.doc.tar.xz %description -n texlive-shobhika This package provides a free, open source, Unicode compliant, @@ -16789,7 +16792,7 @@ Requires(posttrans):texlive-scripts-bin >= %{texlive_version} Requires(posttrans):texlive-scripts >= %{texlive_version} # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source246: short-math-guide.doc.tar.xz +Source247: short-math-guide.doc.tar.xz %description -n texlive-short-math-guide The Short Math Guide is intended to be a concise introduction @@ -16862,8 +16865,8 @@ Requires: tex(ifthen.sty) Requires: tex(xstring.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source247: shortmathj.tar.xz -Source248: shortmathj.doc.tar.xz +Source248: shortmathj.tar.xz +Source249: shortmathj.doc.tar.xz %description -n texlive-shortmathj This small dummy package just contains a simple list of full @@ -16949,8 +16952,8 @@ Recommends: texlive-shorttoc-doc >= %{texlive_version} Provides: tex(shorttoc.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source249: shorttoc.tar.xz -Source250: shorttoc.doc.tar.xz +Source250: shorttoc.tar.xz +Source251: shorttoc.doc.tar.xz %description -n texlive-shorttoc A package to create another table of contents with a different @@ -17032,8 +17035,8 @@ Recommends: texlive-show2e-doc >= %{texlive_version} Provides: tex(show2e.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source251: show2e.tar.xz -Source252: show2e.doc.tar.xz +Source252: show2e.tar.xz +Source253: show2e.doc.tar.xz %description -n texlive-show2e This small package aims at making debugging (especially in an @@ -17119,8 +17122,8 @@ Recommends: texlive-showcharinbox-doc >= %{texlive_version} Provides: tex(showcharinbox.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source253: showcharinbox.tar.xz -Source254: showcharinbox.doc.tar.xz +Source254: showcharinbox.tar.xz +Source255: showcharinbox.doc.tar.xz %description -n texlive-showcharinbox The package typesets a character inside a box, showing where @@ -17206,8 +17209,8 @@ Recommends: texlive-showdim-doc >= %{texlive_version} Provides: tex(showdim.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source255: showdim.tar.xz -Source256: showdim.doc.tar.xz +Source256: showdim.tar.xz +Source257: showdim.doc.tar.xz %description -n texlive-showdim A package for LaTeX providing a number of commands for printing @@ -17293,8 +17296,8 @@ Requires: tex(refcount.sty) Requires: tex(varwidth.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source257: showexpl.tar.xz -Source258: showexpl.doc.tar.xz +Source258: showexpl.tar.xz +Source259: showexpl.doc.tar.xz %description -n texlive-showexpl This package provides a way to typeset LaTeX source code and @@ -17379,8 +17382,8 @@ Requires: tex(ifluatex.sty) Requires: tex(luatexbase.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source259: showhyphens.tar.xz -Source260: showhyphens.doc.tar.xz +Source260: showhyphens.tar.xz +Source261: showhyphens.doc.tar.xz %description -n texlive-showhyphens With this package, LuaLaTeX will indicate all possible @@ -17462,8 +17465,8 @@ Recommends: texlive-showlabels-doc >= %{texlive_version} Provides: tex(showlabels.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source261: showlabels.tar.xz -Source262: showlabels.doc.tar.xz +Source262: showlabels.tar.xz +Source263: showlabels.doc.tar.xz %description -n texlive-showlabels This package helps you keep track of all the labels you define, @@ -17551,8 +17554,8 @@ Recommends: texlive-showtags-doc >= %{texlive_version} Provides: tex(showtags.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source263: showtags.tar.xz -Source264: showtags.doc.tar.xz +Source264: showtags.tar.xz +Source265: showtags.doc.tar.xz %description -n texlive-showtags Prints the tag right-aligned on each line of the bibliography. @@ -17660,8 +17663,8 @@ Requires: tex(xcolor.sty) Requires: tex(xparse.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source265: shtthesis.tar.xz -Source266: shtthesis.doc.tar.xz +Source266: shtthesis.tar.xz +Source267: shtthesis.doc.tar.xz %description -n texlive-shtthesis This package, forked from ucasthesis, is an unofficial LaTeX @@ -17752,8 +17755,8 @@ Provides: tex(shuffle10.tfm) Provides: tex(shuffle7.tfm) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source267: shuffle.tar.xz -Source268: shuffle.doc.tar.xz +Source268: shuffle.tar.xz +Source269: shuffle.doc.tar.xz %description -n texlive-shuffle The bundle provides a LaTeX package and a font (as Metafont @@ -17842,8 +17845,8 @@ Requires: tex(ifthen.sty) Requires: tex(ragged2e.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source269: sidecap.tar.xz -Source270: sidecap.doc.tar.xz +Source270: sidecap.tar.xz +Source271: sidecap.doc.tar.xz %description -n texlive-sidecap Defines environments called SCfigure and SCtable (analogous to @@ -17958,8 +17961,8 @@ Requires: tex(unicode-math.sty) Requires: tex(xparse.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source271: sidenotes.tar.xz -Source272: sidenotes.doc.tar.xz +Source272: sidenotes.tar.xz +Source273: sidenotes.doc.tar.xz %description -n texlive-sidenotes The package allows typesetting of texts with notes, figures, @@ -18044,8 +18047,8 @@ Provides: tex(sides.cls) Requires: tex(report.cls) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source273: sides.tar.xz -Source274: sides.doc.tar.xz +Source274: sides.tar.xz +Source275: sides.doc.tar.xz %description -n texlive-sides This is a LaTeX class for typesetting stage plays, based on the @@ -18132,8 +18135,8 @@ Requires: tex(xkeyval.sty) Requires: tex(xstring.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source275: signchart.tar.xz -Source276: signchart.doc.tar.xz +Source276: signchart.tar.xz +Source277: signchart.doc.tar.xz %description -n texlive-signchart The package allows users to easily typeset beautiful looking @@ -18213,8 +18216,8 @@ Recommends: texlive-silence-doc >= %{texlive_version} Provides: tex(silence.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source277: silence.tar.xz -Source278: silence.doc.tar.xz +Source278: silence.tar.xz +Source279: silence.doc.tar.xz %description -n texlive-silence The package allows the user to filter out unwanted warnings and @@ -18307,8 +18310,8 @@ Requires: tex(xltxtra.sty) Requires: tex(xunicode.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source279: simple-resume-cv.tar.xz -Source280: simple-resume-cv.doc.tar.xz +Source280: simple-resume-cv.tar.xz +Source281: simple-resume-cv.doc.tar.xz %description -n texlive-simple-resume-cv Template for a simple resume or curriculum vitae (CV), in @@ -18421,8 +18424,8 @@ Requires: tex(xltxtra.sty) Requires: tex(xunicode.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source281: simple-thesis-dissertation.tar.xz -Source282: simple-thesis-dissertation.doc.tar.xz +Source282: simple-thesis-dissertation.tar.xz +Source283: simple-thesis-dissertation.doc.tar.xz %description -n texlive-simple-thesis-dissertation Template for a simple thesis or dissertation (Ph.D. or master's @@ -18518,8 +18521,8 @@ Requires: tex(mathtools.sty) Requires: tex(xparse.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source283: simplebnf.tar.xz -Source284: simplebnf.doc.tar.xz +Source284: simplebnf.tar.xz +Source285: simplebnf.doc.tar.xz %description -n texlive-simplebnf This package provides a simple way to format Backus-Naur form @@ -18608,8 +18611,8 @@ Requires: tex(graphicx.sty) Requires: tex(ifthen.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source285: simplecd.tar.xz -Source286: simplecd.doc.tar.xz +Source286: simplecd.tar.xz +Source287: simplecd.doc.tar.xz %description -n texlive-simplecd The package provides printable cut-outs for various CD, DVD and @@ -18695,8 +18698,8 @@ Provides: tex(simplecv.cls) Requires: tex(article.cls) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source287: simplecv.tar.xz -Source288: simplecv.doc.tar.xz +Source288: simplecv.tar.xz +Source289: simplecv.doc.tar.xz %description -n texlive-simplecv A derivative of the cv class available to lyx users (renamed to @@ -18786,8 +18789,8 @@ Requires: tex(url.sty) Requires: tex(xcolor.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source289: simpleinvoice.tar.xz -Source290: simpleinvoice.doc.tar.xz +Source290: simpleinvoice.tar.xz +Source291: simpleinvoice.doc.tar.xz %description -n texlive-simpleinvoice This package lets you easily typeset professional-looking @@ -18876,8 +18879,8 @@ Provides: tex(simplekv.sty) Provides: tex(simplekv.tex) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source291: simplekv.tar.xz -Source292: simplekv.doc.tar.xz +Source292: simplekv.tar.xz +Source293: simplekv.doc.tar.xz %description -n texlive-simplekv The package provides a simple key/value system for TeX and @@ -18961,8 +18964,8 @@ Provides: tex(simpleoptics.sty) Requires: tex(tikz.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source293: simpleoptics.tar.xz -Source294: simpleoptics.doc.tar.xz +Source294: simpleoptics.tar.xz +Source295: simpleoptics.doc.tar.xz %description -n texlive-simpleoptics This package provides some of macros for drawing simple lenses @@ -19045,8 +19048,8 @@ Requires: tex(pgfopts.sty) Requires: tex(tikz.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source295: simpler-wick.tar.xz -Source296: simpler-wick.doc.tar.xz +Source296: simpler-wick.tar.xz +Source297: simpler-wick.doc.tar.xz %description -n texlive-simpler-wick In every quantum field theory course, there will be a chapter @@ -19135,8 +19138,8 @@ Recommends: texlive-simplewick-doc >= %{texlive_version} Provides: tex(simplewick.sty) # Download at ftp://ftp://ftp.tug.org/texlive/tlpretest/archive/ # from 20210325 -Source297: simplewick.tar.xz -Source298: simplewick.doc.tar.xz +Source298: simplewick.tar.xz +Source299: simplewick.doc.tar.xz %description -n texlive-simplewick The package provides a simple means of drawing Wick @@ -19727,6 +19730,19 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || : %endif tar --use-compress-program=xz -xf %{S:100} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:101} -C %{buildroot}%{_datadir}/texlive/texmf-dist + # Correct shebang of python3 scripts if any + for scr in %{_texmfdistdir}/doc/latex/scanpages/replicate.py + do + test -e %{buildroot}/$scr || continue + head -n 1 %{buildroot}/$scr | grep -q python3 && continue + ed %{buildroot}/${scr} <<-'EOF' + 1 + s@python@python3@ + . + w + q + EOF + done # Avoid /usr/bin/env for scr in %{_texmfdistdir}/doc/latex/scanpages/replicate.py do @@ -20122,96 +20138,99 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || : %endif tar --use-compress-program=xz -xf %{S:183} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:184} -C %{buildroot}%{_datadir}/texlive/texmf-dist + pushd %{buildroot}%{_datadir}/texlive/texmf-dist + patch --reject-format=unified --quoting-style=literal -f -p1 -F0 -T < %{S:185} + popd %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-semioneside-%{texlive_version}.%{texlive_noarch}.0.0.41svn15878-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:185} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:186} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:187} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-semproc-%{texlive_version}.%{texlive_noarch}.0.0.1svn37568-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:187} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:188} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:189} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-semtex-%{texlive_version}.%{texlive_noarch}.0.0.45svn56530-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:189} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:190} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:191} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-sepfootnotes-%{texlive_version}.%{texlive_noarch}.0.0.3csvn41732-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:191} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:192} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:193} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-sepnum-%{texlive_version}.%{texlive_noarch}.2.0svn20186-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:193} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:194} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:195} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-seqsplit-%{texlive_version}.%{texlive_noarch}.0.0.1svn15878-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:195} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:196} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:197} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-serbian-apostrophe-%{texlive_version}.%{texlive_noarch}.svn23799-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:197} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:198} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:199} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-serbian-date-lat-%{texlive_version}.%{texlive_noarch}.svn23446-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:199} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:200} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:201} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-serbian-def-cyr-%{texlive_version}.%{texlive_noarch}.svn23734-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:201} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:202} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:203} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-serbian-lig-%{texlive_version}.%{texlive_noarch}.svn53127-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:203} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:204} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:205} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-sesamanuel-%{texlive_version}.%{texlive_noarch}.0.0.6svn36613-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:205} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:206} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:207} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-sesstime-%{texlive_version}.%{texlive_noarch}.1.12svn49750-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:207} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:208} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:209} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-setdeck-%{texlive_version}.%{texlive_noarch}.0.0.1svn40613-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:209} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:210} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:211} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-setspace-%{texlive_version}.%{texlive_noarch}.6.7asvn24881-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:211} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:212} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:213} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-seuthesis-%{texlive_version}.%{texlive_noarch}.2.1.2svn33042-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:213} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:214} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:215} -C %{buildroot}%{_datadir}/texlive/texmf-dist # Remove files rm -vf %{buildroot}%{_texmfdistdir}/doc/latex/seuthesis/a3cover/a3cover.bat rm -vf %{buildroot}%{_texmfdistdir}/doc/latex/seuthesis/a3cover/a4cover.bat @@ -20219,99 +20238,99 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || : ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-seuthesix-%{texlive_version}.%{texlive_noarch}.1.0.1svn40088-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:215} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:216} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:217} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-sexam-%{texlive_version}.%{texlive_noarch}.1svn46628-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:217} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:218} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:219} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-sf298-%{texlive_version}.%{texlive_noarch}.1.3svn41653-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:219} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:220} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:221} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-sffms-%{texlive_version}.%{texlive_noarch}.2.0svn15878-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:221} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:222} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:223} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-sfg-%{texlive_version}.%{texlive_noarch}.0.0.91svn20209-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:223} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:224} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:225} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-sfmath-%{texlive_version}.%{texlive_noarch}.0.0.8svn15878-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:225} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:226} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-sgame-%{texlive_version}.%{texlive_noarch}.2.15svn30959-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:226} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:227} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:228} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-shade-%{texlive_version}.%{texlive_noarch}.1svn22212-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:228} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:229} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:230} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-shadethm-%{texlive_version}.%{texlive_noarch}.svn53350-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:230} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:231} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:232} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-shadow-%{texlive_version}.%{texlive_noarch}.svn20312-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:232} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:233} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:234} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-shadowtext-%{texlive_version}.%{texlive_noarch}.0.0.3svn26522-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:234} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:235} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:236} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-shapepar-%{texlive_version}.%{texlive_noarch}.2.2svn30708-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:236} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:237} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:238} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-shapes-%{texlive_version}.%{texlive_noarch}.1.1svn42428-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:238} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:239} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:240} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-shdoc-%{texlive_version}.%{texlive_noarch}.2.1bsvn41991-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:240} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:241} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:242} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-shipunov-%{texlive_version}.%{texlive_noarch}.1.2svn52334-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:242} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:243} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:244} -C %{buildroot}%{_datadir}/texlive/texmf-dist # Remove files rm -vf %{buildroot}%{_texmfdistdir}/doc/latex/shipunov/scripts/biokey2html.bat %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-shobhika-fonts-%{texlive_version}.%{texlive_noarch}.1.05svn50555-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:244} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:245} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:246} -C %{buildroot}%{_datadir}/texlive/texmf-dist # Move font files mkdir -p %{buildroot}%{_datadir}/fonts/texlive-shobhika for font in %{buildroot}/%{_texmfdistdir}/fonts/opentype/public/shobhika/*.{pf[ab],[ot]tf} @@ -20346,163 +20365,163 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || : ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-short-math-guide-%{texlive_version}.%{texlive_noarch}.2.0svn46126-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:246} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:247} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-shortmathj-%{texlive_version}.%{texlive_noarch}.0.0.5.0svn54407-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:247} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:248} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:249} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-shorttoc-%{texlive_version}.%{texlive_noarch}.1.3svn15878-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:249} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:250} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:251} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-show2e-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:251} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:252} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:253} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-showcharinbox-%{texlive_version}.%{texlive_noarch}.0.0.1svn29803-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:253} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:254} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:255} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-showdim-%{texlive_version}.%{texlive_noarch}.1.2svn28918-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:255} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:256} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:257} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-showexpl-%{texlive_version}.%{texlive_noarch}.0.0.3ssvn57414-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:257} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:258} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:259} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-showhyphens-%{texlive_version}.%{texlive_noarch}.0.0.5csvn39787-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:259} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:260} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:261} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-showlabels-%{texlive_version}.%{texlive_noarch}.1.8svn41322-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:261} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:262} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:263} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-showtags-%{texlive_version}.%{texlive_noarch}.1.05svn20336-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:263} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:264} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:265} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-shtthesis-%{texlive_version}.%{texlive_noarch}.0.0.3.2svn57740-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:265} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:266} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:267} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-shuffle-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:267} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:268} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:269} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-sidecap-%{texlive_version}.%{texlive_noarch}.1.6fsvn15878-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:269} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:270} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:271} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-sidenotes-%{texlive_version}.%{texlive_noarch}.1.00asvn54524-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:271} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:272} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:273} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-sides-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:273} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:274} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:275} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-signchart-%{texlive_version}.%{texlive_noarch}.1.01svn39707-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:275} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:276} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:277} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-silence-%{texlive_version}.%{texlive_noarch}.1.5bsvn27028-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:277} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:278} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:279} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-simple-resume-cv-%{texlive_version}.%{texlive_noarch}.svn43057-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:279} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:280} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:281} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-simple-thesis-dissertation-%{texlive_version}.%{texlive_noarch}.svn43058-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:281} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:282} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:283} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-simplebnf-%{texlive_version}.%{texlive_noarch}.0.0.2.0svn56761-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:283} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:284} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:285} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-simplecd-%{texlive_version}.%{texlive_noarch}.1.4svn29260-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:285} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:286} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:287} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-simplecv-%{texlive_version}.%{texlive_noarch}.1.6asvn35537-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:287} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:288} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:289} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-simpleinvoice-%{texlive_version}.%{texlive_noarch}.svn45673-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:289} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:290} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:291} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-simplekv-%{texlive_version}.%{texlive_noarch}.0.0.2svn54915-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:291} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:292} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:293} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-simpleoptics-%{texlive_version}.%{texlive_noarch}.1.1.1svn54080-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:293} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:294} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:295} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-simpler-wick-%{texlive_version}.%{texlive_noarch}.1.0.0svn39074-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:295} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:296} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:297} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-simplewick-%{texlive_version}.%{texlive_noarch}.1.2asvn15878-%{release}-zypper %endif - tar --use-compress-program=xz -xf %{S:297} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:298} -C %{buildroot}%{_datadir}/texlive/texmf-dist + tar --use-compress-program=xz -xf %{S:299} -C %{buildroot}%{_datadir}/texlive/texmf-dist # Remove this rm -vrf %{buildroot}%{_texmfdistdir}/tlpkg/tlpobj rm -vrf %{buildroot}%{_texmfmaindir}/tlpkg/tlpobj