Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP2:GA
texlive-specs-s
texlive-specs-s.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File texlive-specs-s.spec of Package texlive-specs-s
# # spec file for package texlive-specs-s # # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %bcond_with zypper_posttrans %define texlive_version 2017 %define texlive_previous 2016 %define texlive_release 20170520 %define texlive_noarch 133 #!BuildIgnore: texlive %global _varlib %{_localstatedir}/lib %global _libexecdir %{_prefix}/lib %define _texmfdistdir %{_datadir}/texmf %if 0%{texlive_version} >= 2013 %define _texmfmaindir %{_texmfdistdir} %define _texmfdirs %{_texmfdistdir} %else %define _texmfmaindir %{_libexecdir}/texmf %define _texmfdirs \{%{_texmfdistdir},%{_texmfmaindir}\} %endif %define _texmfconfdir %{_sysconfdir}/texmf %define _texmfvardir %{_varlib}/texmf %define _texmfcache %{_localstatedir}/cache/texmf %define _fontcache %{_texmfcache}/fonts # %define _x11bin %{_prefix}/bin %define _x11lib %{_libdir} %define _x11data %{_datadir}/X11 %define _x11inc %{_includedir} %define _appdefdir %{_x11data}/app-defaults Name: texlive-specs-s Version: 2017 Release: 0 BuildRequires: ed BuildRequires: t1utils BuildRequires: texlive-filesystem BuildRequires: xz BuildArch: noarch Summary: Meta package for s License: BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and LPPL-1.0 and LPPL-1.3c and OFL-1.1 and SUSE-Public-Domain and SUSE-TeX Group: Productivity/Publishing/TeX/Base Url: https://build.opensuse.org/package/show/Publishing:TeXLive/Meta Source0: texlive-specs-s-rpmlintrc %description Meta package to build tons of noarch texlive packages. %package -n texlive-placeins-plain Version: %{texlive_version}.%{texlive_noarch}.2.0svn15878 Release: 0 Summary: Insertions that keep their place License: SUSE-Public-Domain Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Provides: tex(placeins.tex) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source1: placeins-plain.tar.xz %description -n texlive-placeins-plain This TeX file provides various mechanisms (for plain TeX and close relatives) to let insertions (footnotes, topins, pageins, etc.) float within their appropriate section, but to prevent them from intruding into the following section, even when sections do not normally begin a new page. (If your sections normally begin a new page, just use \supereject to flush out insertions.) date: 2016-06-24 17:18:15 +0000 %post -n texlive-placeins-plain mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-placeins-plain mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-placeins-plain %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-placeins-plain %defattr(-,root,root,755) %{_texmfdistdir}/tex/plain/placeins-plain/placeins.tex %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-placeins-plain-%{texlive_version}.%{texlive_noarch}.2.0svn15878-%{release}-zypper %endif %package -n texlive-plain Version: %{texlive_version}.%{texlive_noarch}.3.141592653svn43076 Release: 0 Summary: The Plain TeX format License: SUSE-TeX Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Provides: tex(fontchart.tex) Provides: tex(gkpmac.tex) Provides: tex(letter.tex) Provides: tex(list-latin.tex) Provides: tex(list.tex) Provides: tex(llist.tex) Provides: tex(mptmac.tex) Provides: tex(pdftexmagfix.tex) Provides: tex(picmac.tex) Provides: tex(plain.tex) Provides: tex(unicode-letters.def) Provides: tex(wlist.tex) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source2: plain.tar.xz %description -n texlive-plain Contains files used to build the Plain TeX format, as described in the TeXbook, together with various supporting files (some also discussed in the book). date: 2016-11-06 04:33:39 +0000 %post -n texlive-plain mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-plain mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-plain %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-plain %defattr(-,root,root,755) %{_texmfdistdir}/makeindex/plain/plaintex.ist %{_texmfdistdir}/tex/plain/base/fontchart.tex %{_texmfdistdir}/tex/plain/base/gkpmac.tex %{_texmfdistdir}/tex/plain/base/letter.tex %{_texmfdistdir}/tex/plain/base/list-latin.tex %{_texmfdistdir}/tex/plain/base/list.tex %{_texmfdistdir}/tex/plain/base/llist.tex %{_texmfdistdir}/tex/plain/base/mptmac.tex %{_texmfdistdir}/tex/plain/base/picmac.tex %{_texmfdistdir}/tex/plain/base/plain.tex %{_texmfdistdir}/tex/plain/base/wlist.tex %{_texmfdistdir}/tex/plain/config/aleph.ini %{_texmfdistdir}/tex/plain/config/bplain.ini %{_texmfdistdir}/tex/plain/config/etex.ini %{_texmfdistdir}/tex/plain/config/omega.ini %{_texmfdistdir}/tex/plain/config/pdfbplain.ini %{_texmfdistdir}/tex/plain/config/pdfetex.ini %{_texmfdistdir}/tex/plain/config/pdftexmagfix.tex %{_texmfdistdir}/tex/plain/config/tex.ini %{_texmfdistdir}/tex/plain/config/unicode-letters.def %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-plain-%{texlive_version}.%{texlive_noarch}.3.141592653svn43076-%{release}-zypper %endif %package -n texlive-plain-doc Version: %{texlive_version}.%{texlive_noarch}.svn28424 Release: 0 Summary: A list of plain.tex cs names License: SUSE-Public-Domain Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source3: plain-doc.doc.tar.xz %description -n texlive-plain-doc The document constitutes a list of every control sequence name (csname) described in the TeXbook, together with an indication of whether the csname is a primitive TeX command, or is defined in plain.tex date: 2016-06-24 17:18:15 +0000 %post -n texlive-plain-doc mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-plain-doc mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-plain-doc %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-plain-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/plain/plain-doc/csname.txt %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-plain-doc-%{texlive_version}.%{texlive_noarch}.svn28424-%{release}-zypper %endif %package -n texlive-plainpkg Version: %{texlive_version}.%{texlive_noarch}.0.0.4asvn27765 Release: 0 Summary: A minimal method for making generic packages License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-plainpkg-doc >= %{texlive_version} Provides: tex(plainpkg.tex) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source4: plainpkg.tar.xz Source5: plainpkg.doc.tar.xz %description -n texlive-plainpkg The package provides a minimal method for making generic (i.e., TeX-format-independent) packaged, combining maybeload functionality, fallback definitions for LaTeX \ProvidesPackage and \RequirePackage functionality, and handling of arbitrary (multiple) "private letters" (analagous LaTeX packages' use of "@") in nested package files. The documentation contains a central reference for making and using generic packages based on the package. date: 2016-06-24 17:18:15 +0000 %package -n texlive-plainpkg-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.4asvn27765 Release: 0 Summary: Documentation for texlive-plainpkg License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-plainpkg-doc This package includes the documentation for texlive-plainpkg %post -n texlive-plainpkg mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-plainpkg mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-plainpkg %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-plainpkg-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/plainpkg/README %{_texmfdistdir}/doc/generic/plainpkg/SrcFILEs.txt %{_texmfdistdir}/doc/generic/plainpkg/plainpkg-doc.pdf %files -n texlive-plainpkg %defattr(-,root,root,755) %{_texmfdistdir}/tex/generic/plainpkg/plainpkg.tex %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-plainpkg-%{texlive_version}.%{texlive_noarch}.0.0.4asvn27765-%{release}-zypper %endif %package -n texlive-plantslabels Version: %{texlive_version}.%{texlive_noarch}.1.0svn29803 Release: 0 Summary: Write labels for plants License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-plantslabels-doc >= %{texlive_version} Provides: tex(plantslabels.sty) Requires: tex(graphicx.sty) Requires: tex(labels.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source6: plantslabels.tar.xz Source7: plantslabels.doc.tar.xz %description -n texlive-plantslabels The package defines a command \plant, which has three mandatory and seven optional argument. The package uses the labels date: 2016-06-24 17:18:15 +0000 %package -n texlive-plantslabels-doc Version: %{texlive_version}.%{texlive_noarch}.1.0svn29803 Release: 0 Summary: Documentation for texlive-plantslabels License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-plantslabels-doc This package includes the documentation for texlive-plantslabels %post -n texlive-plantslabels mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-plantslabels mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-plantslabels %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-plantslabels-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/plantslabels/README %{_texmfdistdir}/doc/latex/plantslabels/doc/pdf/plantslabels.pdf %{_texmfdistdir}/doc/latex/plantslabels/doc/tex/Makefile %{_texmfdistdir}/doc/latex/plantslabels/doc/tex/perso.ist %{_texmfdistdir}/doc/latex/plantslabels/doc/tex/plantslabels.forlisting %{_texmfdistdir}/doc/latex/plantslabels/doc/tex/plantslabels.tex %{_texmfdistdir}/doc/latex/plantslabels/example/pdf/example.pdf %{_texmfdistdir}/doc/latex/plantslabels/example/tex/cactus.eps %{_texmfdistdir}/doc/latex/plantslabels/example/tex/example.tex %files -n texlive-plantslabels %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/plantslabels/plantslabels.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-plantslabels-%{texlive_version}.%{texlive_noarch}.1.0svn29803-%{release}-zypper %endif %package -n texlive-plari Version: %{texlive_version}.%{texlive_noarch}.svn15878 Release: 0 Summary: Typesetting stageplay scripts License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-plari-doc >= %{texlive_version} Provides: tex(plari.cls) Requires: tex(report.cls) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source8: plari.tar.xz Source9: plari.doc.tar.xz %description -n texlive-plari Plari (the name comes from the Finnish usage for the working copy of a play) is a report-alike class, without section headings, and with paragraphs vertically separated rather than indented. date: 2016-06-24 17:18:15 +0000 %package -n texlive-plari-doc Version: %{texlive_version}.%{texlive_noarch}.svn15878 Release: 0 Summary: Documentation for texlive-plari License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-plari-doc This package includes the documentation for texlive-plari %post -n texlive-plari mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-plari mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-plari %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-plari-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/plari/COPYING %{_texmfdistdir}/doc/latex/plari/README %{_texmfdistdir}/doc/latex/plari/plari.pdf %files -n texlive-plari %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/plari/plari.cls %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-plari-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper %endif %package -n texlive-plates Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn15878 Release: 0 Summary: Arrange for "plates" sections of documents License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-plates-doc >= %{texlive_version} Provides: tex(endplate.sty) Provides: tex(plates.sty) Requires: tex(ifthen.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source10: plates.tar.xz Source11: plates.doc.tar.xz %description -n texlive-plates The plates package provides a simple facility for inserting colour figures in a document when they should be gathered and printed together as in a book's section of colour plates. The package provides a plate environment that takes the place of the figure environment for such colour images. date: 2016-06-24 17:18:15 +0000 %package -n texlive-plates-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn15878 Release: 0 Summary: Documentation for texlive-plates License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-plates-doc This package includes the documentation for texlive-plates %post -n texlive-plates mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-plates mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-plates %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-plates-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/plates/README %{_texmfdistdir}/doc/latex/plates/plates.pdf %{_texmfdistdir}/doc/latex/plates/plates.tex %files -n texlive-plates %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/plates/endplate.sty %{_texmfdistdir}/tex/latex/plates/plates.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-plates-%{texlive_version}.%{texlive_noarch}.0.0.1svn15878-%{release}-zypper %endif %package -n texlive-platex Version: %{texlive_version}.%{texlive_noarch}.svn44209 Release: 0 Summary: PLaTeX2e and miscellaneous macros for pTeX License: BSD-3-Clause Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires: texlive-babel >= %{texlive_version} Requires: texlive-cm >= %{texlive_version} Requires: texlive-hyphen-base >= %{texlive_version} Requires: texlive-latex >= %{texlive_version} Requires: texlive-latex-fonts >= %{texlive_version} Requires: texlive-ptex >= %{texlive_version} Requires: texlive-ptex-fonts >= %{texlive_version} Requires(pre): texlive-platex-bin >= %{texlive_version} #!BuildIgnore: texlive-platex-bin Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(post): findutils Requires(post): grep Requires(post): sed Requires(post): texlive >= %{texlive_version} Requires(post): tex(language.dat) Requires(post): tex(language.def) Requires(post): tex(language.dat.lua) #!BuildIgnore: tex(language.dat) #!BuildIgnore: tex(language.def) #!BuildIgnore: tex(language.dat.lua) Requires(postun): findutils Requires(postun): grep Requires(postun): sed Requires(postun): texlive >= %{texlive_version} Requires(postun): tex(language.dat) Requires(postun): tex(language.def) Requires(postun): tex(language.dat.lua) Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-platex-doc >= %{texlive_version} Provides: tex(ascmac.sty) Provides: tex(exppl2e.sty) Provides: tex(jarticle.cls) Provides: tex(jarticle.sty) Provides: tex(jbk10.clo) Provides: tex(jbk11.clo) Provides: tex(jbk12.clo) Provides: tex(jbook.cls) Provides: tex(jbook.sty) Provides: tex(jltxdoc.cls) Provides: tex(jreport.cls) Provides: tex(jreport.sty) Provides: tex(jsize10.clo) Provides: tex(jsize11.clo) Provides: tex(jsize12.clo) Provides: tex(jt1gt.fd) Provides: tex(jt1mc.fd) Provides: tex(jy1gt.fd) Provides: tex(jy1mc.fd) Provides: tex(kinsoku.tex) Provides: tex(nidanfloat.sty) Provides: tex(oldpfont.sty) Provides: tex(pfltrace.sty) Provides: tex(pl209.def) Provides: tex(platexrelease.sty) Provides: tex(plext.sty) Provides: tex(ptrace.sty) Provides: tex(tarticle.cls) Provides: tex(tarticle.sty) Provides: tex(tascmac.sty) Provides: tex(tbk10.clo) Provides: tex(tbk11.clo) Provides: tex(tbk12.clo) Provides: tex(tbook.cls) Provides: tex(tbook.sty) Provides: tex(treport.cls) Provides: tex(treport.sty) Provides: tex(tsize10.clo) Provides: tex(tsize11.clo) Provides: tex(tsize12.clo) Requires: tex(ltxdoc.cls) Requires: tex(oldlfont.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source12: platex.tar.xz Source13: platex.doc.tar.xz %description -n texlive-platex The bundle provides pLaTeX2e and miscellaneous macros for pTeX and e-pTeX. This is a community edition forked from the original ASCII edition (ptex-texmf-2.5). date: 2017-05-05 10:45:11 +0000 %package -n texlive-platex-doc Version: %{texlive_version}.%{texlive_noarch}.svn44209 Release: 0 Summary: Documentation for texlive-platex License: BSD-3-Clause Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Provides: locale(texlive-platex-doc:ja) %description -n texlive-platex-doc This package includes the documentation for texlive-platex %post -n texlive-platex mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update > /var/run/texlive/run-fmtutil.platex sed -ri 's/^\#\![[= =]]+platex\b.*/platex eptex language.dat *platex.ini/' %{_texmfconfdir}/web2c/fmtutil.cnf || : %postun -n texlive-platex mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then sed -ri 's/^(platex\b)/\#\!\ \1/' %{_texmfconfdir}/web2c/fmtutil.cnf || : rm -f %{_texmfvardir}/web2c/eptex/platex.* exit 0 fi %triggerin -n texlive-platex -- texlive-babel > /var/run/texlive/run-fmtutil.platex %triggerun -n texlive-platex -- texlive-babel > /var/run/texlive/run-fmtutil.platex %triggerin -n texlive-platex -- texlive-cm > /var/run/texlive/run-fmtutil.platex %triggerun -n texlive-platex -- texlive-cm > /var/run/texlive/run-fmtutil.platex %triggerin -n texlive-platex -- texlive-hyphen-base > /var/run/texlive/run-fmtutil.platex %triggerun -n texlive-platex -- texlive-hyphen-base > /var/run/texlive/run-fmtutil.platex %triggerin -n texlive-platex -- texlive-latex > /var/run/texlive/run-fmtutil.platex %triggerun -n texlive-platex -- texlive-latex > /var/run/texlive/run-fmtutil.platex %triggerin -n texlive-platex -- texlive-latex-fonts > /var/run/texlive/run-fmtutil.platex %triggerun -n texlive-platex -- texlive-latex-fonts > /var/run/texlive/run-fmtutil.platex %triggerin -n texlive-platex -- texlive-ptex-fonts > /var/run/texlive/run-fmtutil.platex %triggerun -n texlive-platex -- texlive-ptex-fonts > /var/run/texlive/run-fmtutil.platex %posttrans -n texlive-platex %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-platex-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/platex/base/Changes_asciimw.txt %{_texmfdistdir}/doc/platex/base/LICENSE %{_texmfdistdir}/doc/platex/base/README.md %{_texmfdistdir}/doc/platex/base/README2_asciimw.txt %{_texmfdistdir}/doc/platex/base/README_asciimw.txt %{_texmfdistdir}/doc/platex/base/ascmac.pdf %{_texmfdistdir}/doc/platex/base/exppl2e.pdf %{_texmfdistdir}/doc/platex/base/nidanfloat.pdf %{_texmfdistdir}/doc/platex/base/platex.pdf %{_texmfdistdir}/doc/platex/base/platexrelease.pdf %{_texmfdistdir}/doc/platex/base/pldoc.pdf %files -n texlive-platex %defattr(-,root,root,755) %{_texmfdistdir}/tex/platex/base/ascmac.sty %{_texmfdistdir}/tex/platex/base/exppl2e.sty %{_texmfdistdir}/tex/platex/base/jarticle.cls %{_texmfdistdir}/tex/platex/base/jarticle.sty %{_texmfdistdir}/tex/platex/base/jbk10.clo %{_texmfdistdir}/tex/platex/base/jbk11.clo %{_texmfdistdir}/tex/platex/base/jbk12.clo %{_texmfdistdir}/tex/platex/base/jbook.cls %{_texmfdistdir}/tex/platex/base/jbook.sty %{_texmfdistdir}/tex/platex/base/jltxdoc.cls %{_texmfdistdir}/tex/platex/base/jreport.cls %{_texmfdistdir}/tex/platex/base/jreport.sty %{_texmfdistdir}/tex/platex/base/jsize10.clo %{_texmfdistdir}/tex/platex/base/jsize11.clo %{_texmfdistdir}/tex/platex/base/jsize12.clo %{_texmfdistdir}/tex/platex/base/jt1gt.fd %{_texmfdistdir}/tex/platex/base/jt1mc.fd %{_texmfdistdir}/tex/platex/base/jy1gt.fd %{_texmfdistdir}/tex/platex/base/jy1mc.fd %{_texmfdistdir}/tex/platex/base/kinsoku.tex %{_texmfdistdir}/tex/platex/base/nidanfloat.sty %{_texmfdistdir}/tex/platex/base/oldpfont.sty %{_texmfdistdir}/tex/platex/base/pfltrace.sty %{_texmfdistdir}/tex/platex/base/pl209.def %{_texmfdistdir}/tex/platex/base/platex.ltx %{_texmfdistdir}/tex/platex/base/platexrelease.sty %{_texmfdistdir}/tex/platex/base/plcore.ltx %{_texmfdistdir}/tex/platex/base/pldefs.ltx %{_texmfdistdir}/tex/platex/base/plext.sty %{_texmfdistdir}/tex/platex/base/ptrace.sty %{_texmfdistdir}/tex/platex/base/tarticle.cls %{_texmfdistdir}/tex/platex/base/tarticle.sty %{_texmfdistdir}/tex/platex/base/tascmac.sty %{_texmfdistdir}/tex/platex/base/tbk10.clo %{_texmfdistdir}/tex/platex/base/tbk11.clo %{_texmfdistdir}/tex/platex/base/tbk12.clo %{_texmfdistdir}/tex/platex/base/tbook.cls %{_texmfdistdir}/tex/platex/base/tbook.sty %{_texmfdistdir}/tex/platex/base/treport.cls %{_texmfdistdir}/tex/platex/base/treport.sty %{_texmfdistdir}/tex/platex/base/tsize10.clo %{_texmfdistdir}/tex/platex/base/tsize11.clo %{_texmfdistdir}/tex/platex/base/tsize12.clo %{_texmfdistdir}/tex/platex/config/platex.ini %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-platex-%{texlive_version}.%{texlive_noarch}.svn44209-%{release}-zypper %endif %package -n texlive-platex-tools Version: %{texlive_version}.%{texlive_noarch}.svn44208 Release: 0 Summary: PLaTeX standard tools bundle License: BSD-3-Clause Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-platex-tools-doc >= %{texlive_version} Provides: tex(bounddvi.sty) Provides: tex(plextarray.sty) Provides: tex(plextdelarray.sty) Provides: tex(pxeverysel.sty) Provides: tex(pxeveryshi.sty) Provides: tex(pxftnright.sty) Provides: tex(pxgentombow.sty) Requires: tex(array.sty) Requires: tex(delarray.sty) Requires: tex(everysel.sty) Requires: tex(ftnright.sty) Requires: tex(plext.sty) Requires: tex(uptrace.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source14: platex-tools.tar.xz Source15: platex-tools.doc.tar.xz %description -n texlive-platex-tools This bundle is an extended version of the latex-tools bundle developed by the LaTeX team, mainly intended to support pLaTeX2e and upLaTeX2e. Currently patches for the latex-tools bundle and Martin Schroder's ms bundle are included. It also contains the package bounddvi, which sets the papersize special in DVI files and can be used in both vertical and horizontal writing directions. date: 2017-05-05 11:48:41 +0000 %package -n texlive-platex-tools-doc Version: %{texlive_version}.%{texlive_noarch}.svn44208 Release: 0 Summary: Documentation for texlive-platex-tools License: BSD-3-Clause Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Provides: locale(texlive-platex-tools-doc:ja) %description -n texlive-platex-tools-doc This package includes the documentation for texlive-platex-tools %post -n texlive-platex-tools mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-platex-tools mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-platex-tools %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-platex-tools-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/platex-tools/LICENSE %{_texmfdistdir}/doc/latex/platex-tools/Makefile %{_texmfdistdir}/doc/latex/platex-tools/README.md %{_texmfdistdir}/doc/latex/platex-tools/bounddvi-en.pdf %{_texmfdistdir}/doc/latex/platex-tools/bounddvi-en.tex %{_texmfdistdir}/doc/latex/platex-tools/bounddvi.pdf %{_texmfdistdir}/doc/latex/platex-tools/bounddvi.tex %{_texmfdistdir}/doc/latex/platex-tools/plextarray.pdf %{_texmfdistdir}/doc/latex/platex-tools/plextarray.tex %{_texmfdistdir}/doc/latex/platex-tools/plextdelarray.pdf %{_texmfdistdir}/doc/latex/platex-tools/plextdelarray.tex %{_texmfdistdir}/doc/latex/platex-tools/pxeverysel.pdf %{_texmfdistdir}/doc/latex/platex-tools/pxeverysel.tex %{_texmfdistdir}/doc/latex/platex-tools/pxeveryshi.pdf %{_texmfdistdir}/doc/latex/platex-tools/pxeveryshi.tex %{_texmfdistdir}/doc/latex/platex-tools/pxftnright.pdf %{_texmfdistdir}/doc/latex/platex-tools/pxftnright.tex %{_texmfdistdir}/doc/latex/platex-tools/pxgentombow.pdf %{_texmfdistdir}/doc/latex/platex-tools/pxgentombow.tex %files -n texlive-platex-tools %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/platex-tools/bounddvi.sty %{_texmfdistdir}/tex/latex/platex-tools/plextarray.sty %{_texmfdistdir}/tex/latex/platex-tools/plextdelarray.sty %{_texmfdistdir}/tex/latex/platex-tools/pxeverysel.sty %{_texmfdistdir}/tex/latex/platex-tools/pxeveryshi.sty %{_texmfdistdir}/tex/latex/platex-tools/pxftnright.sty %{_texmfdistdir}/tex/latex/platex-tools/pxgentombow.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-platex-tools-%{texlive_version}.%{texlive_noarch}.svn44208-%{release}-zypper %endif %package -n texlive-platexcheat Version: %{texlive_version}.%{texlive_noarch}.2.0svn42918 Release: 0 Summary: A LaTeX cheat sheet, in Japanese License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source16: platexcheat.doc.tar.xz %description -n texlive-platexcheat This is a translation to Japanese of Winston Chang's LaTeX cheat sheet (a reference sheet for writing scientific papers). It has been adapted to Japanese standards using pLaTeX, and also attached additional information of "standard LaTeX" (especially about math-mode). date: 2017-01-11 18:49:56 +0000 %post -n texlive-platexcheat mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-platexcheat mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-platexcheat %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-platexcheat %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/platexcheat/LICENSE %{_texmfdistdir}/doc/latex/platexcheat/README.md %{_texmfdistdir}/doc/latex/platexcheat/platexsample.pdf %{_texmfdistdir}/doc/latex/platexcheat/platexsample.tex %{_texmfdistdir}/doc/latex/platexcheat/platexsheet.pdf %{_texmfdistdir}/doc/latex/platexcheat/platexsheet.tex %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-platexcheat-%{texlive_version}.%{texlive_noarch}.2.0svn42918-%{release}-zypper %endif %package -n texlive-play Version: %{texlive_version}.%{texlive_noarch}.svn15878 Release: 0 Summary: Typeset drama using LaTeX License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-play-doc >= %{texlive_version} Provides: tex(play.cls) Provides: tex(play.sty) Requires: tex(book.cls) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source17: play.tar.xz Source18: play.doc.tar.xz %description -n texlive-play A class and style file that supports the typesetting of plays, including options for line numbering. date: 2016-06-24 17:18:15 +0000 %package -n texlive-play-doc Version: %{texlive_version}.%{texlive_noarch}.svn15878 Release: 0 Summary: Documentation for texlive-play License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-play-doc This package includes the documentation for texlive-play %post -n texlive-play mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-play mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-play %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-play-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/play/README %files -n texlive-play %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/play/play.cls %{_texmfdistdir}/tex/latex/play/play.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-play-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper %endif %package -n texlive-playfair Version: %{texlive_version}.%{texlive_noarch}.svn34236 Release: 0 Summary: Playfair Display fonts with LaTeX support License: OFL-1.1 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(post): findutils Requires(post): grep Requires(post): sed Requires(post): texlive >= %{texlive_version} Requires(post): tex(updmap.cfg) #!BuildIgnore: tex(updmap.cfg) Requires(postun): findutils Requires(postun): grep Requires(postun): sed Requires(postun): texlive >= %{texlive_version} Requires(postun): tex(updmap.cfg) Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Requires: texlive-playfair-fonts >= %{texlive_version} Recommends: texlive-playfair-doc >= %{texlive_version} Provides: tex(LY1PlayfairDisplay-LF.fd) Provides: tex(LY1PlayfairDisplay-OsF.fd) Provides: tex(LY1PlayfairDisplay-Sup.fd) Provides: tex(OT1PlayfairDisplay-LF.fd) Provides: tex(OT1PlayfairDisplay-OsF.fd) Provides: tex(OT1PlayfairDisplay-Sup.fd) Provides: tex(PlayfairDisplay-Black-lf-ly1--base.tfm) Provides: tex(PlayfairDisplay-Black-lf-ly1.tfm) Provides: tex(PlayfairDisplay-Black-lf-ly1.vf) Provides: tex(PlayfairDisplay-Black-lf-ot1.tfm) Provides: tex(PlayfairDisplay-Black-lf-sc-ly1--base.tfm) Provides: tex(PlayfairDisplay-Black-lf-sc-ly1.tfm) Provides: tex(PlayfairDisplay-Black-lf-sc-ly1.vf) Provides: tex(PlayfairDisplay-Black-lf-sc-ot1--base.tfm) Provides: tex(PlayfairDisplay-Black-lf-sc-ot1.tfm) Provides: tex(PlayfairDisplay-Black-lf-sc-ot1.vf) Provides: tex(PlayfairDisplay-Black-lf-sc-t1--base.tfm) Provides: tex(PlayfairDisplay-Black-lf-sc-t1.tfm) Provides: tex(PlayfairDisplay-Black-lf-sc-t1.vf) Provides: tex(PlayfairDisplay-Black-lf-t1--base.tfm) Provides: tex(PlayfairDisplay-Black-lf-t1.tfm) Provides: tex(PlayfairDisplay-Black-lf-t1.vf) Provides: tex(PlayfairDisplay-Black-lf-ts1--base.tfm) Provides: tex(PlayfairDisplay-Black-lf-ts1.tfm) Provides: tex(PlayfairDisplay-Black-lf-ts1.vf) Provides: tex(PlayfairDisplay-Black-osf-ly1--base.tfm) Provides: tex(PlayfairDisplay-Black-osf-ly1.tfm) Provides: tex(PlayfairDisplay-Black-osf-ly1.vf) Provides: tex(PlayfairDisplay-Black-osf-ot1.tfm) Provides: tex(PlayfairDisplay-Black-osf-sc-ly1--base.tfm) Provides: tex(PlayfairDisplay-Black-osf-sc-ly1.tfm) Provides: tex(PlayfairDisplay-Black-osf-sc-ly1.vf) Provides: tex(PlayfairDisplay-Black-osf-sc-ot1--base.tfm) Provides: tex(PlayfairDisplay-Black-osf-sc-ot1.tfm) Provides: tex(PlayfairDisplay-Black-osf-sc-ot1.vf) Provides: tex(PlayfairDisplay-Black-osf-sc-t1--base.tfm) Provides: tex(PlayfairDisplay-Black-osf-sc-t1.tfm) Provides: tex(PlayfairDisplay-Black-osf-sc-t1.vf) Provides: tex(PlayfairDisplay-Black-osf-t1--base.tfm) Provides: tex(PlayfairDisplay-Black-osf-t1.tfm) Provides: tex(PlayfairDisplay-Black-osf-t1.vf) Provides: tex(PlayfairDisplay-Black-osf-ts1--base.tfm) Provides: tex(PlayfairDisplay-Black-osf-ts1.tfm) Provides: tex(PlayfairDisplay-Black-osf-ts1.vf) Provides: tex(PlayfairDisplay-Black-sup-ly1--base.tfm) Provides: tex(PlayfairDisplay-Black-sup-ly1.tfm) Provides: tex(PlayfairDisplay-Black-sup-ly1.vf) Provides: tex(PlayfairDisplay-Black-sup-ot1.tfm) Provides: tex(PlayfairDisplay-Black-sup-t1--base.tfm) Provides: tex(PlayfairDisplay-Black-sup-t1.tfm) Provides: tex(PlayfairDisplay-Black-sup-t1.vf) Provides: tex(PlayfairDisplay-BlackItalic-lf-ly1--base.tfm) Provides: tex(PlayfairDisplay-BlackItalic-lf-ly1.tfm) Provides: tex(PlayfairDisplay-BlackItalic-lf-ly1.vf) Provides: tex(PlayfairDisplay-BlackItalic-lf-ot1.tfm) Provides: tex(PlayfairDisplay-BlackItalic-lf-sc-ly1--base.tfm) Provides: tex(PlayfairDisplay-BlackItalic-lf-sc-ly1.tfm) Provides: tex(PlayfairDisplay-BlackItalic-lf-sc-ly1.vf) Provides: tex(PlayfairDisplay-BlackItalic-lf-sc-ot1--base.tfm) Provides: tex(PlayfairDisplay-BlackItalic-lf-sc-ot1.tfm) Provides: tex(PlayfairDisplay-BlackItalic-lf-sc-ot1.vf) Provides: tex(PlayfairDisplay-BlackItalic-lf-sc-t1--base.tfm) Provides: tex(PlayfairDisplay-BlackItalic-lf-sc-t1.tfm) Provides: tex(PlayfairDisplay-BlackItalic-lf-sc-t1.vf) Provides: tex(PlayfairDisplay-BlackItalic-lf-t1--base.tfm) Provides: tex(PlayfairDisplay-BlackItalic-lf-t1.tfm) Provides: tex(PlayfairDisplay-BlackItalic-lf-t1.vf) Provides: tex(PlayfairDisplay-BlackItalic-lf-ts1--base.tfm) Provides: tex(PlayfairDisplay-BlackItalic-lf-ts1.tfm) Provides: tex(PlayfairDisplay-BlackItalic-lf-ts1.vf) Provides: tex(PlayfairDisplay-BlackItalic-osf-ly1--base.tfm) Provides: tex(PlayfairDisplay-BlackItalic-osf-ly1.tfm) Provides: tex(PlayfairDisplay-BlackItalic-osf-ly1.vf) Provides: tex(PlayfairDisplay-BlackItalic-osf-ot1.tfm) Provides: tex(PlayfairDisplay-BlackItalic-osf-sc-ly1--base.tfm) Provides: tex(PlayfairDisplay-BlackItalic-osf-sc-ly1.tfm) Provides: tex(PlayfairDisplay-BlackItalic-osf-sc-ly1.vf) Provides: tex(PlayfairDisplay-BlackItalic-osf-sc-ot1--base.tfm) Provides: tex(PlayfairDisplay-BlackItalic-osf-sc-ot1.tfm) Provides: tex(PlayfairDisplay-BlackItalic-osf-sc-ot1.vf) Provides: tex(PlayfairDisplay-BlackItalic-osf-sc-t1--base.tfm) Provides: tex(PlayfairDisplay-BlackItalic-osf-sc-t1.tfm) Provides: tex(PlayfairDisplay-BlackItalic-osf-sc-t1.vf) Provides: tex(PlayfairDisplay-BlackItalic-osf-t1--base.tfm) Provides: tex(PlayfairDisplay-BlackItalic-osf-t1.tfm) Provides: tex(PlayfairDisplay-BlackItalic-osf-t1.vf) Provides: tex(PlayfairDisplay-BlackItalic-osf-ts1--base.tfm) Provides: tex(PlayfairDisplay-BlackItalic-osf-ts1.tfm) Provides: tex(PlayfairDisplay-BlackItalic-osf-ts1.vf) Provides: tex(PlayfairDisplay-BlackItalic-sup-ly1--base.tfm) Provides: tex(PlayfairDisplay-BlackItalic-sup-ly1.tfm) Provides: tex(PlayfairDisplay-BlackItalic-sup-ly1.vf) Provides: tex(PlayfairDisplay-BlackItalic-sup-ot1.tfm) Provides: tex(PlayfairDisplay-BlackItalic-sup-t1--base.tfm) Provides: tex(PlayfairDisplay-BlackItalic-sup-t1.tfm) Provides: tex(PlayfairDisplay-BlackItalic-sup-t1.vf) Provides: tex(PlayfairDisplay-Bold-lf-ly1--base.tfm) Provides: tex(PlayfairDisplay-Bold-lf-ly1.tfm) Provides: tex(PlayfairDisplay-Bold-lf-ly1.vf) Provides: tex(PlayfairDisplay-Bold-lf-ot1.tfm) Provides: tex(PlayfairDisplay-Bold-lf-sc-ly1--base.tfm) Provides: tex(PlayfairDisplay-Bold-lf-sc-ly1.tfm) Provides: tex(PlayfairDisplay-Bold-lf-sc-ly1.vf) Provides: tex(PlayfairDisplay-Bold-lf-sc-ot1--base.tfm) Provides: tex(PlayfairDisplay-Bold-lf-sc-ot1.tfm) Provides: tex(PlayfairDisplay-Bold-lf-sc-ot1.vf) Provides: tex(PlayfairDisplay-Bold-lf-sc-t1--base.tfm) Provides: tex(PlayfairDisplay-Bold-lf-sc-t1.tfm) Provides: tex(PlayfairDisplay-Bold-lf-sc-t1.vf) Provides: tex(PlayfairDisplay-Bold-lf-t1--base.tfm) Provides: tex(PlayfairDisplay-Bold-lf-t1.tfm) Provides: tex(PlayfairDisplay-Bold-lf-t1.vf) Provides: tex(PlayfairDisplay-Bold-lf-ts1--base.tfm) Provides: tex(PlayfairDisplay-Bold-lf-ts1.tfm) Provides: tex(PlayfairDisplay-Bold-lf-ts1.vf) Provides: tex(PlayfairDisplay-Bold-osf-ly1--base.tfm) Provides: tex(PlayfairDisplay-Bold-osf-ly1.tfm) Provides: tex(PlayfairDisplay-Bold-osf-ly1.vf) Provides: tex(PlayfairDisplay-Bold-osf-ot1.tfm) Provides: tex(PlayfairDisplay-Bold-osf-sc-ly1--base.tfm) Provides: tex(PlayfairDisplay-Bold-osf-sc-ly1.tfm) Provides: tex(PlayfairDisplay-Bold-osf-sc-ly1.vf) Provides: tex(PlayfairDisplay-Bold-osf-sc-ot1--base.tfm) Provides: tex(PlayfairDisplay-Bold-osf-sc-ot1.tfm) Provides: tex(PlayfairDisplay-Bold-osf-sc-ot1.vf) Provides: tex(PlayfairDisplay-Bold-osf-sc-t1--base.tfm) Provides: tex(PlayfairDisplay-Bold-osf-sc-t1.tfm) Provides: tex(PlayfairDisplay-Bold-osf-sc-t1.vf) Provides: tex(PlayfairDisplay-Bold-osf-t1--base.tfm) Provides: tex(PlayfairDisplay-Bold-osf-t1.tfm) Provides: tex(PlayfairDisplay-Bold-osf-t1.vf) Provides: tex(PlayfairDisplay-Bold-osf-ts1--base.tfm) Provides: tex(PlayfairDisplay-Bold-osf-ts1.tfm) Provides: tex(PlayfairDisplay-Bold-osf-ts1.vf) Provides: tex(PlayfairDisplay-Bold-sup-ly1--base.tfm) Provides: tex(PlayfairDisplay-Bold-sup-ly1.tfm) Provides: tex(PlayfairDisplay-Bold-sup-ly1.vf) Provides: tex(PlayfairDisplay-Bold-sup-ot1.tfm) Provides: tex(PlayfairDisplay-Bold-sup-t1--base.tfm) Provides: tex(PlayfairDisplay-Bold-sup-t1.tfm) Provides: tex(PlayfairDisplay-Bold-sup-t1.vf) Provides: tex(PlayfairDisplay-BoldItalic-lf-ly1--base.tfm) Provides: tex(PlayfairDisplay-BoldItalic-lf-ly1.tfm) Provides: tex(PlayfairDisplay-BoldItalic-lf-ly1.vf) Provides: tex(PlayfairDisplay-BoldItalic-lf-ot1.tfm) Provides: tex(PlayfairDisplay-BoldItalic-lf-sc-ly1--base.tfm) Provides: tex(PlayfairDisplay-BoldItalic-lf-sc-ly1.tfm) Provides: tex(PlayfairDisplay-BoldItalic-lf-sc-ly1.vf) Provides: tex(PlayfairDisplay-BoldItalic-lf-sc-ot1--base.tfm) Provides: tex(PlayfairDisplay-BoldItalic-lf-sc-ot1.tfm) Provides: tex(PlayfairDisplay-BoldItalic-lf-sc-ot1.vf) Provides: tex(PlayfairDisplay-BoldItalic-lf-sc-t1--base.tfm) Provides: tex(PlayfairDisplay-BoldItalic-lf-sc-t1.tfm) Provides: tex(PlayfairDisplay-BoldItalic-lf-sc-t1.vf) Provides: tex(PlayfairDisplay-BoldItalic-lf-t1--base.tfm) Provides: tex(PlayfairDisplay-BoldItalic-lf-t1.tfm) Provides: tex(PlayfairDisplay-BoldItalic-lf-t1.vf) Provides: tex(PlayfairDisplay-BoldItalic-lf-ts1--base.tfm) Provides: tex(PlayfairDisplay-BoldItalic-lf-ts1.tfm) Provides: tex(PlayfairDisplay-BoldItalic-lf-ts1.vf) Provides: tex(PlayfairDisplay-BoldItalic-osf-ly1--base.tfm) Provides: tex(PlayfairDisplay-BoldItalic-osf-ly1.tfm) Provides: tex(PlayfairDisplay-BoldItalic-osf-ly1.vf) Provides: tex(PlayfairDisplay-BoldItalic-osf-ot1.tfm) Provides: tex(PlayfairDisplay-BoldItalic-osf-sc-ly1--base.tfm) Provides: tex(PlayfairDisplay-BoldItalic-osf-sc-ly1.tfm) Provides: tex(PlayfairDisplay-BoldItalic-osf-sc-ly1.vf) Provides: tex(PlayfairDisplay-BoldItalic-osf-sc-ot1--base.tfm) Provides: tex(PlayfairDisplay-BoldItalic-osf-sc-ot1.tfm) Provides: tex(PlayfairDisplay-BoldItalic-osf-sc-ot1.vf) Provides: tex(PlayfairDisplay-BoldItalic-osf-sc-t1--base.tfm) Provides: tex(PlayfairDisplay-BoldItalic-osf-sc-t1.tfm) Provides: tex(PlayfairDisplay-BoldItalic-osf-sc-t1.vf) Provides: tex(PlayfairDisplay-BoldItalic-osf-t1--base.tfm) Provides: tex(PlayfairDisplay-BoldItalic-osf-t1.tfm) Provides: tex(PlayfairDisplay-BoldItalic-osf-t1.vf) Provides: tex(PlayfairDisplay-BoldItalic-osf-ts1--base.tfm) Provides: tex(PlayfairDisplay-BoldItalic-osf-ts1.tfm) Provides: tex(PlayfairDisplay-BoldItalic-osf-ts1.vf) Provides: tex(PlayfairDisplay-BoldItalic-sup-ly1--base.tfm) Provides: tex(PlayfairDisplay-BoldItalic-sup-ly1.tfm) Provides: tex(PlayfairDisplay-BoldItalic-sup-ly1.vf) Provides: tex(PlayfairDisplay-BoldItalic-sup-ot1.tfm) Provides: tex(PlayfairDisplay-BoldItalic-sup-t1--base.tfm) Provides: tex(PlayfairDisplay-BoldItalic-sup-t1.tfm) Provides: tex(PlayfairDisplay-BoldItalic-sup-t1.vf) Provides: tex(PlayfairDisplay-Italic-lf-ly1--base.tfm) Provides: tex(PlayfairDisplay-Italic-lf-ly1.tfm) Provides: tex(PlayfairDisplay-Italic-lf-ly1.vf) Provides: tex(PlayfairDisplay-Italic-lf-ot1.tfm) Provides: tex(PlayfairDisplay-Italic-lf-sc-ly1--base.tfm) Provides: tex(PlayfairDisplay-Italic-lf-sc-ly1.tfm) Provides: tex(PlayfairDisplay-Italic-lf-sc-ly1.vf) Provides: tex(PlayfairDisplay-Italic-lf-sc-ot1--base.tfm) Provides: tex(PlayfairDisplay-Italic-lf-sc-ot1.tfm) Provides: tex(PlayfairDisplay-Italic-lf-sc-ot1.vf) Provides: tex(PlayfairDisplay-Italic-lf-sc-t1--base.tfm) Provides: tex(PlayfairDisplay-Italic-lf-sc-t1.tfm) Provides: tex(PlayfairDisplay-Italic-lf-sc-t1.vf) Provides: tex(PlayfairDisplay-Italic-lf-t1--base.tfm) Provides: tex(PlayfairDisplay-Italic-lf-t1.tfm) Provides: tex(PlayfairDisplay-Italic-lf-t1.vf) Provides: tex(PlayfairDisplay-Italic-lf-ts1--base.tfm) Provides: tex(PlayfairDisplay-Italic-lf-ts1.tfm) Provides: tex(PlayfairDisplay-Italic-lf-ts1.vf) Provides: tex(PlayfairDisplay-Italic-osf-ly1--base.tfm) Provides: tex(PlayfairDisplay-Italic-osf-ly1.tfm) Provides: tex(PlayfairDisplay-Italic-osf-ly1.vf) Provides: tex(PlayfairDisplay-Italic-osf-ot1.tfm) Provides: tex(PlayfairDisplay-Italic-osf-sc-ly1--base.tfm) Provides: tex(PlayfairDisplay-Italic-osf-sc-ly1.tfm) Provides: tex(PlayfairDisplay-Italic-osf-sc-ly1.vf) Provides: tex(PlayfairDisplay-Italic-osf-sc-ot1--base.tfm) Provides: tex(PlayfairDisplay-Italic-osf-sc-ot1.tfm) Provides: tex(PlayfairDisplay-Italic-osf-sc-ot1.vf) Provides: tex(PlayfairDisplay-Italic-osf-sc-t1--base.tfm) Provides: tex(PlayfairDisplay-Italic-osf-sc-t1.tfm) Provides: tex(PlayfairDisplay-Italic-osf-sc-t1.vf) Provides: tex(PlayfairDisplay-Italic-osf-t1--base.tfm) Provides: tex(PlayfairDisplay-Italic-osf-t1.tfm) Provides: tex(PlayfairDisplay-Italic-osf-t1.vf) Provides: tex(PlayfairDisplay-Italic-osf-ts1--base.tfm) Provides: tex(PlayfairDisplay-Italic-osf-ts1.tfm) Provides: tex(PlayfairDisplay-Italic-osf-ts1.vf) Provides: tex(PlayfairDisplay-Italic-sup-ly1--base.tfm) Provides: tex(PlayfairDisplay-Italic-sup-ly1.tfm) Provides: tex(PlayfairDisplay-Italic-sup-ly1.vf) Provides: tex(PlayfairDisplay-Italic-sup-ot1.tfm) Provides: tex(PlayfairDisplay-Italic-sup-t1--base.tfm) Provides: tex(PlayfairDisplay-Italic-sup-t1.tfm) Provides: tex(PlayfairDisplay-Italic-sup-t1.vf) Provides: tex(PlayfairDisplay-Regular-lf-ly1--base.tfm) Provides: tex(PlayfairDisplay-Regular-lf-ly1.tfm) Provides: tex(PlayfairDisplay-Regular-lf-ly1.vf) Provides: tex(PlayfairDisplay-Regular-lf-ot1.tfm) Provides: tex(PlayfairDisplay-Regular-lf-sc-ly1--base.tfm) Provides: tex(PlayfairDisplay-Regular-lf-sc-ly1.tfm) Provides: tex(PlayfairDisplay-Regular-lf-sc-ly1.vf) Provides: tex(PlayfairDisplay-Regular-lf-sc-ot1--base.tfm) Provides: tex(PlayfairDisplay-Regular-lf-sc-ot1.tfm) Provides: tex(PlayfairDisplay-Regular-lf-sc-ot1.vf) Provides: tex(PlayfairDisplay-Regular-lf-sc-t1--base.tfm) Provides: tex(PlayfairDisplay-Regular-lf-sc-t1.tfm) Provides: tex(PlayfairDisplay-Regular-lf-sc-t1.vf) Provides: tex(PlayfairDisplay-Regular-lf-t1--base.tfm) Provides: tex(PlayfairDisplay-Regular-lf-t1.tfm) Provides: tex(PlayfairDisplay-Regular-lf-t1.vf) Provides: tex(PlayfairDisplay-Regular-lf-ts1--base.tfm) Provides: tex(PlayfairDisplay-Regular-lf-ts1.tfm) Provides: tex(PlayfairDisplay-Regular-lf-ts1.vf) Provides: tex(PlayfairDisplay-Regular-osf-ly1--base.tfm) Provides: tex(PlayfairDisplay-Regular-osf-ly1.tfm) Provides: tex(PlayfairDisplay-Regular-osf-ly1.vf) Provides: tex(PlayfairDisplay-Regular-osf-ot1.tfm) Provides: tex(PlayfairDisplay-Regular-osf-sc-ly1--base.tfm) Provides: tex(PlayfairDisplay-Regular-osf-sc-ly1.tfm) Provides: tex(PlayfairDisplay-Regular-osf-sc-ly1.vf) Provides: tex(PlayfairDisplay-Regular-osf-sc-ot1--base.tfm) Provides: tex(PlayfairDisplay-Regular-osf-sc-ot1.tfm) Provides: tex(PlayfairDisplay-Regular-osf-sc-ot1.vf) Provides: tex(PlayfairDisplay-Regular-osf-sc-t1--base.tfm) Provides: tex(PlayfairDisplay-Regular-osf-sc-t1.tfm) Provides: tex(PlayfairDisplay-Regular-osf-sc-t1.vf) Provides: tex(PlayfairDisplay-Regular-osf-t1--base.tfm) Provides: tex(PlayfairDisplay-Regular-osf-t1.tfm) Provides: tex(PlayfairDisplay-Regular-osf-t1.vf) Provides: tex(PlayfairDisplay-Regular-osf-ts1--base.tfm) Provides: tex(PlayfairDisplay-Regular-osf-ts1.tfm) Provides: tex(PlayfairDisplay-Regular-osf-ts1.vf) Provides: tex(PlayfairDisplay-Regular-sup-ly1--base.tfm) Provides: tex(PlayfairDisplay-Regular-sup-ly1.tfm) Provides: tex(PlayfairDisplay-Regular-sup-ly1.vf) Provides: tex(PlayfairDisplay-Regular-sup-ot1.tfm) Provides: tex(PlayfairDisplay-Regular-sup-t1--base.tfm) Provides: tex(PlayfairDisplay-Regular-sup-t1.tfm) Provides: tex(PlayfairDisplay-Regular-sup-t1.vf) Provides: tex(PlayfairDisplay.map) Provides: tex(PlayfairDisplay.sty) Provides: tex(T1PlayfairDisplay-LF.fd) Provides: tex(T1PlayfairDisplay-OsF.fd) Provides: tex(T1PlayfairDisplay-Sup.fd) Provides: tex(TS1PlayfairDisplay-LF.fd) Provides: tex(TS1PlayfairDisplay-OsF.fd) Provides: tex(plf_5ewtu2.enc) Provides: tex(plf_6bqc7d.enc) Provides: tex(plf_723q3k.enc) Provides: tex(plf_aehru5.enc) Provides: tex(plf_apfun2.enc) Provides: tex(plf_c2cruh.enc) Provides: tex(plf_cgf2ku.enc) Provides: tex(plf_ev34te.enc) Provides: tex(plf_ilriiw.enc) Provides: tex(plf_j6ohis.enc) Provides: tex(plf_ouuek2.enc) Provides: tex(plf_qjvs44.enc) Provides: tex(plf_rmgfzq.enc) Provides: tex(plf_tcbmed.enc) Provides: tex(plf_tff5oq.enc) Provides: tex(plf_ujy7vm.enc) Provides: tex(plf_vgw77z.enc) Provides: tex(plf_vw64ij.enc) Provides: tex(plf_ybdqh4.enc) Provides: tex(plf_zcb4ya.enc) Requires: tex(fontaxes.sty) Requires: tex(fontenc.sty) Requires: tex(fontspec.sty) Requires: tex(ifluatex.sty) Requires: tex(ifxetex.sty) Requires: tex(mweights.sty) Requires: tex(textcomp.sty) Requires: tex(xkeyval.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source19: playfair.tar.xz Source20: playfair.doc.tar.xz %description -n texlive-playfair Playfair Display is well suited for titling and headlines. It has an extra large x-height and short descenders. It can be set with no leading if space is tight, for instance in news headlines, or for stylistic effect in titles. Capitals are extra short, and only very slightly heavier than the lowercase characters. This helps achieve a more even typographical colour when typesetting proper nouns and initialisms. date: 2016-06-24 17:18:15 +0000 %package -n texlive-playfair-doc Version: %{texlive_version}.%{texlive_noarch}.svn34236 Release: 0 Summary: Documentation for texlive-playfair License: OFL-1.1 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-playfair-doc This package includes the documentation for texlive-playfair %package -n texlive-playfair-fonts Version: %{texlive_version}.%{texlive_noarch}.svn34236 Release: 0 Summary: Severed fonts for texlive-playfair License: OFL-1.1 Group: Productivity/Publishing/TeX/Fonts Url: http://www.tug.org/texlive/ Requires(post): fontconfig Requires(post): ghostscript-fonts-std Requires(post): mkfontdir Requires(post): mkfontscale Requires(post): xorg-x11-fonts-core Requires(postun): fontconfig Requires(postun): ghostscript-fonts-std Requires(postun): xorg-x11-fonts-core %description -n texlive-playfair-fonts The separated fonts package for texlive-playfair %post -n texlive-playfair mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update echo 'addMap PlayfairDisplay.map' >> /var/run/texlive/run-updmap %postun -n texlive-playfair mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then echo 'deleteMap PlayfairDisplay.map' >> /var/run/texlive/run-updmap exit 0 fi %posttrans -n texlive-playfair %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %post -n texlive-playfair-fonts fc-cache -s %{_datadir}/fonts mkfontscale %{_datadir}/fonts/texlive-playfair mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-playfair %postun -n texlive-playfair-fonts if test $1 = 0; then fc-cache -s %{_datadir}/fonts fi %files -n texlive-playfair-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/fonts/playfair/OFL.txt %{_texmfdistdir}/doc/fonts/playfair/Playfair_Display_A4_specimen.pdf %{_texmfdistdir}/doc/fonts/playfair/README %{_texmfdistdir}/doc/fonts/playfair/playfair-samples.pdf %{_texmfdistdir}/doc/fonts/playfair/playfair-samples.tex %files -n texlive-playfair %defattr(-,root,root,755) %{_texmfdistdir}/fonts/enc/dvips/playfair/plf_5ewtu2.enc %{_texmfdistdir}/fonts/enc/dvips/playfair/plf_6bqc7d.enc %{_texmfdistdir}/fonts/enc/dvips/playfair/plf_723q3k.enc %{_texmfdistdir}/fonts/enc/dvips/playfair/plf_aehru5.enc %{_texmfdistdir}/fonts/enc/dvips/playfair/plf_apfun2.enc %{_texmfdistdir}/fonts/enc/dvips/playfair/plf_c2cruh.enc %{_texmfdistdir}/fonts/enc/dvips/playfair/plf_cgf2ku.enc %{_texmfdistdir}/fonts/enc/dvips/playfair/plf_ev34te.enc %{_texmfdistdir}/fonts/enc/dvips/playfair/plf_ilriiw.enc %{_texmfdistdir}/fonts/enc/dvips/playfair/plf_j6ohis.enc %{_texmfdistdir}/fonts/enc/dvips/playfair/plf_ouuek2.enc %{_texmfdistdir}/fonts/enc/dvips/playfair/plf_qjvs44.enc %{_texmfdistdir}/fonts/enc/dvips/playfair/plf_rmgfzq.enc %{_texmfdistdir}/fonts/enc/dvips/playfair/plf_tcbmed.enc %{_texmfdistdir}/fonts/enc/dvips/playfair/plf_tff5oq.enc %{_texmfdistdir}/fonts/enc/dvips/playfair/plf_ujy7vm.enc %{_texmfdistdir}/fonts/enc/dvips/playfair/plf_vgw77z.enc %{_texmfdistdir}/fonts/enc/dvips/playfair/plf_vw64ij.enc %{_texmfdistdir}/fonts/enc/dvips/playfair/plf_ybdqh4.enc %{_texmfdistdir}/fonts/enc/dvips/playfair/plf_zcb4ya.enc %{_texmfdistdir}/fonts/map/dvips/playfair/PlayfairDisplay.map %verify(link) %{_texmfdistdir}/fonts/opentype/public/playfair/PlayfairDisplay-Black.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/playfair/PlayfairDisplay-BlackItalic.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/playfair/PlayfairDisplay-Bold.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/playfair/PlayfairDisplay-BoldItalic.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/playfair/PlayfairDisplay-Italic.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/playfair/PlayfairDisplay-Regular.otf %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Black-lf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Black-lf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Black-lf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Black-lf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Black-lf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Black-lf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Black-lf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Black-lf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Black-lf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Black-lf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Black-lf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Black-lf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Black-lf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Black-osf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Black-osf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Black-osf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Black-osf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Black-osf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Black-osf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Black-osf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Black-osf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Black-osf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Black-osf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Black-osf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Black-osf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Black-osf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Black-sup-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Black-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Black-sup-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Black-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Black-sup-t1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BlackItalic-lf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BlackItalic-lf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BlackItalic-lf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BlackItalic-lf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BlackItalic-lf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BlackItalic-lf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BlackItalic-lf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BlackItalic-lf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BlackItalic-lf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BlackItalic-lf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BlackItalic-lf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BlackItalic-lf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BlackItalic-lf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BlackItalic-osf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BlackItalic-osf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BlackItalic-osf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BlackItalic-osf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BlackItalic-osf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BlackItalic-osf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BlackItalic-osf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BlackItalic-osf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BlackItalic-osf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BlackItalic-osf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BlackItalic-osf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BlackItalic-osf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BlackItalic-osf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BlackItalic-sup-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BlackItalic-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BlackItalic-sup-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BlackItalic-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BlackItalic-sup-t1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Bold-lf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Bold-lf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Bold-lf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Bold-lf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Bold-lf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Bold-lf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Bold-lf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Bold-lf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Bold-lf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Bold-lf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Bold-lf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Bold-lf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Bold-lf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Bold-osf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Bold-osf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Bold-osf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Bold-osf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Bold-osf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Bold-osf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Bold-osf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Bold-osf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Bold-osf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Bold-osf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Bold-osf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Bold-osf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Bold-osf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Bold-sup-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Bold-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Bold-sup-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Bold-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Bold-sup-t1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BoldItalic-lf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BoldItalic-lf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BoldItalic-lf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BoldItalic-lf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BoldItalic-lf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BoldItalic-lf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BoldItalic-lf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BoldItalic-lf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BoldItalic-lf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BoldItalic-lf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BoldItalic-lf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BoldItalic-lf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BoldItalic-lf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BoldItalic-osf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BoldItalic-osf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BoldItalic-osf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BoldItalic-osf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BoldItalic-osf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BoldItalic-osf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BoldItalic-osf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BoldItalic-osf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BoldItalic-osf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BoldItalic-osf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BoldItalic-osf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BoldItalic-osf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BoldItalic-osf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BoldItalic-sup-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BoldItalic-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BoldItalic-sup-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BoldItalic-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-BoldItalic-sup-t1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Italic-lf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Italic-lf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Italic-lf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Italic-lf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Italic-lf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Italic-lf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Italic-lf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Italic-lf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Italic-lf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Italic-lf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Italic-lf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Italic-lf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Italic-lf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Italic-osf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Italic-osf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Italic-osf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Italic-osf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Italic-osf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Italic-osf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Italic-osf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Italic-osf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Italic-osf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Italic-osf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Italic-osf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Italic-osf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Italic-osf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Italic-sup-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Italic-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Italic-sup-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Italic-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Italic-sup-t1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Regular-lf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Regular-lf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Regular-lf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Regular-lf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Regular-lf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Regular-lf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Regular-lf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Regular-lf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Regular-lf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Regular-lf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Regular-lf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Regular-lf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Regular-lf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Regular-osf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Regular-osf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Regular-osf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Regular-osf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Regular-osf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Regular-osf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Regular-osf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Regular-osf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Regular-osf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Regular-osf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Regular-osf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Regular-osf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Regular-osf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Regular-sup-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Regular-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Regular-sup-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Regular-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/playfair/PlayfairDisplay-Regular-sup-t1.tfm %verify(link) %{_texmfdistdir}/fonts/type1/public/playfair/PlayfairDisplay-Black.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/playfair/PlayfairDisplay-BlackItalic.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/playfair/PlayfairDisplay-Bold.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/playfair/PlayfairDisplay-BoldItalic.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/playfair/PlayfairDisplay-Italic.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/playfair/PlayfairDisplay-Regular.pfb %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Black-lf-ly1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Black-lf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Black-lf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Black-lf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Black-lf-t1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Black-lf-ts1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Black-osf-ly1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Black-osf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Black-osf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Black-osf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Black-osf-t1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Black-osf-ts1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Black-sup-ly1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Black-sup-t1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-BlackItalic-lf-ly1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-BlackItalic-lf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-BlackItalic-lf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-BlackItalic-lf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-BlackItalic-lf-t1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-BlackItalic-lf-ts1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-BlackItalic-osf-ly1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-BlackItalic-osf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-BlackItalic-osf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-BlackItalic-osf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-BlackItalic-osf-t1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-BlackItalic-osf-ts1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-BlackItalic-sup-ly1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-BlackItalic-sup-t1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Bold-lf-ly1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Bold-lf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Bold-lf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Bold-lf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Bold-lf-t1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Bold-lf-ts1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Bold-osf-ly1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Bold-osf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Bold-osf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Bold-osf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Bold-osf-t1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Bold-osf-ts1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Bold-sup-ly1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Bold-sup-t1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-BoldItalic-lf-ly1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-BoldItalic-lf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-BoldItalic-lf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-BoldItalic-lf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-BoldItalic-lf-t1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-BoldItalic-lf-ts1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-BoldItalic-osf-ly1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-BoldItalic-osf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-BoldItalic-osf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-BoldItalic-osf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-BoldItalic-osf-t1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-BoldItalic-osf-ts1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-BoldItalic-sup-ly1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-BoldItalic-sup-t1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Italic-lf-ly1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Italic-lf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Italic-lf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Italic-lf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Italic-lf-t1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Italic-lf-ts1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Italic-osf-ly1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Italic-osf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Italic-osf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Italic-osf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Italic-osf-t1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Italic-osf-ts1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Italic-sup-ly1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Italic-sup-t1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Regular-lf-ly1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Regular-lf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Regular-lf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Regular-lf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Regular-lf-t1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Regular-lf-ts1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Regular-osf-ly1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Regular-osf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Regular-osf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Regular-osf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Regular-osf-t1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Regular-osf-ts1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Regular-sup-ly1.vf %{_texmfdistdir}/fonts/vf/public/playfair/PlayfairDisplay-Regular-sup-t1.vf %{_texmfdistdir}/tex/latex/playfair/LY1PlayfairDisplay-LF.fd %{_texmfdistdir}/tex/latex/playfair/LY1PlayfairDisplay-OsF.fd %{_texmfdistdir}/tex/latex/playfair/LY1PlayfairDisplay-Sup.fd %{_texmfdistdir}/tex/latex/playfair/OT1PlayfairDisplay-LF.fd %{_texmfdistdir}/tex/latex/playfair/OT1PlayfairDisplay-OsF.fd %{_texmfdistdir}/tex/latex/playfair/OT1PlayfairDisplay-Sup.fd %{_texmfdistdir}/tex/latex/playfair/PlayfairDisplay.sty %{_texmfdistdir}/tex/latex/playfair/T1PlayfairDisplay-LF.fd %{_texmfdistdir}/tex/latex/playfair/T1PlayfairDisplay-OsF.fd %{_texmfdistdir}/tex/latex/playfair/T1PlayfairDisplay-Sup.fd %{_texmfdistdir}/tex/latex/playfair/TS1PlayfairDisplay-LF.fd %{_texmfdistdir}/tex/latex/playfair/TS1PlayfairDisplay-OsF.fd %files -n texlive-playfair-fonts %defattr(-,root,root,755) %dir %{_datadir}/fonts/texlive-playfair %config %{_sysconfdir}/fonts/conf.avail/58-texlive-playfair.conf %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-playfair/encodings.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-playfair/fonts.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-playfair/fonts.scale %{_datadir}/fonts/texlive-playfair/PlayfairDisplay-Black.otf %{_datadir}/fonts/texlive-playfair/PlayfairDisplay-BlackItalic.otf %{_datadir}/fonts/texlive-playfair/PlayfairDisplay-Bold.otf %{_datadir}/fonts/texlive-playfair/PlayfairDisplay-BoldItalic.otf %{_datadir}/fonts/texlive-playfair/PlayfairDisplay-Italic.otf %{_datadir}/fonts/texlive-playfair/PlayfairDisplay-Regular.otf %{_datadir}/fonts/texlive-playfair/PlayfairDisplay-Black.pfb %{_datadir}/fonts/texlive-playfair/PlayfairDisplay-BlackItalic.pfb %{_datadir}/fonts/texlive-playfair/PlayfairDisplay-Bold.pfb %{_datadir}/fonts/texlive-playfair/PlayfairDisplay-BoldItalic.pfb %{_datadir}/fonts/texlive-playfair/PlayfairDisplay-Italic.pfb %{_datadir}/fonts/texlive-playfair/PlayfairDisplay-Regular.pfb %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-playfair-fonts-%{texlive_version}.%{texlive_noarch}.svn34236-%{release}-zypper %endif %package -n texlive-plipsum Version: %{texlive_version}.%{texlive_noarch}.4.3svn30353 Release: 0 Summary: 'Lorem ipsum' for Plain TeX developers License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-plipsum-doc >= %{texlive_version} Provides: tex(plipsum.tex) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source21: plipsum.tar.xz Source22: plipsum.doc.tar.xz %description -n texlive-plipsum The package provides a paragraph generator designed for use in Plain TeX documents. The paragraphs generated contain many 'f- groups' (ff, fl etc.) so the text can act as a test of the ligatures of the font in use. date: 2016-06-24 17:18:15 +0000 %package -n texlive-plipsum-doc Version: %{texlive_version}.%{texlive_noarch}.4.3svn30353 Release: 0 Summary: Documentation for texlive-plipsum License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-plipsum-doc This package includes the documentation for texlive-plipsum %post -n texlive-plipsum mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-plipsum mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-plipsum %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-plipsum-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/plain/plipsum/README %{_texmfdistdir}/doc/plain/plipsum/compile.sh %{_texmfdistdir}/doc/plain/plipsum/plipsum-doc.pdf %{_texmfdistdir}/doc/plain/plipsum/plipsum.nw %{_texmfdistdir}/doc/plain/plipsum/pliptest.tex %{_texmfdistdir}/doc/plain/plipsum/stripc %files -n texlive-plipsum %defattr(-,root,root,755) %{_texmfdistdir}/tex/plain/plipsum/plipsum.tex %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-plipsum-%{texlive_version}.%{texlive_noarch}.4.3svn30353-%{release}-zypper %endif %package -n texlive-plnfss Version: %{texlive_version}.%{texlive_noarch}.1.1svn15878 Release: 0 Summary: Font selection for Plain TeX License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-plnfss-doc >= %{texlive_version} Provides: tex(MIKmathf.tex) Provides: tex(plnfss.tex) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source23: plnfss.tar.xz Source24: plnfss.doc.tar.xz %description -n texlive-plnfss Plnfss is a set of macros to provide easy font access (somewhat similar to NFSS but with some limitations) with Plain TeX. Plnfss can automatically make use of PSNFSS fd files, i.e., when an Adobe Type 1 is used the relevant fd file will be loaded automatically. For cmr-like fonts (ec, vnr, csr or plr fonts), a special format called pfd (plain fd) is required and must be loaded manually. See ot1cmr.pfd for further information. date: 2016-06-24 17:18:15 +0000 %package -n texlive-plnfss-doc Version: %{texlive_version}.%{texlive_noarch}.1.1svn15878 Release: 0 Summary: Documentation for texlive-plnfss License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-plnfss-doc This package includes the documentation for texlive-plnfss %post -n texlive-plnfss mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-plnfss mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-plnfss %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-plnfss-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/plain/plnfss/LPPL.txt %{_texmfdistdir}/doc/plain/plnfss/plnfss.txt %{_texmfdistdir}/doc/plain/plnfss/test-plnfss.tex %files -n texlive-plnfss %defattr(-,root,root,755) %{_texmfdistdir}/tex/plain/plnfss/MIKmathf.tex %{_texmfdistdir}/tex/plain/plnfss/ams.pfd %{_texmfdistdir}/tex/plain/plnfss/il2cm.pfd %{_texmfdistdir}/tex/plain/plnfss/il2cmr.pfd %{_texmfdistdir}/tex/plain/plnfss/ly1lm.pfd %{_texmfdistdir}/tex/plain/plnfss/ot1cm.pfd %{_texmfdistdir}/tex/plain/plnfss/ot1cmr.pfd %{_texmfdistdir}/tex/plain/plnfss/ot4cm.pfd %{_texmfdistdir}/tex/plain/plnfss/plnfss.tex %{_texmfdistdir}/tex/plain/plnfss/qxlm.pfd %{_texmfdistdir}/tex/plain/plnfss/t1lm.pfd %{_texmfdistdir}/tex/plain/plnfss/t5cm.pfd %{_texmfdistdir}/tex/plain/plnfss/t5cmr.pfd %{_texmfdistdir}/tex/plain/plnfss/t5lm.pfd %{_texmfdistdir}/tex/plain/plnfss/ts1lm.pfd %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-plnfss-%{texlive_version}.%{texlive_noarch}.1.1svn15878-%{release}-zypper %endif %package -n texlive-plstmary Version: %{texlive_version}.%{texlive_noarch}.0.0.5csvn31088 Release: 0 Summary: St. Mary's Road font support for plain TeX License: SUSE-Public-Domain Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-plstmary-doc >= %{texlive_version} Provides: tex(stmary.tex) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source25: plstmary.tar.xz Source26: plstmary.doc.tar.xz %description -n texlive-plstmary The package provides commands to produce all the symbols of the St Mary's Road fonts, in a Plain TeX environment. date: 2016-06-24 17:18:15 +0000 %package -n texlive-plstmary-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.5csvn31088 Release: 0 Summary: Documentation for texlive-plstmary License: SUSE-Public-Domain Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-plstmary-doc This package includes the documentation for texlive-plstmary %post -n texlive-plstmary mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-plstmary mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-plstmary %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-plstmary-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/plain/plstmary/README %{_texmfdistdir}/doc/plain/plstmary/plstmary-doc.pdf %{_texmfdistdir}/doc/plain/plstmary/plstmary-doc.tex %files -n texlive-plstmary %defattr(-,root,root,755) %{_texmfdistdir}/tex/plain/plstmary/stmary.tex %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-plstmary-%{texlive_version}.%{texlive_noarch}.0.0.5csvn31088-%{release}-zypper %endif %package -n texlive-plweb Version: %{texlive_version}.%{texlive_noarch}.3.0svn15878 Release: 0 Summary: Literate Programming for Prolog with LaTeX License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-plweb-doc >= %{texlive_version} Provides: tex(pcode.sty) Provides: tex(pl.cfg) Provides: tex(pl.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source27: plweb.tar.xz Source28: plweb.doc.tar.xz %description -n texlive-plweb Instead of having to transform the common source into program or documentation, the central idea was to develop a method to have one common source which can be interpreted by a Prolog system as well as by LaTeX, whether that Prolog system be C- Prolog, Quintus-Prolog, or ECLiPSe. date: 2016-06-24 17:18:15 +0000 %package -n texlive-plweb-doc Version: %{texlive_version}.%{texlive_noarch}.3.0svn15878 Release: 0 Summary: Documentation for texlive-plweb License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-plweb-doc This package includes the documentation for texlive-plweb %post -n texlive-plweb mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-plweb mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-plweb %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-plweb-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/plweb/README %{_texmfdistdir}/doc/latex/plweb/pl.pdf %{_texmfdistdir}/doc/latex/plweb/pl.tex %{_texmfdistdir}/doc/latex/plweb/sample.pl %files -n texlive-plweb %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/plweb/pcode.sty %{_texmfdistdir}/tex/latex/plweb/pl.cfg %{_texmfdistdir}/tex/latex/plweb/pl.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-plweb-%{texlive_version}.%{texlive_noarch}.3.0svn15878-%{release}-zypper %endif %package -n texlive-pmgraph Version: %{texlive_version}.%{texlive_noarch}.1.0svn15878 Release: 0 Summary: "Poor man's" graphics License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pmgraph-doc >= %{texlive_version} Provides: tex(pmgraph.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source29: pmgraph.tar.xz Source30: pmgraph.doc.tar.xz %description -n texlive-pmgraph A set of extensions to LaTeX picture environment, including a wider range of vectors, and a lot more box frame styles. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pmgraph-doc Version: %{texlive_version}.%{texlive_noarch}.1.0svn15878 Release: 0 Summary: Documentation for texlive-pmgraph License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pmgraph-doc This package includes the documentation for texlive-pmgraph %post -n texlive-pmgraph mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pmgraph mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pmgraph %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pmgraph-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/pmgraph/COPYING %{_texmfdistdir}/doc/latex/pmgraph/README %{_texmfdistdir}/doc/latex/pmgraph/pmgraph.pdf %{_texmfdistdir}/doc/latex/pmgraph/pmgraph.tex %files -n texlive-pmgraph %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/pmgraph/pmgraph.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pmgraph-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{release}-zypper %endif %package -n texlive-pmx Version: %{texlive_version}.%{texlive_noarch}.2.76svn43869 Release: 0 Summary: Preprocessor for MusiXTeX License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive-pmx-bin >= %{texlive_version} #!BuildIgnore: texlive-pmx-bin Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pmx-doc >= %{texlive_version} Provides: tex(pmx.tex) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source31: pmx.tar.xz Source32: pmx.doc.tar.xz %description -n texlive-pmx PMX provides a preprocessor for MusiXTeX. pmxab builds a TeX input file based on a .pmx input file in a much simpler language, making most of the layout decisions by itself. It has most of MusiXTeX's functionality, but it also permits in-line TeX to give access to virtually all of MusiXTeX. For proof- listening, pmxab will make a MIDI file of your score. scor2prt is an auxiliary program that makes parts from a score. date: 2016-12-08 14:58:26 +0000 %package -n texlive-pmx-doc Version: %{texlive_version}.%{texlive_noarch}.2.76svn43869 Release: 0 Summary: Documentation for texlive-pmx License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pmx-doc This package includes the documentation for texlive-pmx %post -n texlive-pmx mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pmx mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pmx %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pmx-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pmx/README %{_texmfdistdir}/doc/generic/pmx/examples/barsant.pmx %{_texmfdistdir}/doc/generic/pmx/examples/dyntest.pmx %{_texmfdistdir}/doc/generic/pmx/examples/most.pmx %{_texmfdistdir}/doc/generic/pmx/examples/mwalmnd.pmx %{_texmfdistdir}/doc/generic/pmx/examples/netsoos.pmx %{_texmfdistdir}/doc/generic/pmx/examples/staffcrossall.pmx %{_texmfdistdir}/doc/generic/pmx/file600.eps %{_texmfdistdir}/doc/generic/pmx/gpl.txt %{_texmfdistdir}/doc/generic/pmx/pmx-install.pdf %{_texmfdistdir}/doc/generic/pmx/pmx-install.tex %{_texmfdistdir}/doc/generic/pmx/pmx25-276.html %{_texmfdistdir}/doc/generic/pmx/pmx276.pdf %{_texmfdistdir}/doc/generic/pmx/pmx276.tex %{_texmfdistdir}/doc/generic/pmx/pmxab.pdf %{_texmfdistdir}/doc/generic/pmx/ref274.pdf %{_texmfdistdir}/doc/generic/pmx/ref274.tex %{_texmfdistdir}/doc/generic/pmx/scor2prt.pdf %{_mandir}/man1/pmxab.1* %{_mandir}/man1/scor2prt.1* %files -n texlive-pmx %defattr(-,root,root,755) %{_texmfdistdir}/tex/generic/pmx/pmx.tex %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pmx-%{texlive_version}.%{texlive_noarch}.2.76svn43869-%{release}-zypper %endif %package -n texlive-pmxchords Version: %{texlive_version}.%{texlive_noarch}.2.0.2svn39249 Release: 0 Summary: Produce chord information to go with pmx output License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive-pmxchords-bin >= %{texlive_version} #!BuildIgnore: texlive-pmxchords-bin Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pmxchords-doc >= %{texlive_version} Provides: tex(chords.tex) Provides: tex(chordsCZ.tex) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source33: pmxchords.tar.xz Source34: pmxchords.doc.tar.xz %description -n texlive-pmxchords The bundle supplements pmx, providing the means of typesetting chords above the notes of a score. The bundle contains: macros for typing the chords; a Lua script to transpose chord macros to the required key signature; and support scripts for common requirements. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pmxchords-doc Version: %{texlive_version}.%{texlive_noarch}.2.0.2svn39249 Release: 0 Summary: Documentation for texlive-pmxchords License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Provides: locale(texlive-pmxchords-doc:en;cs) %description -n texlive-pmxchords-doc This package includes the documentation for texlive-pmxchords %post -n texlive-pmxchords mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pmxchords mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pmxchords %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pmxchords-doc %defattr(-,root,root,755) %{_mandir}/man1/pmxchords.1* %{_texmfdistdir}/doc/pmxchords/README %{_texmfdistdir}/doc/pmxchords/chordsRef.pdf %{_texmfdistdir}/doc/pmxchords/chordsRef.tex %{_texmfdistdir}/doc/pmxchords/chordsRefCZ.pdf %{_texmfdistdir}/doc/pmxchords/chordsRefCZ.tex %{_texmfdistdir}/doc/pmxchords/examples/jazz/misty/misty.pdf %{_texmfdistdir}/doc/pmxchords/examples/jazz/misty/misty.pmx %{_texmfdistdir}/doc/pmxchords/examples/jazz/schema/schema.pdf %{_texmfdistdir}/doc/pmxchords/examples/jazz/schema/schema.pmx %{_texmfdistdir}/doc/pmxchords/examples/jazz/schema/schema_full.pdf %{_texmfdistdir}/doc/pmxchords/examples/jazz/schema/schema_full.pmx %{_texmfdistdir}/doc/pmxchords/examples/noel/aj_co_to_hlasaju/aj_co_to_hlasaju.pdf %{_texmfdistdir}/doc/pmxchords/examples/noel/aj_co_to_hlasaju/aj_co_to_hlasaju.pmx %{_texmfdistdir}/doc/pmxchords/examples/noel/pasli_ovce_valasi/README %{_texmfdistdir}/doc/pmxchords/examples/noel/pasli_ovce_valasi/pasli_ovce_valasi.pdf %{_texmfdistdir}/doc/pmxchords/examples/noel/pasli_ovce_valasi/pasli_ovce_valasi.pmx %{_texmfdistdir}/doc/pmxchords/gpl-2.0.txt %{_texmfdistdir}/doc/pmxchords/pmxchords-install.pdf %{_texmfdistdir}/doc/pmxchords/pmxchords-install.tex %files -n texlive-pmxchords %defattr(-,root,root,755) %{_texmfdistdir}/scripts/pmxchords/ChordsTr.lua %{_texmfdistdir}/scripts/pmxchords/pmxchords.lua %{_texmfdistdir}/tex/generic/pmxchords/chords.tex %{_texmfdistdir}/tex/generic/pmxchords/chordsCZ.tex %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pmxchords-%{texlive_version}.%{texlive_noarch}.2.0.2svn39249-%{release}-zypper %endif %package -n texlive-pnas2009 Version: %{texlive_version}.%{texlive_noarch}.1.0svn16287 Release: 0 Summary: BibTeX style for PNAS (newer version) License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source35: pnas2009.tar.xz %description -n texlive-pnas2009 This style produces bibliographies in the format of "Proceedings of the National Academy of Sciences, USA". The style was derived from the standard unsrt.bst and adapted to the new (2009) formatting rules. date: 2016-06-24 17:18:15 +0000 %post -n texlive-pnas2009 mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pnas2009 mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pnas2009 %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pnas2009 %defattr(-,root,root,755) %{_texmfdistdir}/bibtex/bst/pnas2009/pnas2009.bst %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pnas2009-%{texlive_version}.%{texlive_noarch}.1.0svn16287-%{release}-zypper %endif %package -n texlive-poemscol Version: %{texlive_version}.%{texlive_noarch}.2.72svn40613 Release: 0 Summary: Typesetting Critical Editions of Poetry License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-poemscol-doc >= %{texlive_version} Provides: tex(poemscol.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source36: poemscol.tar.xz Source37: poemscol.doc.tar.xz %description -n texlive-poemscol The package offers LaTeX macros for typesetting critical editions of poetry. Its features include automatic linenumbering, generation of separate endnotes sections for emendations, textual collations, and explanatory notes, special marking for cases in which page breaks occur during stanza breaks, running headers of the form 'Notes to pp. xx-yy' for the notes sections, index of titles and first lines, and automatic generation of a table of contents. date: 2016-06-24 17:18:15 +0000 %package -n texlive-poemscol-doc Version: %{texlive_version}.%{texlive_noarch}.2.72svn40613 Release: 0 Summary: Documentation for texlive-poemscol License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-poemscol-doc This package includes the documentation for texlive-poemscol %post -n texlive-poemscol mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-poemscol mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-poemscol %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-poemscol-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/poemscol/README %{_texmfdistdir}/doc/latex/poemscol/poemscol.pdf %{_texmfdistdir}/doc/latex/poemscol/poemscolcheatsheet.pdf %files -n texlive-poemscol %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/poemscol/poemscol.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-poemscol-%{texlive_version}.%{texlive_noarch}.2.72svn40613-%{release}-zypper %endif %package -n texlive-poetrytex Version: %{texlive_version}.%{texlive_noarch}.3.0.1svn39921 Release: 0 Summary: Typeset anthologies of poetry License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-poetrytex-doc >= %{texlive_version} Provides: tex(poetrytex.sty) Requires: tex(expl3.sty) Requires: tex(tocloft.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source38: poetrytex.tar.xz Source39: poetrytex.doc.tar.xz %description -n texlive-poetrytex The package is designed to aid in the management and formatting of anthologies of poetry and other writings; it does not concern itself with actually typesettinig the verse itself. date: 2016-06-24 17:18:15 +0000 %package -n texlive-poetrytex-doc Version: %{texlive_version}.%{texlive_noarch}.3.0.1svn39921 Release: 0 Summary: Documentation for texlive-poetrytex License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-poetrytex-doc This package includes the documentation for texlive-poetrytex %post -n texlive-poetrytex mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-poetrytex mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-poetrytex %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-poetrytex-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/poetrytex/README %{_texmfdistdir}/doc/latex/poetrytex/poetrytex.pdf %{_texmfdistdir}/doc/latex/poetrytex/poetrytex.top %files -n texlive-poetrytex %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/poetrytex/poetrytex.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-poetrytex-%{texlive_version}.%{texlive_noarch}.3.0.1svn39921-%{release}-zypper %endif %package -n texlive-polski Version: %{texlive_version}.%{texlive_noarch}.1.3.4svn44213 Release: 0 Summary: Typeset Polish documents with LaTeX and Polish fonts License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires: texlive-hyphen-polish >= %{texlive_version} Requires: texlive-pl >= %{texlive_version} Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-polski-doc >= %{texlive_version} Provides: tex(amigapl.def) Provides: tex(mazovia.def) Provides: tex(omlplcm.fd) Provides: tex(omlplm.fd) Provides: tex(omsplsy.fd) Provides: tex(omxplex.fd) Provides: tex(ot1patch.sty) Provides: tex(ot4ccr.fd) Provides: tex(ot4cmdh.fd) Provides: tex(ot4cmfib.fd) Provides: tex(ot4cmfr.fd) Provides: tex(ot4cmr.fd) Provides: tex(ot4cmss.fd) Provides: tex(ot4cmtt.fd) Provides: tex(plprefix.sty) Provides: tex(polski.sty) Provides: tex(qxenc.def) Requires: tex(ot4enc.def) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source40: polski.tar.xz Source41: polski.doc.tar.xz %description -n texlive-polski Tools to typeset documents in Polish using LaTeX2e with Polish fonts (the so-called PL fonts), EC fonts or CM fonts. (This package was previously known as platex, but has been renamed to resolve a name clash.) date: 2017-05-05 12:57:09 +0000 %package -n texlive-polski-doc Version: %{texlive_version}.%{texlive_noarch}.1.3.4svn44213 Release: 0 Summary: Documentation for texlive-polski License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Provides: locale(texlive-polski-doc:pl) %description -n texlive-polski-doc This package includes the documentation for texlive-polski %post -n texlive-polski mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-polski mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-polski %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-polski-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/polski/README %{_texmfdistdir}/doc/latex/polski/conowego.txt %{_texmfdistdir}/doc/latex/polski/czytaj.txt %{_texmfdistdir}/doc/latex/polski/polski.pdf %{_texmfdistdir}/doc/latex/polski/sample-polski.pdf %{_texmfdistdir}/doc/latex/polski/sample-polski.tex %{_texmfdistdir}/doc/latex/polski/sample-rysunek.mp %{_texmfdistdir}/doc/latex/polski/sample-rysunek1.mps %files -n texlive-polski %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/polski/amigapl.def %{_texmfdistdir}/tex/latex/polski/mazovia.def %{_texmfdistdir}/tex/latex/polski/omlplcm.fd %{_texmfdistdir}/tex/latex/polski/omlplm.fd %{_texmfdistdir}/tex/latex/polski/omsplsy.fd %{_texmfdistdir}/tex/latex/polski/omxplex.fd %{_texmfdistdir}/tex/latex/polski/ot1patch.sty %{_texmfdistdir}/tex/latex/polski/ot4ccr.fd %{_texmfdistdir}/tex/latex/polski/ot4cmdh.fd %{_texmfdistdir}/tex/latex/polski/ot4cmfib.fd %{_texmfdistdir}/tex/latex/polski/ot4cmfr.fd %{_texmfdistdir}/tex/latex/polski/ot4cmr.fd %{_texmfdistdir}/tex/latex/polski/ot4cmss.fd %{_texmfdistdir}/tex/latex/polski/ot4cmtt.fd %{_texmfdistdir}/tex/latex/polski/plprefix.sty %{_texmfdistdir}/tex/latex/polski/polski.sty %{_texmfdistdir}/tex/latex/polski/qxenc.def %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-polski-%{texlive_version}.%{texlive_noarch}.1.3.4svn44213-%{release}-zypper %endif %package -n texlive-poltawski Version: %{texlive_version}.%{texlive_noarch}.1.101svn20075 Release: 0 Summary: Antykwa Poltawskiego Family of Fonts License: LPPL-1.3c Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(post): findutils Requires(post): grep Requires(post): sed Requires(post): texlive >= %{texlive_version} Requires(post): tex(updmap.cfg) #!BuildIgnore: tex(updmap.cfg) Requires(postun): findutils Requires(postun): grep Requires(postun): sed Requires(postun): texlive >= %{texlive_version} Requires(postun): tex(updmap.cfg) Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Requires: texlive-poltawski-fonts >= %{texlive_version} Recommends: texlive-poltawski-doc >= %{texlive_version} Provides: tex(antpolt.sty) Provides: tex(ap-cs-sc.enc) Provides: tex(ap-cs.enc) Provides: tex(ap-cs.map) Provides: tex(ap-ec-sc.enc) Provides: tex(ap-ec.enc) Provides: tex(ap-ec.map) Provides: tex(ap-l7x-sc.enc) Provides: tex(ap-l7x.enc) Provides: tex(ap-l7x.map) Provides: tex(ap-qx-sc.enc) Provides: tex(ap-qx.enc) Provides: tex(ap-qx.map) Provides: tex(ap-rm-sc.enc) Provides: tex(ap-rm.enc) Provides: tex(ap-rm.map) Provides: tex(ap-t5-sc.enc) Provides: tex(ap-t5.enc) Provides: tex(ap-t5.map) Provides: tex(ap-texnansi-sc.enc) Provides: tex(ap-texnansi.enc) Provides: tex(ap-texnansi.map) Provides: tex(ap-ts1.enc) Provides: tex(ap-ts1.map) Provides: tex(ap.map) Provides: tex(cs-antpb10-sc.tfm) Provides: tex(cs-antpb10.tfm) Provides: tex(cs-antpb12-sc.tfm) Provides: tex(cs-antpb12.tfm) Provides: tex(cs-antpb17-sc.tfm) Provides: tex(cs-antpb17.tfm) Provides: tex(cs-antpb6-sc.tfm) Provides: tex(cs-antpb6.tfm) Provides: tex(cs-antpb8-sc.tfm) Provides: tex(cs-antpb8.tfm) Provides: tex(cs-antpbi10-sc.tfm) Provides: tex(cs-antpbi10.tfm) Provides: tex(cs-antpbi12-sc.tfm) Provides: tex(cs-antpbi12.tfm) Provides: tex(cs-antpbi17-sc.tfm) Provides: tex(cs-antpbi17.tfm) Provides: tex(cs-antpbi6-sc.tfm) Provides: tex(cs-antpbi6.tfm) Provides: tex(cs-antpbi8-sc.tfm) Provides: tex(cs-antpbi8.tfm) Provides: tex(cs-antpl10-sc.tfm) Provides: tex(cs-antpl10.tfm) Provides: tex(cs-antpl12-sc.tfm) Provides: tex(cs-antpl12.tfm) Provides: tex(cs-antpl17-sc.tfm) Provides: tex(cs-antpl17.tfm) Provides: tex(cs-antpl6-sc.tfm) Provides: tex(cs-antpl6.tfm) Provides: tex(cs-antpl8-sc.tfm) Provides: tex(cs-antpl8.tfm) Provides: tex(cs-antpli10-sc.tfm) Provides: tex(cs-antpli10.tfm) Provides: tex(cs-antpli12-sc.tfm) Provides: tex(cs-antpli12.tfm) Provides: tex(cs-antpli17-sc.tfm) Provides: tex(cs-antpli17.tfm) Provides: tex(cs-antpli6-sc.tfm) Provides: tex(cs-antpli6.tfm) Provides: tex(cs-antpli8-sc.tfm) Provides: tex(cs-antpli8.tfm) Provides: tex(cs-antpm10-sc.tfm) Provides: tex(cs-antpm10.tfm) Provides: tex(cs-antpm12-sc.tfm) Provides: tex(cs-antpm12.tfm) Provides: tex(cs-antpm17-sc.tfm) Provides: tex(cs-antpm17.tfm) Provides: tex(cs-antpm6-sc.tfm) Provides: tex(cs-antpm6.tfm) Provides: tex(cs-antpm8-sc.tfm) Provides: tex(cs-antpm8.tfm) Provides: tex(cs-antpmi10-sc.tfm) Provides: tex(cs-antpmi10.tfm) Provides: tex(cs-antpmi12-sc.tfm) Provides: tex(cs-antpmi12.tfm) Provides: tex(cs-antpmi17-sc.tfm) Provides: tex(cs-antpmi17.tfm) Provides: tex(cs-antpmi6-sc.tfm) Provides: tex(cs-antpmi6.tfm) Provides: tex(cs-antpmi8-sc.tfm) Provides: tex(cs-antpmi8.tfm) Provides: tex(cs-antpr10-sc.tfm) Provides: tex(cs-antpr10.tfm) Provides: tex(cs-antpr12-sc.tfm) Provides: tex(cs-antpr12.tfm) Provides: tex(cs-antpr17-sc.tfm) Provides: tex(cs-antpr17.tfm) Provides: tex(cs-antpr6-sc.tfm) Provides: tex(cs-antpr6.tfm) Provides: tex(cs-antpr8-sc.tfm) Provides: tex(cs-antpr8.tfm) Provides: tex(cs-antpri10-sc.tfm) Provides: tex(cs-antpri10.tfm) Provides: tex(cs-antpri12-sc.tfm) Provides: tex(cs-antpri12.tfm) Provides: tex(cs-antpri17-sc.tfm) Provides: tex(cs-antpri17.tfm) Provides: tex(cs-antpri6-sc.tfm) Provides: tex(cs-antpri6.tfm) Provides: tex(cs-antpri8-sc.tfm) Provides: tex(cs-antpri8.tfm) Provides: tex(ec-antpb10-sc.tfm) Provides: tex(ec-antpb10.tfm) Provides: tex(ec-antpb12-sc.tfm) Provides: tex(ec-antpb12.tfm) Provides: tex(ec-antpb17-sc.tfm) Provides: tex(ec-antpb17.tfm) Provides: tex(ec-antpb6-sc.tfm) Provides: tex(ec-antpb6.tfm) Provides: tex(ec-antpb8-sc.tfm) Provides: tex(ec-antpb8.tfm) Provides: tex(ec-antpbi10-sc.tfm) Provides: tex(ec-antpbi10.tfm) Provides: tex(ec-antpbi12-sc.tfm) Provides: tex(ec-antpbi12.tfm) Provides: tex(ec-antpbi17-sc.tfm) Provides: tex(ec-antpbi17.tfm) Provides: tex(ec-antpbi6-sc.tfm) Provides: tex(ec-antpbi6.tfm) Provides: tex(ec-antpbi8-sc.tfm) Provides: tex(ec-antpbi8.tfm) Provides: tex(ec-antpl10-sc.tfm) Provides: tex(ec-antpl10.tfm) Provides: tex(ec-antpl12-sc.tfm) Provides: tex(ec-antpl12.tfm) Provides: tex(ec-antpl17-sc.tfm) Provides: tex(ec-antpl17.tfm) Provides: tex(ec-antpl6-sc.tfm) Provides: tex(ec-antpl6.tfm) Provides: tex(ec-antpl8-sc.tfm) Provides: tex(ec-antpl8.tfm) Provides: tex(ec-antpli10-sc.tfm) Provides: tex(ec-antpli10.tfm) Provides: tex(ec-antpli12-sc.tfm) Provides: tex(ec-antpli12.tfm) Provides: tex(ec-antpli17-sc.tfm) Provides: tex(ec-antpli17.tfm) Provides: tex(ec-antpli6-sc.tfm) Provides: tex(ec-antpli6.tfm) Provides: tex(ec-antpli8-sc.tfm) Provides: tex(ec-antpli8.tfm) Provides: tex(ec-antpm10-sc.tfm) Provides: tex(ec-antpm10.tfm) Provides: tex(ec-antpm12-sc.tfm) Provides: tex(ec-antpm12.tfm) Provides: tex(ec-antpm17-sc.tfm) Provides: tex(ec-antpm17.tfm) Provides: tex(ec-antpm6-sc.tfm) Provides: tex(ec-antpm6.tfm) Provides: tex(ec-antpm8-sc.tfm) Provides: tex(ec-antpm8.tfm) Provides: tex(ec-antpmi10-sc.tfm) Provides: tex(ec-antpmi10.tfm) Provides: tex(ec-antpmi12-sc.tfm) Provides: tex(ec-antpmi12.tfm) Provides: tex(ec-antpmi17-sc.tfm) Provides: tex(ec-antpmi17.tfm) Provides: tex(ec-antpmi6-sc.tfm) Provides: tex(ec-antpmi6.tfm) Provides: tex(ec-antpmi8-sc.tfm) Provides: tex(ec-antpmi8.tfm) Provides: tex(ec-antpr10-sc.tfm) Provides: tex(ec-antpr10.tfm) Provides: tex(ec-antpr12-sc.tfm) Provides: tex(ec-antpr12.tfm) Provides: tex(ec-antpr17-sc.tfm) Provides: tex(ec-antpr17.tfm) Provides: tex(ec-antpr6-sc.tfm) Provides: tex(ec-antpr6.tfm) Provides: tex(ec-antpr8-sc.tfm) Provides: tex(ec-antpr8.tfm) Provides: tex(ec-antpri10-sc.tfm) Provides: tex(ec-antpri10.tfm) Provides: tex(ec-antpri12-sc.tfm) Provides: tex(ec-antpri12.tfm) Provides: tex(ec-antpri17-sc.tfm) Provides: tex(ec-antpri17.tfm) Provides: tex(ec-antpri6-sc.tfm) Provides: tex(ec-antpri6.tfm) Provides: tex(ec-antpri8-sc.tfm) Provides: tex(ec-antpri8.tfm) Provides: tex(il2antp.fd) Provides: tex(il2antpl.fd) Provides: tex(l7x-antpb10-sc.tfm) Provides: tex(l7x-antpb10.tfm) Provides: tex(l7x-antpb12-sc.tfm) Provides: tex(l7x-antpb12.tfm) Provides: tex(l7x-antpb17-sc.tfm) Provides: tex(l7x-antpb17.tfm) Provides: tex(l7x-antpb6-sc.tfm) Provides: tex(l7x-antpb6.tfm) Provides: tex(l7x-antpb8-sc.tfm) Provides: tex(l7x-antpb8.tfm) Provides: tex(l7x-antpbi10-sc.tfm) Provides: tex(l7x-antpbi10.tfm) Provides: tex(l7x-antpbi12-sc.tfm) Provides: tex(l7x-antpbi12.tfm) Provides: tex(l7x-antpbi17-sc.tfm) Provides: tex(l7x-antpbi17.tfm) Provides: tex(l7x-antpbi6-sc.tfm) Provides: tex(l7x-antpbi6.tfm) Provides: tex(l7x-antpbi8-sc.tfm) Provides: tex(l7x-antpbi8.tfm) Provides: tex(l7x-antpl10-sc.tfm) Provides: tex(l7x-antpl10.tfm) Provides: tex(l7x-antpl12-sc.tfm) Provides: tex(l7x-antpl12.tfm) Provides: tex(l7x-antpl17-sc.tfm) Provides: tex(l7x-antpl17.tfm) Provides: tex(l7x-antpl6-sc.tfm) Provides: tex(l7x-antpl6.tfm) Provides: tex(l7x-antpl8-sc.tfm) Provides: tex(l7x-antpl8.tfm) Provides: tex(l7x-antpli10-sc.tfm) Provides: tex(l7x-antpli10.tfm) Provides: tex(l7x-antpli12-sc.tfm) Provides: tex(l7x-antpli12.tfm) Provides: tex(l7x-antpli17-sc.tfm) Provides: tex(l7x-antpli17.tfm) Provides: tex(l7x-antpli6-sc.tfm) Provides: tex(l7x-antpli6.tfm) Provides: tex(l7x-antpli8-sc.tfm) Provides: tex(l7x-antpli8.tfm) Provides: tex(l7x-antpm10-sc.tfm) Provides: tex(l7x-antpm10.tfm) Provides: tex(l7x-antpm12-sc.tfm) Provides: tex(l7x-antpm12.tfm) Provides: tex(l7x-antpm17-sc.tfm) Provides: tex(l7x-antpm17.tfm) Provides: tex(l7x-antpm6-sc.tfm) Provides: tex(l7x-antpm6.tfm) Provides: tex(l7x-antpm8-sc.tfm) Provides: tex(l7x-antpm8.tfm) Provides: tex(l7x-antpmi10-sc.tfm) Provides: tex(l7x-antpmi10.tfm) Provides: tex(l7x-antpmi12-sc.tfm) Provides: tex(l7x-antpmi12.tfm) Provides: tex(l7x-antpmi17-sc.tfm) Provides: tex(l7x-antpmi17.tfm) Provides: tex(l7x-antpmi6-sc.tfm) Provides: tex(l7x-antpmi6.tfm) Provides: tex(l7x-antpmi8-sc.tfm) Provides: tex(l7x-antpmi8.tfm) Provides: tex(l7x-antpr10-sc.tfm) Provides: tex(l7x-antpr10.tfm) Provides: tex(l7x-antpr12-sc.tfm) Provides: tex(l7x-antpr12.tfm) Provides: tex(l7x-antpr17-sc.tfm) Provides: tex(l7x-antpr17.tfm) Provides: tex(l7x-antpr6-sc.tfm) Provides: tex(l7x-antpr6.tfm) Provides: tex(l7x-antpr8-sc.tfm) Provides: tex(l7x-antpr8.tfm) Provides: tex(l7x-antpri10-sc.tfm) Provides: tex(l7x-antpri10.tfm) Provides: tex(l7x-antpri12-sc.tfm) Provides: tex(l7x-antpri12.tfm) Provides: tex(l7x-antpri17-sc.tfm) Provides: tex(l7x-antpri17.tfm) Provides: tex(l7x-antpri6-sc.tfm) Provides: tex(l7x-antpri6.tfm) Provides: tex(l7x-antpri8-sc.tfm) Provides: tex(l7x-antpri8.tfm) Provides: tex(l7xantp.fd) Provides: tex(l7xantpl.fd) Provides: tex(ly1antp.fd) Provides: tex(ly1antpl.fd) Provides: tex(ot1antp.fd) Provides: tex(ot1antpl.fd) Provides: tex(ot4antp.fd) Provides: tex(ot4antpl.fd) Provides: tex(qx-antpb10-sc.tfm) Provides: tex(qx-antpb10.tfm) Provides: tex(qx-antpb12-sc.tfm) Provides: tex(qx-antpb12.tfm) Provides: tex(qx-antpb17-sc.tfm) Provides: tex(qx-antpb17.tfm) Provides: tex(qx-antpb6-sc.tfm) Provides: tex(qx-antpb6.tfm) Provides: tex(qx-antpb8-sc.tfm) Provides: tex(qx-antpb8.tfm) Provides: tex(qx-antpbi10-sc.tfm) Provides: tex(qx-antpbi10.tfm) Provides: tex(qx-antpbi12-sc.tfm) Provides: tex(qx-antpbi12.tfm) Provides: tex(qx-antpbi17-sc.tfm) Provides: tex(qx-antpbi17.tfm) Provides: tex(qx-antpbi6-sc.tfm) Provides: tex(qx-antpbi6.tfm) Provides: tex(qx-antpbi8-sc.tfm) Provides: tex(qx-antpbi8.tfm) Provides: tex(qx-antpl10-sc.tfm) Provides: tex(qx-antpl10.tfm) Provides: tex(qx-antpl12-sc.tfm) Provides: tex(qx-antpl12.tfm) Provides: tex(qx-antpl17-sc.tfm) Provides: tex(qx-antpl17.tfm) Provides: tex(qx-antpl6-sc.tfm) Provides: tex(qx-antpl6.tfm) Provides: tex(qx-antpl8-sc.tfm) Provides: tex(qx-antpl8.tfm) Provides: tex(qx-antpli10-sc.tfm) Provides: tex(qx-antpli10.tfm) Provides: tex(qx-antpli12-sc.tfm) Provides: tex(qx-antpli12.tfm) Provides: tex(qx-antpli17-sc.tfm) Provides: tex(qx-antpli17.tfm) Provides: tex(qx-antpli6-sc.tfm) Provides: tex(qx-antpli6.tfm) Provides: tex(qx-antpli8-sc.tfm) Provides: tex(qx-antpli8.tfm) Provides: tex(qx-antpm10-sc.tfm) Provides: tex(qx-antpm10.tfm) Provides: tex(qx-antpm12-sc.tfm) Provides: tex(qx-antpm12.tfm) Provides: tex(qx-antpm17-sc.tfm) Provides: tex(qx-antpm17.tfm) Provides: tex(qx-antpm6-sc.tfm) Provides: tex(qx-antpm6.tfm) Provides: tex(qx-antpm8-sc.tfm) Provides: tex(qx-antpm8.tfm) Provides: tex(qx-antpmi10-sc.tfm) Provides: tex(qx-antpmi10.tfm) Provides: tex(qx-antpmi12-sc.tfm) Provides: tex(qx-antpmi12.tfm) Provides: tex(qx-antpmi17-sc.tfm) Provides: tex(qx-antpmi17.tfm) Provides: tex(qx-antpmi6-sc.tfm) Provides: tex(qx-antpmi6.tfm) Provides: tex(qx-antpmi8-sc.tfm) Provides: tex(qx-antpmi8.tfm) Provides: tex(qx-antpr10-sc.tfm) Provides: tex(qx-antpr10.tfm) Provides: tex(qx-antpr12-sc.tfm) Provides: tex(qx-antpr12.tfm) Provides: tex(qx-antpr17-sc.tfm) Provides: tex(qx-antpr17.tfm) Provides: tex(qx-antpr6-sc.tfm) Provides: tex(qx-antpr6.tfm) Provides: tex(qx-antpr8-sc.tfm) Provides: tex(qx-antpr8.tfm) Provides: tex(qx-antpri10-sc.tfm) Provides: tex(qx-antpri10.tfm) Provides: tex(qx-antpri12-sc.tfm) Provides: tex(qx-antpri12.tfm) Provides: tex(qx-antpri17-sc.tfm) Provides: tex(qx-antpri17.tfm) Provides: tex(qx-antpri6-sc.tfm) Provides: tex(qx-antpri6.tfm) Provides: tex(qx-antpri8-sc.tfm) Provides: tex(qx-antpri8.tfm) Provides: tex(qxantp.fd) Provides: tex(qxantpl.fd) Provides: tex(rm-antpb10-sc.tfm) Provides: tex(rm-antpb10.tfm) Provides: tex(rm-antpb12-sc.tfm) Provides: tex(rm-antpb12.tfm) Provides: tex(rm-antpb17-sc.tfm) Provides: tex(rm-antpb17.tfm) Provides: tex(rm-antpb6-sc.tfm) Provides: tex(rm-antpb6.tfm) Provides: tex(rm-antpb8-sc.tfm) Provides: tex(rm-antpb8.tfm) Provides: tex(rm-antpbi10-sc.tfm) Provides: tex(rm-antpbi10.tfm) Provides: tex(rm-antpbi12-sc.tfm) Provides: tex(rm-antpbi12.tfm) Provides: tex(rm-antpbi17-sc.tfm) Provides: tex(rm-antpbi17.tfm) Provides: tex(rm-antpbi6-sc.tfm) Provides: tex(rm-antpbi6.tfm) Provides: tex(rm-antpbi8-sc.tfm) Provides: tex(rm-antpbi8.tfm) Provides: tex(rm-antpl10-sc.tfm) Provides: tex(rm-antpl10.tfm) Provides: tex(rm-antpl12-sc.tfm) Provides: tex(rm-antpl12.tfm) Provides: tex(rm-antpl17-sc.tfm) Provides: tex(rm-antpl17.tfm) Provides: tex(rm-antpl6-sc.tfm) Provides: tex(rm-antpl6.tfm) Provides: tex(rm-antpl8-sc.tfm) Provides: tex(rm-antpl8.tfm) Provides: tex(rm-antpli10-sc.tfm) Provides: tex(rm-antpli10.tfm) Provides: tex(rm-antpli12-sc.tfm) Provides: tex(rm-antpli12.tfm) Provides: tex(rm-antpli17-sc.tfm) Provides: tex(rm-antpli17.tfm) Provides: tex(rm-antpli6-sc.tfm) Provides: tex(rm-antpli6.tfm) Provides: tex(rm-antpli8-sc.tfm) Provides: tex(rm-antpli8.tfm) Provides: tex(rm-antpm10-sc.tfm) Provides: tex(rm-antpm10.tfm) Provides: tex(rm-antpm12-sc.tfm) Provides: tex(rm-antpm12.tfm) Provides: tex(rm-antpm17-sc.tfm) Provides: tex(rm-antpm17.tfm) Provides: tex(rm-antpm6-sc.tfm) Provides: tex(rm-antpm6.tfm) Provides: tex(rm-antpm8-sc.tfm) Provides: tex(rm-antpm8.tfm) Provides: tex(rm-antpmi10-sc.tfm) Provides: tex(rm-antpmi10.tfm) Provides: tex(rm-antpmi12-sc.tfm) Provides: tex(rm-antpmi12.tfm) Provides: tex(rm-antpmi17-sc.tfm) Provides: tex(rm-antpmi17.tfm) Provides: tex(rm-antpmi6-sc.tfm) Provides: tex(rm-antpmi6.tfm) Provides: tex(rm-antpmi8-sc.tfm) Provides: tex(rm-antpmi8.tfm) Provides: tex(rm-antpr10-sc.tfm) Provides: tex(rm-antpr10.tfm) Provides: tex(rm-antpr12-sc.tfm) Provides: tex(rm-antpr12.tfm) Provides: tex(rm-antpr17-sc.tfm) Provides: tex(rm-antpr17.tfm) Provides: tex(rm-antpr6-sc.tfm) Provides: tex(rm-antpr6.tfm) Provides: tex(rm-antpr8-sc.tfm) Provides: tex(rm-antpr8.tfm) Provides: tex(rm-antpri10-sc.tfm) Provides: tex(rm-antpri10.tfm) Provides: tex(rm-antpri12-sc.tfm) Provides: tex(rm-antpri12.tfm) Provides: tex(rm-antpri17-sc.tfm) Provides: tex(rm-antpri17.tfm) Provides: tex(rm-antpri6-sc.tfm) Provides: tex(rm-antpri6.tfm) Provides: tex(rm-antpri8-sc.tfm) Provides: tex(rm-antpri8.tfm) Provides: tex(t1antp.fd) Provides: tex(t1antpl.fd) Provides: tex(t5-antpb10-sc.tfm) Provides: tex(t5-antpb10.tfm) Provides: tex(t5-antpb12-sc.tfm) Provides: tex(t5-antpb12.tfm) Provides: tex(t5-antpb17-sc.tfm) Provides: tex(t5-antpb17.tfm) Provides: tex(t5-antpb6-sc.tfm) Provides: tex(t5-antpb6.tfm) Provides: tex(t5-antpb8-sc.tfm) Provides: tex(t5-antpb8.tfm) Provides: tex(t5-antpbi10-sc.tfm) Provides: tex(t5-antpbi10.tfm) Provides: tex(t5-antpbi12-sc.tfm) Provides: tex(t5-antpbi12.tfm) Provides: tex(t5-antpbi17-sc.tfm) Provides: tex(t5-antpbi17.tfm) Provides: tex(t5-antpbi6-sc.tfm) Provides: tex(t5-antpbi6.tfm) Provides: tex(t5-antpbi8-sc.tfm) Provides: tex(t5-antpbi8.tfm) Provides: tex(t5-antpl10-sc.tfm) Provides: tex(t5-antpl10.tfm) Provides: tex(t5-antpl12-sc.tfm) Provides: tex(t5-antpl12.tfm) Provides: tex(t5-antpl17-sc.tfm) Provides: tex(t5-antpl17.tfm) Provides: tex(t5-antpl6-sc.tfm) Provides: tex(t5-antpl6.tfm) Provides: tex(t5-antpl8-sc.tfm) Provides: tex(t5-antpl8.tfm) Provides: tex(t5-antpli10-sc.tfm) Provides: tex(t5-antpli10.tfm) Provides: tex(t5-antpli12-sc.tfm) Provides: tex(t5-antpli12.tfm) Provides: tex(t5-antpli17-sc.tfm) Provides: tex(t5-antpli17.tfm) Provides: tex(t5-antpli6-sc.tfm) Provides: tex(t5-antpli6.tfm) Provides: tex(t5-antpli8-sc.tfm) Provides: tex(t5-antpli8.tfm) Provides: tex(t5-antpm10-sc.tfm) Provides: tex(t5-antpm10.tfm) Provides: tex(t5-antpm12-sc.tfm) Provides: tex(t5-antpm12.tfm) Provides: tex(t5-antpm17-sc.tfm) Provides: tex(t5-antpm17.tfm) Provides: tex(t5-antpm6-sc.tfm) Provides: tex(t5-antpm6.tfm) Provides: tex(t5-antpm8-sc.tfm) Provides: tex(t5-antpm8.tfm) Provides: tex(t5-antpmi10-sc.tfm) Provides: tex(t5-antpmi10.tfm) Provides: tex(t5-antpmi12-sc.tfm) Provides: tex(t5-antpmi12.tfm) Provides: tex(t5-antpmi17-sc.tfm) Provides: tex(t5-antpmi17.tfm) Provides: tex(t5-antpmi6-sc.tfm) Provides: tex(t5-antpmi6.tfm) Provides: tex(t5-antpmi8-sc.tfm) Provides: tex(t5-antpmi8.tfm) Provides: tex(t5-antpr10-sc.tfm) Provides: tex(t5-antpr10.tfm) Provides: tex(t5-antpr12-sc.tfm) Provides: tex(t5-antpr12.tfm) Provides: tex(t5-antpr17-sc.tfm) Provides: tex(t5-antpr17.tfm) Provides: tex(t5-antpr6-sc.tfm) Provides: tex(t5-antpr6.tfm) Provides: tex(t5-antpr8-sc.tfm) Provides: tex(t5-antpr8.tfm) Provides: tex(t5-antpri10-sc.tfm) Provides: tex(t5-antpri10.tfm) Provides: tex(t5-antpri12-sc.tfm) Provides: tex(t5-antpri12.tfm) Provides: tex(t5-antpri17-sc.tfm) Provides: tex(t5-antpri17.tfm) Provides: tex(t5-antpri6-sc.tfm) Provides: tex(t5-antpri6.tfm) Provides: tex(t5-antpri8-sc.tfm) Provides: tex(t5-antpri8.tfm) Provides: tex(t5antp.fd) Provides: tex(t5antpl.fd) Provides: tex(texnansi-antpb10-sc.tfm) Provides: tex(texnansi-antpb10.tfm) Provides: tex(texnansi-antpb12-sc.tfm) Provides: tex(texnansi-antpb12.tfm) Provides: tex(texnansi-antpb17-sc.tfm) Provides: tex(texnansi-antpb17.tfm) Provides: tex(texnansi-antpb6-sc.tfm) Provides: tex(texnansi-antpb6.tfm) Provides: tex(texnansi-antpb8-sc.tfm) Provides: tex(texnansi-antpb8.tfm) Provides: tex(texnansi-antpbi10-sc.tfm) Provides: tex(texnansi-antpbi10.tfm) Provides: tex(texnansi-antpbi12-sc.tfm) Provides: tex(texnansi-antpbi12.tfm) Provides: tex(texnansi-antpbi17-sc.tfm) Provides: tex(texnansi-antpbi17.tfm) Provides: tex(texnansi-antpbi6-sc.tfm) Provides: tex(texnansi-antpbi6.tfm) Provides: tex(texnansi-antpbi8-sc.tfm) Provides: tex(texnansi-antpbi8.tfm) Provides: tex(texnansi-antpl10-sc.tfm) Provides: tex(texnansi-antpl10.tfm) Provides: tex(texnansi-antpl12-sc.tfm) Provides: tex(texnansi-antpl12.tfm) Provides: tex(texnansi-antpl17-sc.tfm) Provides: tex(texnansi-antpl17.tfm) Provides: tex(texnansi-antpl6-sc.tfm) Provides: tex(texnansi-antpl6.tfm) Provides: tex(texnansi-antpl8-sc.tfm) Provides: tex(texnansi-antpl8.tfm) Provides: tex(texnansi-antpli10-sc.tfm) Provides: tex(texnansi-antpli10.tfm) Provides: tex(texnansi-antpli12-sc.tfm) Provides: tex(texnansi-antpli12.tfm) Provides: tex(texnansi-antpli17-sc.tfm) Provides: tex(texnansi-antpli17.tfm) Provides: tex(texnansi-antpli6-sc.tfm) Provides: tex(texnansi-antpli6.tfm) Provides: tex(texnansi-antpli8-sc.tfm) Provides: tex(texnansi-antpli8.tfm) Provides: tex(texnansi-antpm10-sc.tfm) Provides: tex(texnansi-antpm10.tfm) Provides: tex(texnansi-antpm12-sc.tfm) Provides: tex(texnansi-antpm12.tfm) Provides: tex(texnansi-antpm17-sc.tfm) Provides: tex(texnansi-antpm17.tfm) Provides: tex(texnansi-antpm6-sc.tfm) Provides: tex(texnansi-antpm6.tfm) Provides: tex(texnansi-antpm8-sc.tfm) Provides: tex(texnansi-antpm8.tfm) Provides: tex(texnansi-antpmi10-sc.tfm) Provides: tex(texnansi-antpmi10.tfm) Provides: tex(texnansi-antpmi12-sc.tfm) Provides: tex(texnansi-antpmi12.tfm) Provides: tex(texnansi-antpmi17-sc.tfm) Provides: tex(texnansi-antpmi17.tfm) Provides: tex(texnansi-antpmi6-sc.tfm) Provides: tex(texnansi-antpmi6.tfm) Provides: tex(texnansi-antpmi8-sc.tfm) Provides: tex(texnansi-antpmi8.tfm) Provides: tex(texnansi-antpr10-sc.tfm) Provides: tex(texnansi-antpr10.tfm) Provides: tex(texnansi-antpr12-sc.tfm) Provides: tex(texnansi-antpr12.tfm) Provides: tex(texnansi-antpr17-sc.tfm) Provides: tex(texnansi-antpr17.tfm) Provides: tex(texnansi-antpr6-sc.tfm) Provides: tex(texnansi-antpr6.tfm) Provides: tex(texnansi-antpr8-sc.tfm) Provides: tex(texnansi-antpr8.tfm) Provides: tex(texnansi-antpri10-sc.tfm) Provides: tex(texnansi-antpri10.tfm) Provides: tex(texnansi-antpri12-sc.tfm) Provides: tex(texnansi-antpri12.tfm) Provides: tex(texnansi-antpri17-sc.tfm) Provides: tex(texnansi-antpri17.tfm) Provides: tex(texnansi-antpri6-sc.tfm) Provides: tex(texnansi-antpri6.tfm) Provides: tex(texnansi-antpri8-sc.tfm) Provides: tex(texnansi-antpri8.tfm) Provides: tex(ts1-antpb10.tfm) Provides: tex(ts1-antpb12.tfm) Provides: tex(ts1-antpb17.tfm) Provides: tex(ts1-antpb6.tfm) Provides: tex(ts1-antpb8.tfm) Provides: tex(ts1-antpbi10.tfm) Provides: tex(ts1-antpbi12.tfm) Provides: tex(ts1-antpbi17.tfm) Provides: tex(ts1-antpbi6.tfm) Provides: tex(ts1-antpbi8.tfm) Provides: tex(ts1-antpl10.tfm) Provides: tex(ts1-antpl12.tfm) Provides: tex(ts1-antpl17.tfm) Provides: tex(ts1-antpl6.tfm) Provides: tex(ts1-antpl8.tfm) Provides: tex(ts1-antpli10.tfm) Provides: tex(ts1-antpli12.tfm) Provides: tex(ts1-antpli17.tfm) Provides: tex(ts1-antpli6.tfm) Provides: tex(ts1-antpli8.tfm) Provides: tex(ts1-antpm10.tfm) Provides: tex(ts1-antpm12.tfm) Provides: tex(ts1-antpm17.tfm) Provides: tex(ts1-antpm6.tfm) Provides: tex(ts1-antpm8.tfm) Provides: tex(ts1-antpmi10.tfm) Provides: tex(ts1-antpmi12.tfm) Provides: tex(ts1-antpmi17.tfm) Provides: tex(ts1-antpmi6.tfm) Provides: tex(ts1-antpmi8.tfm) Provides: tex(ts1-antpr10.tfm) Provides: tex(ts1-antpr12.tfm) Provides: tex(ts1-antpr17.tfm) Provides: tex(ts1-antpr6.tfm) Provides: tex(ts1-antpr8.tfm) Provides: tex(ts1-antpri10.tfm) Provides: tex(ts1-antpri12.tfm) Provides: tex(ts1-antpri17.tfm) Provides: tex(ts1-antpri6.tfm) Provides: tex(ts1-antpri8.tfm) Provides: tex(ts1antp.fd) Provides: tex(ts1antpl.fd) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source42: poltawski.tar.xz Source43: poltawski.doc.tar.xz %description -n texlive-poltawski The package contains the Antykwa Poltawskiego family of fonts in the PostScript Type 1 and OpenType formats. The original font was designed in the twenties of the XX century by the Polish typographer Adam Poltawski(1881-1952). Following the route set out by the Latin Modern and TeX Gyre projects (http://www.gust.org.pl/projects/e-foundry), the Antykwa Poltawskiego digitisation project aims at providing a rich collection of diacritical characters in the attempt to cover as many Latin-based scripts as possible. To our knowledge, the repertoire of characters covers all European languages as well as some other Latin-based alphabets such as Vietnamese and Navajo; at the request of users, recent extensions (following the enhancement of the Latin Modern collection) provide glyphs sufficient for typesetting of romanized transliterations of Arabic and Sanskrit scripts. The Antykwa Poltawskiego family consists of 4 weights (light, normal, medium, bold), each having upright and italic forms and one of 5 design sizes: 6, 8, 10, 12 and 17pt. Altogether, the collection comprises 40 font files, containing the same repertoire of 1126 characters. The preliminary version of Antykwa Poltawskiego (antp package) released in 2000 is rendered obsolete by this package. date: 2016-06-24 17:18:15 +0000 %package -n texlive-poltawski-doc Version: %{texlive_version}.%{texlive_noarch}.1.101svn20075 Release: 0 Summary: Documentation for texlive-poltawski License: LPPL-1.3c Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-poltawski-doc This package includes the documentation for texlive-poltawski %package -n texlive-poltawski-fonts Version: %{texlive_version}.%{texlive_noarch}.1.101svn20075 Release: 0 Summary: Severed fonts for texlive-poltawski License: LPPL-1.3c Group: Productivity/Publishing/TeX/Fonts Url: http://www.tug.org/texlive/ Requires(post): fontconfig Requires(post): ghostscript-fonts-std Requires(post): mkfontdir Requires(post): mkfontscale Requires(post): xorg-x11-fonts-core Requires(postun): fontconfig Requires(postun): ghostscript-fonts-std Requires(postun): xorg-x11-fonts-core %description -n texlive-poltawski-fonts The separated fonts package for texlive-poltawski %post -n texlive-poltawski mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update echo 'addMap ap.map' >> /var/run/texlive/run-updmap %postun -n texlive-poltawski mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then echo 'deleteMap ap.map' >> /var/run/texlive/run-updmap exit 0 fi %posttrans -n texlive-poltawski %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %post -n texlive-poltawski-fonts fc-cache -s %{_datadir}/fonts mkfontscale %{_datadir}/fonts/texlive-poltawski mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-poltawski %postun -n texlive-poltawski-fonts if test $1 = 0; then fc-cache -s %{_datadir}/fonts fi %files -n texlive-poltawski-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/fonts/poltawski/GUST-FONT-LICENSE.txt %{_texmfdistdir}/doc/fonts/poltawski/MANIFEST-Antykwa-Poltawskiego.txt %{_texmfdistdir}/doc/fonts/poltawski/README-Antykwa-Poltawskiego.txt %{_texmfdistdir}/doc/fonts/poltawski/antpb10.fea %{_texmfdistdir}/doc/fonts/poltawski/antpb12.fea %{_texmfdistdir}/doc/fonts/poltawski/antpb17.fea %{_texmfdistdir}/doc/fonts/poltawski/antpb6.fea %{_texmfdistdir}/doc/fonts/poltawski/antpb8.fea %{_texmfdistdir}/doc/fonts/poltawski/antpbi10.fea %{_texmfdistdir}/doc/fonts/poltawski/antpbi12.fea %{_texmfdistdir}/doc/fonts/poltawski/antpbi17.fea %{_texmfdistdir}/doc/fonts/poltawski/antpbi6.fea %{_texmfdistdir}/doc/fonts/poltawski/antpbi8.fea %{_texmfdistdir}/doc/fonts/poltawski/antpl10.fea %{_texmfdistdir}/doc/fonts/poltawski/antpl12.fea %{_texmfdistdir}/doc/fonts/poltawski/antpl17.fea %{_texmfdistdir}/doc/fonts/poltawski/antpl6.fea %{_texmfdistdir}/doc/fonts/poltawski/antpl8.fea %{_texmfdistdir}/doc/fonts/poltawski/antpli10.fea %{_texmfdistdir}/doc/fonts/poltawski/antpli12.fea %{_texmfdistdir}/doc/fonts/poltawski/antpli17.fea %{_texmfdistdir}/doc/fonts/poltawski/antpli6.fea %{_texmfdistdir}/doc/fonts/poltawski/antpli8.fea %{_texmfdistdir}/doc/fonts/poltawski/antpm10.fea %{_texmfdistdir}/doc/fonts/poltawski/antpm12.fea %{_texmfdistdir}/doc/fonts/poltawski/antpm17.fea %{_texmfdistdir}/doc/fonts/poltawski/antpm6.fea %{_texmfdistdir}/doc/fonts/poltawski/antpm8.fea %{_texmfdistdir}/doc/fonts/poltawski/antpmi10.fea %{_texmfdistdir}/doc/fonts/poltawski/antpmi12.fea %{_texmfdistdir}/doc/fonts/poltawski/antpmi17.fea %{_texmfdistdir}/doc/fonts/poltawski/antpmi6.fea %{_texmfdistdir}/doc/fonts/poltawski/antpmi8.fea %{_texmfdistdir}/doc/fonts/poltawski/antpr10.fea %{_texmfdistdir}/doc/fonts/poltawski/antpr12.fea %{_texmfdistdir}/doc/fonts/poltawski/antpr17.fea %{_texmfdistdir}/doc/fonts/poltawski/antpr6.fea %{_texmfdistdir}/doc/fonts/poltawski/antpr8.fea %{_texmfdistdir}/doc/fonts/poltawski/antpri10.fea %{_texmfdistdir}/doc/fonts/poltawski/antpri12.fea %{_texmfdistdir}/doc/fonts/poltawski/antpri17.fea %{_texmfdistdir}/doc/fonts/poltawski/antpri6.fea %{_texmfdistdir}/doc/fonts/poltawski/antpri8.fea %{_texmfdistdir}/doc/fonts/poltawski/ap-hist.txt %{_texmfdistdir}/doc/fonts/poltawski/ap-info.pdf %{_texmfdistdir}/doc/fonts/poltawski/ap-logo.pdf %{_texmfdistdir}/doc/fonts/poltawski/goadb100.nam %{_texmfdistdir}/doc/fonts/poltawski/tstapot1.pdf %{_texmfdistdir}/doc/fonts/poltawski/tstapot1.tex %{_texmfdistdir}/doc/fonts/poltawski/tstapot4.pdf %{_texmfdistdir}/doc/fonts/poltawski/tstapot4.tex %{_texmfdistdir}/doc/fonts/poltawski/tstapqx.pdf %{_texmfdistdir}/doc/fonts/poltawski/tstapqx.tex %{_texmfdistdir}/doc/fonts/poltawski/tstapt1.pdf %{_texmfdistdir}/doc/fonts/poltawski/tstapt1.tex %{_texmfdistdir}/doc/fonts/poltawski/tstapts1.pdf %{_texmfdistdir}/doc/fonts/poltawski/tstapts1.tex %files -n texlive-poltawski %defattr(-,root,root,755) %{_texmfdistdir}/fonts/afm/gust/poltawski/antpb10.afm %{_texmfdistdir}/fonts/afm/gust/poltawski/antpb12.afm %{_texmfdistdir}/fonts/afm/gust/poltawski/antpb17.afm %{_texmfdistdir}/fonts/afm/gust/poltawski/antpb6.afm %{_texmfdistdir}/fonts/afm/gust/poltawski/antpb8.afm %{_texmfdistdir}/fonts/afm/gust/poltawski/antpbi10.afm %{_texmfdistdir}/fonts/afm/gust/poltawski/antpbi12.afm %{_texmfdistdir}/fonts/afm/gust/poltawski/antpbi17.afm %{_texmfdistdir}/fonts/afm/gust/poltawski/antpbi6.afm %{_texmfdistdir}/fonts/afm/gust/poltawski/antpbi8.afm %{_texmfdistdir}/fonts/afm/gust/poltawski/antpl10.afm %{_texmfdistdir}/fonts/afm/gust/poltawski/antpl12.afm %{_texmfdistdir}/fonts/afm/gust/poltawski/antpl17.afm %{_texmfdistdir}/fonts/afm/gust/poltawski/antpl6.afm %{_texmfdistdir}/fonts/afm/gust/poltawski/antpl8.afm %{_texmfdistdir}/fonts/afm/gust/poltawski/antpli10.afm %{_texmfdistdir}/fonts/afm/gust/poltawski/antpli12.afm %{_texmfdistdir}/fonts/afm/gust/poltawski/antpli17.afm %{_texmfdistdir}/fonts/afm/gust/poltawski/antpli6.afm %{_texmfdistdir}/fonts/afm/gust/poltawski/antpli8.afm %{_texmfdistdir}/fonts/afm/gust/poltawski/antpm10.afm %{_texmfdistdir}/fonts/afm/gust/poltawski/antpm12.afm %{_texmfdistdir}/fonts/afm/gust/poltawski/antpm17.afm %{_texmfdistdir}/fonts/afm/gust/poltawski/antpm6.afm %{_texmfdistdir}/fonts/afm/gust/poltawski/antpm8.afm %{_texmfdistdir}/fonts/afm/gust/poltawski/antpmi10.afm %{_texmfdistdir}/fonts/afm/gust/poltawski/antpmi12.afm %{_texmfdistdir}/fonts/afm/gust/poltawski/antpmi17.afm %{_texmfdistdir}/fonts/afm/gust/poltawski/antpmi6.afm %{_texmfdistdir}/fonts/afm/gust/poltawski/antpmi8.afm %{_texmfdistdir}/fonts/afm/gust/poltawski/antpr10.afm %{_texmfdistdir}/fonts/afm/gust/poltawski/antpr12.afm %{_texmfdistdir}/fonts/afm/gust/poltawski/antpr17.afm %{_texmfdistdir}/fonts/afm/gust/poltawski/antpr6.afm %{_texmfdistdir}/fonts/afm/gust/poltawski/antpr8.afm %{_texmfdistdir}/fonts/afm/gust/poltawski/antpri10.afm %{_texmfdistdir}/fonts/afm/gust/poltawski/antpri12.afm %{_texmfdistdir}/fonts/afm/gust/poltawski/antpri17.afm %{_texmfdistdir}/fonts/afm/gust/poltawski/antpri6.afm %{_texmfdistdir}/fonts/afm/gust/poltawski/antpri8.afm %{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-cs-sc.enc %{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-cs.enc %{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-ec-sc.enc %{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-ec.enc %{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-l7x-sc.enc %{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-l7x.enc %{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-qx-sc.enc %{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-qx.enc %{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-rm-sc.enc %{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-rm.enc %{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-t5-sc.enc %{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-t5.enc %{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-texnansi-sc.enc %{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-texnansi.enc %{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-ts1.enc %{_texmfdistdir}/fonts/map/dvips/poltawski/ap-cs.map %{_texmfdistdir}/fonts/map/dvips/poltawski/ap-ec.map %{_texmfdistdir}/fonts/map/dvips/poltawski/ap-l7x.map %{_texmfdistdir}/fonts/map/dvips/poltawski/ap-qx.map %{_texmfdistdir}/fonts/map/dvips/poltawski/ap-rm.map %{_texmfdistdir}/fonts/map/dvips/poltawski/ap-t5.map %{_texmfdistdir}/fonts/map/dvips/poltawski/ap-texnansi.map %{_texmfdistdir}/fonts/map/dvips/poltawski/ap-ts1.map %{_texmfdistdir}/fonts/map/dvips/poltawski/ap.map %verify(link) %{_texmfdistdir}/fonts/opentype/gust/poltawski/antpolt-bold.otf %verify(link) %{_texmfdistdir}/fonts/opentype/gust/poltawski/antpolt-bolditalic.otf %verify(link) %{_texmfdistdir}/fonts/opentype/gust/poltawski/antpolt-italic.otf %verify(link) %{_texmfdistdir}/fonts/opentype/gust/poltawski/antpolt-regular.otf %verify(link) %{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltcond-bold.otf %verify(link) %{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltcond-bolditalic.otf %verify(link) %{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltcond-italic.otf %verify(link) %{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltcond-regular.otf %verify(link) %{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltexpd-bold.otf %verify(link) %{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltexpd-bolditalic.otf %verify(link) %{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltexpd-italic.otf %verify(link) %{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltexpd-regular.otf %verify(link) %{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltlt-bold.otf %verify(link) %{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltlt-bolditalic.otf %verify(link) %{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltlt-italic.otf %verify(link) %{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltlt-regular.otf %verify(link) %{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltcond-bold.otf %verify(link) %{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltcond-bolditalic.otf %verify(link) %{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltcond-italic.otf %verify(link) %{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltcond-regular.otf %verify(link) %{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltexpd-bold.otf %verify(link) %{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltexpd-bolditalic.otf %verify(link) %{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltexpd-italic.otf %verify(link) %{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltexpd-regular.otf %verify(link) %{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltsemicond-bold.otf %verify(link) %{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltsemicond-bolditalic.otf %verify(link) %{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltsemicond-italic.otf %verify(link) %{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltsemicond-regular.otf %verify(link) %{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltsemiexpd-bold.otf %verify(link) %{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltsemiexpd-bolditalic.otf %verify(link) %{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltsemiexpd-italic.otf %verify(link) %{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltsemiexpd-regular.otf %verify(link) %{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltsemicond-bold.otf %verify(link) %{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltsemicond-bolditalic.otf %verify(link) %{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltsemicond-italic.otf %verify(link) %{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltsemicond-regular.otf %verify(link) %{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltsemiexpd-bold.otf %verify(link) %{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltsemiexpd-bolditalic.otf %verify(link) %{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltsemiexpd-italic.otf %verify(link) %{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltsemiexpd-regular.otf %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpb10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpb10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpb12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpb12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpb17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpb17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpb6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpb6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpb8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpb8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpbi10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpbi10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpbi12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpbi12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpbi17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpbi17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpbi6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpbi6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpbi8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpbi8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpl10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpl10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpl12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpl12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpl17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpl17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpl6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpl6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpl8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpl8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpli10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpli10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpli12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpli12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpli17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpli17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpli6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpli6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpli8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpli8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpm10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpm10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpm12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpm12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpm17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpm17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpm6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpm6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpm8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpm8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpmi10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpmi10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpmi12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpmi12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpmi17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpmi17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpmi6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpmi6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpmi8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpmi8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpr10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpr10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpr12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpr12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpr17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpr17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpr6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpr6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpr8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpr8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpri10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpri10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpri12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpri12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpri17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpri17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpri6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpri6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpri8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpri8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpb10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpb10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpb12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpb12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpb17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpb17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpb6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpb6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpb8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpb8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpbi10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpbi10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpbi12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpbi12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpbi17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpbi17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpbi6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpbi6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpbi8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpbi8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpl10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpl10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpl12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpl12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpl17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpl17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpl6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpl6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpl8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpl8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpli10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpli10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpli12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpli12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpli17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpli17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpli6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpli6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpli8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpli8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpm10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpm10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpm12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpm12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpm17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpm17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpm6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpm6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpm8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpm8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpmi10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpmi10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpmi12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpmi12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpmi17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpmi17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpmi6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpmi6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpmi8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpmi8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpr10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpr10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpr12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpr12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpr17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpr17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpr6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpr6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpr8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpr8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpri10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpri10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpri12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpri12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpri17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpri17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpri6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpri6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpri8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpri8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpb10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpb10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpb12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpb12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpb17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpb17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpb6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpb6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpb8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpb8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpbi10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpbi10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpbi12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpbi12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpbi17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpbi17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpbi6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpbi6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpbi8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpbi8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpl10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpl10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpl12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpl12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpl17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpl17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpl6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpl6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpl8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpl8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpli10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpli10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpli12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpli12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpli17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpli17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpli6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpli6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpli8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpli8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpm10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpm10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpm12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpm12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpm17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpm17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpm6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpm6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpm8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpm8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpmi10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpmi10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpmi12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpmi12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpmi17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpmi17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpmi6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpmi6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpmi8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpmi8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpr10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpr10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpr12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpr12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpr17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpr17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpr6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpr6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpr8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpr8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpri10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpri10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpri12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpri12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpri17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpri17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpri6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpri6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpri8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpri8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpb10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpb10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpb12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpb12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpb17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpb17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpb6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpb6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpb8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpb8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpbi10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpbi10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpbi12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpbi12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpbi17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpbi17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpbi6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpbi6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpbi8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpbi8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpl10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpl10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpl12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpl12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpl17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpl17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpl6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpl6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpl8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpl8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpli10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpli10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpli12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpli12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpli17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpli17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpli6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpli6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpli8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpli8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpm10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpm10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpm12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpm12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpm17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpm17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpm6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpm6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpm8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpm8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpmi10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpmi10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpmi12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpmi12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpmi17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpmi17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpmi6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpmi6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpmi8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpmi8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpr10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpr10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpr12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpr12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpr17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpr17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpr6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpr6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpr8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpr8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpri10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpri10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpri12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpri12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpri17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpri17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpri6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpri6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpri8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpri8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpb10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpb10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpb12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpb12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpb17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpb17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpb6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpb6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpb8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpb8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpbi10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpbi10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpbi12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpbi12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpbi17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpbi17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpbi6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpbi6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpbi8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpbi8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpl10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpl10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpl12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpl12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpl17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpl17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpl6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpl6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpl8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpl8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpli10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpli10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpli12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpli12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpli17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpli17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpli6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpli6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpli8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpli8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpm10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpm10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpm12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpm12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpm17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpm17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpm6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpm6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpm8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpm8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpmi10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpmi10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpmi12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpmi12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpmi17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpmi17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpmi6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpmi6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpmi8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpmi8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpr10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpr10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpr12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpr12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpr17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpr17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpr6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpr6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpr8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpr8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpri10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpri10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpri12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpri12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpri17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpri17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpri6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpri6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpri8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpri8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpb10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpb10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpb12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpb12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpb17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpb17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpb6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpb6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpb8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpb8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpbi10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpbi10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpbi12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpbi12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpbi17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpbi17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpbi6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpbi6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpbi8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpbi8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpl10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpl10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpl12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpl12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpl17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpl17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpl6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpl6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpl8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpl8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpli10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpli10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpli12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpli12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpli17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpli17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpli6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpli6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpli8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpli8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpm10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpm10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpm12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpm12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpm17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpm17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpm6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpm6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpm8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpm8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpmi10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpmi10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpmi12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpmi12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpmi17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpmi17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpmi6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpmi6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpmi8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpmi8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpr10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpr10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpr12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpr12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpr17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpr17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpr6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpr6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpr8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpr8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpri10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpri10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpri12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpri12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpri17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpri17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpri6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpri6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpri8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpri8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpb10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpb10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpb12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpb12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpb17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpb17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpb6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpb6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpb8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpb8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpbi10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpbi10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpbi12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpbi12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpbi17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpbi17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpbi6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpbi6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpbi8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpbi8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpl10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpl10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpl12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpl12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpl17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpl17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpl6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpl6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpl8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpl8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpli10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpli10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpli12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpli12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpli17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpli17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpli6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpli6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpli8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpli8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpm10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpm10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpm12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpm12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpm17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpm17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpm6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpm6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpm8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpm8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpmi10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpmi10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpmi12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpmi12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpmi17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpmi17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpmi6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpmi6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpmi8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpmi8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpr10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpr10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpr12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpr12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpr17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpr17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpr6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpr6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpr8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpr8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpri10-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpri10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpri12-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpri12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpri17-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpri17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpri6-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpri6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpri8-sc.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpri8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpb10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpb12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpb17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpb6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpb8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpbi10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpbi12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpbi17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpbi6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpbi8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpl10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpl12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpl17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpl6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpl8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpli10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpli12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpli17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpli6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpli8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpm10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpm12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpm17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpm6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpm8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpmi10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpmi12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpmi17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpmi6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpmi8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpr10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpr12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpr17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpr6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpr8.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpri10.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpri12.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpri17.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpri6.tfm %{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpri8.tfm %verify(link) %{_texmfdistdir}/fonts/type1/gust/poltawski/antpb10.pfb %{_texmfdistdir}/fonts/type1/gust/poltawski/antpb10.pfm %verify(link) %{_texmfdistdir}/fonts/type1/gust/poltawski/antpb12.pfb %{_texmfdistdir}/fonts/type1/gust/poltawski/antpb12.pfm %verify(link) %{_texmfdistdir}/fonts/type1/gust/poltawski/antpb17.pfb %{_texmfdistdir}/fonts/type1/gust/poltawski/antpb17.pfm %verify(link) %{_texmfdistdir}/fonts/type1/gust/poltawski/antpb6.pfb %{_texmfdistdir}/fonts/type1/gust/poltawski/antpb6.pfm %verify(link) %{_texmfdistdir}/fonts/type1/gust/poltawski/antpb8.pfb %{_texmfdistdir}/fonts/type1/gust/poltawski/antpb8.pfm %verify(link) %{_texmfdistdir}/fonts/type1/gust/poltawski/antpbi10.pfb %{_texmfdistdir}/fonts/type1/gust/poltawski/antpbi10.pfm %verify(link) %{_texmfdistdir}/fonts/type1/gust/poltawski/antpbi12.pfb %{_texmfdistdir}/fonts/type1/gust/poltawski/antpbi12.pfm %verify(link) %{_texmfdistdir}/fonts/type1/gust/poltawski/antpbi17.pfb %{_texmfdistdir}/fonts/type1/gust/poltawski/antpbi17.pfm %verify(link) %{_texmfdistdir}/fonts/type1/gust/poltawski/antpbi6.pfb %{_texmfdistdir}/fonts/type1/gust/poltawski/antpbi6.pfm %verify(link) %{_texmfdistdir}/fonts/type1/gust/poltawski/antpbi8.pfb %{_texmfdistdir}/fonts/type1/gust/poltawski/antpbi8.pfm %verify(link) %{_texmfdistdir}/fonts/type1/gust/poltawski/antpl10.pfb %{_texmfdistdir}/fonts/type1/gust/poltawski/antpl10.pfm %verify(link) %{_texmfdistdir}/fonts/type1/gust/poltawski/antpl12.pfb %{_texmfdistdir}/fonts/type1/gust/poltawski/antpl12.pfm %verify(link) %{_texmfdistdir}/fonts/type1/gust/poltawski/antpl17.pfb %{_texmfdistdir}/fonts/type1/gust/poltawski/antpl17.pfm %verify(link) %{_texmfdistdir}/fonts/type1/gust/poltawski/antpl6.pfb %{_texmfdistdir}/fonts/type1/gust/poltawski/antpl6.pfm %verify(link) %{_texmfdistdir}/fonts/type1/gust/poltawski/antpl8.pfb %{_texmfdistdir}/fonts/type1/gust/poltawski/antpl8.pfm %verify(link) %{_texmfdistdir}/fonts/type1/gust/poltawski/antpli10.pfb %{_texmfdistdir}/fonts/type1/gust/poltawski/antpli10.pfm %verify(link) %{_texmfdistdir}/fonts/type1/gust/poltawski/antpli12.pfb %{_texmfdistdir}/fonts/type1/gust/poltawski/antpli12.pfm %verify(link) %{_texmfdistdir}/fonts/type1/gust/poltawski/antpli17.pfb %{_texmfdistdir}/fonts/type1/gust/poltawski/antpli17.pfm %verify(link) %{_texmfdistdir}/fonts/type1/gust/poltawski/antpli6.pfb %{_texmfdistdir}/fonts/type1/gust/poltawski/antpli6.pfm %verify(link) %{_texmfdistdir}/fonts/type1/gust/poltawski/antpli8.pfb %{_texmfdistdir}/fonts/type1/gust/poltawski/antpli8.pfm %verify(link) %{_texmfdistdir}/fonts/type1/gust/poltawski/antpm10.pfb %{_texmfdistdir}/fonts/type1/gust/poltawski/antpm10.pfm %verify(link) %{_texmfdistdir}/fonts/type1/gust/poltawski/antpm12.pfb %{_texmfdistdir}/fonts/type1/gust/poltawski/antpm12.pfm %verify(link) %{_texmfdistdir}/fonts/type1/gust/poltawski/antpm17.pfb %{_texmfdistdir}/fonts/type1/gust/poltawski/antpm17.pfm %verify(link) %{_texmfdistdir}/fonts/type1/gust/poltawski/antpm6.pfb %{_texmfdistdir}/fonts/type1/gust/poltawski/antpm6.pfm %verify(link) %{_texmfdistdir}/fonts/type1/gust/poltawski/antpm8.pfb %{_texmfdistdir}/fonts/type1/gust/poltawski/antpm8.pfm %verify(link) %{_texmfdistdir}/fonts/type1/gust/poltawski/antpmi10.pfb %{_texmfdistdir}/fonts/type1/gust/poltawski/antpmi10.pfm %verify(link) %{_texmfdistdir}/fonts/type1/gust/poltawski/antpmi12.pfb %{_texmfdistdir}/fonts/type1/gust/poltawski/antpmi12.pfm %verify(link) %{_texmfdistdir}/fonts/type1/gust/poltawski/antpmi17.pfb %{_texmfdistdir}/fonts/type1/gust/poltawski/antpmi17.pfm %verify(link) %{_texmfdistdir}/fonts/type1/gust/poltawski/antpmi6.pfb %{_texmfdistdir}/fonts/type1/gust/poltawski/antpmi6.pfm %verify(link) %{_texmfdistdir}/fonts/type1/gust/poltawski/antpmi8.pfb %{_texmfdistdir}/fonts/type1/gust/poltawski/antpmi8.pfm %verify(link) %{_texmfdistdir}/fonts/type1/gust/poltawski/antpr10.pfb %{_texmfdistdir}/fonts/type1/gust/poltawski/antpr10.pfm %verify(link) %{_texmfdistdir}/fonts/type1/gust/poltawski/antpr12.pfb %{_texmfdistdir}/fonts/type1/gust/poltawski/antpr12.pfm %verify(link) %{_texmfdistdir}/fonts/type1/gust/poltawski/antpr17.pfb %{_texmfdistdir}/fonts/type1/gust/poltawski/antpr17.pfm %verify(link) %{_texmfdistdir}/fonts/type1/gust/poltawski/antpr6.pfb %{_texmfdistdir}/fonts/type1/gust/poltawski/antpr6.pfm %verify(link) %{_texmfdistdir}/fonts/type1/gust/poltawski/antpr8.pfb %{_texmfdistdir}/fonts/type1/gust/poltawski/antpr8.pfm %verify(link) %{_texmfdistdir}/fonts/type1/gust/poltawski/antpri10.pfb %{_texmfdistdir}/fonts/type1/gust/poltawski/antpri10.pfm %verify(link) %{_texmfdistdir}/fonts/type1/gust/poltawski/antpri12.pfb %{_texmfdistdir}/fonts/type1/gust/poltawski/antpri12.pfm %verify(link) %{_texmfdistdir}/fonts/type1/gust/poltawski/antpri17.pfb %{_texmfdistdir}/fonts/type1/gust/poltawski/antpri17.pfm %verify(link) %{_texmfdistdir}/fonts/type1/gust/poltawski/antpri6.pfb %{_texmfdistdir}/fonts/type1/gust/poltawski/antpri6.pfm %verify(link) %{_texmfdistdir}/fonts/type1/gust/poltawski/antpri8.pfb %{_texmfdistdir}/fonts/type1/gust/poltawski/antpri8.pfm %{_texmfdistdir}/tex/latex/poltawski/antpolt.sty %{_texmfdistdir}/tex/latex/poltawski/il2antp.fd %{_texmfdistdir}/tex/latex/poltawski/il2antpl.fd %{_texmfdistdir}/tex/latex/poltawski/l7xantp.fd %{_texmfdistdir}/tex/latex/poltawski/l7xantpl.fd %{_texmfdistdir}/tex/latex/poltawski/ly1antp.fd %{_texmfdistdir}/tex/latex/poltawski/ly1antpl.fd %{_texmfdistdir}/tex/latex/poltawski/ot1antp.fd %{_texmfdistdir}/tex/latex/poltawski/ot1antpl.fd %{_texmfdistdir}/tex/latex/poltawski/ot4antp.fd %{_texmfdistdir}/tex/latex/poltawski/ot4antpl.fd %{_texmfdistdir}/tex/latex/poltawski/qxantp.fd %{_texmfdistdir}/tex/latex/poltawski/qxantpl.fd %{_texmfdistdir}/tex/latex/poltawski/t1antp.fd %{_texmfdistdir}/tex/latex/poltawski/t1antpl.fd %{_texmfdistdir}/tex/latex/poltawski/t5antp.fd %{_texmfdistdir}/tex/latex/poltawski/t5antpl.fd %{_texmfdistdir}/tex/latex/poltawski/ts1antp.fd %{_texmfdistdir}/tex/latex/poltawski/ts1antpl.fd %files -n texlive-poltawski-fonts %defattr(-,root,root,755) %dir %{_datadir}/fonts/texlive-poltawski %config %{_sysconfdir}/fonts/conf.avail/58-texlive-poltawski.conf %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-poltawski/encodings.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-poltawski/fonts.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-poltawski/fonts.scale %{_datadir}/fonts/texlive-poltawski/antpolt-bold.otf %{_datadir}/fonts/texlive-poltawski/antpolt-bolditalic.otf %{_datadir}/fonts/texlive-poltawski/antpolt-italic.otf %{_datadir}/fonts/texlive-poltawski/antpolt-regular.otf %{_datadir}/fonts/texlive-poltawski/antpoltcond-bold.otf %{_datadir}/fonts/texlive-poltawski/antpoltcond-bolditalic.otf %{_datadir}/fonts/texlive-poltawski/antpoltcond-italic.otf %{_datadir}/fonts/texlive-poltawski/antpoltcond-regular.otf %{_datadir}/fonts/texlive-poltawski/antpoltexpd-bold.otf %{_datadir}/fonts/texlive-poltawski/antpoltexpd-bolditalic.otf %{_datadir}/fonts/texlive-poltawski/antpoltexpd-italic.otf %{_datadir}/fonts/texlive-poltawski/antpoltexpd-regular.otf %{_datadir}/fonts/texlive-poltawski/antpoltlt-bold.otf %{_datadir}/fonts/texlive-poltawski/antpoltlt-bolditalic.otf %{_datadir}/fonts/texlive-poltawski/antpoltlt-italic.otf %{_datadir}/fonts/texlive-poltawski/antpoltlt-regular.otf %{_datadir}/fonts/texlive-poltawski/antpoltltcond-bold.otf %{_datadir}/fonts/texlive-poltawski/antpoltltcond-bolditalic.otf %{_datadir}/fonts/texlive-poltawski/antpoltltcond-italic.otf %{_datadir}/fonts/texlive-poltawski/antpoltltcond-regular.otf %{_datadir}/fonts/texlive-poltawski/antpoltltexpd-bold.otf %{_datadir}/fonts/texlive-poltawski/antpoltltexpd-bolditalic.otf %{_datadir}/fonts/texlive-poltawski/antpoltltexpd-italic.otf %{_datadir}/fonts/texlive-poltawski/antpoltltexpd-regular.otf %{_datadir}/fonts/texlive-poltawski/antpoltltsemicond-bold.otf %{_datadir}/fonts/texlive-poltawski/antpoltltsemicond-bolditalic.otf %{_datadir}/fonts/texlive-poltawski/antpoltltsemicond-italic.otf %{_datadir}/fonts/texlive-poltawski/antpoltltsemicond-regular.otf %{_datadir}/fonts/texlive-poltawski/antpoltltsemiexpd-bold.otf %{_datadir}/fonts/texlive-poltawski/antpoltltsemiexpd-bolditalic.otf %{_datadir}/fonts/texlive-poltawski/antpoltltsemiexpd-italic.otf %{_datadir}/fonts/texlive-poltawski/antpoltltsemiexpd-regular.otf %{_datadir}/fonts/texlive-poltawski/antpoltsemicond-bold.otf %{_datadir}/fonts/texlive-poltawski/antpoltsemicond-bolditalic.otf %{_datadir}/fonts/texlive-poltawski/antpoltsemicond-italic.otf %{_datadir}/fonts/texlive-poltawski/antpoltsemicond-regular.otf %{_datadir}/fonts/texlive-poltawski/antpoltsemiexpd-bold.otf %{_datadir}/fonts/texlive-poltawski/antpoltsemiexpd-bolditalic.otf %{_datadir}/fonts/texlive-poltawski/antpoltsemiexpd-italic.otf %{_datadir}/fonts/texlive-poltawski/antpoltsemiexpd-regular.otf %{_datadir}/fonts/texlive-poltawski/antpb10.pfb %{_datadir}/fonts/texlive-poltawski/antpb12.pfb %{_datadir}/fonts/texlive-poltawski/antpb17.pfb %{_datadir}/fonts/texlive-poltawski/antpb6.pfb %{_datadir}/fonts/texlive-poltawski/antpb8.pfb %{_datadir}/fonts/texlive-poltawski/antpbi10.pfb %{_datadir}/fonts/texlive-poltawski/antpbi12.pfb %{_datadir}/fonts/texlive-poltawski/antpbi17.pfb %{_datadir}/fonts/texlive-poltawski/antpbi6.pfb %{_datadir}/fonts/texlive-poltawski/antpbi8.pfb %{_datadir}/fonts/texlive-poltawski/antpl10.pfb %{_datadir}/fonts/texlive-poltawski/antpl12.pfb %{_datadir}/fonts/texlive-poltawski/antpl17.pfb %{_datadir}/fonts/texlive-poltawski/antpl6.pfb %{_datadir}/fonts/texlive-poltawski/antpl8.pfb %{_datadir}/fonts/texlive-poltawski/antpli10.pfb %{_datadir}/fonts/texlive-poltawski/antpli12.pfb %{_datadir}/fonts/texlive-poltawski/antpli17.pfb %{_datadir}/fonts/texlive-poltawski/antpli6.pfb %{_datadir}/fonts/texlive-poltawski/antpli8.pfb %{_datadir}/fonts/texlive-poltawski/antpm10.pfb %{_datadir}/fonts/texlive-poltawski/antpm12.pfb %{_datadir}/fonts/texlive-poltawski/antpm17.pfb %{_datadir}/fonts/texlive-poltawski/antpm6.pfb %{_datadir}/fonts/texlive-poltawski/antpm8.pfb %{_datadir}/fonts/texlive-poltawski/antpmi10.pfb %{_datadir}/fonts/texlive-poltawski/antpmi12.pfb %{_datadir}/fonts/texlive-poltawski/antpmi17.pfb %{_datadir}/fonts/texlive-poltawski/antpmi6.pfb %{_datadir}/fonts/texlive-poltawski/antpmi8.pfb %{_datadir}/fonts/texlive-poltawski/antpr10.pfb %{_datadir}/fonts/texlive-poltawski/antpr12.pfb %{_datadir}/fonts/texlive-poltawski/antpr17.pfb %{_datadir}/fonts/texlive-poltawski/antpr6.pfb %{_datadir}/fonts/texlive-poltawski/antpr8.pfb %{_datadir}/fonts/texlive-poltawski/antpri10.pfb %{_datadir}/fonts/texlive-poltawski/antpri12.pfb %{_datadir}/fonts/texlive-poltawski/antpri17.pfb %{_datadir}/fonts/texlive-poltawski/antpri6.pfb %{_datadir}/fonts/texlive-poltawski/antpri8.pfb %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-poltawski-fonts-%{texlive_version}.%{texlive_noarch}.1.101svn20075-%{release}-zypper %endif %package -n texlive-polyglossia Version: %{texlive_version}.%{texlive_noarch}.1.42.4svn40138 Release: 0 Summary: An alternative to babel for XeLaTeX and LuaLaTeX License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires: texlive-etoolbox >= %{texlive_version} Requires: texlive-fontspec >= %{texlive_version} Requires: texlive-ifluatex >= %{texlive_version} Requires: texlive-makecmds >= %{texlive_version} Requires: texlive-xkeyval >= %{texlive_version} Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-polyglossia-doc >= %{texlive_version} Provides: tex(arabicdigits.map) Provides: tex(arabicnumbers.sty) Provides: tex(babel-hebrewalph.def) Provides: tex(babelsh.def) Provides: tex(bengalidigits.map) Provides: tex(bengalidigits.sty) Provides: tex(cal-util.def) Provides: tex(devanagaridigits.map) Provides: tex(devanagaridigits.sty) Provides: tex(farsical.sty) Provides: tex(farsidigits.map) Provides: tex(gloss-albanian.ldf) Provides: tex(gloss-amharic.ldf) Provides: tex(gloss-arabic.ldf) Provides: tex(gloss-armenian.ldf) Provides: tex(gloss-asturian.ldf) Provides: tex(gloss-bahasai.ldf) Provides: tex(gloss-bahasam.ldf) Provides: tex(gloss-basque.ldf) Provides: tex(gloss-bengali.ldf) Provides: tex(gloss-brazil.ldf) Provides: tex(gloss-breton.ldf) Provides: tex(gloss-bulgarian.ldf) Provides: tex(gloss-catalan.ldf) Provides: tex(gloss-coptic.ldf) Provides: tex(gloss-croatian.ldf) Provides: tex(gloss-czech.ldf) Provides: tex(gloss-danish.ldf) Provides: tex(gloss-divehi.ldf) Provides: tex(gloss-dutch.ldf) Provides: tex(gloss-english.ldf) Provides: tex(gloss-esperanto.ldf) Provides: tex(gloss-estonian.ldf) Provides: tex(gloss-farsi.ldf) Provides: tex(gloss-finnish.ldf) Provides: tex(gloss-french.ldf) Provides: tex(gloss-friulan.ldf) Provides: tex(gloss-galician.ldf) Provides: tex(gloss-german.ldf) Provides: tex(gloss-greek.ldf) Provides: tex(gloss-hebrew.ldf) Provides: tex(gloss-hindi.ldf) Provides: tex(gloss-icelandic.ldf) Provides: tex(gloss-interlingua.ldf) Provides: tex(gloss-irish.ldf) Provides: tex(gloss-italian.ldf) Provides: tex(gloss-kannada.ldf) Provides: tex(gloss-khmer.ldf) Provides: tex(gloss-korean.ldf) Provides: tex(gloss-lao.ldf) Provides: tex(gloss-latin.ldf) Provides: tex(gloss-latvian.ldf) Provides: tex(gloss-lithuanian.ldf) Provides: tex(gloss-lsorbian.ldf) Provides: tex(gloss-magyar.ldf) Provides: tex(gloss-malayalam.ldf) Provides: tex(gloss-marathi.ldf) Provides: tex(gloss-nko.ldf) Provides: tex(gloss-norsk.ldf) Provides: tex(gloss-nynorsk.ldf) Provides: tex(gloss-occitan.ldf) Provides: tex(gloss-piedmontese.ldf) Provides: tex(gloss-polish.ldf) Provides: tex(gloss-portuges.ldf) Provides: tex(gloss-romanian.ldf) Provides: tex(gloss-romansh.ldf) Provides: tex(gloss-russian.ldf) Provides: tex(gloss-samin.ldf) Provides: tex(gloss-sanskrit.ldf) Provides: tex(gloss-scottish.ldf) Provides: tex(gloss-serbian.ldf) Provides: tex(gloss-slovak.ldf) Provides: tex(gloss-slovenian.ldf) Provides: tex(gloss-spanish.ldf) Provides: tex(gloss-swedish.ldf) Provides: tex(gloss-syriac.ldf) Provides: tex(gloss-tamil.ldf) Provides: tex(gloss-telugu.ldf) Provides: tex(gloss-thai.ldf) Provides: tex(gloss-tibetan.ldf) Provides: tex(gloss-turkish.ldf) Provides: tex(gloss-turkmen.ldf) Provides: tex(gloss-ukrainian.ldf) Provides: tex(gloss-urdu.ldf) Provides: tex(gloss-usorbian.ldf) Provides: tex(gloss-vietnamese.ldf) Provides: tex(gloss-welsh.ldf) Provides: tex(hebrewcal.sty) Provides: tex(hijrical.sty) Provides: tex(nkonumbers.sty) Provides: tex(polyglossia.sty) Provides: tex(thaidigits.map) Provides: tex(xgreek-fixes.def) Requires: tex(bidi.sty) Requires: tex(calc.sty) Requires: tex(etoolbox.sty) Requires: tex(fontspec.sty) Requires: tex(ifluatex.sty) Requires: tex(ifxetex.sty) Requires: tex(luabidi.sty) Requires: tex(luatexbase.sty) Requires: tex(makecmds.sty) Requires: tex(xkeyval.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source44: polyglossia.tar.xz Source45: polyglossia.doc.tar.xz %description -n texlive-polyglossia This package provides a complete Babel replacement for users of LuaLaTeX and XeLaTeX; it relies on the fontspec package, version 2.0 at least. This is the first release that supports use with LuaLaTeX; it should be considered "transitional" in that role. date: 2016-06-24 17:18:15 +0000 %package -n texlive-polyglossia-doc Version: %{texlive_version}.%{texlive_noarch}.1.42.4svn40138 Release: 0 Summary: Documentation for texlive-polyglossia License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-polyglossia-doc This package includes the documentation for texlive-polyglossia %post -n texlive-polyglossia mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-polyglossia mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-polyglossia %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-polyglossia-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/polyglossia/README %{_texmfdistdir}/doc/latex/polyglossia/example-arabic.pdf %{_texmfdistdir}/doc/latex/polyglossia/example-arabic.tex %{_texmfdistdir}/doc/latex/polyglossia/example-korean.pdf %{_texmfdistdir}/doc/latex/polyglossia/example-korean.tex %{_texmfdistdir}/doc/latex/polyglossia/example-thai.pdf %{_texmfdistdir}/doc/latex/polyglossia/example-thai.tex %{_texmfdistdir}/doc/latex/polyglossia/examples.pdf %{_texmfdistdir}/doc/latex/polyglossia/examples.tex %{_texmfdistdir}/doc/latex/polyglossia/polyglossia.pdf %{_texmfdistdir}/doc/latex/polyglossia/polyglossia.tex %{_texmfdistdir}/doc/latex/polyglossia/test-welsh.pdf %{_texmfdistdir}/doc/latex/polyglossia/test-welsh.tex %files -n texlive-polyglossia %defattr(-,root,root,755) %{_texmfdistdir}/fonts/misc/xetex/fontmapping/polyglossia/arabicdigits.map %{_texmfdistdir}/fonts/misc/xetex/fontmapping/polyglossia/arabicdigits.tec %{_texmfdistdir}/fonts/misc/xetex/fontmapping/polyglossia/bengalidigits.map %{_texmfdistdir}/fonts/misc/xetex/fontmapping/polyglossia/bengalidigits.tec %{_texmfdistdir}/fonts/misc/xetex/fontmapping/polyglossia/devanagaridigits.map %{_texmfdistdir}/fonts/misc/xetex/fontmapping/polyglossia/devanagaridigits.tec %{_texmfdistdir}/fonts/misc/xetex/fontmapping/polyglossia/farsidigits.map %{_texmfdistdir}/fonts/misc/xetex/fontmapping/polyglossia/farsidigits.tec %{_texmfdistdir}/fonts/misc/xetex/fontmapping/polyglossia/thaidigits.map %{_texmfdistdir}/fonts/misc/xetex/fontmapping/polyglossia/thaidigits.tec %{_texmfdistdir}/tex/latex/polyglossia/arabicnumbers.sty %{_texmfdistdir}/tex/latex/polyglossia/babel-hebrewalph.def %{_texmfdistdir}/tex/latex/polyglossia/babelsh.def %{_texmfdistdir}/tex/latex/polyglossia/bengalidigits.sty %{_texmfdistdir}/tex/latex/polyglossia/cal-util.def %{_texmfdistdir}/tex/latex/polyglossia/devanagaridigits.sty %{_texmfdistdir}/tex/latex/polyglossia/farsical.sty %{_texmfdistdir}/tex/latex/polyglossia/gloss-albanian.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-amharic.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-arabic.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-armenian.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-asturian.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-bahasai.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-bahasam.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-basque.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-bengali.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-brazil.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-breton.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-bulgarian.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-catalan.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-coptic.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-croatian.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-czech.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-danish.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-divehi.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-dutch.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-english.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-esperanto.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-estonian.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-farsi.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-finnish.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-french.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-friulan.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-galician.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-german.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-greek.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-hebrew.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-hindi.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-icelandic.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-interlingua.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-irish.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-italian.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-kannada.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-khmer.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-korean.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-lao.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-latin.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-latvian.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-lithuanian.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-lsorbian.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-magyar.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-malayalam.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-marathi.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-nko.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-norsk.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-nynorsk.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-occitan.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-piedmontese.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-polish.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-portuges.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-romanian.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-romansh.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-russian.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-samin.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-sanskrit.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-scottish.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-serbian.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-slovak.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-slovenian.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-spanish.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-swedish.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-syriac.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-tamil.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-telugu.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-thai.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-tibetan.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-turkish.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-turkmen.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-ukrainian.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-urdu.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-usorbian.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-vietnamese.ldf %{_texmfdistdir}/tex/latex/polyglossia/gloss-welsh.ldf %{_texmfdistdir}/tex/latex/polyglossia/hebrewcal.sty %{_texmfdistdir}/tex/latex/polyglossia/hijrical.sty %{_texmfdistdir}/tex/latex/polyglossia/nkonumbers.sty %{_texmfdistdir}/tex/latex/polyglossia/polyglossia-frpt.lua %{_texmfdistdir}/tex/latex/polyglossia/polyglossia-tibt.lua %{_texmfdistdir}/tex/latex/polyglossia/polyglossia.lua %{_texmfdistdir}/tex/latex/polyglossia/polyglossia.sty %{_texmfdistdir}/tex/latex/polyglossia/xgreek-fixes.def %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-polyglossia-%{texlive_version}.%{texlive_noarch}.1.42.4svn40138-%{release}-zypper %endif %package -n texlive-polynom Version: %{texlive_version}.%{texlive_noarch}.0.0.18svn42664 Release: 0 Summary: Macros for manipulating polynomials License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-polynom-doc >= %{texlive_version} Provides: tex(polynom.sty) Requires: tex(keyval.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source46: polynom.tar.xz Source47: polynom.doc.tar.xz %description -n texlive-polynom The polynom package implements macros for manipulating polynomials, for example it can typeset long polynomial divisions. The main test case and application is the polynomial ring in one variable with rational coefficients. date: 2016-12-09 10:51:59 +0000 %package -n texlive-polynom-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.18svn42664 Release: 0 Summary: Documentation for texlive-polynom License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-polynom-doc This package includes the documentation for texlive-polynom %post -n texlive-polynom mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-polynom mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-polynom %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-polynom-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/polynom/README %{_texmfdistdir}/doc/latex/polynom/polydemo.pdf %{_texmfdistdir}/doc/latex/polynom/polydemo.tex %{_texmfdistdir}/doc/latex/polynom/polynom.pdf %files -n texlive-polynom %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/polynom/polynom.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-polynom-%{texlive_version}.%{texlive_noarch}.0.0.18svn42664-%{release}-zypper %endif %package -n texlive-polynomial Version: %{texlive_version}.%{texlive_noarch}.1.0svn15878 Release: 0 Summary: Typeset (univariate) polynomials License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-polynomial-doc >= %{texlive_version} Provides: tex(polynomial.sty) Requires: tex(keyval.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source48: polynomial.tar.xz Source49: polynomial.doc.tar.xz %description -n texlive-polynomial The package offers an easy way to write (univariate) polynomials and rational functions. It defines two commands, one for polynomials \polynomial{coeffs} and one for rational functions \polynomialfrac{Numerator}{Denominator}. Both commands take lists of coefficients as arguments, and offer limited optional behaviour. date: 2016-06-24 17:18:15 +0000 %package -n texlive-polynomial-doc Version: %{texlive_version}.%{texlive_noarch}.1.0svn15878 Release: 0 Summary: Documentation for texlive-polynomial License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-polynomial-doc This package includes the documentation for texlive-polynomial %post -n texlive-polynomial mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-polynomial mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-polynomial %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-polynomial-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/polynomial/README %{_texmfdistdir}/doc/latex/polynomial/polynomial.pdf %files -n texlive-polynomial %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/polynomial/polynomial.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-polynomial-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{release}-zypper %endif %package -n texlive-polytable Version: %{texlive_version}.%{texlive_noarch}.0.0.8.2svn31235 Release: 0 Summary: Tabular-like environments with named columns License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-polytable-doc >= %{texlive_version} Provides: tex(polytable.sty) Requires: tex(array.sty) Requires: tex(lazylist.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source50: polytable.tar.xz Source51: polytable.doc.tar.xz %description -n texlive-polytable This package implements a variant of tabular-like environments where columns can be given a name and entries can flexibly be placed between arbitrary columns. Complex alignment-based layouts, for example for program code, are possible. date: 2016-06-24 17:18:15 +0000 %package -n texlive-polytable-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.8.2svn31235 Release: 0 Summary: Documentation for texlive-polytable License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-polytable-doc This package includes the documentation for texlive-polytable %post -n texlive-polytable mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-polytable mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-polytable %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-polytable-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/polytable/README %{_texmfdistdir}/doc/latex/polytable/polytable.pdf %files -n texlive-polytable %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/polytable/polytable.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-polytable-%{texlive_version}.%{texlive_noarch}.0.0.8.2svn31235-%{release}-zypper %endif %package -n texlive-postcards Version: %{texlive_version}.%{texlive_noarch}.svn21641 Release: 0 Summary: Facilitates mass-mailing of postcards (junkmail) License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-postcards-doc >= %{texlive_version} Provides: tex(postcards.cls) Requires: tex(letter.cls) Requires: tex(mailing.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source52: postcards.tar.xz Source53: postcards.doc.tar.xz %description -n texlive-postcards A modification of the standard LaTeX letter class which prints multiple, pre-stamped, 5.5" by 3.5" postcards (a US standard size) via the envlab and mailing packages. An address database is employed to address the front side of each postcard and a message is printed on the back side of all. An illustrative example is provided. date: 2016-06-24 17:18:15 +0000 %package -n texlive-postcards-doc Version: %{texlive_version}.%{texlive_noarch}.svn21641 Release: 0 Summary: Documentation for texlive-postcards License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-postcards-doc This package includes the documentation for texlive-postcards %post -n texlive-postcards mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-postcards mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-postcards %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-postcards-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/postcards/README %{_texmfdistdir}/doc/latex/postcards/datasmp.txt %{_texmfdistdir}/doc/latex/postcards/pcardsmp.tex %files -n texlive-postcards %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/postcards/postcards.cls %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-postcards-%{texlive_version}.%{texlive_noarch}.svn21641-%{release}-zypper %endif %package -n texlive-poster-mac Version: %{texlive_version}.%{texlive_noarch}.1.1svn18305 Release: 0 Summary: Make posters and banners with TeX License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-poster-mac-doc >= %{texlive_version} Provides: tex(poster.sty) Provides: tex(poster.tex) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source54: poster-mac.tar.xz Source55: poster-mac.doc.tar.xz %description -n texlive-poster-mac The package offers macros for making posters and banners with TeX. It is compatible with most TeX macro formats, including Plain TeX, LaTeX, AmSTeX, and AmS-LaTeX. The package creates a poster as huge box, which is then distributed over as many printer pages as necessary. The only special requirement is that your printer not be bothered by text that lies off the page. This is true of most printers, including laser printers and PostScript printers. date: 2016-06-24 17:18:15 +0000 %package -n texlive-poster-mac-doc Version: %{texlive_version}.%{texlive_noarch}.1.1svn18305 Release: 0 Summary: Documentation for texlive-poster-mac License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-poster-mac-doc This package includes the documentation for texlive-poster-mac %post -n texlive-poster-mac mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-poster-mac mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-poster-mac %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-poster-mac-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/poster-mac/Changes %{_texmfdistdir}/doc/generic/poster-mac/Makefile %{_texmfdistdir}/doc/generic/poster-mac/README %{_texmfdistdir}/doc/generic/poster-mac/poster-doc.pdf %{_texmfdistdir}/doc/generic/poster-mac/poster-doc.tex %{_texmfdistdir}/doc/generic/poster-mac/poster1.pdf %{_texmfdistdir}/doc/generic/poster-mac/poster2.pdf %files -n texlive-poster-mac %defattr(-,root,root,755) %{_texmfdistdir}/tex/generic/poster-mac/poster.sty %{_texmfdistdir}/tex/generic/poster-mac/poster.tex %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-poster-mac-%{texlive_version}.%{texlive_noarch}.1.1svn18305-%{release}-zypper %endif %package -n texlive-powerdot Version: %{texlive_version}.%{texlive_noarch}.1.5asvn38984 Release: 0 Summary: A presentation class License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-powerdot-doc >= %{texlive_version} Provides: tex(powerdot-aggie.sty) Provides: tex(powerdot-bframe.sty) Provides: tex(powerdot-ciment.sty) Provides: tex(powerdot-default.sty) Provides: tex(powerdot-elcolors.sty) Provides: tex(powerdot-fyma.sty) Provides: tex(powerdot-horatio.sty) Provides: tex(powerdot-husky.sty) Provides: tex(powerdot-ikeda.sty) Provides: tex(powerdot-jefka.sty) Provides: tex(powerdot-klope.sty) Provides: tex(powerdot-paintings.sty) Provides: tex(powerdot-pazik.sty) Provides: tex(powerdot-sailor.sty) Provides: tex(powerdot-simple.sty) Provides: tex(powerdot-tycja.sty) Provides: tex(powerdot-upen.sty) Provides: tex(powerdot.cls) Requires: tex(amssymb.sty) Requires: tex(article.cls) Requires: tex(calc.sty) Requires: tex(enumitem.sty) Requires: tex(geometry.sty) Requires: tex(graphicx.sty) Requires: tex(ifxetex.sty) Requires: tex(pifont.sty) Requires: tex(pst-blur.sty) Requires: tex(pst-char.sty) Requires: tex(pst-grad.sty) Requires: tex(pst-ovl.sty) Requires: tex(pst-slpe.sty) Requires: tex(pstricks.sty) Requires: tex(times.sty) Requires: tex(type1cm.sty) Requires: tex(verbatim.sty) Requires: tex(xcolor.sty) Requires: tex(xkeyval.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source56: powerdot.tar.xz Source57: powerdot.doc.tar.xz %description -n texlive-powerdot Powerdot is a presentation class for LaTeX that allows for the quick and easy development of professional presentations. It comes with many tools that enhance presentations and aid the presenter. Examples are automatic overlays, personal notes and a handout mode. To view a presentation, DVI, PS or PDF output can be used. A powerful template system is available to easily develop new styles. A LyX layout file is provided. date: 2016-06-24 17:18:15 +0000 %package -n texlive-powerdot-doc Version: %{texlive_version}.%{texlive_noarch}.1.5asvn38984 Release: 0 Summary: Documentation for texlive-powerdot License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Provides: locale(texlive-powerdot-doc:en;de) %description -n texlive-powerdot-doc This package includes the documentation for texlive-powerdot %post -n texlive-powerdot mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-powerdot mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-powerdot %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-powerdot-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/powerdot/README %{_texmfdistdir}/doc/latex/powerdot/manifest.txt %{_texmfdistdir}/doc/latex/powerdot/pdpream.ble %{_texmfdistdir}/doc/latex/powerdot/powerdot-example.lyx %{_texmfdistdir}/doc/latex/powerdot/powerdot-example.tex %{_texmfdistdir}/doc/latex/powerdot/powerdot-example1.tex %{_texmfdistdir}/doc/latex/powerdot/powerdot-example2.tex %{_texmfdistdir}/doc/latex/powerdot/powerdot-example3.tex %{_texmfdistdir}/doc/latex/powerdot/powerdot-styleexample.tex %{_texmfdistdir}/doc/latex/powerdot/powerdot-styletest.tex %{_texmfdistdir}/doc/latex/powerdot/powerdot.bib %{_texmfdistdir}/doc/latex/powerdot/powerdot.layout %{_texmfdistdir}/doc/latex/powerdot/powerdot.pdf %{_texmfdistdir}/doc/latex/powerdot/powerdotDE.pdf %{_texmfdistdir}/doc/latex/powerdot/powerdotDE.tex %files -n texlive-powerdot %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/powerdot/powerdot-aggie.sty %{_texmfdistdir}/tex/latex/powerdot/powerdot-bframe.sty %{_texmfdistdir}/tex/latex/powerdot/powerdot-ciment.sty %{_texmfdistdir}/tex/latex/powerdot/powerdot-default.ps %{_texmfdistdir}/tex/latex/powerdot/powerdot-default.sty %{_texmfdistdir}/tex/latex/powerdot/powerdot-elcolors.sty %{_texmfdistdir}/tex/latex/powerdot/powerdot-fyma.sty %{_texmfdistdir}/tex/latex/powerdot/powerdot-horatio.sty %{_texmfdistdir}/tex/latex/powerdot/powerdot-husky.sty %{_texmfdistdir}/tex/latex/powerdot/powerdot-ikeda.sty %{_texmfdistdir}/tex/latex/powerdot/powerdot-jefka.sty %{_texmfdistdir}/tex/latex/powerdot/powerdot-klope.sty %{_texmfdistdir}/tex/latex/powerdot/powerdot-paintings.sty %{_texmfdistdir}/tex/latex/powerdot/powerdot-pazik.sty %{_texmfdistdir}/tex/latex/powerdot/powerdot-sailor.sty %{_texmfdistdir}/tex/latex/powerdot/powerdot-simple.sty %{_texmfdistdir}/tex/latex/powerdot/powerdot-tycja.sty %{_texmfdistdir}/tex/latex/powerdot/powerdot-upen.sty %{_texmfdistdir}/tex/latex/powerdot/powerdot.cls %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-powerdot-%{texlive_version}.%{texlive_noarch}.1.5asvn38984-%{release}-zypper %endif %package -n texlive-powerdot-FUBerlin Version: %{texlive_version}.%{texlive_noarch}.0.0.01svn15878 Release: 0 Summary: Powerdot, using the style of FU Berlin License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-powerdot-FUBerlin-doc >= %{texlive_version} Provides: tex(FUpowerdot.cls) Provides: tex(powerdot-BerlinFU.sty) Requires: tex(babel.sty) Requires: tex(breakurl.sty) Requires: tex(calc.sty) Requires: tex(fontenc.sty) Requires: tex(graphicx.sty) Requires: tex(helvet.sty) Requires: tex(pifont.sty) Requires: tex(powerdot.cls) Requires: tex(ragged2e.sty) Requires: tex(tabularx.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source58: powerdot-FUBerlin.tar.xz Source59: powerdot-FUBerlin.doc.tar.xz %description -n texlive-powerdot-FUBerlin The bundle provides a powerdot-derived class and a package for use with powerdot to provide the corporate design of the Free University in Berlin. Users may use the class itself (FUpowerdot) or use the package in the usual way with \style=BerlinFU as a class option. Examples of using both the class and the package are provided; the PDF is visually identical, so the catalogue only lists one; the sources of the examples do of course differ. date: 2016-06-24 17:18:15 +0000 %package -n texlive-powerdot-FUBerlin-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.01svn15878 Release: 0 Summary: Documentation for texlive-powerdot-FUBerlin License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-powerdot-FUBerlin-doc This package includes the documentation for texlive-powerdot-FUBerlin %post -n texlive-powerdot-FUBerlin mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-powerdot-FUBerlin mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-powerdot-FUBerlin %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-powerdot-FUBerlin-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/powerdot-FUBerlin/FULogo.eps %{_texmfdistdir}/doc/latex/powerdot-FUBerlin/FULogo_RGB.eps %{_texmfdistdir}/doc/latex/powerdot-FUBerlin/FUbib.eps %{_texmfdistdir}/doc/latex/powerdot-FUBerlin/FUseal.eps %{_texmfdistdir}/doc/latex/powerdot-FUBerlin/README %{_texmfdistdir}/doc/latex/powerdot-FUBerlin/exampleClass.pdf %{_texmfdistdir}/doc/latex/powerdot-FUBerlin/exampleClass.tex %{_texmfdistdir}/doc/latex/powerdot-FUBerlin/exampleStyle.pdf %{_texmfdistdir}/doc/latex/powerdot-FUBerlin/exampleStyle.tex %{_texmfdistdir}/doc/latex/powerdot-FUBerlin/silberlaube2.eps %files -n texlive-powerdot-FUBerlin %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/powerdot-FUBerlin/FUpowerdot.cls %{_texmfdistdir}/tex/latex/powerdot-FUBerlin/powerdot-BerlinFU.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-powerdot-FUBerlin-%{texlive_version}.%{texlive_noarch}.0.0.01svn15878-%{release}-zypper %endif %package -n texlive-ppr-prv Version: %{texlive_version}.%{texlive_noarch}.0.0.13csvn15878 Release: 0 Summary: Prosper preview License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-ppr-prv-doc >= %{texlive_version} Provides: tex(HAP-ppr-prv.def) Provides: tex(ppr-prv.cls) Requires: tex(article.cls) Requires: tex(float.sty) Requires: tex(geometry.sty) Requires: tex(graphicx.sty) Requires: tex(hyperref.sty) Requires: tex(ifpdf.sty) Requires: tex(keyval.sty) Requires: tex(pstricks.sty) Requires: tex(textcomp.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source60: ppr-prv.tar.xz Source61: ppr-prv.doc.tar.xz %description -n texlive-ppr-prv This class is used with LaTeX presentations using the prosper class. ppr-prv stands for 'Prosper Preview'. The aim of this class is to produce a printable version of the slides written with Prosper, with two slides per page. date: 2016-06-24 17:18:15 +0000 %package -n texlive-ppr-prv-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.13csvn15878 Release: 0 Summary: Documentation for texlive-ppr-prv License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-ppr-prv-doc This package includes the documentation for texlive-ppr-prv %post -n texlive-ppr-prv mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-ppr-prv mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-ppr-prv %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-ppr-prv-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/ppr-prv/README %{_texmfdistdir}/doc/latex/ppr-prv/ppr-prv.pdf %files -n texlive-ppr-prv %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/ppr-prv/HAP-ppr-prv.def %{_texmfdistdir}/tex/latex/ppr-prv/ppr-prv.cls %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-ppr-prv-%{texlive_version}.%{texlive_noarch}.0.0.13csvn15878-%{release}-zypper %endif %package -n texlive-pracjourn Version: %{texlive_version}.%{texlive_noarch}.0.0.4nsvn15878 Release: 0 Summary: Typeset articles for PracTeX License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pracjourn-doc >= %{texlive_version} Provides: tex(pracjourn.cls) Requires: tex(color.sty) Requires: tex(graphicx.sty) Requires: tex(hyperref.sty) Requires: tex(lmodern.sty) Requires: tex(microtype.sty) Requires: tex(textcomp.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source62: pracjourn.tar.xz Source63: pracjourn.doc.tar.xz %description -n texlive-pracjourn The pracjourn class is used for typesetting articles in the PracTeX Journal. It is based on the article class with modifications to allow for more flexible front-matter and revision control, among other small changes. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pracjourn-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.4nsvn15878 Release: 0 Summary: Documentation for texlive-pracjourn License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pracjourn-doc This package includes the documentation for texlive-pracjourn %post -n texlive-pracjourn mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pracjourn mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pracjourn %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pracjourn-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/pracjourn/README %{_texmfdistdir}/doc/latex/pracjourn/pjsample.ltx %{_texmfdistdir}/doc/latex/pracjourn/pjsample.pdf %{_texmfdistdir}/doc/latex/pracjourn/pracjourn.pdf %files -n texlive-pracjourn %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/pracjourn/pracjourn.cls %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pracjourn-%{texlive_version}.%{texlive_noarch}.0.0.4nsvn15878-%{release}-zypper %endif %package -n texlive-preprint Version: %{texlive_version}.%{texlive_noarch}.2011svn30447 Release: 0 Summary: A bundle of packages provided "as is" License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-preprint-doc >= %{texlive_version} Provides: tex(authblk.sty) Provides: tex(balance.sty) Provides: tex(figcaps.sty) Provides: tex(fullpage.sty) Provides: tex(sublabel.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source64: preprint.tar.xz Source65: preprint.doc.tar.xz %description -n texlive-preprint The bundle comprises: authblk, which permits footnote style author/affiliation input in the \author command, balance, to balance the end of \twocolumn pages, figcaps, to send figure captions, etc., to end document, fullpage, to set narrow page margins and set a fixed page style, and sublabel, which permits counters to be subnumbered. date: 2016-06-24 17:18:15 +0000 %package -n texlive-preprint-doc Version: %{texlive_version}.%{texlive_noarch}.2011svn30447 Release: 0 Summary: Documentation for texlive-preprint License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-preprint-doc This package includes the documentation for texlive-preprint %post -n texlive-preprint mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-preprint mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-preprint %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-preprint-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/preprint/README %{_texmfdistdir}/doc/latex/preprint/authblk.pdf %{_texmfdistdir}/doc/latex/preprint/balance.pdf %{_texmfdistdir}/doc/latex/preprint/figcaps.pdf %{_texmfdistdir}/doc/latex/preprint/fullpage.pdf %{_texmfdistdir}/doc/latex/preprint/sublabel.pdf %files -n texlive-preprint %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/preprint/authblk.sty %{_texmfdistdir}/tex/latex/preprint/balance.sty %{_texmfdistdir}/tex/latex/preprint/figcaps.sty %{_texmfdistdir}/tex/latex/preprint/fullpage.sty %{_texmfdistdir}/tex/latex/preprint/sublabel.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-preprint-%{texlive_version}.%{texlive_noarch}.2011svn30447-%{release}-zypper %endif %package -n texlive-prerex Version: %{texlive_version}.%{texlive_noarch}.svn40613 Release: 0 Summary: Interactive editor and macro support for prerequisite charts License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-prerex-doc >= %{texlive_version} Provides: tex(prerex.sty) Requires: tex(calc.sty) Requires: tex(hyperref.sty) Requires: tex(pgf.sty) Requires: tex(relsize.sty) Requires: tex(textcomp.sty) Requires: tex(tikz.sty) Requires: tex(xcolor.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source66: prerex.tar.xz Source67: prerex.doc.tar.xz %description -n texlive-prerex This package consists of prerex.sty, a LaTeX package for producing charts of course nodes linked by arrows representing pre- and co-requisites, and prerex, an interactive program for creating and editing chart descriptions. The implementation of prerex.sty uses PGF, so that it may be used equally happily with LaTeX or pdfLaTeX; prerex itself is written in C. The package includes source code for a previewer application, a lightweight Qt-4 and poppler-based prerex-enabled PDF viewer. date: 2016-06-24 17:18:15 +0000 %package -n texlive-prerex-doc Version: %{texlive_version}.%{texlive_noarch}.svn40613 Release: 0 Summary: Documentation for texlive-prerex License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-prerex-doc This package includes the documentation for texlive-prerex %post -n texlive-prerex mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-prerex mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-prerex %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-prerex-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/prerex/README %{_texmfdistdir}/doc/latex/prerex/chart.pdf %{_texmfdistdir}/doc/latex/prerex/chart.svg %{_texmfdistdir}/doc/latex/prerex/chart.tex %{_texmfdistdir}/doc/latex/prerex/intro.pdf %{_texmfdistdir}/doc/latex/prerex/intro.tex %{_texmfdistdir}/doc/latex/prerex/introFonts.png %{_texmfdistdir}/doc/latex/prerex/introchart1.tex %{_texmfdistdir}/doc/latex/prerex/introchart2.tex %{_texmfdistdir}/doc/latex/prerex/prerex-6.5.4.tar.gz %{_texmfdistdir}/doc/latex/prerex/prerex.pdf %{_texmfdistdir}/doc/latex/prerex/prerex.sty.7 %{_texmfdistdir}/doc/latex/prerex/prerex.sty.7.pdf %{_texmfdistdir}/doc/latex/prerex/prerex.tex %{_texmfdistdir}/doc/latex/prerex/vprerex-6.4.3.tar.gz %{_mandir}/man5/prerex.5* %files -n texlive-prerex %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/prerex/prerex.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-prerex-%{texlive_version}.%{texlive_noarch}.svn40613-%{release}-zypper %endif %package -n texlive-present Version: %{texlive_version}.%{texlive_noarch}.2.2svn25953 Release: 0 Summary: Presentations with Plain TeX License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-present-doc >= %{texlive_version} Provides: tex(present.tex) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source68: present.tar.xz Source69: present.doc.tar.xz %description -n texlive-present The package offers a collection of simple macros for preparing presentations in Plain TeX. Slide colour and text colour may be set, links between parts of the presentation, to other files, and to web addresses may be inserted. Images may be included easily, and code is available to provide transition effects between slides or frames. The structure of the macros is not overly complex, so that users should find it easy to adapt the macros to their specific needs. date: 2016-06-24 17:18:15 +0000 %package -n texlive-present-doc Version: %{texlive_version}.%{texlive_noarch}.2.2svn25953 Release: 0 Summary: Documentation for texlive-present License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-present-doc This package includes the documentation for texlive-present %post -n texlive-present mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-present mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-present %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-present-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/plain/present/HowToTalkTeX.pdf %{_texmfdistdir}/doc/plain/present/HowToTalkTeX.tex %{_texmfdistdir}/doc/plain/present/Pfeil1.pdf %{_texmfdistdir}/doc/plain/present/Pfeil2.pdf %{_texmfdistdir}/doc/plain/present/Pfeil3.pdf %{_texmfdistdir}/doc/plain/present/Pfeil4.pdf %{_texmfdistdir}/doc/plain/present/README %{_texmfdistdir}/doc/plain/present/Sagnac.pdf %{_texmfdistdir}/doc/plain/present/Stern.png %{_texmfdistdir}/doc/plain/present/background.png %{_texmfdistdir}/doc/plain/present/present-transitions.tex %files -n texlive-present %defattr(-,root,root,755) %{_texmfdistdir}/tex/plain/present/present.tex %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-present-%{texlive_version}.%{texlive_noarch}.2.2svn25953-%{release}-zypper %endif %package -n texlive-presentations Version: %{texlive_version}.%{texlive_noarch}.svn43949 Release: 0 Summary: Examples from the book Presentationen mit LaTeX License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source70: presentations.doc.tar.xz %description -n texlive-presentations This bundle contains all the examples, as source, eps and pdf, of the author's book "Presentationen mit LaTeX", from the Dante- Edition series. date: 2016-06-24 17:18:15 +0000 %post -n texlive-presentations mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-presentations mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-presentations %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-presentations %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/presentations/01-01-1.ltx2crop %{_texmfdistdir}/doc/latex/presentations/01-01-2.ltx2ps %{_texmfdistdir}/doc/latex/presentations/01-01-3.ltx2 %{_texmfdistdir}/doc/latex/presentations/01-01-4.ltx2 %{_texmfdistdir}/doc/latex/presentations/01-01-5.ltx2ps %{_texmfdistdir}/doc/latex/presentations/01-01-6.ltx2 %{_texmfdistdir}/doc/latex/presentations/01-02-1.ltxb %{_texmfdistdir}/doc/latex/presentations/01-03-1.ltxb %{_texmfdistdir}/doc/latex/presentations/01-03-2.ltxb %{_texmfdistdir}/doc/latex/presentations/01-03-3.ltx %{_texmfdistdir}/doc/latex/presentations/01-03-4.ltx %{_texmfdistdir}/doc/latex/presentations/01-03-4.ltxb %{_texmfdistdir}/doc/latex/presentations/01-03-5.ltxb %{_texmfdistdir}/doc/latex/presentations/01-04-1.ltxb %{_texmfdistdir}/doc/latex/presentations/01-04-2.ltxb %{_texmfdistdir}/doc/latex/presentations/01-04-3.ltx %{_texmfdistdir}/doc/latex/presentations/01-04-4.ltx %{_texmfdistdir}/doc/latex/presentations/01-04-5.ltxb %{_texmfdistdir}/doc/latex/presentations/01-05-1.ltx %{_texmfdistdir}/doc/latex/presentations/01-05-2.ltx %{_texmfdistdir}/doc/latex/presentations/01-05-3.ltxb %{_texmfdistdir}/doc/latex/presentations/02-01-1.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-01-2.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-01-3.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-02-1.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-03-1.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-03-2.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-03-3.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-03-4.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-04-1.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-04-2.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-04-3.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-04-4.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-04-5.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-04-6.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-04-7.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-05-1.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-06-1.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-06-2.ltxps %{_texmfdistdir}/doc/latex/presentations/02-07-1.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-08-1.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-09-1.ltxps %{_texmfdistdir}/doc/latex/presentations/02-10-1.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-10-2.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-10-3.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-10-4.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-10-5.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-10-6.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-11-1.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-12-1.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-12-2.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-13-1.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-13-2.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-13-3.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-14-1.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-14-10.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-14-11.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-14-12.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-14-13.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-14-14.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-14-15.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-14-16.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-14-17.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-14-18.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-14-2.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-14-3.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-14-4.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-14-5.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-14-6.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-14-7.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-14-8.ltxpd %{_texmfdistdir}/doc/latex/presentations/02-14-9.ltxpd %{_texmfdistdir}/doc/latex/presentations/03-01-1.ltxpd %{_texmfdistdir}/doc/latex/presentations/03-02-1.ltxpd %{_texmfdistdir}/doc/latex/presentations/03-03-1.ltxpd %{_texmfdistdir}/doc/latex/presentations/03-03-2.ltxpd %{_texmfdistdir}/doc/latex/presentations/03-03-3.ltxpd %{_texmfdistdir}/doc/latex/presentations/04-01-1.ltxb %{_texmfdistdir}/doc/latex/presentations/04-01-2.ltxb %{_texmfdistdir}/doc/latex/presentations/04-01-3.ltxb %{_texmfdistdir}/doc/latex/presentations/04-01-4.ltxb %{_texmfdistdir}/doc/latex/presentations/04-03-1.ltxb %{_texmfdistdir}/doc/latex/presentations/04-03-2.ltx2 %{_texmfdistdir}/doc/latex/presentations/04-04-1.ltxb %{_texmfdistdir}/doc/latex/presentations/04-05-1.ltxb %{_texmfdistdir}/doc/latex/presentations/04-06-1.ltxb %{_texmfdistdir}/doc/latex/presentations/04-06-10.ltxb %{_texmfdistdir}/doc/latex/presentations/04-06-11.ltxb %{_texmfdistdir}/doc/latex/presentations/04-06-2.ltxb %{_texmfdistdir}/doc/latex/presentations/04-06-3.ltxb %{_texmfdistdir}/doc/latex/presentations/04-06-4.ltxbps %{_texmfdistdir}/doc/latex/presentations/04-06-5.ltxb %{_texmfdistdir}/doc/latex/presentations/04-06-6.ltxb %{_texmfdistdir}/doc/latex/presentations/04-06-7.ltxb %{_texmfdistdir}/doc/latex/presentations/04-06-8.ltxb %{_texmfdistdir}/doc/latex/presentations/04-06-9.ltxb %{_texmfdistdir}/doc/latex/presentations/04-07-1.ltxb %{_texmfdistdir}/doc/latex/presentations/04-08-1.ltxb %{_texmfdistdir}/doc/latex/presentations/04-09-1.ltxbps %{_texmfdistdir}/doc/latex/presentations/04-11-1.ltxb %{_texmfdistdir}/doc/latex/presentations/04-11-2.ltxb %{_texmfdistdir}/doc/latex/presentations/04-11-3.ltxb %{_texmfdistdir}/doc/latex/presentations/04-12-1.ltxb %{_texmfdistdir}/doc/latex/presentations/04-12-2.ltxb %{_texmfdistdir}/doc/latex/presentations/04-13-1.ltxb %{_texmfdistdir}/doc/latex/presentations/04-13-2.ltxb %{_texmfdistdir}/doc/latex/presentations/04-14-1.ltxb %{_texmfdistdir}/doc/latex/presentations/04-15-1.ltxb %{_texmfdistdir}/doc/latex/presentations/04-15-2.ltxb %{_texmfdistdir}/doc/latex/presentations/04-16-1.ltxb %{_texmfdistdir}/doc/latex/presentations/04-16-2.ltxb %{_texmfdistdir}/doc/latex/presentations/04-16-3.ltxb %{_texmfdistdir}/doc/latex/presentations/04-17-1.ltxb %{_texmfdistdir}/doc/latex/presentations/04-18-1.ltxb %{_texmfdistdir}/doc/latex/presentations/04-18-2.ltxb %{_texmfdistdir}/doc/latex/presentations/04-19-1.ltxb %{_texmfdistdir}/doc/latex/presentations/04-19-2.ltxb %{_texmfdistdir}/doc/latex/presentations/04-20-1.ltxb %{_texmfdistdir}/doc/latex/presentations/04-20-2.ltxb %{_texmfdistdir}/doc/latex/presentations/04-20-3.ltxb %{_texmfdistdir}/doc/latex/presentations/04-20-4.ltxb %{_texmfdistdir}/doc/latex/presentations/04-20-5.ltxb %{_texmfdistdir}/doc/latex/presentations/04-21-1.ltxb %{_texmfdistdir}/doc/latex/presentations/04-21-2.ltxb %{_texmfdistdir}/doc/latex/presentations/04-21-3.ltxb %{_texmfdistdir}/doc/latex/presentations/04-21-4.ltxb %{_texmfdistdir}/doc/latex/presentations/04-22-1.ltxb %{_texmfdistdir}/doc/latex/presentations/04-22-2.ltxb %{_texmfdistdir}/doc/latex/presentations/04-22-3.ltxb %{_texmfdistdir}/doc/latex/presentations/04-23-1.ltxb %{_texmfdistdir}/doc/latex/presentations/04-23-2.ltxb %{_texmfdistdir}/doc/latex/presentations/04-24-1.ltxb %{_texmfdistdir}/doc/latex/presentations/04-24-2.ltxb %{_texmfdistdir}/doc/latex/presentations/04-25-1.ltxb %{_texmfdistdir}/doc/latex/presentations/04-25-10.ltxb %{_texmfdistdir}/doc/latex/presentations/04-25-11.ltxb %{_texmfdistdir}/doc/latex/presentations/04-25-12.ltxb %{_texmfdistdir}/doc/latex/presentations/04-25-13.ltxb %{_texmfdistdir}/doc/latex/presentations/04-25-14.ltxb %{_texmfdistdir}/doc/latex/presentations/04-25-15.ltxb %{_texmfdistdir}/doc/latex/presentations/04-25-16.ltxb %{_texmfdistdir}/doc/latex/presentations/04-25-17.ltxb %{_texmfdistdir}/doc/latex/presentations/04-25-18.ltxb %{_texmfdistdir}/doc/latex/presentations/04-25-19.ltxb %{_texmfdistdir}/doc/latex/presentations/04-25-2.ltxb %{_texmfdistdir}/doc/latex/presentations/04-25-20.ltxb %{_texmfdistdir}/doc/latex/presentations/04-25-21.ltxb %{_texmfdistdir}/doc/latex/presentations/04-25-22.ltxb %{_texmfdistdir}/doc/latex/presentations/04-25-23.ltxb %{_texmfdistdir}/doc/latex/presentations/04-25-24.ltxb %{_texmfdistdir}/doc/latex/presentations/04-25-25.ltxb %{_texmfdistdir}/doc/latex/presentations/04-25-26.ltxb %{_texmfdistdir}/doc/latex/presentations/04-25-27.ltxb %{_texmfdistdir}/doc/latex/presentations/04-25-28.ltxb %{_texmfdistdir}/doc/latex/presentations/04-25-29.ltxb %{_texmfdistdir}/doc/latex/presentations/04-25-3.ltxb %{_texmfdistdir}/doc/latex/presentations/04-25-30.ltxb %{_texmfdistdir}/doc/latex/presentations/04-25-31.ltxb %{_texmfdistdir}/doc/latex/presentations/04-25-32.ltxb %{_texmfdistdir}/doc/latex/presentations/04-25-33.ltxb %{_texmfdistdir}/doc/latex/presentations/04-25-34.ltxb %{_texmfdistdir}/doc/latex/presentations/04-25-35.ltxb %{_texmfdistdir}/doc/latex/presentations/04-25-36.ltxb %{_texmfdistdir}/doc/latex/presentations/04-25-37.ltxb %{_texmfdistdir}/doc/latex/presentations/04-25-4.ltxb %{_texmfdistdir}/doc/latex/presentations/04-25-5.ltxb %{_texmfdistdir}/doc/latex/presentations/04-25-6.ltxb %{_texmfdistdir}/doc/latex/presentations/04-25-7.ltxb %{_texmfdistdir}/doc/latex/presentations/04-25-8.ltxb %{_texmfdistdir}/doc/latex/presentations/04-25-9.ltxb %{_texmfdistdir}/doc/latex/presentations/04-26-1.ltxb %{_texmfdistdir}/doc/latex/presentations/04-26-10.ltxb %{_texmfdistdir}/doc/latex/presentations/04-26-11.ltxb %{_texmfdistdir}/doc/latex/presentations/04-26-12.ltxb %{_texmfdistdir}/doc/latex/presentations/04-26-13.ltxb %{_texmfdistdir}/doc/latex/presentations/04-26-14.ltxb %{_texmfdistdir}/doc/latex/presentations/04-26-15.ltxb %{_texmfdistdir}/doc/latex/presentations/04-26-16.ltxb %{_texmfdistdir}/doc/latex/presentations/04-26-17.ltxb %{_texmfdistdir}/doc/latex/presentations/04-26-18.ltxb %{_texmfdistdir}/doc/latex/presentations/04-26-19.ltxb %{_texmfdistdir}/doc/latex/presentations/04-26-2.ltxb %{_texmfdistdir}/doc/latex/presentations/04-26-20.ltxb %{_texmfdistdir}/doc/latex/presentations/04-26-21.ltxb %{_texmfdistdir}/doc/latex/presentations/04-26-22.ltxb %{_texmfdistdir}/doc/latex/presentations/04-26-23.ltxb %{_texmfdistdir}/doc/latex/presentations/04-26-24.ltxb %{_texmfdistdir}/doc/latex/presentations/04-26-25.ltxb %{_texmfdistdir}/doc/latex/presentations/04-26-26.ltxb %{_texmfdistdir}/doc/latex/presentations/04-26-27.ltxb %{_texmfdistdir}/doc/latex/presentations/04-26-28.ltxb %{_texmfdistdir}/doc/latex/presentations/04-26-29.ltxb %{_texmfdistdir}/doc/latex/presentations/04-26-3.ltxb %{_texmfdistdir}/doc/latex/presentations/04-26-30.ltxb %{_texmfdistdir}/doc/latex/presentations/04-26-31.ltxb %{_texmfdistdir}/doc/latex/presentations/04-26-32.ltxb %{_texmfdistdir}/doc/latex/presentations/04-26-33.ltxb %{_texmfdistdir}/doc/latex/presentations/04-26-34.ltxb %{_texmfdistdir}/doc/latex/presentations/04-26-35.ltxb %{_texmfdistdir}/doc/latex/presentations/04-26-36.ltxb %{_texmfdistdir}/doc/latex/presentations/04-26-37.ltxb %{_texmfdistdir}/doc/latex/presentations/04-26-4.ltxb %{_texmfdistdir}/doc/latex/presentations/04-26-5.ltxb %{_texmfdistdir}/doc/latex/presentations/04-26-6.ltxb %{_texmfdistdir}/doc/latex/presentations/04-26-7.ltxb %{_texmfdistdir}/doc/latex/presentations/04-26-8.ltxb %{_texmfdistdir}/doc/latex/presentations/04-26-9.ltxb %{_texmfdistdir}/doc/latex/presentations/05-00-1.ltxb %{_texmfdistdir}/doc/latex/presentations/05-01-1.ltxb %{_texmfdistdir}/doc/latex/presentations/05-02-1.ltxb %{_texmfdistdir}/doc/latex/presentations/05-03-1.ltxb %{_texmfdistdir}/doc/latex/presentations/05-03-2.ltxb %{_texmfdistdir}/doc/latex/presentations/06-01-1.ltx %{_texmfdistdir}/doc/latex/presentations/06-01-2.ltx %{_texmfdistdir}/doc/latex/presentations/06-01-3.ltx %{_texmfdistdir}/doc/latex/presentations/06-01-4.ltx %{_texmfdistdir}/doc/latex/presentations/06-01-5.ltx %{_texmfdistdir}/doc/latex/presentations/06-01-6.ltx %{_texmfdistdir}/doc/latex/presentations/06-01-7.ltx %{_texmfdistdir}/doc/latex/presentations/06-02-1.ltxps %{_texmfdistdir}/doc/latex/presentations/06-02-2.ltx %{_texmfdistdir}/doc/latex/presentations/06-04-1.ltx %{_texmfdistdir}/doc/latex/presentations/06-04-2.ltx %{_texmfdistdir}/doc/latex/presentations/06-04-3.ltx %{_texmfdistdir}/doc/latex/presentations/06-05-1.ltx %{_texmfdistdir}/doc/latex/presentations/07-03-1.ltx %{_texmfdistdir}/doc/latex/presentations/07-03-2.ltx %{_texmfdistdir}/doc/latex/presentations/07-03-3.ltxpd %{_texmfdistdir}/doc/latex/presentations/07-03-4.ltxb %{_texmfdistdir}/doc/latex/presentations/07-05-1.ltxbps %{_texmfdistdir}/doc/latex/presentations/07-05-2.ltxbps %{_texmfdistdir}/doc/latex/presentations/README %{_texmfdistdir}/doc/latex/presentations/Textdemo.tex %{_texmfdistdir}/doc/latex/presentations/beamer-demo.tex %{_texmfdistdir}/doc/latex/presentations/beamer-demo2.tex %{_texmfdistdir}/doc/latex/presentations/images/beamer/FULogo.png %{_texmfdistdir}/doc/latex/presentations/images/beamer/FULuft.jpg %{_texmfdistdir}/doc/latex/presentations/images/beamer/FUbib.jpg %{_texmfdistdir}/doc/latex/presentations/images/beamer/FUlogo.pdf %{_texmfdistdir}/doc/latex/presentations/images/beamer/TU.jpg %{_texmfdistdir}/doc/latex/presentations/images/beamer/TeX.pdf %{_texmfdistdir}/doc/latex/presentations/images/beamer/beamer0.pdf %{_texmfdistdir}/doc/latex/presentations/images/beamer/beamer1.pdf %{_texmfdistdir}/doc/latex/presentations/images/beamer/beamer2.pdf %{_texmfdistdir}/doc/latex/presentations/images/beamer/beamernavbar.png %{_texmfdistdir}/doc/latex/presentations/images/beamer/beamernavsymbols.pdf %{_texmfdistdir}/doc/latex/presentations/images/beamer/beamernavsymbols.tex %{_texmfdistdir}/doc/latex/presentations/images/beamer/fu-berlin-air.pdf %{_texmfdistdir}/doc/latex/presentations/images/beamer/fu-berlin.pdf %{_texmfdistdir}/doc/latex/presentations/images/beamer/geo.jpg %{_texmfdistdir}/doc/latex/presentations/images/beamer/ligaturen.png %{_texmfdistdir}/doc/latex/presentations/images/beamer/multimedia.jpg %{_texmfdistdir}/doc/latex/presentations/images/beamer/multimedia.png %{_texmfdistdir}/doc/latex/presentations/images/beamer/multimedia.tex %{_texmfdistdir}/doc/latex/presentations/images/beamer/silberlaube.jpg %{_texmfdistdir}/doc/latex/presentations/images/beamer/silberlaube2.jpg %{_texmfdistdir}/doc/latex/presentations/images/beamer/zedat.pdf %{_texmfdistdir}/doc/latex/presentations/images/pd/FULogo.eps %{_texmfdistdir}/doc/latex/presentations/images/pd/FULogo2.eps %{_texmfdistdir}/doc/latex/presentations/images/pd/FULogoRGB.eps %{_texmfdistdir}/doc/latex/presentations/images/pd/FULogo_RGB.eps %{_texmfdistdir}/doc/latex/presentations/images/pd/FUbib.eps %{_texmfdistdir}/doc/latex/presentations/images/pd/fuBIB10.eps %{_texmfdistdir}/doc/latex/presentations/images/pd/fuBIB10.pdf %{_texmfdistdir}/doc/latex/presentations/images/pd/logofbbw.eps %{_texmfdistdir}/doc/latex/presentations/images/pd/silberlaube.eps %{_texmfdistdir}/doc/latex/presentations/images/pd/silberlaube2.eps %{_texmfdistdir}/doc/latex/presentations/images/pd/wieesgeht.eps %{_texmfdistdir}/doc/latex/presentations/images/pd/zedat2.eps %{_texmfdistdir}/doc/latex/presentations/images/pdfscreen/Tore3d.pdf %{_texmfdistdir}/doc/latex/presentations/images/pdfscreen/mp.pdf %{_texmfdistdir}/doc/latex/presentations/images/pdfscreen/mpgraph.mps %{_texmfdistdir}/doc/latex/presentations/images/pdfscreen/pst.pdf %{_texmfdistdir}/doc/latex/presentations/images/pdfscreen/tex.png %{_texmfdistdir}/doc/latex/presentations/pd-demo-default.tex %{_texmfdistdir}/doc/latex/presentations/pd-demo.tex %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-presentations-%{texlive_version}.%{texlive_noarch}.svn43949-%{release}-zypper %endif %package -n texlive-presentations-en Version: %{texlive_version}.%{texlive_noarch}.svn29803 Release: 0 Summary: Examples from the book Presentations with LaTeX License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source71: presentations-en.doc.tar.xz %description -n texlive-presentations-en This bundle contains all the examples, as source, eps and pdf, of the author's book "Presentations with LaTeX", from the Dante- Edition series, Published by Lehmanns Media. date: 2016-06-24 17:18:15 +0000 %post -n texlive-presentations-en mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-presentations-en mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-presentations-en %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-presentations-en %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/presentations-en/01-01-1.ltx2crop %{_texmfdistdir}/doc/latex/presentations-en/01-01-2.ltx2ps %{_texmfdistdir}/doc/latex/presentations-en/01-01-3.ltx2 %{_texmfdistdir}/doc/latex/presentations-en/01-01-4.ltx2 %{_texmfdistdir}/doc/latex/presentations-en/01-01-5.ltx2ps %{_texmfdistdir}/doc/latex/presentations-en/01-01-6.ltx2 %{_texmfdistdir}/doc/latex/presentations-en/01-02-1.ltxb %{_texmfdistdir}/doc/latex/presentations-en/01-03-1.ltxb %{_texmfdistdir}/doc/latex/presentations-en/01-03-2.ltxb %{_texmfdistdir}/doc/latex/presentations-en/01-03-3.ltx %{_texmfdistdir}/doc/latex/presentations-en/01-03-4.ltx %{_texmfdistdir}/doc/latex/presentations-en/01-03-5.ltxb %{_texmfdistdir}/doc/latex/presentations-en/02-01-1.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-01-2.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-01-3.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-02-1.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-03-1.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-03-2.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-03-3.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-03-4.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-04-1.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-04-2.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-04-3.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-04-4.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-04-5.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-04-6.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-04-7.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-04-8.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-05-1.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-06-1.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-06-2.ltxps %{_texmfdistdir}/doc/latex/presentations-en/02-07-1.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-09-1.ltxps %{_texmfdistdir}/doc/latex/presentations-en/02-10-1.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-10-2.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-10-3.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-10-4.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-10-5.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-10-6.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-11-1.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-12-1.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-12-2.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-13-1.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-13-2.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-13-3.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-14-1.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-14-10.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-14-11.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-14-12.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-14-13.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-14-14.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-14-15.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-14-16.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-14-17.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-14-18.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-14-19.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-14-2.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-14-3.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-14-4.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-14-5.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-14-6.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-14-7.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-14-8.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/02-14-9.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/03-01-1.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/03-02-1.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/03-03-1.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/03-03-2.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/03-04-1.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/04-01-1.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-01-2.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-01-3.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-01-4.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-03-1.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-03-2.ltx2 %{_texmfdistdir}/doc/latex/presentations-en/04-04-1.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-05-1.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-06-1.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-06-10.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-06-11.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-06-2.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-06-3.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-06-4.ltxbps %{_texmfdistdir}/doc/latex/presentations-en/04-06-5.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-06-6.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-06-7.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-06-8.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-06-9.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-07-1.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-08-1.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-09-1.ltxbps %{_texmfdistdir}/doc/latex/presentations-en/04-11-1.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-11-2.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-11-3.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-12-1.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-12-2.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-13-1.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-13-2.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-14-1.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-15-1.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-15-2.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-16-1.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-16-2.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-16-3.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-17-1.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-18-1.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-18-2.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-19-1.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-19-2.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-20-1.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-20-2.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-20-3.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-20-4.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-20-5.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-22-1.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-22-2.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-22-3.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-22-4.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-23-1.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-23-2.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-23-3.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-24-1.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-24-2.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-25-1.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-25-2.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-26-1.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-26-2.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-26-3.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-26-4.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-1.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-10.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-11.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-12.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-13.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-14.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-15.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-16.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-17.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-18.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-19.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-2.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-20.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-21.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-22.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-23.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-24.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-25.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-26.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-27.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-28.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-29.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-3.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-30.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-31.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-32.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-33.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-34.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-35.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-36.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-37.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-38.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-39.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-4.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-40.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-41.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-42.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-43.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-44.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-45.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-46.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-47.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-48.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-49.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-5.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-50.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-51.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-52.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-53.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-54.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-55.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-56.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-57.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-58.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-59.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-6.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-60.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-61.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-62.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-63.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-64.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-65.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-7.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-8.ltxb %{_texmfdistdir}/doc/latex/presentations-en/04-27-9.ltxb %{_texmfdistdir}/doc/latex/presentations-en/05-00-1.ltxb %{_texmfdistdir}/doc/latex/presentations-en/05-01-1.ltxb %{_texmfdistdir}/doc/latex/presentations-en/05-02-1.ltxb %{_texmfdistdir}/doc/latex/presentations-en/05-03-1.ltxb %{_texmfdistdir}/doc/latex/presentations-en/05-03-2.ltxb %{_texmfdistdir}/doc/latex/presentations-en/06-01-1.ltx %{_texmfdistdir}/doc/latex/presentations-en/06-01-2.ltx %{_texmfdistdir}/doc/latex/presentations-en/06-01-3.ltx %{_texmfdistdir}/doc/latex/presentations-en/06-01-4.ltx %{_texmfdistdir}/doc/latex/presentations-en/06-01-5.ltx %{_texmfdistdir}/doc/latex/presentations-en/06-01-6.ltx %{_texmfdistdir}/doc/latex/presentations-en/06-01-7.ltx %{_texmfdistdir}/doc/latex/presentations-en/06-02-1.ltxps %{_texmfdistdir}/doc/latex/presentations-en/06-02-2.ltx %{_texmfdistdir}/doc/latex/presentations-en/06-04-1.ltx %{_texmfdistdir}/doc/latex/presentations-en/06-04-2.ltx %{_texmfdistdir}/doc/latex/presentations-en/06-04-3.ltx %{_texmfdistdir}/doc/latex/presentations-en/06-05-1.ltx %{_texmfdistdir}/doc/latex/presentations-en/07-03-1.ltx %{_texmfdistdir}/doc/latex/presentations-en/07-03-2.ltx %{_texmfdistdir}/doc/latex/presentations-en/07-03-3.ltxpd %{_texmfdistdir}/doc/latex/presentations-en/07-03-4.ltxb %{_texmfdistdir}/doc/latex/presentations-en/07-05-1.ltxbps %{_texmfdistdir}/doc/latex/presentations-en/07-05-2.ltxbps %{_texmfdistdir}/doc/latex/presentations-en/DEexa.sty %{_texmfdistdir}/doc/latex/presentations-en/DEoptions.sty %{_texmfdistdir}/doc/latex/presentations-en/PPRtime.sty %{_texmfdistdir}/doc/latex/presentations-en/README %{_texmfdistdir}/doc/latex/presentations-en/Textdemo.tex %{_texmfdistdir}/doc/latex/presentations-en/beamer-demo-en.tex %{_texmfdistdir}/doc/latex/presentations-en/beamer-demo.tex %{_texmfdistdir}/doc/latex/presentations-en/beamer-demo2.tex %{_texmfdistdir}/doc/latex/presentations-en/beispiel.cls %{_texmfdistdir}/doc/latex/presentations-en/bspcalweekly.cls %{_texmfdistdir}/doc/latex/presentations-en/bspdvdcoll.cls %{_texmfdistdir}/doc/latex/presentations-en/bspfont.cls %{_texmfdistdir}/doc/latex/presentations-en/bsppstricks.cls %{_texmfdistdir}/doc/latex/presentations-en/buch-E.bib %{_texmfdistdir}/doc/latex/presentations-en/buch.bib %{_texmfdistdir}/doc/latex/presentations-en/exa-fontconfig.tex %{_texmfdistdir}/doc/latex/presentations-en/exaarticle.cls %{_texmfdistdir}/doc/latex/presentations-en/exaarticle2.cls %{_texmfdistdir}/doc/latex/presentations-en/exaartplain.cls %{_texmfdistdir}/doc/latex/presentations-en/exabeamer.cls %{_texmfdistdir}/doc/latex/presentations-en/exabook.cls %{_texmfdistdir}/doc/latex/presentations-en/exabook2.cls %{_texmfdistdir}/doc/latex/presentations-en/exadante.cls %{_texmfdistdir}/doc/latex/presentations-en/exafoils.cls %{_texmfdistdir}/doc/latex/presentations-en/exafubeamer.cls %{_texmfdistdir}/doc/latex/presentations-en/exafupd.cls %{_texmfdistdir}/doc/latex/presentations-en/examargin.cls %{_texmfdistdir}/doc/latex/presentations-en/examemoir.cls %{_texmfdistdir}/doc/latex/presentations-en/examinimal-mathsymbols.cls %{_texmfdistdir}/doc/latex/presentations-en/examinimal.cls %{_texmfdistdir}/doc/latex/presentations-en/exapd.cls %{_texmfdistdir}/doc/latex/presentations-en/exaprosper.cls %{_texmfdistdir}/doc/latex/presentations-en/exareport.cls %{_texmfdistdir}/doc/latex/presentations-en/exaseminar.cls %{_texmfdistdir}/doc/latex/presentations-en/exaslidenotes.cls %{_texmfdistdir}/doc/latex/presentations-en/exasymbol.cls %{_texmfdistdir}/doc/latex/presentations-en/exaxetex.cls %{_texmfdistdir}/doc/latex/presentations-en/fontDemo-E.tex %{_texmfdistdir}/doc/latex/presentations-en/fontDemo.tex %{_texmfdistdir}/doc/latex/presentations-en/images/beamer/TU.jpg %{_texmfdistdir}/doc/latex/presentations-en/images/beamer/TeX.pdf %{_texmfdistdir}/doc/latex/presentations-en/images/beamer/beamer0.pdf %{_texmfdistdir}/doc/latex/presentations-en/images/beamer/beamer1.pdf %{_texmfdistdir}/doc/latex/presentations-en/images/beamer/beamer2.pdf %{_texmfdistdir}/doc/latex/presentations-en/images/beamer/beamernavbar.png %{_texmfdistdir}/doc/latex/presentations-en/images/beamer/beamernavsymbols.pdf %{_texmfdistdir}/doc/latex/presentations-en/images/beamer/beamernavsymbols.tex %{_texmfdistdir}/doc/latex/presentations-en/images/beamer/grating.png %{_texmfdistdir}/doc/latex/presentations-en/images/beamer/ligaturen.png %{_texmfdistdir}/doc/latex/presentations-en/images/beamer/multimedia.jpg %{_texmfdistdir}/doc/latex/presentations-en/images/beamer/multimedia.tex %{_texmfdistdir}/doc/latex/presentations-en/images/beamer/transition1.png %{_texmfdistdir}/doc/latex/presentations-en/images/beamer/zedat.pdf %{_texmfdistdir}/doc/latex/presentations-en/images/pd/clemson.gif %{_texmfdistdir}/doc/latex/presentations-en/images/pd/clemson.png %{_texmfdistdir}/doc/latex/presentations-en/images/pd/logo-clemson.png %{_texmfdistdir}/doc/latex/presentations-en/images/pd/logofbbw.eps %{_texmfdistdir}/doc/latex/presentations-en/images/pd/moviePD.png %{_texmfdistdir}/doc/latex/presentations-en/images/pd/pawmkorange.png %{_texmfdistdir}/doc/latex/presentations-en/images/pd/pawmkpurple.png %{_texmfdistdir}/doc/latex/presentations-en/images/pd/pawtraceorange.png %{_texmfdistdir}/doc/latex/presentations-en/images/pd/pawtracep.png %{_texmfdistdir}/doc/latex/presentations-en/images/pd/wieesgeht.eps %{_texmfdistdir}/doc/latex/presentations-en/images/pd/zedat2.eps %{_texmfdistdir}/doc/latex/presentations-en/images/pdfscreen/Tore3d.pdf %{_texmfdistdir}/doc/latex/presentations-en/images/pdfscreen/mp.pdf %{_texmfdistdir}/doc/latex/presentations-en/images/pdfscreen/mpgraph.mps %{_texmfdistdir}/doc/latex/presentations-en/images/pdfscreen/pst.pdf %{_texmfdistdir}/doc/latex/presentations-en/images/pdfscreen/tex.png %{_texmfdistdir}/doc/latex/presentations-en/obox.sty %{_texmfdistdir}/doc/latex/presentations-en/pd-demo-default.tex %{_texmfdistdir}/doc/latex/presentations-en/pd-demo.tex %{_texmfdistdir}/doc/latex/presentations-en/powerdot-clemson.sty %{_texmfdistdir}/doc/latex/presentations-en/prosper.cls %{_texmfdistdir}/doc/latex/presentations-en/runAll %{_texmfdistdir}/doc/latex/presentations-en/screxa.cls %{_texmfdistdir}/doc/latex/presentations-en/screxabook.cls %{_texmfdistdir}/doc/latex/presentations-en/screxareport.cls %{_texmfdistdir}/doc/latex/presentations-en/slidenotes.cfg %{_texmfdistdir}/doc/latex/presentations-en/slidenotes.cls %{_texmfdistdir}/doc/latex/presentations-en/textdemo.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-presentations-en-%{texlive_version}.%{texlive_noarch}.svn29803-%{release}-zypper %endif %package -n texlive-pressrelease Version: %{texlive_version}.%{texlive_noarch}.1.0svn35147 Release: 0 Summary: A class for typesetting press releases License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pressrelease-doc >= %{texlive_version} Provides: tex(pressrelease-symbols.sty) Provides: tex(pressrelease.cls) Requires: tex(article.cls) Requires: tex(etoolbox.sty) Requires: tex(geometry.sty) Requires: tex(marvosym.sty) Requires: tex(refcount.sty) Requires: tex(setspace.sty) Requires: tex(tikz.sty) Requires: tex(url.sty) Requires: tex(xkeyval.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source72: pressrelease.tar.xz Source73: pressrelease.doc.tar.xz %description -n texlive-pressrelease A configurable class for writing press releases. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pressrelease-doc Version: %{texlive_version}.%{texlive_noarch}.1.0svn35147 Release: 0 Summary: Documentation for texlive-pressrelease License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pressrelease-doc This package includes the documentation for texlive-pressrelease %post -n texlive-pressrelease mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pressrelease mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pressrelease %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pressrelease-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/pressrelease/CHANGES %{_texmfdistdir}/doc/latex/pressrelease/README %{_texmfdistdir}/doc/latex/pressrelease/pressrelease.pdf %{_texmfdistdir}/doc/latex/pressrelease/samples/sample-pressrelease.pdf %{_texmfdistdir}/doc/latex/pressrelease/samples/sample-pressrelease.tex %{_texmfdistdir}/doc/latex/pressrelease/samples/sample-pressrelease2.pdf %{_texmfdistdir}/doc/latex/pressrelease/samples/sample-pressrelease2.tex %{_texmfdistdir}/doc/latex/pressrelease/samples/sample-pressrelease3.pdf %{_texmfdistdir}/doc/latex/pressrelease/samples/sample-pressrelease3.tex %{_texmfdistdir}/doc/latex/pressrelease/samples/sample-pressrelease4.pdf %{_texmfdistdir}/doc/latex/pressrelease/samples/sample-pressrelease4.tex %{_texmfdistdir}/doc/latex/pressrelease/samples/sample-pressrelease5.pdf %{_texmfdistdir}/doc/latex/pressrelease/samples/sample-pressrelease5.tex %{_texmfdistdir}/doc/latex/pressrelease/samples/sample-pressrelease6.pdf %{_texmfdistdir}/doc/latex/pressrelease/samples/sample-pressrelease6.tex %{_texmfdistdir}/doc/latex/pressrelease/samples/sample-pressrelease7.pdf %{_texmfdistdir}/doc/latex/pressrelease/samples/sample-pressrelease7.tex %files -n texlive-pressrelease %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/pressrelease/pressrelease-symbols.sty %{_texmfdistdir}/tex/latex/pressrelease/pressrelease.cls %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pressrelease-%{texlive_version}.%{texlive_noarch}.1.0svn35147-%{release}-zypper %endif %package -n texlive-prettyref Version: %{texlive_version}.%{texlive_noarch}.3.0svn15878 Release: 0 Summary: Make label references "self-identify" License: SUSE-Public-Domain Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-prettyref-doc >= %{texlive_version} Provides: tex(prettyref.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source74: prettyref.tar.xz Source75: prettyref.doc.tar.xz %description -n texlive-prettyref Prettyref provides a command \newrefformat, which specifies the way in which a reference is typeset, according to a label "identification". The identification is set in the \label command, by using prefixed label names; so instead of \label{mysection}, one uses \label{sec:mysection}, and prettyref interprets the "sec:" part. The package is compatible with hyperref and with other packages. date: 2016-06-24 17:18:15 +0000 %package -n texlive-prettyref-doc Version: %{texlive_version}.%{texlive_noarch}.3.0svn15878 Release: 0 Summary: Documentation for texlive-prettyref License: SUSE-Public-Domain Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-prettyref-doc This package includes the documentation for texlive-prettyref %post -n texlive-prettyref mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-prettyref mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-prettyref %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-prettyref-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/prettyref/README %{_texmfdistdir}/doc/latex/prettyref/prettyref.pdf %files -n texlive-prettyref %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/prettyref/prettyref.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-prettyref-%{texlive_version}.%{texlive_noarch}.3.0svn15878-%{release}-zypper %endif %package -n texlive-preview Version: %{texlive_version}.%{texlive_noarch}.11.90svn44227 Release: 0 Summary: Extract bits of a LaTeX source for output License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-preview-doc >= %{texlive_version} Provides: tex(prauctex.cfg) Provides: tex(prauctex.def) Provides: tex(prcounters.def) Provides: tex(preview.sty) Provides: tex(prfootnotes.def) Provides: tex(prlyx.def) Provides: tex(prshowbox.def) Provides: tex(prshowlabels.def) Provides: tex(prtightpage.def) Provides: tex(prtracingall.def) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source76: preview.tar.xz Source77: preview.doc.tar.xz %description -n texlive-preview The package is a free-standing part of the preview-latex bundle. The package provides the support preview-latex needs, when it chooses the matter it will preview. The output may reasonably be expected to have other uses, as in html translators, etc. date: 2017-05-06 13:14:11 +0000 %package -n texlive-preview-doc Version: %{texlive_version}.%{texlive_noarch}.11.90svn44227 Release: 0 Summary: Documentation for texlive-preview License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-preview-doc This package includes the documentation for texlive-preview %post -n texlive-preview mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-preview mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-preview %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-preview-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/preview/README %{_texmfdistdir}/doc/latex/preview/preview.pdf %files -n texlive-preview %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/preview/prauctex.cfg %{_texmfdistdir}/tex/latex/preview/prauctex.def %{_texmfdistdir}/tex/latex/preview/prcounters.def %{_texmfdistdir}/tex/latex/preview/preview.sty %{_texmfdistdir}/tex/latex/preview/prfootnotes.def %{_texmfdistdir}/tex/latex/preview/prlyx.def %{_texmfdistdir}/tex/latex/preview/prshowbox.def %{_texmfdistdir}/tex/latex/preview/prshowlabels.def %{_texmfdistdir}/tex/latex/preview/prtightpage.def %{_texmfdistdir}/tex/latex/preview/prtracingall.def %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-preview-%{texlive_version}.%{texlive_noarch}.11.90svn44227-%{release}-zypper %endif %package -n texlive-prftree Version: %{texlive_version}.%{texlive_noarch}.1.5svn41985 Release: 0 Summary: Macros for building proof trees License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-prftree-doc >= %{texlive_version} Provides: tex(prftree.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source78: prftree.tar.xz Source79: prftree.doc.tar.xz %description -n texlive-prftree A package to typeset proof trees for natural deduction calculi, sequent-like calculi, and similar. date: 2016-09-03 10:05:13 +0000 %package -n texlive-prftree-doc Version: %{texlive_version}.%{texlive_noarch}.1.5svn41985 Release: 0 Summary: Documentation for texlive-prftree License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-prftree-doc This package includes the documentation for texlive-prftree %post -n texlive-prftree mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-prftree mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-prftree %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-prftree-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/prftree/README %{_texmfdistdir}/doc/latex/prftree/prftreedoc.pdf %{_texmfdistdir}/doc/latex/prftree/prftreedoc.tex %files -n texlive-prftree %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/prftree/prftree.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-prftree-%{texlive_version}.%{texlive_noarch}.1.5svn41985-%{release}-zypper %endif %package -n texlive-printlen Version: %{texlive_version}.%{texlive_noarch}.1.1asvn19847 Release: 0 Summary: Print lengths using specified units License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-printlen-doc >= %{texlive_version} Provides: tex(printlen.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source80: printlen.tar.xz Source81: printlen.doc.tar.xz %description -n texlive-printlen \printlength{length} prints the value of a LaTeX length in the units specified by \uselengthunit{unit} ('unit' may be any TeX length unit except for scaled point, viz., any of: pt, pc, in, mm, cm, bp, dd or cc). When the unit is pt, the printed length value will include any stretch or shrink; otherwise these are not printed. The 'unit' argument may also be PT, in which case length values will be printed in point units but without any stretch or shrink values. date: 2016-06-24 17:18:15 +0000 %package -n texlive-printlen-doc Version: %{texlive_version}.%{texlive_noarch}.1.1asvn19847 Release: 0 Summary: Documentation for texlive-printlen License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-printlen-doc This package includes the documentation for texlive-printlen %post -n texlive-printlen mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-printlen mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-printlen %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-printlen-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/printlen/printlen-doc.pdf %{_texmfdistdir}/doc/latex/printlen/printlen-doc.tex %files -n texlive-printlen %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/printlen/printlen.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-printlen-%{texlive_version}.%{texlive_noarch}.1.1asvn19847-%{release}-zypper %endif %package -n texlive-proba Version: %{texlive_version}.%{texlive_noarch}.svn15878 Release: 0 Summary: Shortcuts commands to symbols used in probability texts License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-proba-doc >= %{texlive_version} Provides: tex(proba.sty) Requires: tex(amsfonts.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source82: proba.tar.xz Source83: proba.doc.tar.xz %description -n texlive-proba This package includes some of the most often used commands in probability texts, e.g. probability, expectation, variance, etc. It also includes some short commands for set (blackboard) or filtrations (calligraphic). It requires LaTeX2e and the amsfonts package. date: 2016-06-24 17:18:15 +0000 %package -n texlive-proba-doc Version: %{texlive_version}.%{texlive_noarch}.svn15878 Release: 0 Summary: Documentation for texlive-proba License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-proba-doc This package includes the documentation for texlive-proba %post -n texlive-proba mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-proba mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-proba %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-proba-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/proba/README %{_texmfdistdir}/doc/latex/proba/proba.pdf %files -n texlive-proba %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/proba/proba.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-proba-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper %endif %package -n texlive-probsoln Version: %{texlive_version}.%{texlive_noarch}.3.04svn29371 Release: 0 Summary: Generate problem sheets and their solution sheets License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-probsoln-doc >= %{texlive_version} Provides: tex(probsoln.sty) Requires: tex(amsmath.sty) Requires: tex(etoolbox.sty) Requires: tex(ifthen.sty) Requires: tex(xkeyval.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source84: probsoln.tar.xz Source85: probsoln.doc.tar.xz %description -n texlive-probsoln The package is designed for lecturers who have to generate new problem sheets for their students on a regular basis (e.g. yearly) by randomly selecting a specified number of problems defined in another file. The package allows you easily to generate a new problem sheet that is different from the previous year, thus alleviating the temptation of students to seek out the previous year's students and checking out their answers. The solutions to the problems can be defined along with the problem, making it easy to generate the solution sheet from the same source code; problems may be reused within a document, so that solutions may appear in a different section of the same document as the problems they cover. date: 2016-06-24 17:18:15 +0000 %package -n texlive-probsoln-doc Version: %{texlive_version}.%{texlive_noarch}.3.04svn29371 Release: 0 Summary: Documentation for texlive-probsoln License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-probsoln-doc This package includes the documentation for texlive-probsoln %post -n texlive-probsoln mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-probsoln mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-probsoln %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-probsoln-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/probsoln/CHANGES %{_texmfdistdir}/doc/latex/probsoln/INSTALL %{_texmfdistdir}/doc/latex/probsoln/README %{_texmfdistdir}/doc/latex/probsoln/probsoln-manual.css %{_texmfdistdir}/doc/latex/probsoln/probsoln-manual.html %{_texmfdistdir}/doc/latex/probsoln/probsoln-manual.tex %{_texmfdistdir}/doc/latex/probsoln/probsoln.pdf %{_texmfdistdir}/doc/latex/probsoln/samples/sample-exclude.tex %{_texmfdistdir}/doc/latex/probsoln/samples/sample.pdf %{_texmfdistdir}/doc/latex/probsoln/samples/sample.tex %{_texmfdistdir}/doc/latex/probsoln/samples/sample2.pdf %{_texmfdistdir}/doc/latex/probsoln/samples/sample2.tex %{_texmfdistdir}/doc/latex/probsoln/samples/sample3.pdf %{_texmfdistdir}/doc/latex/probsoln/samples/sample3.tex %{_texmfdistdir}/doc/latex/probsoln/samples/sample4.pdf %{_texmfdistdir}/doc/latex/probsoln/samples/sample4.tex %{_texmfdistdir}/doc/latex/probsoln/samples/sample5.pdf %{_texmfdistdir}/doc/latex/probsoln/samples/sample5.tex %{_texmfdistdir}/doc/latex/probsoln/samples/sample6.tex %{_texmfdistdir}/doc/latex/probsoln/samples/sample7.tex %{_texmfdistdir}/doc/latex/probsoln/samples/sample8.tex %files -n texlive-probsoln %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/probsoln/probsoln.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-probsoln-%{texlive_version}.%{texlive_noarch}.3.04svn29371-%{release}-zypper %endif %package -n texlive-procIAGssymp Version: %{texlive_version}.%{texlive_noarch}.svn15878 Release: 0 Summary: Macros for IAG symposium papers License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-procIAGssymp-doc >= %{texlive_version} Provides: tex(procIAGssymp.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source86: procIAGssymp.tar.xz Source87: procIAGssymp.doc.tar.xz %description -n texlive-procIAGssymp This package provides (re-)definitions of some LaTeX commands that can be useful for the preparation of a paper with the style of the proceeding of symposia sponsored by the 'International Association of Geodesy (IAG)' published by Springer-Verlag. date: 2016-06-24 17:18:15 +0000 %package -n texlive-procIAGssymp-doc Version: %{texlive_version}.%{texlive_noarch}.svn15878 Release: 0 Summary: Documentation for texlive-procIAGssymp License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-procIAGssymp-doc This package includes the documentation for texlive-procIAGssymp %post -n texlive-procIAGssymp mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-procIAGssymp mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-procIAGssymp %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-procIAGssymp-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/procIAGssymp/TestPaper.tex %files -n texlive-procIAGssymp %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/procIAGssymp/procIAGssymp.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-procIAGssymp-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper %endif %package -n texlive-prodint Version: %{texlive_version}.%{texlive_noarch}.svn21893 Release: 0 Summary: A font that provides the product integral symbol License: OFL-1.1 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(post): findutils Requires(post): grep Requires(post): sed Requires(post): texlive >= %{texlive_version} Requires(post): tex(updmap.cfg) #!BuildIgnore: tex(updmap.cfg) Requires(postun): findutils Requires(postun): grep Requires(postun): sed Requires(postun): texlive >= %{texlive_version} Requires(postun): tex(updmap.cfg) Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Requires: texlive-prodint-fonts >= %{texlive_version} Recommends: texlive-prodint-doc >= %{texlive_version} Provides: tex(prodint.map) Provides: tex(prodint.sty) Provides: tex(prodint.tfm) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source88: prodint.tar.xz Source89: prodint.doc.tar.xz %description -n texlive-prodint Product integrals are to products, as integrals are to sums. They have been around for more than a hundred years, they have not become part of the standard mathematician's toolbox, possibly because no-one invented the right mathematical symbol for them. The authors have remedied that situation by proposing the symbol and providing this font. date: 2016-06-24 17:18:15 +0000 %package -n texlive-prodint-doc Version: %{texlive_version}.%{texlive_noarch}.svn21893 Release: 0 Summary: Documentation for texlive-prodint License: OFL-1.1 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-prodint-doc This package includes the documentation for texlive-prodint %package -n texlive-prodint-fonts Version: %{texlive_version}.%{texlive_noarch}.svn21893 Release: 0 Summary: Severed fonts for texlive-prodint License: OFL-1.1 Group: Productivity/Publishing/TeX/Fonts Url: http://www.tug.org/texlive/ Requires(post): fontconfig Requires(post): ghostscript-fonts-std Requires(post): mkfontdir Requires(post): mkfontscale Requires(post): xorg-x11-fonts-core Requires(postun): fontconfig Requires(postun): ghostscript-fonts-std Requires(postun): xorg-x11-fonts-core %description -n texlive-prodint-fonts The separated fonts package for texlive-prodint %post -n texlive-prodint mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update echo 'addMap prodint.map' >> /var/run/texlive/run-updmap %postun -n texlive-prodint mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then echo 'deleteMap prodint.map' >> /var/run/texlive/run-updmap exit 0 fi %posttrans -n texlive-prodint %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %post -n texlive-prodint-fonts fc-cache -s %{_datadir}/fonts mkfontscale %{_datadir}/fonts/texlive-prodint mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-prodint %postun -n texlive-prodint-fonts if test $1 = 0; then fc-cache -s %{_datadir}/fonts fi %files -n texlive-prodint-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/fonts/prodint/README %{_texmfdistdir}/doc/fonts/prodint/config.prodint %{_texmfdistdir}/doc/fonts/prodint/prodint.bma %{_texmfdistdir}/doc/fonts/prodint/prodint.mt1 %{_texmfdistdir}/doc/fonts/prodint/prodint.pdf %{_texmfdistdir}/doc/fonts/prodint/prodint.pfa %{_texmfdistdir}/doc/fonts/prodint/prodint.sit.hqx %{_texmfdistdir}/doc/fonts/prodint/prodint.tex %files -n texlive-prodint %defattr(-,root,root,755) %{_texmfdistdir}/fonts/afm/public/prodint/prodint.afm %{_texmfdistdir}/fonts/map/dvips/prodint/prodint.map %{_texmfdistdir}/fonts/tfm/public/prodint/prodint.tfm %verify(link) %{_texmfdistdir}/fonts/type1/public/prodint/prodint.pfb %{_texmfdistdir}/tex/latex/prodint/prodint.sty %files -n texlive-prodint-fonts %defattr(-,root,root,755) %dir %{_datadir}/fonts/texlive-prodint %config %{_sysconfdir}/fonts/conf.avail/58-texlive-prodint.conf %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-prodint/encodings.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-prodint/fonts.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-prodint/fonts.scale %{_datadir}/fonts/texlive-prodint/prodint.pfb %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-prodint-fonts-%{texlive_version}.%{texlive_noarch}.svn21893-%{release}-zypper %endif %package -n texlive-productbox Version: %{texlive_version}.%{texlive_noarch}.1.1svn20886 Release: 0 Summary: Typeset a three-dimensional product box License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-productbox-doc >= %{texlive_version} Provides: tex(productbox.sty) Requires: tex(keyval.sty) Requires: tex(tikz.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source90: productbox.tar.xz Source91: productbox.doc.tar.xz %description -n texlive-productbox The package enables typesetting of a three-dimensional product box. This product box can be rendered as it is standing on a surface and some light is shed onto it. Alternatively it can be typeset as a wireframe to be cut out and glued together. This will lead to a physical product box. The package requires pgf and TikZ. date: 2016-06-24 17:18:15 +0000 %package -n texlive-productbox-doc Version: %{texlive_version}.%{texlive_noarch}.1.1svn20886 Release: 0 Summary: Documentation for texlive-productbox License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-productbox-doc This package includes the documentation for texlive-productbox %post -n texlive-productbox mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-productbox mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-productbox %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-productbox-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/productbox/Makefile %{_texmfdistdir}/doc/latex/productbox/README %{_texmfdistdir}/doc/latex/productbox/productbox.bib %{_texmfdistdir}/doc/latex/productbox/productbox.pdf %files -n texlive-productbox %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/productbox/productbox.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-productbox-%{texlive_version}.%{texlive_noarch}.1.1svn20886-%{release}-zypper %endif %package -n texlive-program Version: %{texlive_version}.%{texlive_noarch}.3.3.14svn44214 Release: 0 Summary: Typesetting programs and algorithms License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-program-doc >= %{texlive_version} Provides: tex(program.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source92: program.tar.xz Source93: program.doc.tar.xz %description -n texlive-program The main offering is a program environment; a programbox environment is available for fragments that must not break with the pages. date: 2017-05-05 15:09:39 +0000 %package -n texlive-program-doc Version: %{texlive_version}.%{texlive_noarch}.3.3.14svn44214 Release: 0 Summary: Documentation for texlive-program License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-program-doc This package includes the documentation for texlive-program %post -n texlive-program mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-program mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-program %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-program-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/program/README %{_texmfdistdir}/doc/latex/program/gpl-3.0.txt %{_texmfdistdir}/doc/latex/program/plink.tex %{_texmfdistdir}/doc/latex/program/program-demo.tex %{_texmfdistdir}/doc/latex/program/program-doc.pdf %{_texmfdistdir}/doc/latex/program/program-doc.tex %files -n texlive-program %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/program/program.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-program-%{texlive_version}.%{texlive_noarch}.3.3.14svn44214-%{release}-zypper %endif %package -n texlive-progress Version: %{texlive_version}.%{texlive_noarch}.1.10svn19519 Release: 0 Summary: Creates an overview of a document's state License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-progress-doc >= %{texlive_version} Provides: tex(progress.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source94: progress.tar.xz Source95: progress.doc.tar.xz %description -n texlive-progress Progress is a package which. when compiling TeX and LaTeX documents, generates a HTML file showing an overview of a document's state (of how finished it is). The report is sent to file \ProgressReportName, which is by default the \jobname with the date appended (but is user-modifiable). date: 2016-06-24 17:18:15 +0000 %package -n texlive-progress-doc Version: %{texlive_version}.%{texlive_noarch}.1.10svn19519 Release: 0 Summary: Documentation for texlive-progress License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-progress-doc This package includes the documentation for texlive-progress %post -n texlive-progress mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-progress mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-progress %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-progress-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/progress/README %{_texmfdistdir}/doc/latex/progress/progress.pdf %{_texmfdistdir}/doc/latex/progress/progress.tex %{_texmfdistdir}/doc/latex/progress/progress20030701.html %files -n texlive-progress %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/progress/progress.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-progress-%{texlive_version}.%{texlive_noarch}.1.10svn19519-%{release}-zypper %endif %package -n texlive-progressbar Version: %{texlive_version}.%{texlive_noarch}.1.0b_4svn33822 Release: 0 Summary: Visualize shares of total amounts in the form of a (progress-)bar License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-progressbar-doc >= %{texlive_version} Provides: tex(progressbar.sty) Requires: tex(calc.sty) Requires: tex(kvoptions.sty) Requires: tex(kvsetkeys.sty) Requires: tex(tikz.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source96: progressbar.tar.xz Source97: progressbar.doc.tar.xz %description -n texlive-progressbar This package allows you to easily visualize shares of total amounts in the form of a bar. So basically you can convert any number between 0 and 1 to a progressbar using the command \progressbar{<number>}. Also a lot of customizations are possible, allowing you to create an unique progressbar on your own. The package uses TikZ to produce its graphics. date: 2016-06-24 17:18:15 +0000 %package -n texlive-progressbar-doc Version: %{texlive_version}.%{texlive_noarch}.1.0b_4svn33822 Release: 0 Summary: Documentation for texlive-progressbar License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-progressbar-doc This package includes the documentation for texlive-progressbar %post -n texlive-progressbar mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-progressbar mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-progressbar %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-progressbar-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/progressbar/README %{_texmfdistdir}/doc/latex/progressbar/progressbar.pdf %{_texmfdistdir}/doc/latex/progressbar/progressbar.tex %files -n texlive-progressbar %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/progressbar/progressbar.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-progressbar-%{texlive_version}.%{texlive_noarch}.1.0b_4svn33822-%{release}-zypper %endif %package -n texlive-proofread Version: %{texlive_version}.%{texlive_noarch}.1.02svn43370 Release: 0 Summary: Commands for inserting annotations License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-proofread-doc >= %{texlive_version} Provides: tex(proofread.sty) Requires: tex(marginnote.sty) Requires: tex(setspace.sty) Requires: tex(soul.sty) Requires: tex(tikz.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source98: proofread.tar.xz Source99: proofread.doc.tar.xz %description -n texlive-proofread The proofread package defines a few LaTeX commands that are useful when you proofread a LaTeX document. These allow you to easily highlight text and add comments in the margin. Vim escape sequences are provided for inserting these LaTeX commands in the source. The package is based on code for a text highlighting command that was published by Antal S-Z in href='http://tex.stackexchange.com/questions/5959'. The main file, proofread.dtx, is self-extracting, so you can generate the style file by compiling proofread.dtx with pdfLaTeX. date: 2017-02-28 21:55:12 +0000 %package -n texlive-proofread-doc Version: %{texlive_version}.%{texlive_noarch}.1.02svn43370 Release: 0 Summary: Documentation for texlive-proofread License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-proofread-doc This package includes the documentation for texlive-proofread %post -n texlive-proofread mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-proofread mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-proofread %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-proofread-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/proofread/README %{_texmfdistdir}/doc/latex/proofread/README.txt %{_texmfdistdir}/doc/latex/proofread/example.pdf %{_texmfdistdir}/doc/latex/proofread/example.tex %{_texmfdistdir}/doc/latex/proofread/proofread.hd %{_texmfdistdir}/doc/latex/proofread/proofread.pdf %{_texmfdistdir}/doc/latex/proofread/proofread.vmb %files -n texlive-proofread %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/proofread/proofread.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-proofread-%{texlive_version}.%{texlive_noarch}.1.02svn43370-%{release}-zypper %endif %package -n texlive-prooftrees Version: %{texlive_version}.%{texlive_noarch}.0.0.6svn43184 Release: 0 Summary: Forest-based proof trees (symbolic logic) License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-prooftrees-doc >= %{texlive_version} Provides: tex(prooftrees.sty) Requires: tex(amssymb.sty) Requires: tex(etoolbox.sty) Requires: tex(forest.sty) Requires: tex(svn-prov.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source100: prooftrees.tar.xz Source101: prooftrees.doc.tar.xz %description -n texlive-prooftrees The package supports drawing proof trees of the kind often used in introductory logic classes, especially those aimed at students without strong mathemtical backgrounds. Hodges (1991) is one example of a text which uses this system. When teaching such a system it is especially useful to annotate the tree with line numbers, justifications and explanations of branch closures. prooftrees provides a single environment, prooftree, and a variety of tools for annotating, customising and highlighting such trees. A cross-referencing system is provided for trees which cite line numbers in justifications for proof lines or branch closures. prooftrees is based on forest and, hence, TikZ. The package requires version 2.0.2 of Forest for expected results and will not work with version 1. date: 2017-02-09 04:21:50 +0000 %package -n texlive-prooftrees-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.6svn43184 Release: 0 Summary: Documentation for texlive-prooftrees License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-prooftrees-doc This package includes the documentation for texlive-prooftrees %post -n texlive-prooftrees mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-prooftrees mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-prooftrees %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-prooftrees-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/prooftrees/README %{_texmfdistdir}/doc/latex/prooftrees/manifest.txt %{_texmfdistdir}/doc/latex/prooftrees/prooftrees.pdf %{_texmfdistdir}/doc/latex/prooftrees/prooftrees.tex %{_texmfdistdir}/doc/latex/prooftrees/prooftrees_biber.bib %files -n texlive-prooftrees %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/prooftrees/prooftrees.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-prooftrees-%{texlive_version}.%{texlive_noarch}.0.0.6svn43184-%{release}-zypper %endif %package -n texlive-properties Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn15878 Release: 0 Summary: Load properties from a file License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-properties-doc >= %{texlive_version} Provides: tex(properties.sty) Requires: tex(datatool.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source102: properties.tar.xz Source103: properties.doc.tar.xz %description -n texlive-properties The package loads properties (key, value) from a properties file, e.g. \jobname.properties. date: 2016-06-24 17:18:15 +0000 %package -n texlive-properties-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn15878 Release: 0 Summary: Documentation for texlive-properties License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-properties-doc This package includes the documentation for texlive-properties %post -n texlive-properties mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-properties mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-properties %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-properties-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/properties/readme.de %{_texmfdistdir}/doc/latex/properties/testprop.tex %files -n texlive-properties %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/properties/properties.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-properties-%{texlive_version}.%{texlive_noarch}.0.0.2svn15878-%{release}-zypper %endif %package -n texlive-proposal Version: %{texlive_version}.%{texlive_noarch}.svn40538 Release: 0 Summary: A set of LaTeX classes for preparing proposals for collaborative projects License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-proposal-doc >= %{texlive_version} Provides: tex(dfgpdata.sty) Provides: tex(dfgproposal.cls) Provides: tex(dfgreporting.cls) Provides: tex(eupdata.sty) Provides: tex(euproposal.cls) Provides: tex(eureporting.cls) Provides: tex(pdata.sty) Provides: tex(proposal.cls) Provides: tex(reporting.cls) Requires: tex(amssymb.sty) Requires: tex(array.sty) Requires: tex(biblatex.sty) Requires: tex(boxedminipage.sty) Requires: tex(chngcntr.sty) Requires: tex(colortbl.sty) Requires: tex(comment.sty) Requires: tex(csquotes.sty) Requires: tex(ed.sty) Requires: tex(eurosym.sty) Requires: tex(fancyhdr.sty) Requires: tex(geometry.sty) Requires: tex(graphicx.sty) Requires: tex(helvet.sty) Requires: tex(longtable.sty) Requires: tex(mdframed.sty) Requires: tex(paralist.sty) Requires: tex(rotating.sty) Requires: tex(textcomp.sty) Requires: tex(tikz.sty) Requires: tex(url.sty) Requires: tex(wasysym.sty) Requires: tex(workaddress.sty) Requires: tex(wrapfig.sty) Requires: tex(xcolor.sty) Requires: tex(xspace.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source104: proposal.tar.xz Source105: proposal.doc.tar.xz %description -n texlive-proposal The process of preparing a collaborative proposal, to a major funding body, involves integration of contributions of a many people at many sites. It is therefore an ideal application for a text-based document preparation system such as LaTeX, in concert with a distributed version control system such as SVN. The proposal class itself provides a basis for such an enterprise. The dfgproposal and dfgproposal classes provide two specialisations of the base class for (respectively) German and European research proposals. The packages depend on the author's stex bundle. date: 2016-06-24 17:18:15 +0000 %package -n texlive-proposal-doc Version: %{texlive_version}.%{texlive_noarch}.svn40538 Release: 0 Summary: Documentation for texlive-proposal License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-proposal-doc This package includes the documentation for texlive-proposal %post -n texlive-proposal mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-proposal mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-proposal %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-proposal-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/proposal/base/README %{_texmfdistdir}/doc/latex/proposal/dfg/README %{_texmfdistdir}/doc/latex/proposal/dfg/dfgproposal.pdf %{_texmfdistdir}/doc/latex/proposal/dfg/proposal/Makefile %{_texmfdistdir}/doc/latex/proposal/dfg/proposal/funds.tex %{_texmfdistdir}/doc/latex/proposal/dfg/proposal/preconditions.tex %{_texmfdistdir}/doc/latex/proposal/dfg/proposal/proposal.pdf %{_texmfdistdir}/doc/latex/proposal/dfg/proposal/proposal.tex %{_texmfdistdir}/doc/latex/proposal/dfg/proposal/public.pdf %{_texmfdistdir}/doc/latex/proposal/dfg/proposal/public.tex %{_texmfdistdir}/doc/latex/proposal/dfg/proposal/state.tex %{_texmfdistdir}/doc/latex/proposal/dfg/proposal/submit.pdf %{_texmfdistdir}/doc/latex/proposal/dfg/proposal/submit.tex %{_texmfdistdir}/doc/latex/proposal/dfg/proposal/workplan.tex %{_texmfdistdir}/doc/latex/proposal/dfg/proposal/zusammenfassung.tex %{_texmfdistdir}/doc/latex/proposal/dfg/report/Makefile %{_texmfdistdir}/doc/latex/proposal/dfg/report/README %{_texmfdistdir}/doc/latex/proposal/dfg/report/finalreport.pdf %{_texmfdistdir}/doc/latex/proposal/dfg/report/finalreport.tex %{_texmfdistdir}/doc/latex/proposal/dfg/report/letter_submission.pdf %{_texmfdistdir}/doc/latex/proposal/dfg/report/letter_submission.tex %{_texmfdistdir}/doc/latex/proposal/dfg/report/progressreport.tex %{_texmfdistdir}/doc/latex/proposal/dfg/report/progresssummary.tex %{_texmfdistdir}/doc/latex/proposal/eu/README %{_texmfdistdir}/doc/latex/proposal/eu/euproposal.pdf %{_texmfdistdir}/doc/latex/proposal/eu/strep/Makefile %{_texmfdistdir}/doc/latex/proposal/eu/strep/README %{_texmfdistdir}/doc/latex/proposal/eu/strep/deliverables.tex %{_texmfdistdir}/doc/latex/proposal/eu/strep/draft.tex %{_texmfdistdir}/doc/latex/proposal/eu/strep/final.tex %{_texmfdistdir}/doc/latex/proposal/eu/strep/grantagreement.tex %{_texmfdistdir}/doc/latex/proposal/eu/strep/impact.tex %{_texmfdistdir}/doc/latex/proposal/eu/strep/implementation.tex %{_texmfdistdir}/doc/latex/proposal/eu/strep/issues.tex %{_texmfdistdir}/doc/latex/proposal/eu/strep/methodology.tex %{_texmfdistdir}/doc/latex/proposal/eu/strep/milestones.tex %{_texmfdistdir}/doc/latex/proposal/eu/strep/objectives.tex %{_texmfdistdir}/doc/latex/proposal/eu/strep/progress.tex %{_texmfdistdir}/doc/latex/proposal/eu/strep/propB.pdf %{_texmfdistdir}/doc/latex/proposal/eu/strep/propB.tex %{_texmfdistdir}/doc/latex/proposal/eu/strep/public.pdf %{_texmfdistdir}/doc/latex/proposal/eu/strep/public.tex %{_texmfdistdir}/doc/latex/proposal/eu/strep/quality.tex %{_texmfdistdir}/doc/latex/proposal/eu/strep/risks.tex %{_texmfdistdir}/doc/latex/proposal/eu/strep/site-bar.tex %{_texmfdistdir}/doc/latex/proposal/eu/strep/site-baz.tex %{_texmfdistdir}/doc/latex/proposal/eu/strep/site-efo.tex %{_texmfdistdir}/doc/latex/proposal/eu/strep/site-jacu.tex %{_texmfdistdir}/doc/latex/proposal/eu/strep/site-templatex.tex %{_texmfdistdir}/doc/latex/proposal/eu/strep/submit.pdf %{_texmfdistdir}/doc/latex/proposal/eu/strep/submit.tex %{_texmfdistdir}/doc/latex/proposal/eu/strep/workplan.tex %{_texmfdistdir}/doc/latex/proposal/eu/strep/wp-class.tex %{_texmfdistdir}/doc/latex/proposal/eu/strep/wp-dissem.tex %{_texmfdistdir}/doc/latex/proposal/eu/strep/wp-management.tex %{_texmfdistdir}/doc/latex/proposal/eu/strep/wp-temple.tex %files -n texlive-proposal %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/proposal/base/pdata.sty %{_texmfdistdir}/tex/latex/proposal/base/proposal.cls %{_texmfdistdir}/tex/latex/proposal/base/reporting.cls %{_texmfdistdir}/tex/latex/proposal/dfg/dfgpdata.sty %{_texmfdistdir}/tex/latex/proposal/dfg/dfgproposal.cls %{_texmfdistdir}/tex/latex/proposal/dfg/dfgreporting.cls %{_texmfdistdir}/tex/latex/proposal/eu/eupdata.sty %{_texmfdistdir}/tex/latex/proposal/eu/euproposal.cls %{_texmfdistdir}/tex/latex/proposal/eu/eureporting.cls %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-proposal-%{texlive_version}.%{texlive_noarch}.svn40538-%{release}-zypper %endif %package -n texlive-prosper Version: %{texlive_version}.%{texlive_noarch}.1.0hsvn33033 Release: 0 Summary: LaTeX class for high quality slides License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-prosper-doc >= %{texlive_version} Provides: tex(PPRalcatel.sty) Provides: tex(PPRalienglow.sty) Provides: tex(PPRautumn.sty) Provides: tex(PPRazure.sty) Provides: tex(PPRblends.sty) Provides: tex(PPRcapsules.sty) Provides: tex(PPRcontemporain.sty) Provides: tex(PPRcorners.sty) Provides: tex(PPRdarkblue.sty) Provides: tex(PPRdefault.sty) Provides: tex(PPRframes.sty) Provides: tex(PPRfyma.sty) Provides: tex(PPRgyom.sty) Provides: tex(PPRlignesbleues.sty) Provides: tex(PPRmancini.sty) Provides: tex(PPRnuancegris.sty) Provides: tex(PPRprettybox.sty) Provides: tex(PPRrico.sty) Provides: tex(PPRserpaggi.sty) Provides: tex(PPRthomasd.sty) Provides: tex(PPRtroispoints.sty) Provides: tex(PPRwhitecross.sty) Provides: tex(PPRwinter.sty) Provides: tex(PPRwj.sty) Provides: tex(prosper.cls) Requires: tex(amssymb.sty) Requires: tex(fp.sty) Requires: tex(graphicx.sty) Requires: tex(ifthen.sty) Requires: tex(mathpazo.sty) Requires: tex(multido.sty) Requires: tex(palatino.sty) Requires: tex(pst-grad.sty) Requires: tex(semhelv.sty) Requires: tex(seminar.cls) Requires: tex(times.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source106: prosper.tar.xz Source107: prosper.doc.tar.xz %description -n texlive-prosper Prosper is a LaTeX class for writing transparencies. It is written as an extension of the seminar class by Timothy Van Zandt. Prosper offers a friendly environment for creating slides for both presentations with an overhead projector and a video projector. Slides prepared for a presentation with a computer and a video projector may integrate animation effects, incremental display, and so on. Various visual styles are supported (including some that mimic PowerPoint) and others are being contributed. date: 2016-06-24 17:18:15 +0000 %package -n texlive-prosper-doc Version: %{texlive_version}.%{texlive_noarch}.1.0hsvn33033 Release: 0 Summary: Documentation for texlive-prosper License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-prosper-doc This package includes the documentation for texlive-prosper %post -n texlive-prosper mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-prosper mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-prosper %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-prosper-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/prosper/AUTHORS %{_texmfdistdir}/doc/latex/prosper/ChangeLog %{_texmfdistdir}/doc/latex/prosper/Example.tex %{_texmfdistdir}/doc/latex/prosper/ExampleAlienglow.tex %{_texmfdistdir}/doc/latex/prosper/ExampleAutumn.tex %{_texmfdistdir}/doc/latex/prosper/ExampleAzure.tex %{_texmfdistdir}/doc/latex/prosper/ExampleContemporain.tex %{_texmfdistdir}/doc/latex/prosper/ExampleDarkblue.tex %{_texmfdistdir}/doc/latex/prosper/ExampleFrames.tex %{_texmfdistdir}/doc/latex/prosper/ExampleLignesbleues.tex %{_texmfdistdir}/doc/latex/prosper/ExampleNuanceGris.tex %{_texmfdistdir}/doc/latex/prosper/ExampleTroisPoints.tex %{_texmfdistdir}/doc/latex/prosper/FAQ %{_texmfdistdir}/doc/latex/prosper/INSTALL %{_texmfdistdir}/doc/latex/prosper/NEWS %{_texmfdistdir}/doc/latex/prosper/README %{_texmfdistdir}/doc/latex/prosper/TODO %{_texmfdistdir}/doc/latex/prosper/compilation.fig %{_texmfdistdir}/doc/latex/prosper/green-bullet-on-blue-wc.gif %{_texmfdistdir}/doc/latex/prosper/green-bullet-on-blue.gif %{_texmfdistdir}/doc/latex/prosper/green-bullet-on-white.gif %{_texmfdistdir}/doc/latex/prosper/gyom.tex %{_texmfdistdir}/doc/latex/prosper/manifest.txt %{_texmfdistdir}/doc/latex/prosper/prosper-doc.pdf %{_texmfdistdir}/doc/latex/prosper/prosper-doc.tex %{_texmfdistdir}/doc/latex/prosper/prosper-structure.fig %{_texmfdistdir}/doc/latex/prosper/prosper-template.jpg %{_texmfdistdir}/doc/latex/prosper/prosper-tour.pdf %{_texmfdistdir}/doc/latex/prosper/prosper-tour.tex %{_texmfdistdir}/doc/latex/prosper/prosper.png %{_texmfdistdir}/doc/latex/prosper/prosper.ui %{_texmfdistdir}/doc/latex/prosper/red-bullet-on-blue-wc.gif %{_texmfdistdir}/doc/latex/prosper/red-bullet-on-blue.gif %{_texmfdistdir}/doc/latex/prosper/red-bullet-on-white.gif %{_texmfdistdir}/doc/latex/prosper/rico.tex %{_texmfdistdir}/doc/latex/prosper/rotation.tex %{_texmfdistdir}/doc/latex/prosper/seminar-bg2-lepennec.fix %{_texmfdistdir}/doc/latex/prosper/yellow-bullet-on-blue-wc.gif %{_texmfdistdir}/doc/latex/prosper/yellow-bullet-on-blue.gif %{_texmfdistdir}/doc/latex/prosper/yellow-bullet-on-white.gif %files -n texlive-prosper %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/prosper/PPRalcatel.sty %{_texmfdistdir}/tex/latex/prosper/PPRalienglow.sty %{_texmfdistdir}/tex/latex/prosper/PPRautumn.sty %{_texmfdistdir}/tex/latex/prosper/PPRazure.sty %{_texmfdistdir}/tex/latex/prosper/PPRblends.sty %{_texmfdistdir}/tex/latex/prosper/PPRcapsules.sty %{_texmfdistdir}/tex/latex/prosper/PPRcontemporain.sty %{_texmfdistdir}/tex/latex/prosper/PPRcorners.sty %{_texmfdistdir}/tex/latex/prosper/PPRdarkblue.sty %{_texmfdistdir}/tex/latex/prosper/PPRdefault.sty %{_texmfdistdir}/tex/latex/prosper/PPRframes.sty %{_texmfdistdir}/tex/latex/prosper/PPRfyma.sty %{_texmfdistdir}/tex/latex/prosper/PPRgyom.sty %{_texmfdistdir}/tex/latex/prosper/PPRlignesbleues.sty %{_texmfdistdir}/tex/latex/prosper/PPRmancini.sty %{_texmfdistdir}/tex/latex/prosper/PPRnuancegris.sty %{_texmfdistdir}/tex/latex/prosper/PPRprettybox.sty %{_texmfdistdir}/tex/latex/prosper/PPRrico.sty %{_texmfdistdir}/tex/latex/prosper/PPRserpaggi.sty %{_texmfdistdir}/tex/latex/prosper/PPRthomasd.sty %{_texmfdistdir}/tex/latex/prosper/PPRtroispoints.sty %{_texmfdistdir}/tex/latex/prosper/PPRwhitecross.sty %{_texmfdistdir}/tex/latex/prosper/PPRwinter.sty %{_texmfdistdir}/tex/latex/prosper/PPRwj.sty %{_texmfdistdir}/tex/latex/prosper/angleHG.ps %{_texmfdistdir}/tex/latex/prosper/arrow-glow.ps %{_texmfdistdir}/tex/latex/prosper/barre-rico.ps %{_texmfdistdir}/tex/latex/prosper/blue-inverted-arrow.ps %{_texmfdistdir}/tex/latex/prosper/boule-base.eps %{_texmfdistdir}/tex/latex/prosper/boulebleue-fondblanc.eps %{_texmfdistdir}/tex/latex/prosper/boulerouge-fondblanc.eps %{_texmfdistdir}/tex/latex/prosper/bouleverte-fondblanc.eps %{_texmfdistdir}/tex/latex/prosper/bullet-glow.ps %{_texmfdistdir}/tex/latex/prosper/compilation.eps %{_texmfdistdir}/tex/latex/prosper/degrade-base.eps %{_texmfdistdir}/tex/latex/prosper/degrade-blanc-bleu.eps %{_texmfdistdir}/tex/latex/prosper/green-bullet-on-blue-wc.ps %{_texmfdistdir}/tex/latex/prosper/green-bullet-on-blue.ps %{_texmfdistdir}/tex/latex/prosper/green-bullet-on-white.ps %{_texmfdistdir}/tex/latex/prosper/green-inverted-arrow.ps %{_texmfdistdir}/tex/latex/prosper/gyom.ps %{_texmfdistdir}/tex/latex/prosper/prosper-structure.eps %{_texmfdistdir}/tex/latex/prosper/prosper.cls %{_texmfdistdir}/tex/latex/prosper/red-bullet-on-blue-wc.ps %{_texmfdistdir}/tex/latex/prosper/red-bullet-on-blue.ps %{_texmfdistdir}/tex/latex/prosper/red-bullet-on-white.ps %{_texmfdistdir}/tex/latex/prosper/red-inverted-arrow.ps %{_texmfdistdir}/tex/latex/prosper/rico.ps %{_texmfdistdir}/tex/latex/prosper/rico_bullet1.ps %{_texmfdistdir}/tex/latex/prosper/rico_bullet2.ps %{_texmfdistdir}/tex/latex/prosper/rico_bullet3.ps %{_texmfdistdir}/tex/latex/prosper/rotation.ps %{_texmfdistdir}/tex/latex/prosper/rule-glow.ps %{_texmfdistdir}/tex/latex/prosper/yellow-bullet-on-blue-wc.ps %{_texmfdistdir}/tex/latex/prosper/yellow-bullet-on-blue.ps %{_texmfdistdir}/tex/latex/prosper/yellow-bullet-on-white.ps %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-prosper-%{texlive_version}.%{texlive_noarch}.1.0hsvn33033-%{release}-zypper %endif %package -n texlive-protex Version: %{texlive_version}.%{texlive_noarch}.svn41633 Release: 0 Summary: Literate programming package License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-protex-doc >= %{texlive_version} Provides: tex(AlProTex.sty) Provides: tex(ProTex.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source108: protex.tar.xz Source109: protex.doc.tar.xz %description -n texlive-protex ProTeX is a simple but powerful literate programming tool, which is designed to generate useful hypertext output (either PDF, or HTML using TeX4ht). date: 2016-07-05 18:54:30 +0000 %package -n texlive-protex-doc Version: %{texlive_version}.%{texlive_noarch}.svn41633 Release: 0 Summary: Documentation for texlive-protex License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-protex-doc This package includes the documentation for texlive-protex %post -n texlive-protex mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-protex mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-protex %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-protex-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/protex/ChangeLog %{_texmfdistdir}/doc/latex/protex/README %files -n texlive-protex %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/protex/AlProTex.sty %{_texmfdistdir}/tex/latex/protex/ProTex.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-protex-%{texlive_version}.%{texlive_noarch}.svn41633-%{release}-zypper %endif %package -n texlive-protocol Version: %{texlive_version}.%{texlive_noarch}.1.13svn25562 Release: 0 Summary: A class for minutes of meetings License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-protocol-doc >= %{texlive_version} Provides: tex(protocol.cls) Requires: tex(scrartcl.cls) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source110: protocol.tar.xz Source111: protocol.doc.tar.xz %description -n texlive-protocol The present version of the class supports German meeting minutes including vote results and action items. The author has ambitions to internationalise the code, and would welcome support in the work. date: 2016-06-24 17:18:15 +0000 %package -n texlive-protocol-doc Version: %{texlive_version}.%{texlive_noarch}.1.13svn25562 Release: 0 Summary: Documentation for texlive-protocol License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Provides: locale(texlive-protocol-doc:en;de) %description -n texlive-protocol-doc This package includes the documentation for texlive-protocol %post -n texlive-protocol mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-protocol mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-protocol %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-protocol-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/protocol/README %{_texmfdistdir}/doc/latex/protocol/protest.tex %{_texmfdistdir}/doc/latex/protocol/protocol.pdf %files -n texlive-protocol %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/protocol/protocol.cls %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-protocol-%{texlive_version}.%{texlive_noarch}.1.13svn25562-%{release}-zypper %endif %package -n texlive-przechlewski-book Version: %{texlive_version}.%{texlive_noarch}.svn23552 Release: 0 Summary: Examples from Przechlewski's LaTeX book License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-przechlewski-book-doc >= %{texlive_version} Provides: tex(upmgr.cls) Provides: tex(wkmgr.cls) Requires: tex(caption.sty) Requires: tex(polski.sty) Requires: tex(report.cls) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source112: przechlewski-book.tar.xz Source113: przechlewski-book.doc.tar.xz %description -n texlive-przechlewski-book The bundle provides machine-readable copies of the examples from the book "Praca magisterska i dyplomowa z programem LaTeX". date: 2016-06-24 17:18:15 +0000 %package -n texlive-przechlewski-book-doc Version: %{texlive_version}.%{texlive_noarch}.svn23552 Release: 0 Summary: Documentation for texlive-przechlewski-book License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Provides: locale(texlive-przechlewski-book-doc:en;pl) %description -n texlive-przechlewski-book-doc This package includes the documentation for texlive-przechlewski-book %post -n texlive-przechlewski-book mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-przechlewski-book mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-przechlewski-book %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-przechlewski-book-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/przechlewski-book/LICENSE %{_texmfdistdir}/doc/latex/przechlewski-book/Makefile %{_texmfdistdir}/doc/latex/przechlewski-book/README %{_texmfdistdir}/doc/latex/przechlewski-book/README.pl %{_texmfdistdir}/doc/latex/przechlewski-book/TAM-pl.pdf %{_texmfdistdir}/doc/latex/przechlewski-book/b313.bib %{_texmfdistdir}/doc/latex/przechlewski-book/p21.tex %{_texmfdistdir}/doc/latex/przechlewski-book/p22.tex %{_texmfdistdir}/doc/latex/przechlewski-book/p23.tex %{_texmfdistdir}/doc/latex/przechlewski-book/p24.tex %{_texmfdistdir}/doc/latex/przechlewski-book/p31.tex %{_texmfdistdir}/doc/latex/przechlewski-book/p310.tex %{_texmfdistdir}/doc/latex/przechlewski-book/p311.tex %{_texmfdistdir}/doc/latex/przechlewski-book/p312.tex %{_texmfdistdir}/doc/latex/przechlewski-book/p313.tex %{_texmfdistdir}/doc/latex/przechlewski-book/p313_utf8.tex %{_texmfdistdir}/doc/latex/przechlewski-book/p32.tex %{_texmfdistdir}/doc/latex/przechlewski-book/p33.tex %{_texmfdistdir}/doc/latex/przechlewski-book/p34.tex %{_texmfdistdir}/doc/latex/przechlewski-book/p35.tex %{_texmfdistdir}/doc/latex/przechlewski-book/p36.tex %{_texmfdistdir}/doc/latex/przechlewski-book/p37.tex %{_texmfdistdir}/doc/latex/przechlewski-book/p38.tex %{_texmfdistdir}/doc/latex/przechlewski-book/p39.tex %{_texmfdistdir}/doc/latex/przechlewski-book/p41.tex %{_texmfdistdir}/doc/latex/przechlewski-book/p42.tex %{_texmfdistdir}/doc/latex/przechlewski-book/p43.tex %{_texmfdistdir}/doc/latex/przechlewski-book/p44.tex %{_texmfdistdir}/doc/latex/przechlewski-book/p45.tex %{_texmfdistdir}/doc/latex/przechlewski-book/p46.tex %{_texmfdistdir}/doc/latex/przechlewski-book/rys1_5.tex %{_texmfdistdir}/doc/latex/przechlewski-book/wkmgr.bib %{_texmfdistdir}/doc/latex/przechlewski-book/wkmgr.html %{_texmfdistdir}/doc/latex/przechlewski-book/wkmgr1.pdf %{_texmfdistdir}/doc/latex/przechlewski-book/wkmgr1.tex %{_texmfdistdir}/doc/latex/przechlewski-book/wkmgr2.pdf %{_texmfdistdir}/doc/latex/przechlewski-book/wkmgr2.tex %files -n texlive-przechlewski-book %defattr(-,root,root,755) %{_texmfdistdir}/bibtex/bst/przechlewski-book/papalike.bst %{_texmfdistdir}/tex/latex/przechlewski-book/upmgr.cls %{_texmfdistdir}/tex/latex/przechlewski-book/wkmgr.cls %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-przechlewski-book-%{texlive_version}.%{texlive_noarch}.svn23552-%{release}-zypper %endif %package -n texlive-ps2pk Version: %{texlive_version}.%{texlive_noarch}.svn44166 Release: 0 Summary: Generate a PK font from an Adobe Type 1 font License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Obsoletes: texlive-ps2pkm <= 2014 Requires(pre): texlive-ps2pk-bin >= %{texlive_version} #!BuildIgnore: texlive-ps2pk-bin Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source114: ps2pk.doc.tar.xz %description -n texlive-ps2pk Generates a PK file from an Adobe Type 1 font. PK fonts are (or used to be) valuable in enabling previewers to view documents generated that use Type 1 fonts. The program makes use of code donated to the X consortium by IBM. date: 2016-06-24 17:18:15 +0000 %post -n texlive-ps2pk mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-ps2pk mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-ps2pk %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-ps2pk %defattr(-,root,root,755) %{_mandir}/man1/mag.1* %{_mandir}/man1/pfb2pfa.1* %{_mandir}/man1/pk2bm.1* %{_mandir}/man1/ps2pk.1* %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-ps2pk-%{texlive_version}.%{texlive_noarch}.svn44166-%{release}-zypper %endif %package -n texlive-psbao Version: %{texlive_version}.%{texlive_noarch}.0.0.17svn15878 Release: 0 Summary: Draw Bao diagrams License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-psbao-doc >= %{texlive_version} Provides: tex(psbao.sty) Requires: tex(calc.sty) Requires: tex(cool.sty) Requires: tex(etex.sty) Requires: tex(ifthen.sty) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source115: psbao.tar.xz Source116: psbao.doc.tar.xz %description -n texlive-psbao The package draws Bao diagrams in LaTeX. The package is a development of psgo, and uses PSTricks to draw the diagrams. date: 2016-06-24 17:18:15 +0000 %package -n texlive-psbao-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.17svn15878 Release: 0 Summary: Documentation for texlive-psbao License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-psbao-doc This package includes the documentation for texlive-psbao %post -n texlive-psbao mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-psbao mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-psbao %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-psbao-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/psbao/Changes %{_texmfdistdir}/doc/latex/psbao/README %{_texmfdistdir}/doc/latex/psbao/psbaomanual.pdf %{_texmfdistdir}/doc/latex/psbao/psbaomanual.tex %files -n texlive-psbao %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/psbao/psbao.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-psbao-%{texlive_version}.%{texlive_noarch}.0.0.17svn15878-%{release}-zypper %endif %package -n texlive-pseudocode Version: %{texlive_version}.%{texlive_noarch}.svn15878 Release: 0 Summary: LaTeX environment for specifying algorithms in a natural way License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pseudocode-doc >= %{texlive_version} Provides: tex(pseudocode.sty) Requires: tex(fancybox.sty) Requires: tex(ifthen.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source117: pseudocode.tar.xz Source118: pseudocode.doc.tar.xz %description -n texlive-pseudocode This package provides the environment "pseudocode" for describing algorithms in a natural manner. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pseudocode-doc Version: %{texlive_version}.%{texlive_noarch}.svn15878 Release: 0 Summary: Documentation for texlive-pseudocode License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pseudocode-doc This package includes the documentation for texlive-pseudocode %post -n texlive-pseudocode mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pseudocode mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pseudocode %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pseudocode-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/pseudocode/README %{_texmfdistdir}/doc/latex/pseudocode/pseudocode.pdf %{_texmfdistdir}/doc/latex/pseudocode/pseudocode.tex %files -n texlive-pseudocode %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/pseudocode/pseudocode.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pseudocode-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper %endif %package -n texlive-psfrag Version: %{texlive_version}.%{texlive_noarch}.3.04svn15878 Release: 0 Summary: Replace strings in encapsulated PostScript figures License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-psfrag-doc >= %{texlive_version} Provides: tex(psfrag.sty) Requires: tex(graphics.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source119: psfrag.tar.xz Source120: psfrag.doc.tar.xz %description -n texlive-psfrag Allows LaTeX constructions (equations, picture environments, etc.) to be precisely superimposed over Encapsulated PostScript figures, using your own favorite drawing tool to create an EPS figure and placing simple text 'tags' where each replacement is to be placed, with PSfrag automatically removing these tags from the figure and replacing them with a user specified LaTeX construction, properly aligned, scaled, and/or rotated. date: 2016-06-24 17:18:15 +0000 %package -n texlive-psfrag-doc Version: %{texlive_version}.%{texlive_noarch}.3.04svn15878 Release: 0 Summary: Documentation for texlive-psfrag License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Provides: locale(texlive-psfrag-doc:en) %description -n texlive-psfrag-doc This package includes the documentation for texlive-psfrag %post -n texlive-psfrag mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-psfrag mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-psfrag %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-psfrag-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/psfrag/00readme.txt %{_texmfdistdir}/doc/latex/psfrag/announce.txt %{_texmfdistdir}/doc/latex/psfrag/example.eps %{_texmfdistdir}/doc/latex/psfrag/pfgguide.pdf %{_texmfdistdir}/doc/latex/psfrag/pfgguide.tex %{_texmfdistdir}/doc/latex/psfrag/testfig.eps %files -n texlive-psfrag %defattr(-,root,root,755) %{_texmfdistdir}/dvips/psfrag/psfrag.pro %{_texmfdistdir}/tex/latex/psfrag/psfrag.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-psfrag-%{texlive_version}.%{texlive_noarch}.3.04svn15878-%{release}-zypper %endif %package -n texlive-psfrag-italian Version: %{texlive_version}.%{texlive_noarch}.svn15878 Release: 0 Summary: PSfrag documentation in Italian License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source121: psfrag-italian.doc.tar.xz %description -n texlive-psfrag-italian This is a translation of the documentation that comes with the psfrag documentation. date: 2016-06-24 17:18:15 +0000 %post -n texlive-psfrag-italian mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-psfrag-italian mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-psfrag-italian %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-psfrag-italian %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/psfrag-italian/itpfgguide.pdf %{_texmfdistdir}/doc/latex/psfrag-italian/itpfgguide.tex %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-psfrag-italian-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper %endif %package -n texlive-psfragx Version: %{texlive_version}.%{texlive_noarch}.1.1svn26243 Release: 0 Summary: A psfrag eXtension License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-psfragx-doc >= %{texlive_version} Provides: tex(psfragx.cfg) Provides: tex(psfragx.sty) Requires: tex(graphicx.sty) Requires: tex(psfrag.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source122: psfragx.tar.xz Source123: psfragx.doc.tar.xz %description -n texlive-psfragx PSfragX offers a mechanism to embed \psfrag commands, as provided by the psfrag package, into the EPS file itself. Each time a graphic is included, the EPS file is scanned. If some tagged lines are found, they are used to define the psfrag replacements that should be performed automatically. In addition, a similar mechanism holds for overpic objects. These are picture objects superimposed on the included graphic. A similar mechanism is implemented in psfrag itself (but deprecated in the documentation), but psfragx offers much more flexibility. For example, if babel is used, it is possible to define different replacements corresponding to different languages. The replacements to take into account will be selected on the basis of the current language of the document. A Matlab script (LaPrint) is provided, to export an EPS file with psfragx annotations ready embedded. date: 2016-06-24 17:18:15 +0000 %package -n texlive-psfragx-doc Version: %{texlive_version}.%{texlive_noarch}.1.1svn26243 Release: 0 Summary: Documentation for texlive-psfragx License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-psfragx-doc This package includes the documentation for texlive-psfragx %post -n texlive-psfragx mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-psfragx mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-psfragx %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-psfragx-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/psfragx/README %{_texmfdistdir}/doc/latex/psfragx/README.laprint-3.16 %{_texmfdistdir}/doc/latex/psfragx/laprint.m %{_texmfdistdir}/doc/latex/psfragx/laprintdoc.ps %{_texmfdistdir}/doc/latex/psfragx/laprpfx.mat %{_texmfdistdir}/doc/latex/psfragx/pfxprint.m %{_texmfdistdir}/doc/latex/psfragx/psfragx.m %{_texmfdistdir}/doc/latex/psfragx/psfragx.pdf %{_texmfdistdir}/doc/latex/psfragx/psfragx_example.pdf %{_texmfdistdir}/doc/latex/psfragx/psfragx_example.tex %{_texmfdistdir}/doc/latex/psfragx/readmePFX.txt %files -n texlive-psfragx %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/psfragx/psfragx.cfg %{_texmfdistdir}/tex/latex/psfragx/psfragx.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-psfragx-%{texlive_version}.%{texlive_noarch}.1.1svn26243-%{release}-zypper %endif %package -n texlive-psgo Version: %{texlive_version}.%{texlive_noarch}.0.0.17svn15878 Release: 0 Summary: Typeset go diagrams with PSTricks License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-psgo-doc >= %{texlive_version} Provides: tex(psgo.sty) Requires: tex(calc.sty) Requires: tex(ifthen.sty) Requires: tex(pst-node.sty) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source124: psgo.tar.xz Source125: psgo.doc.tar.xz %description -n texlive-psgo The psgo package date: 2016-06-18 14:48:54 +0000 %package -n texlive-psgo-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.17svn15878 Release: 0 Summary: Documentation for texlive-psgo License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-psgo-doc This package includes the documentation for texlive-psgo %post -n texlive-psgo mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-psgo mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-psgo %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-psgo-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/psgo/Changes %{_texmfdistdir}/doc/latex/psgo/README %{_texmfdistdir}/doc/latex/psgo/psgomanual.pdf %{_texmfdistdir}/doc/latex/psgo/psgomanual.tex %files -n texlive-psgo %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/psgo/psgo.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-psgo-%{texlive_version}.%{texlive_noarch}.0.0.17svn15878-%{release}-zypper %endif %package -n texlive-psizzl Version: %{texlive_version}.%{texlive_noarch}.0.0.35svn15878 Release: 0 Summary: A TeX format for physics papers License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-psizzl-doc >= %{texlive_version} Provides: tex(mypsizzl.tex) Provides: tex(psizzl.tex) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source126: psizzl.tar.xz Source127: psizzl.doc.tar.xz %description -n texlive-psizzl PSIZZL is a TeX format for physics papers written at SLAC and used at several other places. It dates from rather early in the development of TeX82; as a result, some of the descriptions of limitations look rather quaint to modern eyes. date: 2016-06-24 17:18:15 +0000 %package -n texlive-psizzl-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.35svn15878 Release: 0 Summary: Documentation for texlive-psizzl License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-psizzl-doc This package includes the documentation for texlive-psizzl %post -n texlive-psizzl mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-psizzl mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-psizzl %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-psizzl-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/otherformats/psizzl/base/psizzl.commands %{_texmfdistdir}/doc/otherformats/psizzl/base/psizzl.doc %files -n texlive-psizzl %defattr(-,root,root,755) %{_texmfdistdir}/tex/psizzl/base/chapters.Psizzl %{_texmfdistdir}/tex/psizzl/base/citation.Psizzl %{_texmfdistdir}/tex/psizzl/base/fontdefs.Psizzl %{_texmfdistdir}/tex/psizzl/base/index.Psizzl %{_texmfdistdir}/tex/psizzl/base/institut.Psizzl %{_texmfdistdir}/tex/psizzl/base/letter.Psizzl %{_texmfdistdir}/tex/psizzl/base/lists.Psizzl %{_texmfdistdir}/tex/psizzl/base/macros.Psizzl %{_texmfdistdir}/tex/psizzl/base/memo.Psizzl %{_texmfdistdir}/tex/psizzl/base/mypsizzl.tex %{_texmfdistdir}/tex/psizzl/base/options.Psizzl %{_texmfdistdir}/tex/psizzl/base/output.Psizzl %{_texmfdistdir}/tex/psizzl/base/picture.Psizzl %{_texmfdistdir}/tex/psizzl/base/psizzl.tex %{_texmfdistdir}/tex/psizzl/base/publicat.Psizzl %{_texmfdistdir}/tex/psizzl/base/symbols.Psizzl %{_texmfdistdir}/tex/psizzl/base/thesis.Psizzl %{_texmfdistdir}/tex/psizzl/config/psizzl.ini %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-psizzl-%{texlive_version}.%{texlive_noarch}.0.0.35svn15878-%{release}-zypper %endif %package -n texlive-pslatex Version: %{texlive_version}.%{texlive_noarch}.svn16416 Release: 0 Summary: Use PostScript fonts by default License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Provides: tex(pcrr7tn.tfm) Provides: tex(pcrr7tn.vf) Provides: tex(pcrr8rn.map) Provides: tex(pcrr8rn.tfm) Provides: tex(pcrr8tn.tfm) Provides: tex(pcrr8tn.vf) Provides: tex(pslatex.sty) Requires: tex(psyr.tfm) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source128: pslatex.tar.xz %description -n texlive-pslatex A small package that makes LaTeX default to 'standard' PostScript fonts. It is basically a merger of the times and the (obsolete) mathptm packages from the psnfss suite. You must have installed standard LaTeX and the psnfss PostScript fonts to use this package. The main novel feature is that the pslatex package tries to compensate for the visual differences between the Adobe fonts by scaling Helvetica by 90%, and 'condensing' Courier (i.e. scaling horizontally) by 85%. The package is supplied with a (unix) shell file for a 'pslatex' command that allows standard LaTeX documents to be processed, without needing to edit the file. Note that current psnfss uses a different technique for scaling Helvetica, and treats Courier as a lost cause (there are better free fixed-width available now, than there were when pslatex was designed). As a result, pslatex is widely considered obsolete. date: 2016-06-24 17:18:15 +0000 %post -n texlive-pslatex mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pslatex mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pslatex %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pslatex %defattr(-,root,root,755) %{_texmfdistdir}/fonts/map/dvips/pslatex/pcrr8rn.map %{_texmfdistdir}/fonts/tfm/public/pslatex/pcrr7tn.tfm %{_texmfdistdir}/fonts/tfm/public/pslatex/pcrr8rn.tfm %{_texmfdistdir}/fonts/tfm/public/pslatex/pcrr8tn.tfm %{_texmfdistdir}/fonts/vf/public/pslatex/pcrr7tn.vf %{_texmfdistdir}/fonts/vf/public/pslatex/pcrr8tn.vf %{_texmfdistdir}/tex/latex/pslatex/pslatex.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pslatex-%{texlive_version}.%{texlive_noarch}.svn16416-%{release}-zypper %endif %package -n texlive-psnfss Version: %{texlive_version}.%{texlive_noarch}.9.2asvn33946 Release: 0 Summary: Font support for common PostScript fonts License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires: texlive-graphics >= %{texlive_version} Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(post): findutils Requires(post): grep Requires(post): sed Requires(post): texlive >= %{texlive_version} Requires(post): tex(updmap.cfg) #!BuildIgnore: tex(updmap.cfg) Requires(postun): findutils Requires(postun): grep Requires(postun): sed Requires(postun): texlive >= %{texlive_version} Requires(postun): tex(updmap.cfg) Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-psnfss-doc >= %{texlive_version} Provides: tex(8rbch.fd) Provides: tex(8rpag.fd) Provides: tex(8rpbk.fd) Provides: tex(8rpcr.fd) Provides: tex(8rphv.fd) Provides: tex(8rpnc.fd) Provides: tex(8rppl.fd) Provides: tex(8rptm.fd) Provides: tex(8rput.fd) Provides: tex(8rpzc.fd) Provides: tex(avant.sty) Provides: tex(bookman.sty) Provides: tex(chancery.sty) Provides: tex(charter.map) Provides: tex(charter.sty) Provides: tex(courier.sty) Provides: tex(fpls.map) Provides: tex(helvet.sty) Provides: tex(mathpazo.sty) Provides: tex(mathpple.sty) Provides: tex(mathptm.sty) Provides: tex(mathptmx.sty) Provides: tex(newcent.sty) Provides: tex(omlbch.fd) Provides: tex(omlpag.fd) Provides: tex(omlpbk.fd) Provides: tex(omlpcr.fd) Provides: tex(omlphv.fd) Provides: tex(omlpnc.fd) Provides: tex(omlppl.fd) Provides: tex(omlptm.fd) Provides: tex(omlptmcm.fd) Provides: tex(omlput.fd) Provides: tex(omlpzc.fd) Provides: tex(omlzplm.fd) Provides: tex(omlzpple.fd) Provides: tex(omlztmcm.fd) Provides: tex(omsbch.fd) Provides: tex(omspag.fd) Provides: tex(omspbk.fd) Provides: tex(omspcr.fd) Provides: tex(omsphv.fd) Provides: tex(omspnc.fd) Provides: tex(omsppl.fd) Provides: tex(omsptm.fd) Provides: tex(omsput.fd) Provides: tex(omspzc.fd) Provides: tex(omspzccm.fd) Provides: tex(omszplm.fd) Provides: tex(omszpple.fd) Provides: tex(omsztmcm.fd) Provides: tex(omxpsycm.fd) Provides: tex(omxzplm.fd) Provides: tex(omxzpple.fd) Provides: tex(omxztmcm.fd) Provides: tex(ot1bch.fd) Provides: tex(ot1pag.fd) Provides: tex(ot1pbk.fd) Provides: tex(ot1pcr.fd) Provides: tex(ot1phv.fd) Provides: tex(ot1pnc.fd) Provides: tex(ot1ppl.fd) Provides: tex(ot1pplj.fd) Provides: tex(ot1pplx.fd) Provides: tex(ot1ptm.fd) Provides: tex(ot1ptmcm.fd) Provides: tex(ot1put.fd) Provides: tex(ot1pzc.fd) Provides: tex(ot1zplm.fd) Provides: tex(ot1zpple.fd) Provides: tex(ot1ztmcm.fd) Provides: tex(palatino.sty) Provides: tex(pazo.map) Provides: tex(pifont.sty) Provides: tex(psnfss.map) Provides: tex(t1bch.fd) Provides: tex(t1pag.fd) Provides: tex(t1pbk.fd) Provides: tex(t1pcr.fd) Provides: tex(t1phv.fd) Provides: tex(t1pnc.fd) Provides: tex(t1ppl.fd) Provides: tex(t1pplj.fd) Provides: tex(t1pplx.fd) Provides: tex(t1ptm.fd) Provides: tex(t1put.fd) Provides: tex(t1pzc.fd) Provides: tex(times.sty) Provides: tex(ts1bch.fd) Provides: tex(ts1pag.fd) Provides: tex(ts1pbk.fd) Provides: tex(ts1pcr.fd) Provides: tex(ts1phv.fd) Provides: tex(ts1pnc.fd) Provides: tex(ts1ppl.fd) Provides: tex(ts1pplj.fd) Provides: tex(ts1pplx.fd) Provides: tex(ts1ptm.fd) Provides: tex(ts1put.fd) Provides: tex(ts1pzc.fd) Provides: tex(ufplm.fd) Provides: tex(ufplmbb.fd) Provides: tex(upsy.fd) Provides: tex(upzd.fd) Provides: tex(utopia.map) Provides: tex(utopia.sty) Requires: tex(keyval.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source129: psnfss.tar.xz Source130: psnfss.doc.tar.xz %description -n texlive-psnfss Font definition files, macros and font metrics for freely- available Adobe Type 1 fonts. The font set consists of the 'LaserWriter 35' set (originally 'freely available' because embedded in PostScript printers), and a variety of other free fonts, together with some additions. Note that while many of the fonts are available in PostScript (and other) printers, most publishers require fonts embedded in documents, which requires that you have the fonts in your TeX system. Fortunately, there are free versions of the fonts from URW (available in the URW base5 bundle). The base set of text fonts covered by PSNFSS are: AvantGarde, Bookman, Courier, Helvetica, New Century Schoolbook, Palatino, Symbol, Times Roman and Zapf Dingbats. In addition, the fonts Bitstream Charter and Adobe Utopia are covered (those fonts were contributed to the Public Domain by their commercial foundries). Separate packages are provided to load each font for use as main text font. The packages helvet (which allows Helvetica to be loaded with its size scaled to something more nearly appropriate for its use as a Sans-Serif font to match Times) and pifont (which provides the means to select single glyphs from symbol fonts) are tailored to special requirements of their fonts. Mathematics are covered by the mathptmx package, which constructs passable mathematics from a combination of Times Roman, Symbol and some glyphs from Computer Modern, and by Pazo Math (optionally extended with the fpl small-caps and old-style figures fonts) which uses Palatino as base font, with the mathpazo fonts. The bundle as a whole is part of the LaTeX 'required' set of packages. date: 2016-06-24 17:18:15 +0000 %package -n texlive-psnfss-doc Version: %{texlive_version}.%{texlive_noarch}.9.2asvn33946 Release: 0 Summary: Documentation for texlive-psnfss License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-psnfss-doc This package includes the documentation for texlive-psnfss %post -n texlive-psnfss mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update echo 'addMap charter.map' >> /var/run/texlive/run-updmap echo 'addMap fpls.map' >> /var/run/texlive/run-updmap echo 'addMap pazo.map' >> /var/run/texlive/run-updmap echo 'addMap utopia.map' >> /var/run/texlive/run-updmap %postun -n texlive-psnfss mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then echo 'deleteMap charter.map' >> /var/run/texlive/run-updmap echo 'deleteMap fpls.map' >> /var/run/texlive/run-updmap echo 'deleteMap pazo.map' >> /var/run/texlive/run-updmap echo 'deleteMap utopia.map' >> /var/run/texlive/run-updmap exit 0 fi %posttrans -n texlive-psnfss %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-psnfss-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/psnfss/00readme.txt %{_texmfdistdir}/doc/latex/psnfss/changes.txt %{_texmfdistdir}/doc/latex/psnfss/manifest.txt %{_texmfdistdir}/doc/latex/psnfss/psfonts.pdf %{_texmfdistdir}/doc/latex/psnfss/psnfss2e.pdf %{_texmfdistdir}/doc/latex/psnfss/test/mathtest.tex %{_texmfdistdir}/doc/latex/psnfss/test/pitest.tex %{_texmfdistdir}/doc/latex/psnfss/test/test0.tex %{_texmfdistdir}/doc/latex/psnfss/test/test1.tex %{_texmfdistdir}/doc/latex/psnfss/test/test2.tex %{_texmfdistdir}/doc/latex/psnfss/test/test3.tex %files -n texlive-psnfss %defattr(-,root,root,755) %{_texmfdistdir}/fonts/map/dvips/psnfss/charter.map %{_texmfdistdir}/fonts/map/dvips/psnfss/fpls.map %{_texmfdistdir}/fonts/map/dvips/psnfss/pazo.map %{_texmfdistdir}/fonts/map/dvips/psnfss/psnfss.map %{_texmfdistdir}/fonts/map/dvips/psnfss/utopia.map %{_texmfdistdir}/tex/latex/psnfss/8rbch.fd %{_texmfdistdir}/tex/latex/psnfss/8rpag.fd %{_texmfdistdir}/tex/latex/psnfss/8rpbk.fd %{_texmfdistdir}/tex/latex/psnfss/8rpcr.fd %{_texmfdistdir}/tex/latex/psnfss/8rphv.fd %{_texmfdistdir}/tex/latex/psnfss/8rpnc.fd %{_texmfdistdir}/tex/latex/psnfss/8rppl.fd %{_texmfdistdir}/tex/latex/psnfss/8rptm.fd %{_texmfdistdir}/tex/latex/psnfss/8rput.fd %{_texmfdistdir}/tex/latex/psnfss/8rpzc.fd %{_texmfdistdir}/tex/latex/psnfss/avant.sty %{_texmfdistdir}/tex/latex/psnfss/bookman.sty %{_texmfdistdir}/tex/latex/psnfss/chancery.sty %{_texmfdistdir}/tex/latex/psnfss/charter.sty %{_texmfdistdir}/tex/latex/psnfss/courier.sty %{_texmfdistdir}/tex/latex/psnfss/helvet.sty %{_texmfdistdir}/tex/latex/psnfss/mathpazo.sty %{_texmfdistdir}/tex/latex/psnfss/mathpple.sty %{_texmfdistdir}/tex/latex/psnfss/mathptm.sty %{_texmfdistdir}/tex/latex/psnfss/mathptmx.sty %{_texmfdistdir}/tex/latex/psnfss/newcent.sty %{_texmfdistdir}/tex/latex/psnfss/omlbch.fd %{_texmfdistdir}/tex/latex/psnfss/omlpag.fd %{_texmfdistdir}/tex/latex/psnfss/omlpbk.fd %{_texmfdistdir}/tex/latex/psnfss/omlpcr.fd %{_texmfdistdir}/tex/latex/psnfss/omlphv.fd %{_texmfdistdir}/tex/latex/psnfss/omlpnc.fd %{_texmfdistdir}/tex/latex/psnfss/omlppl.fd %{_texmfdistdir}/tex/latex/psnfss/omlptm.fd %{_texmfdistdir}/tex/latex/psnfss/omlptmcm.fd %{_texmfdistdir}/tex/latex/psnfss/omlput.fd %{_texmfdistdir}/tex/latex/psnfss/omlpzc.fd %{_texmfdistdir}/tex/latex/psnfss/omlzplm.fd %{_texmfdistdir}/tex/latex/psnfss/omlzpple.fd %{_texmfdistdir}/tex/latex/psnfss/omlztmcm.fd %{_texmfdistdir}/tex/latex/psnfss/omsbch.fd %{_texmfdistdir}/tex/latex/psnfss/omspag.fd %{_texmfdistdir}/tex/latex/psnfss/omspbk.fd %{_texmfdistdir}/tex/latex/psnfss/omspcr.fd %{_texmfdistdir}/tex/latex/psnfss/omsphv.fd %{_texmfdistdir}/tex/latex/psnfss/omspnc.fd %{_texmfdistdir}/tex/latex/psnfss/omsppl.fd %{_texmfdistdir}/tex/latex/psnfss/omsptm.fd %{_texmfdistdir}/tex/latex/psnfss/omsput.fd %{_texmfdistdir}/tex/latex/psnfss/omspzc.fd %{_texmfdistdir}/tex/latex/psnfss/omspzccm.fd %{_texmfdistdir}/tex/latex/psnfss/omszplm.fd %{_texmfdistdir}/tex/latex/psnfss/omszpple.fd %{_texmfdistdir}/tex/latex/psnfss/omsztmcm.fd %{_texmfdistdir}/tex/latex/psnfss/omxpsycm.fd %{_texmfdistdir}/tex/latex/psnfss/omxzplm.fd %{_texmfdistdir}/tex/latex/psnfss/omxzpple.fd %{_texmfdistdir}/tex/latex/psnfss/omxztmcm.fd %{_texmfdistdir}/tex/latex/psnfss/ot1bch.fd %{_texmfdistdir}/tex/latex/psnfss/ot1pag.fd %{_texmfdistdir}/tex/latex/psnfss/ot1pbk.fd %{_texmfdistdir}/tex/latex/psnfss/ot1pcr.fd %{_texmfdistdir}/tex/latex/psnfss/ot1phv.fd %{_texmfdistdir}/tex/latex/psnfss/ot1pnc.fd %{_texmfdistdir}/tex/latex/psnfss/ot1ppl.fd %{_texmfdistdir}/tex/latex/psnfss/ot1pplj.fd %{_texmfdistdir}/tex/latex/psnfss/ot1pplx.fd %{_texmfdistdir}/tex/latex/psnfss/ot1ptm.fd %{_texmfdistdir}/tex/latex/psnfss/ot1ptmcm.fd %{_texmfdistdir}/tex/latex/psnfss/ot1put.fd %{_texmfdistdir}/tex/latex/psnfss/ot1pzc.fd %{_texmfdistdir}/tex/latex/psnfss/ot1zplm.fd %{_texmfdistdir}/tex/latex/psnfss/ot1zpple.fd %{_texmfdistdir}/tex/latex/psnfss/ot1ztmcm.fd %{_texmfdistdir}/tex/latex/psnfss/palatino.sty %{_texmfdistdir}/tex/latex/psnfss/pifont.sty %{_texmfdistdir}/tex/latex/psnfss/t1bch.fd %{_texmfdistdir}/tex/latex/psnfss/t1pag.fd %{_texmfdistdir}/tex/latex/psnfss/t1pbk.fd %{_texmfdistdir}/tex/latex/psnfss/t1pcr.fd %{_texmfdistdir}/tex/latex/psnfss/t1phv.fd %{_texmfdistdir}/tex/latex/psnfss/t1pnc.fd %{_texmfdistdir}/tex/latex/psnfss/t1ppl.fd %{_texmfdistdir}/tex/latex/psnfss/t1pplj.fd %{_texmfdistdir}/tex/latex/psnfss/t1pplx.fd %{_texmfdistdir}/tex/latex/psnfss/t1ptm.fd %{_texmfdistdir}/tex/latex/psnfss/t1put.fd %{_texmfdistdir}/tex/latex/psnfss/t1pzc.fd %{_texmfdistdir}/tex/latex/psnfss/times.sty %{_texmfdistdir}/tex/latex/psnfss/ts1bch.fd %{_texmfdistdir}/tex/latex/psnfss/ts1pag.fd %{_texmfdistdir}/tex/latex/psnfss/ts1pbk.fd %{_texmfdistdir}/tex/latex/psnfss/ts1pcr.fd %{_texmfdistdir}/tex/latex/psnfss/ts1phv.fd %{_texmfdistdir}/tex/latex/psnfss/ts1pnc.fd %{_texmfdistdir}/tex/latex/psnfss/ts1ppl.fd %{_texmfdistdir}/tex/latex/psnfss/ts1pplj.fd %{_texmfdistdir}/tex/latex/psnfss/ts1pplx.fd %{_texmfdistdir}/tex/latex/psnfss/ts1ptm.fd %{_texmfdistdir}/tex/latex/psnfss/ts1put.fd %{_texmfdistdir}/tex/latex/psnfss/ts1pzc.fd %{_texmfdistdir}/tex/latex/psnfss/ufplm.fd %{_texmfdistdir}/tex/latex/psnfss/ufplmbb.fd %{_texmfdistdir}/tex/latex/psnfss/upsy.fd %{_texmfdistdir}/tex/latex/psnfss/upzd.fd %{_texmfdistdir}/tex/latex/psnfss/utopia.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-psnfss-%{texlive_version}.%{texlive_noarch}.9.2asvn33946-%{release}-zypper %endif %package -n texlive-pspicture Version: %{texlive_version}.%{texlive_noarch}.svn15878 Release: 0 Summary: PostScript picture support License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pspicture-doc >= %{texlive_version} Provides: tex(pspicture.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source131: pspicture.tar.xz Source132: pspicture.doc.tar.xz %description -n texlive-pspicture A replacement for LaTeX's picture macros, that uses PostScript \special commands. The package is now largely superseded by pict2e. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pspicture-doc Version: %{texlive_version}.%{texlive_noarch}.svn15878 Release: 0 Summary: Documentation for texlive-pspicture License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pspicture-doc This package includes the documentation for texlive-pspicture %post -n texlive-pspicture mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pspicture mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pspicture %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pspicture-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/pspicture/README %{_texmfdistdir}/doc/latex/pspicture/pspicture.pdf %files -n texlive-pspicture %defattr(-,root,root,755) %{_texmfdistdir}/dvips/pspicture/pspicture.ps %{_texmfdistdir}/tex/latex/pspicture/pspicture.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pspicture-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper %endif %package -n texlive-pst-2dplot Version: %{texlive_version}.%{texlive_noarch}.1.5svn15878 Release: 0 Summary: A PSTricks package for drawing 2D curves License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-2dplot-doc >= %{texlive_version} Provides: tex(pst-2dplot.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source133: pst-2dplot.tar.xz Source134: pst-2dplot.doc.tar.xz %description -n texlive-pst-2dplot Pst-2dplot is a pstricks package that offers an easy-to-use and intuitive tool for plotting 2-d curves. It defines an environment with commands similar to MATLAB for plotting. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pst-2dplot-doc Version: %{texlive_version}.%{texlive_noarch}.1.5svn15878 Release: 0 Summary: Documentation for texlive-pst-2dplot License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pst-2dplot-doc This package includes the documentation for texlive-pst-2dplot %post -n texlive-pst-2dplot mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-2dplot mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-2dplot %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-2dplot-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-2dplot/README %{_texmfdistdir}/doc/generic/pst-2dplot/data1.dat %{_texmfdistdir}/doc/generic/pst-2dplot/data2.dat %{_texmfdistdir}/doc/generic/pst-2dplot/data3.dat %{_texmfdistdir}/doc/generic/pst-2dplot/pst-2dplot-doc.pdf %{_texmfdistdir}/doc/generic/pst-2dplot/pst-2dplot-doc.tex %files -n texlive-pst-2dplot %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/pst-2dplot/pst-2dplot.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-2dplot-%{texlive_version}.%{texlive_noarch}.1.5svn15878-%{release}-zypper %endif %package -n texlive-pst-3d Version: %{texlive_version}.%{texlive_noarch}.1.10svn17257 Release: 0 Summary: A PSTricks package for tilting and other pseudo-3D tricks License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-3d-doc >= %{texlive_version} Provides: tex(pst-3d.sty) Provides: tex(pst-3d.tex) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source135: pst-3d.tar.xz Source136: pst-3d.doc.tar.xz %description -n texlive-pst-3d The package provides basic macros that use PSTricks for shadows, tilting and three dimensional representations of text or graphical objects. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pst-3d-doc Version: %{texlive_version}.%{texlive_noarch}.1.10svn17257 Release: 0 Summary: Documentation for texlive-pst-3d License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pst-3d-doc This package includes the documentation for texlive-pst-3d %post -n texlive-pst-3d mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-3d mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-3d %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-3d-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-3d/Changes %{_texmfdistdir}/doc/generic/pst-3d/README %{_texmfdistdir}/doc/generic/pst-3d/pst-3d-doc.bib %{_texmfdistdir}/doc/generic/pst-3d/pst-3d-doc.pdf %{_texmfdistdir}/doc/generic/pst-3d/pst-3d-doc.tex %files -n texlive-pst-3d %defattr(-,root,root,755) %{_texmfdistdir}/dvips/pst-3d/pst-3d.pro %{_texmfdistdir}/tex/generic/pst-3d/pst-3d.tex %{_texmfdistdir}/tex/latex/pst-3d/pst-3d.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-3d-%{texlive_version}.%{texlive_noarch}.1.10svn17257-%{release}-zypper %endif %package -n texlive-pst-3dplot Version: %{texlive_version}.%{texlive_noarch}.2.04svn43703 Release: 0 Summary: Draw 3D objects in parallel projection, using PSTricks License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-3dplot-doc >= %{texlive_version} Provides: tex(pst-3dplot.sty) Provides: tex(pst-3dplot.tex) Requires: tex(multido.sty) Requires: tex(pst-3d.sty) Requires: tex(pst-node.sty) Requires: tex(pst-plot.sty) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source137: pst-3dplot.tar.xz Source138: pst-3dplot.doc.tar.xz %description -n texlive-pst-3dplot A package using PSTricks to draw a large variety of graphs and plots, including 3D maths functions. Data can be read from external data files, making this package a generic tool for graphing within TeX/LaTeX, without the need for external tools. date: 2017-04-05 08:29:03 +0000 %package -n texlive-pst-3dplot-doc Version: %{texlive_version}.%{texlive_noarch}.2.04svn43703 Release: 0 Summary: Documentation for texlive-pst-3dplot License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pst-3dplot-doc This package includes the documentation for texlive-pst-3dplot %post -n texlive-pst-3dplot mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-3dplot mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-3dplot %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-3dplot-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-3dplot/Changes %{_texmfdistdir}/doc/generic/pst-3dplot/README %{_texmfdistdir}/doc/generic/pst-3dplot/pst-3dplot-doc.bib %{_texmfdistdir}/doc/generic/pst-3dplot/pst-3dplot-doc.dat %{_texmfdistdir}/doc/generic/pst-3dplot/pst-3dplot-doc.pdf %{_texmfdistdir}/doc/generic/pst-3dplot/pst-3dplot-doc.tex %files -n texlive-pst-3dplot %defattr(-,root,root,755) %{_texmfdistdir}/dvips/pst-3dplot/pst-3dplot.pro %{_texmfdistdir}/tex/generic/pst-3dplot/pst-3dplot.tex %{_texmfdistdir}/tex/latex/pst-3dplot/pst-3dplot.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-3dplot-%{texlive_version}.%{texlive_noarch}.2.04svn43703-%{release}-zypper %endif %package -n texlive-pst-abspos Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn15878 Release: 0 Summary: Put objects at an absolute position License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-abspos-doc >= %{texlive_version} Provides: tex(pst-abspos.sty) Provides: tex(pst-abspos.tex) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source139: pst-abspos.tar.xz Source140: pst-abspos.doc.tar.xz %description -n texlive-pst-abspos The (PSTricks-related) package provides a command \pstPutAbs(x,y) to put an object at an arbitrary absolute (or even a relative) position on the page. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pst-abspos-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn15878 Release: 0 Summary: Documentation for texlive-pst-abspos License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pst-abspos-doc This package includes the documentation for texlive-pst-abspos %post -n texlive-pst-abspos mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-abspos mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-abspos %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-abspos-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-abspos/Changes %{_texmfdistdir}/doc/generic/pst-abspos/README %{_texmfdistdir}/doc/generic/pst-abspos/pst-abspos-doc.bib %{_texmfdistdir}/doc/generic/pst-abspos/pst-abspos-doc.pdf %{_texmfdistdir}/doc/generic/pst-abspos/pst-abspos-doc.tex %files -n texlive-pst-abspos %defattr(-,root,root,755) %{_texmfdistdir}/tex/generic/pst-abspos/pst-abspos.tex %{_texmfdistdir}/tex/latex/pst-abspos/pst-abspos.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-abspos-%{texlive_version}.%{texlive_noarch}.0.0.2svn15878-%{release}-zypper %endif %package -n texlive-pst-am Version: %{texlive_version}.%{texlive_noarch}.1.02svn19591 Release: 0 Summary: Simulation of modulation and demodulation License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-am-doc >= %{texlive_version} Provides: tex(pst-am.sty) Requires: tex(multido.sty) Requires: tex(numprint.sty) Requires: tex(pst-node.sty) Requires: tex(pst-plot.sty) Requires: tex(pst-xkey.sty) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source141: pst-am.tar.xz Source142: pst-am.doc.tar.xz %description -n texlive-pst-am The package allows the simulation of the modulated and demodulated amplitude of radio waves. The user may plot curves of modulated signals, wave carrier, signal modulation, signal recovery and signal demodulation. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pst-am-doc Version: %{texlive_version}.%{texlive_noarch}.1.02svn19591 Release: 0 Summary: Documentation for texlive-pst-am License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pst-am-doc This package includes the documentation for texlive-pst-am %post -n texlive-pst-am mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-am mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-am %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-am-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-am/Changes %{_texmfdistdir}/doc/generic/pst-am/README %{_texmfdistdir}/doc/generic/pst-am/index.phtml %{_texmfdistdir}/doc/generic/pst-am/pst-am-doc.bib %{_texmfdistdir}/doc/generic/pst-am/pst-am-doc.pdf %{_texmfdistdir}/doc/generic/pst-am/pst-am-doc.tex %files -n texlive-pst-am %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/pst-am/pst-am.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-am-%{texlive_version}.%{texlive_noarch}.1.02svn19591-%{release}-zypper %endif %package -n texlive-pst-arrow Version: %{texlive_version}.%{texlive_noarch}.0.0.01svn41980 Release: 0 Summary: Special arrows for PSTricks License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-arrow-doc >= %{texlive_version} Provides: tex(pst-arrow.sty) Provides: tex(pst-arrow.tex) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source143: pst-arrow.tar.xz Source144: pst-arrow.doc.tar.xz %description -n texlive-pst-arrow This package has all the code from the package pstricks-add which was related to arrows, like multiple arrows and so on. date: 2016-09-07 03:50:59 +0000 %package -n texlive-pst-arrow-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.01svn41980 Release: 0 Summary: Documentation for texlive-pst-arrow License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pst-arrow-doc This package includes the documentation for texlive-pst-arrow %post -n texlive-pst-arrow mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-arrow mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-arrow %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-arrow-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-arrow/Changes %{_texmfdistdir}/doc/generic/pst-arrow/README %{_texmfdistdir}/doc/generic/pst-arrow/pst-arrow-doc.bib %{_texmfdistdir}/doc/generic/pst-arrow/pst-arrow-doc.pdf %{_texmfdistdir}/doc/generic/pst-arrow/pst-arrow-doc.tex %files -n texlive-pst-arrow %defattr(-,root,root,755) %{_texmfdistdir}/tex/generic/pst-arrow/pst-arrow.tex %{_texmfdistdir}/tex/latex/pst-arrow/pst-arrow.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-arrow-%{texlive_version}.%{texlive_noarch}.0.0.01svn41980-%{release}-zypper %endif %package -n texlive-pst-asr Version: %{texlive_version}.%{texlive_noarch}.1.3svn22138 Release: 0 Summary: Typeset autosegmental representations for linguists License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-asr-doc >= %{texlive_version} Provides: tex(pst-asr.sty) Provides: tex(pst-asr.tex) Requires: tex(pst-xkey.sty) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source145: pst-asr.tar.xz Source146: pst-asr.doc.tar.xz %description -n texlive-pst-asr The package allows the user to typeset autosegmental representations. It uses the PStricks, and xkeyval packages. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pst-asr-doc Version: %{texlive_version}.%{texlive_noarch}.1.3svn22138 Release: 0 Summary: Documentation for texlive-pst-asr License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pst-asr-doc This package includes the documentation for texlive-pst-asr %post -n texlive-pst-asr mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-asr mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-asr %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-asr-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-asr/README %{_texmfdistdir}/doc/generic/pst-asr/pst-asr-doc-source.zip %{_texmfdistdir}/doc/generic/pst-asr/pst-asr-doc.pdf %{_texmfdistdir}/doc/generic/pst-asr/pst-asr-examples.pdf %{_texmfdistdir}/doc/generic/pst-asr/pst-asr-examples.tex %files -n texlive-pst-asr %defattr(-,root,root,755) %{_texmfdistdir}/tex/generic/pst-asr/pst-asr.tex %{_texmfdistdir}/tex/latex/pst-asr/pst-asr.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-asr-%{texlive_version}.%{texlive_noarch}.1.3svn22138-%{release}-zypper %endif %package -n texlive-pst-bar Version: %{texlive_version}.%{texlive_noarch}.0.0.92svn18734 Release: 0 Summary: Produces bar charts using PSTricks License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-bar-doc >= %{texlive_version} Provides: tex(pst-bar.sty) Provides: tex(pst-bar.tex) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source147: pst-bar.tar.xz Source148: pst-bar.doc.tar.xz %description -n texlive-pst-bar The package uses pstricks to draw bar charts from data stored in a comma-delimited file. Several types of bar charts may be drawn, and the drawing parameters are highly customizable. No external packages are required except those that are part of the standard PSTricks distribution. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pst-bar-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.92svn18734 Release: 0 Summary: Documentation for texlive-pst-bar License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Provides: locale(texlive-pst-bar-doc:en;de) %description -n texlive-pst-bar-doc This package includes the documentation for texlive-pst-bar %post -n texlive-pst-bar mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-bar mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-bar %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-bar-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-bar/README %{_texmfdistdir}/doc/generic/pst-bar/pst-bar-doc.bib %{_texmfdistdir}/doc/generic/pst-bar/pst-bar-doc.pdf %{_texmfdistdir}/doc/generic/pst-bar/pst-bar-doc.tex %{_texmfdistdir}/doc/generic/pst-bar/pst-bar-docDE.pdf %{_texmfdistdir}/doc/generic/pst-bar/pst-bar-docDE.tex %files -n texlive-pst-bar %defattr(-,root,root,755) %{_texmfdistdir}/dvips/pst-bar/pst-bar.pro %{_texmfdistdir}/tex/generic/pst-bar/pst-bar.tex %{_texmfdistdir}/tex/latex/pst-bar/pst-bar.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-bar-%{texlive_version}.%{texlive_noarch}.0.0.92svn18734-%{release}-zypper %endif %package -n texlive-pst-barcode Version: %{texlive_version}.%{texlive_noarch}.0.0.16asvn43996 Release: 0 Summary: Print barcodes using PostScript License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-barcode-doc >= %{texlive_version} Provides: tex(pst-barcode.sty) Provides: tex(pst-barcode.tex) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source149: pst-barcode.tar.xz Source150: pst-barcode.doc.tar.xz %description -n texlive-pst-barcode The pst-barcode package allows printing of barcodes, in a huge variety of formats, including quick-response (qr) codes (see documentation for details). As a PSTricks package, the package requires pstricks. The package uses PostScript for calculating the bars. For PDF output use a multi-pass mechansism such as pst-pdf. date: 2017-04-19 11:51:13 +0000 %package -n texlive-pst-barcode-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.16asvn43996 Release: 0 Summary: Documentation for texlive-pst-barcode License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pst-barcode-doc This package includes the documentation for texlive-pst-barcode %post -n texlive-pst-barcode mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-barcode mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-barcode %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-barcode-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-barcode/Changes %{_texmfdistdir}/doc/generic/pst-barcode/README.md %{_texmfdistdir}/doc/generic/pst-barcode/images/auspost-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/auspost-2.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/aztec-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/aztec-2.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/aztec-3.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/aztec-4.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/aztec-5.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/aztec-6.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/barcode.jpg %{_texmfdistdir}/doc/generic/pst-barcode/images/bc412-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/bc412-2.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/bc412-3.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/channelcode-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/channelcode-2.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/channelcode-3.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/channelcode-4.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/codabar-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/codablockf-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/codablockf-2.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/codablockf-3.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/code11-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/code128-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/code16k-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/code16k-2.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/code16k-3.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/code25-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/code25-2.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/code32-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/code39-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/code39-2.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/code39-3.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/code39ext-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/code39ext-2.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/code49-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/code49-2.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/code49-3.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/code93-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/code93-2.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/code93ext-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/code93ext-2.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/codeone-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/codeone-2.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/codeone-3.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/codeone-4.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/daft-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/databarexpanded-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/databarexpandedcomposite-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/databarexpandedstacked-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/databarexpandedstackedcomposite-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/databarlimited-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/databarlimitedcomposite-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/databaromni-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/databaromnicomposite-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/databarstacked-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/databarstackedcomposite-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/databarstackedomni-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/databarstackedomnicomposite-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/databartruncated-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/databartruncatedcomposite-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/datamatrix-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/datamatrix-2.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/datamatrix-3.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/ean128-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/ean128-2.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/ean128composite-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/ean128composite-2.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/ean13-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/ean13-2.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/ean13composite-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/ean14-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/ean2-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/ean5-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/ean8-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/ean8-2.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/ean8composite-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/fima-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/fimb-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/fimc-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/fimd-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/flattermarken-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/gs1composite-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/gs1composite-2.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/gs1composite-3.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/gs1datamatrix-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/gs1qrcode-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/gs1qrcode-2.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/hanxin-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/hibccodablockf-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/hibccode128-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/hibccode39-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/hibcdatamatrix-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/hibcmicropdf417-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/hibcpdf417-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/hibcqrcode-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/identcode-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/isbn-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/isbn-2.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/isbn-3.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/isbn-4.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/ismn-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/ismn-2.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/ismn-3.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/issn-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/issn-2.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/itf-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/itf-14-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/itf-2.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/japanpost-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/kix-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/leitcode-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/maxicode-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/maxicode-2.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/maxicode-3.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/maxicode-4.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/micropdf417-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/micropdf417-2.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/msi-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/msi-2.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/msi-3.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/onecode-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/optborder.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/optcolorcmyk.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/optcolorrgb.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/optguardpos.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/optguardsize.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/optheight.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/optincludecheck.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/optincludecheckintext.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/optincludetext.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/optinkspread.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/optparse.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/optparsefnc.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/optraw.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/opttextfont.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/optwidth.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/pdf417-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/pdf417-2.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/pdf417-3.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/pdf417-4.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/pdf417-5.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/pharmacode-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/pharmacode2-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/planet-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/plessey-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/plessey-2.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/plessey-3.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/posicode-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/posicode-2.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/posicode-3.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/posicode-4.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/posicode-5.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/posicode-6.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/postnet-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/pzn-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/pzn-2.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/qrcode-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/qrcode-2.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/qrcode-5.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/raw-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/resize1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/resize2.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/resize3.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/rm4scc-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/sscc18-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/telepen-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/telepen-2.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/telepen-3.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/telepen-4.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/telepen-5.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/upca-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/upca-2.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/upcacomposite-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/upce-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/upce-2.eps %{_texmfdistdir}/doc/generic/pst-barcode/images/upcecomposite-1.eps %{_texmfdistdir}/doc/generic/pst-barcode/pst-barcode-doc.bib %{_texmfdistdir}/doc/generic/pst-barcode/pst-barcode-doc.ltx %{_texmfdistdir}/doc/generic/pst-barcode/pst-barcode-doc.pdf %{_texmfdistdir}/doc/generic/pst-barcode/pst-barcode-doc.tex %files -n texlive-pst-barcode %defattr(-,root,root,755) %{_texmfdistdir}/dvips/pst-barcode/pst-barcode.pro %{_texmfdistdir}/tex/generic/pst-barcode/pst-barcode.tex %{_texmfdistdir}/tex/latex/pst-barcode/pst-barcode.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-barcode-%{texlive_version}.%{texlive_noarch}.0.0.16asvn43996-%{release}-zypper %endif %package -n texlive-pst-bezier Version: %{texlive_version}.%{texlive_noarch}.0.0.03svn41981 Release: 0 Summary: Draw Bezier curves License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-bezier-doc >= %{texlive_version} Provides: tex(pst-bezier.sty) Provides: tex(pst-bezier.tex) Requires: tex(expl3.sty) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source151: pst-bezier.tar.xz Source152: pst-bezier.doc.tar.xz %description -n texlive-pst-bezier The package provides a macro \psbcurve for drawing a Bezier curve. Provision is made for full control of over all the control points of the curve. date: 2016-09-03 12:36:12 +0000 %package -n texlive-pst-bezier-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.03svn41981 Release: 0 Summary: Documentation for texlive-pst-bezier License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pst-bezier-doc This package includes the documentation for texlive-pst-bezier %post -n texlive-pst-bezier mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-bezier mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-bezier %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-bezier-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-bezier/Changes %{_texmfdistdir}/doc/generic/pst-bezier/README.md %{_texmfdistdir}/doc/generic/pst-bezier/pst-bezier-doc.bib %{_texmfdistdir}/doc/generic/pst-bezier/pst-bezier-doc.pdf %{_texmfdistdir}/doc/generic/pst-bezier/pst-bezier-doc.tex %files -n texlive-pst-bezier %defattr(-,root,root,755) %{_texmfdistdir}/dvips/pst-bezier/pst-bezier.pro %{_texmfdistdir}/tex/generic/pst-bezier/pst-bezier.tex %{_texmfdistdir}/tex/latex/pst-bezier/pst-bezier.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-bezier-%{texlive_version}.%{texlive_noarch}.0.0.03svn41981-%{release}-zypper %endif %package -n texlive-pst-blur Version: %{texlive_version}.%{texlive_noarch}.2.0svn15878 Release: 0 Summary: PSTricks package for "blurred" shadows License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-blur-doc >= %{texlive_version} Provides: tex(pst-blur.sty) Provides: tex(pst-blur.tex) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source153: pst-blur.tar.xz Source154: pst-blur.doc.tar.xz %description -n texlive-pst-blur Pst-blur is a package built for use with PSTricks. It provides macros that apply blurring to the normal shadow function of PSTricks. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pst-blur-doc Version: %{texlive_version}.%{texlive_noarch}.2.0svn15878 Release: 0 Summary: Documentation for texlive-pst-blur License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pst-blur-doc This package includes the documentation for texlive-pst-blur %post -n texlive-pst-blur mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-blur mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-blur %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-blur-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-blur/Changes %{_texmfdistdir}/doc/generic/pst-blur/README %{_texmfdistdir}/doc/generic/pst-blur/pst-blur.pdf %files -n texlive-pst-blur %defattr(-,root,root,755) %{_texmfdistdir}/dvips/pst-blur/pst-blur.pro %{_texmfdistdir}/tex/generic/pst-blur/pst-blur.tex %{_texmfdistdir}/tex/latex/pst-blur/pst-blur.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-blur-%{texlive_version}.%{texlive_noarch}.2.0svn15878-%{release}-zypper %endif %package -n texlive-pst-bspline Version: %{texlive_version}.%{texlive_noarch}.1.62svn40685 Release: 0 Summary: Draw cubic Bspline curves and interpolations License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-bspline-doc >= %{texlive_version} Provides: tex(pst-bspline.sty) Provides: tex(pst-bspline.tex) Requires: tex(multido.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source155: pst-bspline.tar.xz Source156: pst-bspline.doc.tar.xz %description -n texlive-pst-bspline The package draws uniform, cubic B-spline curves, open and closed, based on a sequence of B-spline control points. There is also code which permits drawing the open or closed cubic Bspline curve interpolating a sequence of points. Graphical output is created using PStricks. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pst-bspline-doc Version: %{texlive_version}.%{texlive_noarch}.1.62svn40685 Release: 0 Summary: Documentation for texlive-pst-bspline License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pst-bspline-doc This package includes the documentation for texlive-pst-bspline %post -n texlive-pst-bspline mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-bspline mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-bspline %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-bspline-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-bspline/README %{_texmfdistdir}/doc/generic/pst-bspline/pst-bspline-doc.pdf %{_texmfdistdir}/doc/generic/pst-bspline/pst-bspline-doc.tex %files -n texlive-pst-bspline %defattr(-,root,root,755) %{_texmfdistdir}/dvips/pst-bspline/pst-bspline.pro %{_texmfdistdir}/tex/generic/pst-bspline/pst-bspline.tex %{_texmfdistdir}/tex/latex/pst-bspline/pst-bspline.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-bspline-%{texlive_version}.%{texlive_noarch}.1.62svn40685-%{release}-zypper %endif %package -n texlive-pst-calendar Version: %{texlive_version}.%{texlive_noarch}.0.0.47svn15878 Release: 0 Summary: Plot calendars in "fancy" ways License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-calendar-doc >= %{texlive_version} Provides: tex(pst-calendar.sty) Requires: tex(fp.sty) Requires: tex(multido.sty) Requires: tex(pst-3d.sty) Requires: tex(pst-xkey.sty) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source157: pst-calendar.tar.xz Source158: pst-calendar.doc.tar.xz %description -n texlive-pst-calendar The package uses pstricks and pst-3d to draw tabular calendars, or calendars on dodecahedra with a month to each face (the package also requires the multido and pst-xkey packages). The package works for years 2000-2099, and has options for calendars in French German and English, but the documentation is not available in English. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pst-calendar-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.47svn15878 Release: 0 Summary: Documentation for texlive-pst-calendar License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Provides: locale(texlive-pst-calendar-doc:de;fr) %description -n texlive-pst-calendar-doc This package includes the documentation for texlive-pst-calendar %post -n texlive-pst-calendar mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-calendar mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-calendar %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-calendar-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/pst-calendar/Changes %{_texmfdistdir}/doc/latex/pst-calendar/README %{_texmfdistdir}/doc/latex/pst-calendar/pst-calendar-docDE.ltx %{_texmfdistdir}/doc/latex/pst-calendar/pst-calendar-docDE.pdf %{_texmfdistdir}/doc/latex/pst-calendar/pst-calendar-docDE.tex %{_texmfdistdir}/doc/latex/pst-calendar/pst-calendar-docFR.pdf %{_texmfdistdir}/doc/latex/pst-calendar/pst-calendar-docFR.tex %files -n texlive-pst-calendar %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/pst-calendar/pst-calendar.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-calendar-%{texlive_version}.%{texlive_noarch}.0.0.47svn15878-%{release}-zypper %endif %package -n texlive-pst-cie Version: %{texlive_version}.%{texlive_noarch}.1.05svn41223 Release: 0 Summary: CIE color space License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-cie-doc >= %{texlive_version} Provides: tex(pst-cie.sty) Provides: tex(pst-cie.tex) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source159: pst-cie.tar.xz Source160: pst-cie.doc.tar.xz %description -n texlive-pst-cie pst-cie is a PSTricks related package to show the different CIE color spaces: Adobe, CIE, ColorMatch, NTSC, Pal-Secam, ProPhoto, SMPTE, and sRGB. date: 2016-11-16 06:59:52 +0000 %package -n texlive-pst-cie-doc Version: %{texlive_version}.%{texlive_noarch}.1.05svn41223 Release: 0 Summary: Documentation for texlive-pst-cie License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pst-cie-doc This package includes the documentation for texlive-pst-cie %post -n texlive-pst-cie mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-cie mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-cie %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-cie-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-cie/Changes %{_texmfdistdir}/doc/generic/pst-cie/README.md %{_texmfdistdir}/doc/generic/pst-cie/pst-cie-doc.bib %{_texmfdistdir}/doc/generic/pst-cie/pst-cie-doc.pdf %{_texmfdistdir}/doc/generic/pst-cie/pst-cie-doc.tex %files -n texlive-pst-cie %defattr(-,root,root,755) %{_texmfdistdir}/dvips/pst-cie/pst-cie-data.pro %{_texmfdistdir}/dvips/pst-cie/pst-cie.pro %{_texmfdistdir}/tex/generic/pst-cie/pst-cie.tex %{_texmfdistdir}/tex/latex/pst-cie/pst-cie.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-cie-%{texlive_version}.%{texlive_noarch}.1.05svn41223-%{release}-zypper %endif %package -n texlive-pst-circ Version: %{texlive_version}.%{texlive_noarch}.2.14svn41901 Release: 0 Summary: PSTricks package for drawing electric circuits License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-circ-doc >= %{texlive_version} Provides: tex(pst-circ.sty) Provides: tex(pst-circ.tex) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source161: pst-circ.tar.xz Source162: pst-circ.doc.tar.xz %description -n texlive-pst-circ The package is built using PSTricks and in particular pst-node. It can easily draw current 2-terminal devices and some 3- and 4- terminal devices used in electronic or electric theory. The package's macros are designed with a view to 'logical' representation of circuits, as far as possible, so as to relieve the user of purely graphical considerations when expressing a circuit. date: 2016-08-21 17:53:03 +0000 %package -n texlive-pst-circ-doc Version: %{texlive_version}.%{texlive_noarch}.2.14svn41901 Release: 0 Summary: Documentation for texlive-pst-circ License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pst-circ-doc This package includes the documentation for texlive-pst-circ %post -n texlive-pst-circ mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-circ mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-circ %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-circ-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-circ/Changes %{_texmfdistdir}/doc/generic/pst-circ/README %{_texmfdistdir}/doc/generic/pst-circ/pst-circ-doc.bib %{_texmfdistdir}/doc/generic/pst-circ/pst-circ-doc.pdf %{_texmfdistdir}/doc/generic/pst-circ/pst-circ-doc.tex %files -n texlive-pst-circ %defattr(-,root,root,755) %{_texmfdistdir}/dvips/pst-circ/pst-circ.pro %{_texmfdistdir}/tex/generic/pst-circ/pst-circ.tex %{_texmfdistdir}/tex/latex/pst-circ/pst-circ.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-circ-%{texlive_version}.%{texlive_noarch}.2.14svn41901-%{release}-zypper %endif %package -n texlive-pst-coil Version: %{texlive_version}.%{texlive_noarch}.1.07svn37377 Release: 0 Summary: A PSTricks package for coils, etcetera License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-coil-doc >= %{texlive_version} Provides: tex(pst-coil.sty) Provides: tex(pst-coil.tex) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source163: pst-coil.tar.xz Source164: pst-coil.doc.tar.xz %description -n texlive-pst-coil Pst-coil is a PSTricks based package for coils and zigzags and for coil and zigzag node connections. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pst-coil-doc Version: %{texlive_version}.%{texlive_noarch}.1.07svn37377 Release: 0 Summary: Documentation for texlive-pst-coil License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pst-coil-doc This package includes the documentation for texlive-pst-coil %post -n texlive-pst-coil mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-coil mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-coil %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-coil-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-coil/Changes %{_texmfdistdir}/doc/generic/pst-coil/README %{_texmfdistdir}/doc/generic/pst-coil/pst-coil-doc.bib %{_texmfdistdir}/doc/generic/pst-coil/pst-coil-doc.pdf %{_texmfdistdir}/doc/generic/pst-coil/pst-coil-doc.tex %files -n texlive-pst-coil %defattr(-,root,root,755) %{_texmfdistdir}/dvips/pst-coil/pst-coil.pro %{_texmfdistdir}/tex/generic/pst-coil/pst-coil.tex %{_texmfdistdir}/tex/latex/pst-coil/pst-coil.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-coil-%{texlive_version}.%{texlive_noarch}.1.07svn37377-%{release}-zypper %endif %package -n texlive-pst-cox Version: %{texlive_version}.%{texlive_noarch}.0.0.98_betasvn15878 Release: 0 Summary: Drawing regular complex polytopes with PSTricks License: LGPL-2.1+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-cox-doc >= %{texlive_version} Provides: tex(pst-coxcoor.sty) Provides: tex(pst-coxcoor.tex) Provides: tex(pst-coxeterp.sty) Provides: tex(pst-coxeterp.tex) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source165: pst-cox.tar.xz Source166: pst-cox.doc.tar.xz %description -n texlive-pst-cox Pst-cox is a PSTricks package for drawing 2-dimensional projections of complex regular polytopes (after the work of Coxeter). The package consists of a macro library for drawing the projections. The complex polytopes appear in the study of the root systems and play a crucial role in many domains related to mathematics and physics. These polytopes have been completely described by Coxeter in his book "Regular Complex Polytopes". There exist only a finite numbers of exceptional regular complex polytopes (for example the icosahedron) and some infinite series (for example, one can construct a multi- dimensional analogue of the hypercube in any finite dimension). The library contains two packages. The first, pst-coxcoor, is devoted to the exceptional complex regular polytopes whose coordinates have been pre-computed. The second, pst-coxeterp, is devoted to the infinite series. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pst-cox-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.98_betasvn15878 Release: 0 Summary: Documentation for texlive-pst-cox License: LGPL-2.1+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Provides: locale(texlive-pst-cox-doc:en) %description -n texlive-pst-cox-doc This package includes the documentation for texlive-pst-cox %post -n texlive-pst-cox mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-cox mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-cox %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-cox-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-cox/README %{_texmfdistdir}/doc/generic/pst-cox/gpl.txt %{_texmfdistdir}/doc/generic/pst-cox/lgpl.txt %{_texmfdistdir}/doc/generic/pst-cox/pst-coxcoor/Gallery.tex %{_texmfdistdir}/doc/generic/pst-cox/pst-coxcoor/pst-coxcoor_doc.pdf %{_texmfdistdir}/doc/generic/pst-cox/pst-coxcoor/pst-coxcoor_doc.tex %{_texmfdistdir}/doc/generic/pst-cox/pst-coxeterp/Gallery.tex %{_texmfdistdir}/doc/generic/pst-cox/pst-coxeterp/pst-coxeterp_doc.pdf %{_texmfdistdir}/doc/generic/pst-cox/pst-coxeterp/pst-coxeterp_doc.tex %files -n texlive-pst-cox %defattr(-,root,root,755) %{_texmfdistdir}/dvips/pst-cox/pst-coxeter.pro %{_texmfdistdir}/tex/generic/pst-cox/pst-coxcoor.tex %{_texmfdistdir}/tex/generic/pst-cox/pst-coxeterp.tex %{_texmfdistdir}/tex/latex/pst-cox/pst-coxcoor.sty %{_texmfdistdir}/tex/latex/pst-cox/pst-coxeterp.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-cox-%{texlive_version}.%{texlive_noarch}.0.0.98_betasvn15878-%{release}-zypper %endif %package -n texlive-pst-dbicons Version: %{texlive_version}.%{texlive_noarch}.0.0.16svn17556 Release: 0 Summary: Support for drawing ER diagrams License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-dbicons-doc >= %{texlive_version} Provides: tex(pst-dbicons.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source167: pst-dbicons.tar.xz Source168: pst-dbicons.doc.tar.xz %description -n texlive-pst-dbicons The package provides some useful macros in the database area. The package focusses on typesetting ER-Diagrams in a declarative style, i.e., by positioning some nodes and defining the position of all other nodes relative to them by using the standard database terminology. The PSTricks package is required for using pst-dbicons, but no deep knowledge of PSTricks commands is required (although such knowledge is useful for exploiting the full functionality of the package). date: 2016-06-24 17:18:15 +0000 %package -n texlive-pst-dbicons-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.16svn17556 Release: 0 Summary: Documentation for texlive-pst-dbicons License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pst-dbicons-doc This package includes the documentation for texlive-pst-dbicons %post -n texlive-pst-dbicons mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-dbicons mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-dbicons %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-dbicons-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-dbicons/README %{_texmfdistdir}/doc/generic/pst-dbicons/mondial-ER.tex %{_texmfdistdir}/doc/generic/pst-dbicons/pst-dbicons.pdf %files -n texlive-pst-dbicons %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/pst-dbicons/pst-dbicons.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-dbicons-%{texlive_version}.%{texlive_noarch}.0.0.16svn17556-%{release}-zypper %endif %package -n texlive-pst-diffraction Version: %{texlive_version}.%{texlive_noarch}.2.03svn15878 Release: 0 Summary: Print diffraction patterns from various apertures License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-diffraction-doc >= %{texlive_version} Provides: tex(pst-diffraction.sty) Provides: tex(pst-diffraction.tex) Requires: tex(pst-3dplot.sty) Requires: tex(pst-xkey.sty) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source169: pst-diffraction.tar.xz Source170: pst-diffraction.doc.tar.xz %description -n texlive-pst-diffraction The package enables the user to draw (using PSTricks) the diffraction patterns for different geometric forms of apertures for monochromatic light (using PSTricks). The aperture stops can have rectangular, circular or triangular openings. The view of the diffraction may be planar, or three-dimensional. Options available are the dimensions of the aperture under consideration and of the particular optical setting, e.g. the radius in case of an circular opening. Moreover one can choose the wavelength of the light (the associated color will be calculated by the package). date: 2016-06-24 17:18:15 +0000 %package -n texlive-pst-diffraction-doc Version: %{texlive_version}.%{texlive_noarch}.2.03svn15878 Release: 0 Summary: Documentation for texlive-pst-diffraction License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Provides: locale(texlive-pst-diffraction-doc:de;en;fr) %description -n texlive-pst-diffraction-doc This package includes the documentation for texlive-pst-diffraction %post -n texlive-pst-diffraction mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-diffraction mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-diffraction %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-diffraction-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-diffraction/Changes %{_texmfdistdir}/doc/generic/pst-diffraction/README %{_texmfdistdir}/doc/generic/pst-diffraction/pst-diffraction-doc.bib %{_texmfdistdir}/doc/generic/pst-diffraction/pst-diffraction-docDE.pdf %{_texmfdistdir}/doc/generic/pst-diffraction/pst-diffraction-docDE.tex %{_texmfdistdir}/doc/generic/pst-diffraction/pst-diffraction-docE.pdf %{_texmfdistdir}/doc/generic/pst-diffraction/pst-diffraction-docE.tex %{_texmfdistdir}/doc/generic/pst-diffraction/pst-diffraction-docFR.pdf %{_texmfdistdir}/doc/generic/pst-diffraction/pst-diffraction-docFR.tex %files -n texlive-pst-diffraction %defattr(-,root,root,755) %{_texmfdistdir}/tex/generic/pst-diffraction/pst-diffraction.tex %{_texmfdistdir}/tex/latex/pst-diffraction/pst-diffraction.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-diffraction-%{texlive_version}.%{texlive_noarch}.2.03svn15878-%{release}-zypper %endif %package -n texlive-pst-electricfield Version: %{texlive_version}.%{texlive_noarch}.0.0.14svn29803 Release: 0 Summary: Draw electric field and equipotential lines with PSTricks License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-electricfield-doc >= %{texlive_version} Provides: tex(pst-electricfield.sty) Provides: tex(pst-electricfield.tex) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source171: pst-electricfield.tar.xz Source172: pst-electricfield.doc.tar.xz %description -n texlive-pst-electricfield The package provides macros to plot electric field and equipotential lines using PStricks. There may be any number of charges which can be placed in a cartesian coordinate system by (x,y) values. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pst-electricfield-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.14svn29803 Release: 0 Summary: Documentation for texlive-pst-electricfield License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Provides: locale(texlive-pst-electricfield-doc:de;en;fr) %description -n texlive-pst-electricfield-doc This package includes the documentation for texlive-pst-electricfield %post -n texlive-pst-electricfield mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-electricfield mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-electricfield %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-electricfield-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-electricfield/Changes %{_texmfdistdir}/doc/generic/pst-electricfield/README %{_texmfdistdir}/doc/generic/pst-electricfield/pst-electricfield-doc.bib %{_texmfdistdir}/doc/generic/pst-electricfield/pst-electricfield-docDE.pdf %{_texmfdistdir}/doc/generic/pst-electricfield/pst-electricfield-docDE.tex %{_texmfdistdir}/doc/generic/pst-electricfield/pst-electricfield-docEN.pdf %{_texmfdistdir}/doc/generic/pst-electricfield/pst-electricfield-docEN.tex %{_texmfdistdir}/doc/generic/pst-electricfield/pst-electricfield-docFR.pdf %{_texmfdistdir}/doc/generic/pst-electricfield/pst-electricfield-docFR.tex %files -n texlive-pst-electricfield %defattr(-,root,root,755) %{_texmfdistdir}/dvips/pst-electricfield/pst-electricfield.pro %{_texmfdistdir}/tex/generic/pst-electricfield/pst-electricfield.tex %{_texmfdistdir}/tex/latex/pst-electricfield/pst-electricfield.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-electricfield-%{texlive_version}.%{texlive_noarch}.0.0.14svn29803-%{release}-zypper %endif %package -n texlive-pst-eps Version: %{texlive_version}.%{texlive_noarch}.1.0svn15878 Release: 0 Summary: Create EPS files from PSTricks figures License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-eps-doc >= %{texlive_version} Provides: tex(pst-eps.sty) Provides: tex(pst-eps.tex) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source173: pst-eps.tar.xz Source174: pst-eps.doc.tar.xz %description -n texlive-pst-eps Pst-eps is a PSTricks-based package for exporting PSTricks images 'on the fly' to encapsulated PostScript (EPS) image files, which can then be read into a document in the usual way. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pst-eps-doc Version: %{texlive_version}.%{texlive_noarch}.1.0svn15878 Release: 0 Summary: Documentation for texlive-pst-eps License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pst-eps-doc This package includes the documentation for texlive-pst-eps %post -n texlive-pst-eps mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-eps mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-eps %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-eps-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-eps/Changes %{_texmfdistdir}/doc/generic/pst-eps/README %{_texmfdistdir}/doc/generic/pst-eps/pst-eps-doc.bib %{_texmfdistdir}/doc/generic/pst-eps/pst-eps-doc.pdf %{_texmfdistdir}/doc/generic/pst-eps/pst-eps-doc.tex %{_texmfdistdir}/doc/generic/pst-eps/spirale.eps %files -n texlive-pst-eps %defattr(-,root,root,755) %{_texmfdistdir}/tex/generic/pst-eps/pst-eps.tex %{_texmfdistdir}/tex/latex/pst-eps/pst-eps.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-eps-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{release}-zypper %endif %package -n texlive-pst-eucl Version: %{texlive_version}.%{texlive_noarch}.1.56svn43911 Release: 0 Summary: Euclidian geometry with PSTricks License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-eucl-doc >= %{texlive_version} Provides: tex(pst-eucl.sty) Provides: tex(pst-eucl.tex) Requires: tex(pst-node.sty) Requires: tex(pst-tools.sty) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source175: pst-eucl.tar.xz Source176: pst-eucl.doc.tar.xz %description -n texlive-pst-eucl The package allows the drawing of Euclidean geometric figures using TeX pstricks macros for specifying mathematical constraints. It is thus possible to build point using common transformations or intersections. The use of coordinates is limited to points which controlled the figure. date: 2017-04-18 19:26:16 +0000 %package -n texlive-pst-eucl-doc Version: %{texlive_version}.%{texlive_noarch}.1.56svn43911 Release: 0 Summary: Documentation for texlive-pst-eucl License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Provides: locale(texlive-pst-eucl-doc:en) %description -n texlive-pst-eucl-doc This package includes the documentation for texlive-pst-eucl %post -n texlive-pst-eucl mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-eucl mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-eucl %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-eucl-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-eucl/Changes %{_texmfdistdir}/doc/generic/pst-eucl/README %{_texmfdistdir}/doc/generic/pst-eucl/pst-eucl-doc.bib %{_texmfdistdir}/doc/generic/pst-eucl/pst-eucl-doc.pdf %{_texmfdistdir}/doc/generic/pst-eucl/pst-eucl-doc.tex %files -n texlive-pst-eucl %defattr(-,root,root,755) %{_texmfdistdir}/dvips/pst-eucl/pst-eucl.pro %{_texmfdistdir}/tex/generic/pst-eucl/pst-eucl.tex %{_texmfdistdir}/tex/latex/pst-eucl/pst-eucl.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-eucl-%{texlive_version}.%{texlive_noarch}.1.56svn43911-%{release}-zypper %endif %package -n texlive-pst-eucl-translation-bg Version: %{texlive_version}.%{texlive_noarch}.1.3.2svn19296 Release: 0 Summary: Bulgarian translation of the pst-eucl documentation License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source177: pst-eucl-translation-bg.doc.tar.xz %description -n texlive-pst-eucl-translation-bg The pst-eucl package documentation in Bulgarian language - Euclidean Geometry with PSTricks. date: 2016-06-24 17:18:15 +0000 %post -n texlive-pst-eucl-translation-bg mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-eucl-translation-bg mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-eucl-translation-bg %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-eucl-translation-bg %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/abscur.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/abscur_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/angle.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/angle_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/arc.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/arc_in.log %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/arc_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/astro.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/astro_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/bissec.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/bissec_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/ccirc.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/ccirc_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/cercle.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/cercle_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/cinscex.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/cinscex_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/curvetype.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/curvetype_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/cyclo.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/cyclo_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/delto.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/droite.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/droite_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/envcardi.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/envcardi_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/envellipse.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/envellipse_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/euler.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/euler_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/fracthom.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/fracthom_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/gal_biss.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/gal_biss_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/gauss.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/gauss_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/gencur.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/gencur_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/geohyper.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/geohyper_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/geonode.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/geonode_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/german_ra.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/german_ra_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/grav.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/grav_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/homothetie.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/homothetie_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/hyperbole.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/hyperbole_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/hypocyclo.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/interCC.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/interCC_bis_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/interCC_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/interDC.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/interDC_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/interDD.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/interDD_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/interFC.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/interFC_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/interFF.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/interFF_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/interFL.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/interFL_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/mediator.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/mediator_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/milieu.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/milieu_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/oij.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/oij_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/orthocentre.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/orthocentre_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/orthoethyper.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/orthoethyper_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/parabole.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/parabole_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/projection.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/projection_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/ptfermat.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/ptfermat_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/remarq.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/remarq_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/rotation.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/rotation_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/segmentmark.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/segmentmark_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/symcentrale.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/symcentrale_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/symorthogonale.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/symorthogonale_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/tg1c.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/tg1c_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/tg2c.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/tg2c_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/translation.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/translation_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/triangle.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/triangle_in.tex %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/README %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/README-bulgarian.txt %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/euclide_bg.sty %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/euclide_macros.ist %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/pst-eucl-docBG.cb %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/pst-eucl-docBG.pdf %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/pst-eucl-docBG.tex %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-eucl-translation-bg-%{texlive_version}.%{texlive_noarch}.1.3.2svn19296-%{release}-zypper %endif %package -n texlive-pst-exa Version: %{texlive_version}.%{texlive_noarch}.0.0.05svn35248 Release: 0 Summary: Typeset PSTricks examples, with code License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-exa-doc >= %{texlive_version} Provides: tex(pst-exa.sty) Requires: tex(accsupp.sty) Requires: tex(changepage.sty) Requires: tex(etoolbox.sty) Requires: tex(showexpl.sty) Requires: tex(tcolorbox.sty) Requires: tex(xcolor.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source178: pst-exa.tar.xz Source179: pst-exa.doc.tar.xz %description -n texlive-pst-exa The (PSTricks-related) package provides an environment PSTexample to put code and output side by side or one above the other. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pst-exa-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.05svn35248 Release: 0 Summary: Documentation for texlive-pst-exa License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pst-exa-doc This package includes the documentation for texlive-pst-exa %post -n texlive-pst-exa mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-exa mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-exa %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-exa-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/pst-exa/Changes %{_texmfdistdir}/doc/latex/pst-exa/README %{_texmfdistdir}/doc/latex/pst-exa/pst-exa-doc.bib %{_texmfdistdir}/doc/latex/pst-exa/pst-exa-doc.pdf %{_texmfdistdir}/doc/latex/pst-exa/pst-exa-doc.tex %files -n texlive-pst-exa %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/pst-exa/pst-exa.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-exa-%{texlive_version}.%{texlive_noarch}.0.0.05svn35248-%{release}-zypper %endif %package -n texlive-pst-fill Version: %{texlive_version}.%{texlive_noarch}.1.01svn15878 Release: 0 Summary: Fill or tile areas with PSTricks License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-fill-doc >= %{texlive_version} Provides: tex(pst-fill.sty) Provides: tex(pst-fill.tex) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source180: pst-fill.tar.xz Source181: pst-fill.doc.tar.xz %description -n texlive-pst-fill Pst-fill is a PSTricks-based package for filling and tiling areas or characters. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pst-fill-doc Version: %{texlive_version}.%{texlive_noarch}.1.01svn15878 Release: 0 Summary: Documentation for texlive-pst-fill License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pst-fill-doc This package includes the documentation for texlive-pst-fill %post -n texlive-pst-fill mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-fill mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-fill %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-fill-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-fill/Changes %{_texmfdistdir}/doc/generic/pst-fill/README %{_texmfdistdir}/doc/generic/pst-fill/pst-fill.pdf %files -n texlive-pst-fill %defattr(-,root,root,755) %{_texmfdistdir}/tex/generic/pst-fill/pst-fill.tex %{_texmfdistdir}/tex/latex/pst-fill/pst-fill.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-fill-%{texlive_version}.%{texlive_noarch}.1.01svn15878-%{release}-zypper %endif %package -n texlive-pst-fit Version: %{texlive_version}.%{texlive_noarch}.0.0.01svn28155 Release: 0 Summary: Macros for curve fitting License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-fit-doc >= %{texlive_version} Provides: tex(pst-fit.sty) Provides: tex(pst-fit.tex) Requires: tex(pstricks-add.sty) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source182: pst-fit.tar.xz Source183: pst-fit.doc.tar.xz %description -n texlive-pst-fit The package uses PSTricks to fit curves to: Linear Functions; Power Functions; exp Function; Log_{10} and Log_e functions; Recip; Kings Law data; Gaussian; and 4th order Polynomial date: 2016-06-24 17:18:15 +0000 %package -n texlive-pst-fit-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.01svn28155 Release: 0 Summary: Documentation for texlive-pst-fit License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pst-fit-doc This package includes the documentation for texlive-pst-fit %post -n texlive-pst-fit mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-fit mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-fit %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-fit-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-fit/Changes %{_texmfdistdir}/doc/generic/pst-fit/README %{_texmfdistdir}/doc/generic/pst-fit/pst-fit-doc.bib %{_texmfdistdir}/doc/generic/pst-fit/pst-fit-doc.data %{_texmfdistdir}/doc/generic/pst-fit/pst-fit-doc.pdf %{_texmfdistdir}/doc/generic/pst-fit/pst-fit-doc.tex %files -n texlive-pst-fit %defattr(-,root,root,755) %{_texmfdistdir}/tex/generic/pst-fit/pst-fit.tex %{_texmfdistdir}/tex/latex/pst-fit/pst-fit.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-fit-%{texlive_version}.%{texlive_noarch}.0.0.01svn28155-%{release}-zypper %endif %package -n texlive-pst-fr3d Version: %{texlive_version}.%{texlive_noarch}.1.10svn15878 Release: 0 Summary: Draw 3-dimensional framed boxes using PSTricks License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-fr3d-doc >= %{texlive_version} Provides: tex(pst-fr3d.sty) Provides: tex(pst-fr3d.tex) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source184: pst-fr3d.tar.xz Source185: pst-fr3d.doc.tar.xz %description -n texlive-pst-fr3d A package using PSTricks to draw three dimensional framed boxes using a macro \PstFrameBoxThreeD. The macro is especially useful for drawing 3d-seeming buttons. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pst-fr3d-doc Version: %{texlive_version}.%{texlive_noarch}.1.10svn15878 Release: 0 Summary: Documentation for texlive-pst-fr3d License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pst-fr3d-doc This package includes the documentation for texlive-pst-fr3d %post -n texlive-pst-fr3d mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-fr3d mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-fr3d %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-fr3d-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-fr3d/Changes %{_texmfdistdir}/doc/generic/pst-fr3d/README %{_texmfdistdir}/doc/generic/pst-fr3d/pst-fr3d.pdf %files -n texlive-pst-fr3d %defattr(-,root,root,755) %{_texmfdistdir}/tex/generic/pst-fr3d/pst-fr3d.tex %{_texmfdistdir}/tex/latex/pst-fr3d/pst-fr3d.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-fr3d-%{texlive_version}.%{texlive_noarch}.1.10svn15878-%{release}-zypper %endif %package -n texlive-pst-fractal Version: %{texlive_version}.%{texlive_noarch}.0.0.06svn16958 Release: 0 Summary: Draw fractal sets using PSTricks License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-fractal-doc >= %{texlive_version} Provides: tex(pst-fractal.sty) Provides: tex(pst-fractal.tex) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source186: pst-fractal.tar.xz Source187: pst-fractal.doc.tar.xz %description -n texlive-pst-fractal The package uses PSTricks to draw the Julia and Mandelbrot sets, the Sierpinski triangle, Koch flake, and Apollonius Circle as well as fractal trees (which need not be balanced) with a variety of different parameters (including varying numbers of iterations). The package uses the pst-xkey package, part of the xkeyval distribution. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pst-fractal-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.06svn16958 Release: 0 Summary: Documentation for texlive-pst-fractal License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pst-fractal-doc This package includes the documentation for texlive-pst-fractal %post -n texlive-pst-fractal mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-fractal mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-fractal %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-fractal-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-fractal/Changes %{_texmfdistdir}/doc/generic/pst-fractal/README %{_texmfdistdir}/doc/generic/pst-fractal/pst-fractal-doc.bib %{_texmfdistdir}/doc/generic/pst-fractal/pst-fractal-doc.pdf %{_texmfdistdir}/doc/generic/pst-fractal/pst-fractal-doc.tex %files -n texlive-pst-fractal %defattr(-,root,root,755) %{_texmfdistdir}/dvips/pst-fractal/pst-fractal.pro %{_texmfdistdir}/tex/generic/pst-fractal/pst-fractal.tex %{_texmfdistdir}/tex/latex/pst-fractal/pst-fractal.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-fractal-%{texlive_version}.%{texlive_noarch}.0.0.06svn16958-%{release}-zypper %endif %package -n texlive-pst-fun Version: %{texlive_version}.%{texlive_noarch}.0.0.04svn17909 Release: 0 Summary: Draw "funny" objects with PSTricks License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-fun-doc >= %{texlive_version} Provides: tex(pst-fun.sty) Provides: tex(pst-fun.tex) Requires: tex(multido.sty) Requires: tex(pst-grad.sty) Requires: tex(pst-slpe.sty) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source188: pst-fun.tar.xz Source189: pst-fun.doc.tar.xz %description -n texlive-pst-fun This is a PSTricks related package for drawing funny objects, like ant, bird, fish, kangaroo, ... Such objects may be useful for testing other PSTricks macros and/or packages. (Or they can be used for fun...) date: 2016-06-24 17:18:15 +0000 %package -n texlive-pst-fun-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.04svn17909 Release: 0 Summary: Documentation for texlive-pst-fun License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pst-fun-doc This package includes the documentation for texlive-pst-fun %post -n texlive-pst-fun mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-fun mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-fun %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-fun-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-fun/Changes %{_texmfdistdir}/doc/generic/pst-fun/README %{_texmfdistdir}/doc/generic/pst-fun/pst-fun-doc.bib %{_texmfdistdir}/doc/generic/pst-fun/pst-fun-doc.pdf %{_texmfdistdir}/doc/generic/pst-fun/pst-fun-doc.tex %files -n texlive-pst-fun %defattr(-,root,root,755) %{_texmfdistdir}/dvips/pst-fun/pst-fun.pro %{_texmfdistdir}/tex/generic/pst-fun/pst-fun.tex %{_texmfdistdir}/tex/latex/pst-fun/pst-fun.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-fun-%{texlive_version}.%{texlive_noarch}.0.0.04svn17909-%{release}-zypper %endif %package -n texlive-pst-func Version: %{texlive_version}.%{texlive_noarch}.0.0.85svn43912 Release: 0 Summary: PSTricks package for plotting mathematical functions License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-func-doc >= %{texlive_version} Provides: tex(pst-func.sty) Provides: tex(pst-func.tex) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source190: pst-func.tar.xz Source191: pst-func.doc.tar.xz %description -n texlive-pst-func The package is built for use with PSTricks. It provides macros for plotting and manipulating various mathematical functions: polynomials and their derivatives f(x)=an*x^n+an-1*x^(n- 1)+...+a0 defined by the coefficients a0 a1 a2 ... and the derivative order; the Fourier sum f(x) = a0/2+a1cos(omega x)+...+b1sin(omega x)+... defined by the coefficients a0 a1 a2 ... b1 b2 b3 ...; the Bessel function defined by its order; the Gauss function defined by sigma and mu; Bezier curves from order 1 (two control points) to order 9 (10 control points); the superellipse function (the Lame curve); Chebyshev polynomials of the first and second kind; the Thomae (or popcorn) function; the Weierstrass function; various integration-derived functions; normal, binomial, poisson, gamma, chi-squared, student's t, F, beta, Cauchy and Weibull distribution functions and the Lorenz curve; the zeroes of a function, or the intermediate point of two functions; the Vasicek function for describing the evolution of interest rates; and implicit functions. The plots may be generated as volumes of rotation about the X-axis, as well. date: 2017-04-18 15:13:42 +0000 %package -n texlive-pst-func-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.85svn43912 Release: 0 Summary: Documentation for texlive-pst-func License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pst-func-doc This package includes the documentation for texlive-pst-func %post -n texlive-pst-func mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-func mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-func %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-func-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-func/Changes %{_texmfdistdir}/doc/generic/pst-func/README.md %{_texmfdistdir}/doc/generic/pst-func/pst-func-doc.bib %{_texmfdistdir}/doc/generic/pst-func/pst-func-doc.data %{_texmfdistdir}/doc/generic/pst-func/pst-func-doc.pdf %{_texmfdistdir}/doc/generic/pst-func/pst-func-doc.tex %files -n texlive-pst-func %defattr(-,root,root,755) %{_texmfdistdir}/dvips/pst-func/pst-func.pro %{_texmfdistdir}/tex/generic/pst-func/pst-func.tex %{_texmfdistdir}/tex/latex/pst-func/pst-func.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-func-%{texlive_version}.%{texlive_noarch}.0.0.85svn43912-%{release}-zypper %endif %package -n texlive-pst-gantt Version: %{texlive_version}.%{texlive_noarch}.0.0.22asvn35832 Release: 0 Summary: Draw GANTT charts with PSTricks License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-gantt-doc >= %{texlive_version} Provides: tex(pst-gantt.sty) Provides: tex(pst-gantt.tex) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source192: pst-gantt.tar.xz Source193: pst-gantt.doc.tar.xz %description -n texlive-pst-gantt The package uses PSTricks to draw GANTT charts, which are a kind of bar chart that displays a project schedule. The package requires the pstricks apparatus, of course. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pst-gantt-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.22asvn35832 Release: 0 Summary: Documentation for texlive-pst-gantt License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pst-gantt-doc This package includes the documentation for texlive-pst-gantt %post -n texlive-pst-gantt mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-gantt mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-gantt %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-gantt-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-gantt/Changes %{_texmfdistdir}/doc/generic/pst-gantt/README %{_texmfdistdir}/doc/generic/pst-gantt/pst-gantt-doc.bib %{_texmfdistdir}/doc/generic/pst-gantt/pst-gantt-doc.pdf %{_texmfdistdir}/doc/generic/pst-gantt/pst-gantt-doc.tex %files -n texlive-pst-gantt %defattr(-,root,root,755) %{_texmfdistdir}/tex/generic/pst-gantt/pst-gantt.tex %{_texmfdistdir}/tex/latex/pst-gantt/pst-gantt.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-gantt-%{texlive_version}.%{texlive_noarch}.0.0.22asvn35832-%{release}-zypper %endif %package -n texlive-pst-geo Version: %{texlive_version}.%{texlive_noarch}.0.0.06svn44131 Release: 0 Summary: Geographical Projections License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-geo-doc >= %{texlive_version} Provides: tex(Staedte3dJG.tex) Provides: tex(africa-bdy_II.dat) Provides: tex(africa-cil_II.dat) Provides: tex(africa-riv_II.dat) Provides: tex(asia-bdy_II.dat) Provides: tex(asia-cil_II.dat) Provides: tex(asia-isl_II.dat) Provides: tex(asia-riv_II.dat) Provides: tex(aus.dat) Provides: tex(c-cap.dat) Provides: tex(c-sub.dat) Provides: tex(canada.dat) Provides: tex(capitals.dat) Provides: tex(capitals.tex) Provides: tex(capitals3d.tex) Provides: tex(cities.tex) Provides: tex(citycapitals.dat) Provides: tex(citysub.dat) Provides: tex(corse.dat) Provides: tex(europe-bdy_II.dat) Provides: tex(europe-cil_II.dat) Provides: tex(europe-riv_II.dat) Provides: tex(france.dat) Provides: tex(germany.dat) Provides: tex(mexico.dat) Provides: tex(northamerica-bdy_II.dat) Provides: tex(northamerica-cil_II.dat) Provides: tex(northamerica-pby_II.dat) Provides: tex(northamerica-riv_II.dat) Provides: tex(pborder.dat) Provides: tex(pcoast.dat) Provides: tex(pisland.dat) Provides: tex(plake.dat) Provides: tex(pst-geo.sty) Provides: tex(pst-geo.tex) Provides: tex(rhone.dat) Provides: tex(ridge.dat) Provides: tex(river.dat) Provides: tex(seine.dat) Provides: tex(southamerica-arc_II.dat) Provides: tex(southamerica-bdy_II.dat) Provides: tex(southamerica-cil_II.dat) Provides: tex(southamerica-riv_II.dat) Provides: tex(transfrm.dat) Provides: tex(trench.dat) Provides: tex(usa.dat) Provides: tex(villesFrance.tex) Provides: tex(villesFrance3d.tex) Provides: tex(villesItalia.tex) Provides: tex(villesItalia3d.tex) Provides: tex(wfraczon.dat) Provides: tex(wmaglin.dat) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source194: pst-geo.tar.xz Source195: pst-geo.doc.tar.xz %description -n texlive-pst-geo The package offers a set of PSTricks related packages for various cartographic projections of the terrestrial sphere. The package pst-map2d provides conventional projections such as Mercator, Lambert, cylindrical, etc. The package pst-map3d treats representation in three dimensions of the terrestrial sphere. Packages pst-map2dII and pst-map3dII allow use of the CIA World DataBank II. Various parameters of the packages allow for choice of the level of the detail and the layouts possible (cities, borders, rivers etc). Substantial data files are provided, in an (internally) compressed format. Decompression happens on-the-fly as a document using the data is displayed, printed or converted to PDF format. A Perl script is provided for the user to do the decompression, if the need should arise. date: 2016-12-13 15:37:23 +0000 %package -n texlive-pst-geo-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.06svn44131 Release: 0 Summary: Documentation for texlive-pst-geo License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pst-geo-doc This package includes the documentation for texlive-pst-geo %post -n texlive-pst-geo mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-geo mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-geo %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-geo-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-geo/Changes %{_texmfdistdir}/doc/generic/pst-geo/README %{_texmfdistdir}/doc/generic/pst-geo/examples/Africa.pdf %{_texmfdistdir}/doc/generic/pst-geo/examples/Africa.tex %{_texmfdistdir}/doc/generic/pst-geo/examples/Animate0.pdf %{_texmfdistdir}/doc/generic/pst-geo/examples/Animate0.tex %{_texmfdistdir}/doc/generic/pst-geo/examples/Animate1.pdf %{_texmfdistdir}/doc/generic/pst-geo/examples/Animate1.tex %{_texmfdistdir}/doc/generic/pst-geo/examples/Animate2.pdf %{_texmfdistdir}/doc/generic/pst-geo/examples/Animate2.tex %{_texmfdistdir}/doc/generic/pst-geo/examples/AntarticaII.pdf %{_texmfdistdir}/doc/generic/pst-geo/examples/AntarticaII.tex %{_texmfdistdir}/doc/generic/pst-geo/examples/AsiaII.pdf %{_texmfdistdir}/doc/generic/pst-geo/examples/AsiaII.tex %{_texmfdistdir}/doc/generic/pst-geo/examples/Berlin.pdf %{_texmfdistdir}/doc/generic/pst-geo/examples/Berlin.tex %{_texmfdistdir}/doc/generic/pst-geo/examples/D-Karte-3dJG.pdf %{_texmfdistdir}/doc/generic/pst-geo/examples/D-Karte-3dJG.tex %{_texmfdistdir}/doc/generic/pst-geo/examples/D-karte-3d.pdf %{_texmfdistdir}/doc/generic/pst-geo/examples/D-karte-3d.tex %{_texmfdistdir}/doc/generic/pst-geo/examples/DANTE.pdf %{_texmfdistdir}/doc/generic/pst-geo/examples/DANTE.tex %{_texmfdistdir}/doc/generic/pst-geo/examples/Europa.pdf %{_texmfdistdir}/doc/generic/pst-geo/examples/Europa.tex %{_texmfdistdir}/doc/generic/pst-geo/examples/EuropeII.pdf %{_texmfdistdir}/doc/generic/pst-geo/examples/EuropeII.tex %{_texmfdistdir}/doc/generic/pst-geo/examples/Greek.pdf %{_texmfdistdir}/doc/generic/pst-geo/examples/Greek.tex %{_texmfdistdir}/doc/generic/pst-geo/pst-geo-compress.pl %{_texmfdistdir}/doc/generic/pst-geo/pst-geo-decompress.pl %{_texmfdistdir}/doc/generic/pst-geo/pst-geo-doc.bib %{_texmfdistdir}/doc/generic/pst-geo/pst-geo-doc.pdf %{_texmfdistdir}/doc/generic/pst-geo/pst-geo-doc.tex %files -n texlive-pst-geo %defattr(-,root,root,755) %{_texmfdistdir}/dvips/pst-geo/pst-geo.pro %{_texmfdistdir}/tex/generic/pst-geo/data/README %{_texmfdistdir}/tex/generic/pst-geo/data/Staedte3dJG.tex %{_texmfdistdir}/tex/generic/pst-geo/data/africa-bdy_II.dat %{_texmfdistdir}/tex/generic/pst-geo/data/africa-cil_II.dat %{_texmfdistdir}/tex/generic/pst-geo/data/africa-riv_II.dat %{_texmfdistdir}/tex/generic/pst-geo/data/asia-bdy_II.dat %{_texmfdistdir}/tex/generic/pst-geo/data/asia-cil_II.dat %{_texmfdistdir}/tex/generic/pst-geo/data/asia-isl_II.dat %{_texmfdistdir}/tex/generic/pst-geo/data/asia-riv_II.dat %{_texmfdistdir}/tex/generic/pst-geo/data/aus.dat %{_texmfdistdir}/tex/generic/pst-geo/data/c-cap.dat %{_texmfdistdir}/tex/generic/pst-geo/data/c-sub.dat %{_texmfdistdir}/tex/generic/pst-geo/data/canada.dat %{_texmfdistdir}/tex/generic/pst-geo/data/capitals.dat %{_texmfdistdir}/tex/generic/pst-geo/data/capitals.tex %{_texmfdistdir}/tex/generic/pst-geo/data/capitals3d.tex %{_texmfdistdir}/tex/generic/pst-geo/data/cities.data %{_texmfdistdir}/tex/generic/pst-geo/data/cities.tex %{_texmfdistdir}/tex/generic/pst-geo/data/citycapitals.dat %{_texmfdistdir}/tex/generic/pst-geo/data/citysub.dat %{_texmfdistdir}/tex/generic/pst-geo/data/convert.py %{_texmfdistdir}/tex/generic/pst-geo/data/corse.dat %{_texmfdistdir}/tex/generic/pst-geo/data/europe-bdy_II.dat %{_texmfdistdir}/tex/generic/pst-geo/data/europe-cil_II.dat %{_texmfdistdir}/tex/generic/pst-geo/data/europe-riv_II.dat %{_texmfdistdir}/tex/generic/pst-geo/data/france.dat %{_texmfdistdir}/tex/generic/pst-geo/data/germany.dat %{_texmfdistdir}/tex/generic/pst-geo/data/mexico.dat %{_texmfdistdir}/tex/generic/pst-geo/data/northamerica-bdy_II.dat %{_texmfdistdir}/tex/generic/pst-geo/data/northamerica-cil_II.dat %{_texmfdistdir}/tex/generic/pst-geo/data/northamerica-pby_II.dat %{_texmfdistdir}/tex/generic/pst-geo/data/northamerica-riv_II.dat %{_texmfdistdir}/tex/generic/pst-geo/data/pborder.dat %{_texmfdistdir}/tex/generic/pst-geo/data/pcoast.dat %{_texmfdistdir}/tex/generic/pst-geo/data/pisland.dat %{_texmfdistdir}/tex/generic/pst-geo/data/plake.dat %{_texmfdistdir}/tex/generic/pst-geo/data/rhone.dat %{_texmfdistdir}/tex/generic/pst-geo/data/ridge.dat %{_texmfdistdir}/tex/generic/pst-geo/data/river.dat %{_texmfdistdir}/tex/generic/pst-geo/data/seine.dat %{_texmfdistdir}/tex/generic/pst-geo/data/southamerica-arc_II.dat %{_texmfdistdir}/tex/generic/pst-geo/data/southamerica-bdy_II.dat %{_texmfdistdir}/tex/generic/pst-geo/data/southamerica-cil_II.dat %{_texmfdistdir}/tex/generic/pst-geo/data/southamerica-riv_II.dat %{_texmfdistdir}/tex/generic/pst-geo/data/transfrm.dat %{_texmfdistdir}/tex/generic/pst-geo/data/trench.dat %{_texmfdistdir}/tex/generic/pst-geo/data/usa.dat %{_texmfdistdir}/tex/generic/pst-geo/data/villesFrance.tex %{_texmfdistdir}/tex/generic/pst-geo/data/villesFrance3d.tex %{_texmfdistdir}/tex/generic/pst-geo/data/villesItalia.tex %{_texmfdistdir}/tex/generic/pst-geo/data/villesItalia3d.tex %{_texmfdistdir}/tex/generic/pst-geo/data/wfraczon.dat %{_texmfdistdir}/tex/generic/pst-geo/data/wmaglin.dat %{_texmfdistdir}/tex/generic/pst-geo/pst-geo.tex %{_texmfdistdir}/tex/latex/pst-geo/pst-geo.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-geo-%{texlive_version}.%{texlive_noarch}.0.0.06svn44131-%{release}-zypper %endif %package -n texlive-pst-ghsb Version: %{texlive_version}.%{texlive_noarch}.svn15878 Release: 0 Summary: Package pst-ghsb License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-ghsb-doc >= %{texlive_version} Provides: tex(pst-ghsb.sty) Provides: tex(pst-ghsb.tex) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source196: pst-ghsb.tar.xz Source197: pst-ghsb.doc.tar.xz %description -n texlive-pst-ghsb The pst-ghsb package %package -n texlive-pst-ghsb-doc Version: %{texlive_version}.%{texlive_noarch}.svn15878 Release: 0 Summary: Documentation for texlive-pst-ghsb License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pst-ghsb-doc This package includes the documentation for texlive-pst-ghsb %post -n texlive-pst-ghsb mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-ghsb mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-ghsb %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-ghsb-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-ghsb/README %{_texmfdistdir}/doc/generic/pst-ghsb/t-ghsb.pdf %{_texmfdistdir}/doc/generic/pst-ghsb/t-ghsb.tex %{_texmfdistdir}/doc/generic/pst-ghsb/t2-ghsb.pdf %{_texmfdistdir}/doc/generic/pst-ghsb/t2-ghsb.tex %files -n texlive-pst-ghsb %defattr(-,root,root,755) %{_texmfdistdir}/dvips/pst-ghsb/pst-ghsb.pro %{_texmfdistdir}/tex/generic/pst-ghsb/pst-ghsb.tex %{_texmfdistdir}/tex/latex/pst-ghsb/pst-ghsb.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-ghsb-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper %endif %package -n texlive-pst-gr3d Version: %{texlive_version}.%{texlive_noarch}.1.34svn15878 Release: 0 Summary: Three dimensional grids with PSTricks License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-gr3d-doc >= %{texlive_version} Provides: tex(pst-gr3d.sty) Provides: tex(pst-gr3d.tex) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source198: pst-gr3d.tar.xz Source199: pst-gr3d.doc.tar.xz %description -n texlive-pst-gr3d This PSTricks package provides a command \PstGridThreeD that will draw a three dimensional grid, offering a number of options for its appearance. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pst-gr3d-doc Version: %{texlive_version}.%{texlive_noarch}.1.34svn15878 Release: 0 Summary: Documentation for texlive-pst-gr3d License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pst-gr3d-doc This package includes the documentation for texlive-pst-gr3d %post -n texlive-pst-gr3d mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-gr3d mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-gr3d %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-gr3d-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-gr3d/Changes %{_texmfdistdir}/doc/generic/pst-gr3d/README %{_texmfdistdir}/doc/generic/pst-gr3d/pst-gr3d.pdf %files -n texlive-pst-gr3d %defattr(-,root,root,755) %{_texmfdistdir}/tex/generic/pst-gr3d/pst-gr3d.tex %{_texmfdistdir}/tex/latex/pst-gr3d/pst-gr3d.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-gr3d-%{texlive_version}.%{texlive_noarch}.1.34svn15878-%{release}-zypper %endif %package -n texlive-pst-grad Version: %{texlive_version}.%{texlive_noarch}.1.06svn15878 Release: 0 Summary: Filling with colour gradients, using PSTricks License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-grad-doc >= %{texlive_version} Provides: tex(pst-grad.sty) Provides: tex(pst-grad.tex) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source200: pst-grad.tar.xz Source201: pst-grad.doc.tar.xz %description -n texlive-pst-grad The package fills with colour gradients, using PSTricks. The RGB, CMYK and HSB models are supported. Other colour gradient mechanisms are to be found in package pst-slpe. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pst-grad-doc Version: %{texlive_version}.%{texlive_noarch}.1.06svn15878 Release: 0 Summary: Documentation for texlive-pst-grad License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pst-grad-doc This package includes the documentation for texlive-pst-grad %post -n texlive-pst-grad mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-grad mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-grad %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-grad-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-grad/Changes %{_texmfdistdir}/doc/generic/pst-grad/pst-grad-doc.bib %{_texmfdistdir}/doc/generic/pst-grad/pst-grad-doc.pdf %{_texmfdistdir}/doc/generic/pst-grad/pst-grad-doc.tex %files -n texlive-pst-grad %defattr(-,root,root,755) %{_texmfdistdir}/dvips/pst-grad/pst-grad.pro %{_texmfdistdir}/tex/generic/pst-grad/pst-grad.tex %{_texmfdistdir}/tex/latex/pst-grad/pst-grad.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-grad-%{texlive_version}.%{texlive_noarch}.1.06svn15878-%{release}-zypper %endif %package -n texlive-pst-graphicx Version: %{texlive_version}.%{texlive_noarch}.0.0.02svn21717 Release: 0 Summary: A PSTricks-compatible graphicx for use with Plain TeX License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-graphicx-doc >= %{texlive_version} Provides: tex(pst-graphicx.tex) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source202: pst-graphicx.tar.xz Source203: pst-graphicx.doc.tar.xz %description -n texlive-pst-graphicx The package provides a version of graphicx that avoids loading the graphics bundle's (original) keyval package, which clashes with pstricks' use of xkeyval. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pst-graphicx-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.02svn21717 Release: 0 Summary: Documentation for texlive-pst-graphicx License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pst-graphicx-doc This package includes the documentation for texlive-pst-graphicx %post -n texlive-pst-graphicx mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-graphicx mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-graphicx %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-graphicx-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-graphicx/Changes %{_texmfdistdir}/doc/generic/pst-graphicx/README %{_texmfdistdir}/doc/generic/pst-graphicx/demo.tex %files -n texlive-pst-graphicx %defattr(-,root,root,755) %{_texmfdistdir}/tex/generic/pst-graphicx/pst-graphicx.tex %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-graphicx-%{texlive_version}.%{texlive_noarch}.0.0.02svn21717-%{release}-zypper %endif %package -n texlive-pst-infixplot Version: %{texlive_version}.%{texlive_noarch}.0.0.11svn15878 Release: 0 Summary: Using PSTricks plotting capacities with infix expressions rather than RPN License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-infixplot-doc >= %{texlive_version} Provides: tex(infix-RPN.sty) Provides: tex(infix-RPN.tex) Provides: tex(pst-infixplot.sty) Provides: tex(pst-infixplot.tex) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source204: pst-infixplot.tar.xz Source205: pst-infixplot.doc.tar.xz %description -n texlive-pst-infixplot Plotting functions with pst-plot is very powerful but sometimes difficult to learn since the syntax of \psplot and \parametricplot requires some PostScript knowledge. The infix- RPN and pst-infixplot styles simplify the usage of pst-plot for the beginner, providing macro commands that convert natural mathematical expressions to PostScript syntax. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pst-infixplot-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.11svn15878 Release: 0 Summary: Documentation for texlive-pst-infixplot License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pst-infixplot-doc This package includes the documentation for texlive-pst-infixplot %post -n texlive-pst-infixplot mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-infixplot mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-infixplot %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-infixplot-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-infixplot/README %{_texmfdistdir}/doc/generic/pst-infixplot/pst-infixplot-doc.ps %{_texmfdistdir}/doc/generic/pst-infixplot/pst-infixplot-doc.tex %{_texmfdistdir}/doc/generic/pst-infixplot/pst-infixplot.pdf %files -n texlive-pst-infixplot %defattr(-,root,root,755) %{_texmfdistdir}/tex/generic/pst-infixplot/infix-RPN.tex %{_texmfdistdir}/tex/generic/pst-infixplot/pst-infixplot.tex %{_texmfdistdir}/tex/latex/pst-infixplot/infix-RPN.sty %{_texmfdistdir}/tex/latex/pst-infixplot/pst-infixplot.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-infixplot-%{texlive_version}.%{texlive_noarch}.0.0.11svn15878-%{release}-zypper %endif %package -n texlive-pst-intersect Version: %{texlive_version}.%{texlive_noarch}.0.0.4svn33210 Release: 0 Summary: Compute intersections of arbitrary curves License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-intersect-doc >= %{texlive_version} Provides: tex(pst-intersect.sty) Provides: tex(pst-intersect.tex) Requires: tex(pst-func.sty) Requires: tex(pst-node.sty) Requires: tex(pst-xkey.sty) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source206: pst-intersect.tar.xz Source207: pst-intersect.doc.tar.xz %description -n texlive-pst-intersect The package computes the intersections between arbitrary PostScript paths or Bezier curves, using the Bezier clipping algorithm. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pst-intersect-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.4svn33210 Release: 0 Summary: Documentation for texlive-pst-intersect License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Provides: locale(texlive-pst-intersect-doc:de;en) %description -n texlive-pst-intersect-doc This package includes the documentation for texlive-pst-intersect %post -n texlive-pst-intersect mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-intersect mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-intersect %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-intersect-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/pst-intersect/Changes %{_texmfdistdir}/doc/latex/pst-intersect/README %{_texmfdistdir}/doc/latex/pst-intersect/pst-intersect-DE.pdf %{_texmfdistdir}/doc/latex/pst-intersect/pst-intersect.pdf %files -n texlive-pst-intersect %defattr(-,root,root,755) %{_texmfdistdir}/dvips/pst-intersect/pst-intersect.pro %{_texmfdistdir}/tex/generic/pst-intersect/pst-intersect.tex %{_texmfdistdir}/tex/latex/pst-intersect/pst-intersect.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-intersect-%{texlive_version}.%{texlive_noarch}.0.0.4svn33210-%{release}-zypper %endif %package -n texlive-pst-jtree Version: %{texlive_version}.%{texlive_noarch}.2.6svn20946 Release: 0 Summary: Typeset complex trees for linguists License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-jtree-doc >= %{texlive_version} Provides: tex(pst-jtree.sty) Provides: tex(pst-jtree.tex) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source208: pst-jtree.tar.xz Source209: pst-jtree.doc.tar.xz %description -n texlive-pst-jtree jTree uses PSTricks to enable linguists to typeset complex trees. The package requires use of PStricks (of course) and xkeyval packages. jTree is a development of, and replacement for, the jftree package, which is no longer available. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pst-jtree-doc Version: %{texlive_version}.%{texlive_noarch}.2.6svn20946 Release: 0 Summary: Documentation for texlive-pst-jtree License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pst-jtree-doc This package includes the documentation for texlive-pst-jtree %post -n texlive-pst-jtree mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-jtree mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-jtree %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-jtree-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-jtree/Doc-source.zip %{_texmfdistdir}/doc/generic/pst-jtree/README %{_texmfdistdir}/doc/generic/pst-jtree/pst-jtree-doc-add.pdf %{_texmfdistdir}/doc/generic/pst-jtree/pst-jtree-doc.pdf %{_texmfdistdir}/doc/generic/pst-jtree/pst-jtree-examples.tex %files -n texlive-pst-jtree %defattr(-,root,root,755) %{_texmfdistdir}/tex/generic/pst-jtree/pst-jtree.tex %{_texmfdistdir}/tex/latex/pst-jtree/pst-jtree.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-jtree-%{texlive_version}.%{texlive_noarch}.2.6svn20946-%{release}-zypper %endif %package -n texlive-pst-knot Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn16033 Release: 0 Summary: PSTricks package for displaying knots License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-knot-doc >= %{texlive_version} Provides: tex(pst-knot.sty) Provides: tex(pst-knot.tex) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source210: pst-knot.tar.xz Source211: pst-knot.doc.tar.xz %description -n texlive-pst-knot The package can produce a fair range of knot shapes, with all the standard graphics controls one expects. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pst-knot-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn16033 Release: 0 Summary: Documentation for texlive-pst-knot License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pst-knot-doc This package includes the documentation for texlive-pst-knot %post -n texlive-pst-knot mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-knot mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-knot %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-knot-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-knot/Changes %{_texmfdistdir}/doc/generic/pst-knot/README %{_texmfdistdir}/doc/generic/pst-knot/pst-knot-doc.pdf %{_texmfdistdir}/doc/generic/pst-knot/pst-knot-doc.tex %files -n texlive-pst-knot %defattr(-,root,root,755) %{_texmfdistdir}/dvips/pst-knot/pst-psm.pro %{_texmfdistdir}/tex/generic/pst-knot/pst-knot.tex %{_texmfdistdir}/tex/latex/pst-knot/pst-knot.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-knot-%{texlive_version}.%{texlive_noarch}.0.0.2svn16033-%{release}-zypper %endif %package -n texlive-pst-labo Version: %{texlive_version}.%{texlive_noarch}.2.04svn39077 Release: 0 Summary: Draw objects for Chemistry laboratories License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-labo-doc >= %{texlive_version} Provides: tex(pst-labo.sty) Provides: tex(pst-labo.tex) Provides: tex(pst-laboObj.tex) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source212: pst-labo.tar.xz Source213: pst-labo.doc.tar.xz %description -n texlive-pst-labo Pst-labo is a PSTricks related package for drawing basic and complex chemical objects. The documentation of the package is illuminated with plenty of illustrations together with their source code, making it an easy read. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pst-labo-doc Version: %{texlive_version}.%{texlive_noarch}.2.04svn39077 Release: 0 Summary: Documentation for texlive-pst-labo License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pst-labo-doc This package includes the documentation for texlive-pst-labo %post -n texlive-pst-labo mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-labo mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-labo %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-labo-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-labo/Changes %{_texmfdistdir}/doc/generic/pst-labo/Makefile %{_texmfdistdir}/doc/generic/pst-labo/README %{_texmfdistdir}/doc/generic/pst-labo/pst-labo-doc.bib %{_texmfdistdir}/doc/generic/pst-labo/pst-labo-docDE.pdf %{_texmfdistdir}/doc/generic/pst-labo/pst-labo-docDE.tex %{_texmfdistdir}/doc/generic/pst-labo/pst-labo-docEN.pdf %{_texmfdistdir}/doc/generic/pst-labo/pst-labo-docEN.tex %{_texmfdistdir}/doc/generic/pst-labo/pst-labo-docFR.pdf %{_texmfdistdir}/doc/generic/pst-labo/pst-labo-docFR.tex %{_texmfdistdir}/doc/generic/pst-labo/pst-labo8-tab1-DE.tex %{_texmfdistdir}/doc/generic/pst-labo/pst-labo8-tab1-EN.tex %{_texmfdistdir}/doc/generic/pst-labo/pst-labo8-tab1-FR.tex %files -n texlive-pst-labo %defattr(-,root,root,755) %{_texmfdistdir}/tex/generic/pst-labo/pst-labo.tex %{_texmfdistdir}/tex/generic/pst-labo/pst-laboObj.tex %{_texmfdistdir}/tex/latex/pst-labo/pst-labo.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-labo-%{texlive_version}.%{texlive_noarch}.2.04svn39077-%{release}-zypper %endif %package -n texlive-pst-layout Version: %{texlive_version}.%{texlive_noarch}.0.0.95svn29803 Release: 0 Summary: Page layout macros based on PSTricks packages License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-layout-doc >= %{texlive_version} Provides: tex(pst-layout.sty) Requires: tex(arrayjobx.sty) Requires: tex(graphicx.sty) Requires: tex(ifthen.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source214: pst-layout.tar.xz Source215: pst-layout.doc.tar.xz %description -n texlive-pst-layout The package provides a means of creating elaborate ("pseudo- tabular") layouts of material, typically to be overlaid on an included graphic. The package requires a recent version of the package pst-node and some other pstricks-related material. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pst-layout-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.95svn29803 Release: 0 Summary: Documentation for texlive-pst-layout License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pst-layout-doc This package includes the documentation for texlive-pst-layout %post -n texlive-pst-layout mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-layout mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-layout %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-layout-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/pst-layout/README %{_texmfdistdir}/doc/latex/pst-layout/pst-layout-doc.pdf %{_texmfdistdir}/doc/latex/pst-layout/pst-layout-doc.tex %files -n texlive-pst-layout %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/pst-layout/pst-layout.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-layout-%{texlive_version}.%{texlive_noarch}.0.0.95svn29803-%{release}-zypper %endif %package -n texlive-pst-lens Version: %{texlive_version}.%{texlive_noarch}.1.02svn15878 Release: 0 Summary: Lenses with PSTricks License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-lens-doc >= %{texlive_version} Provides: tex(pst-lens.sty) Provides: tex(pst-lens.tex) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source216: pst-lens.tar.xz Source217: pst-lens.doc.tar.xz %description -n texlive-pst-lens This PSTricks package provides a really rather simple command \PstLens that will draw a lens. Command parameters provide a remarkable range of effects. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pst-lens-doc Version: %{texlive_version}.%{texlive_noarch}.1.02svn15878 Release: 0 Summary: Documentation for texlive-pst-lens License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pst-lens-doc This package includes the documentation for texlive-pst-lens %post -n texlive-pst-lens mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-lens mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-lens %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-lens-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-lens/Changes %{_texmfdistdir}/doc/generic/pst-lens/README %{_texmfdistdir}/doc/generic/pst-lens/pst-lens.pdf %files -n texlive-pst-lens %defattr(-,root,root,755) %{_texmfdistdir}/tex/generic/pst-lens/pst-lens.tex %{_texmfdistdir}/tex/latex/pst-lens/pst-lens.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-lens-%{texlive_version}.%{texlive_noarch}.1.02svn15878-%{release}-zypper %endif %package -n texlive-pst-light3d Version: %{texlive_version}.%{texlive_noarch}.0.0.12svn15878 Release: 0 Summary: Three dimensional lighting effects (PSTricks) License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-light3d-doc >= %{texlive_version} Provides: tex(pst-light3d.sty) Provides: tex(pst-light3d.tex) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source218: pst-light3d.tar.xz Source219: pst-light3d.doc.tar.xz %description -n texlive-pst-light3d A PSTricks package for three dimensional lighting effects on characters and PSTricks graphics, like lines, curves, plots, ... date: 2016-06-24 17:18:15 +0000 %package -n texlive-pst-light3d-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.12svn15878 Release: 0 Summary: Documentation for texlive-pst-light3d License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pst-light3d-doc This package includes the documentation for texlive-pst-light3d %post -n texlive-pst-light3d mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-light3d mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-light3d %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-light3d-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-light3d/Changes %{_texmfdistdir}/doc/generic/pst-light3d/README %{_texmfdistdir}/doc/generic/pst-light3d/pst-light3d-doc.bib %{_texmfdistdir}/doc/generic/pst-light3d/pst-light3d-doc.pdf %{_texmfdistdir}/doc/generic/pst-light3d/pst-light3d-doc.tex %files -n texlive-pst-light3d %defattr(-,root,root,755) %{_texmfdistdir}/dvips/pst-light3d/pst-light3d.pro %{_texmfdistdir}/tex/generic/pst-light3d/pst-light3d.tex %{_texmfdistdir}/tex/latex/pst-light3d/pst-light3d.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-light3d-%{texlive_version}.%{texlive_noarch}.0.0.12svn15878-%{release}-zypper %endif %package -n texlive-pst-magneticfield Version: %{texlive_version}.%{texlive_noarch}.1.13svn18922 Release: 0 Summary: Plotting a magnetic field with PSTricks License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-magneticfield-doc >= %{texlive_version} Provides: tex(pst-magneticfield.sty) Provides: tex(pst-magneticfield.tex) Requires: tex(multido.sty) Requires: tex(pst-3d.sty) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source220: pst-magneticfield.tar.xz Source221: pst-magneticfield.doc.tar.xz %description -n texlive-pst-magneticfield pst-magneticfield is a PSTricks related package to draw the magnetic field lines of Helmholtz coils in a two or three dimensional view. There are several parameters to create a different output. For more informations or some examples read the documentation of the package. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pst-magneticfield-doc Version: %{texlive_version}.%{texlive_noarch}.1.13svn18922 Release: 0 Summary: Documentation for texlive-pst-magneticfield License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Provides: locale(texlive-pst-magneticfield-doc:de;en;fr) %description -n texlive-pst-magneticfield-doc This package includes the documentation for texlive-pst-magneticfield %post -n texlive-pst-magneticfield mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-magneticfield mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-magneticfield %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-magneticfield-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-magneticfield/Changes %{_texmfdistdir}/doc/generic/pst-magneticfield/README %{_texmfdistdir}/doc/generic/pst-magneticfield/pst-magneticfield-doc.bib %{_texmfdistdir}/doc/generic/pst-magneticfield/pst-magneticfield-docDE.pdf %{_texmfdistdir}/doc/generic/pst-magneticfield/pst-magneticfield-docDE.tex %{_texmfdistdir}/doc/generic/pst-magneticfield/pst-magneticfield-docEN.pdf %{_texmfdistdir}/doc/generic/pst-magneticfield/pst-magneticfield-docEN.tex %{_texmfdistdir}/doc/generic/pst-magneticfield/pst-magneticfield-docFR.pdf %{_texmfdistdir}/doc/generic/pst-magneticfield/pst-magneticfield-docFR.tex %files -n texlive-pst-magneticfield %defattr(-,root,root,755) %{_texmfdistdir}/dvips/pst-magneticfield/pst-magneticfield.pro %{_texmfdistdir}/tex/generic/pst-magneticfield/pst-magneticfield.tex %{_texmfdistdir}/tex/latex/pst-magneticfield/pst-magneticfield.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-magneticfield-%{texlive_version}.%{texlive_noarch}.1.13svn18922-%{release}-zypper %endif %package -n texlive-pst-math Version: %{texlive_version}.%{texlive_noarch}.0.0.63svn34786 Release: 0 Summary: Enhancement of PostScript math operators to use with PSTricks License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-math-doc >= %{texlive_version} Provides: tex(pst-math.sty) Provides: tex(pst-math.tex) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source222: pst-math.tar.xz Source223: pst-math.doc.tar.xz %description -n texlive-pst-math PostScript lacks a lot of basic operators such as tan, acos, asin, cosh, sinh, tanh, acosh, asinh, atanh, exp (with e base). Also (oddly) cos and sin use arguments in degrees. Pst-math provides all those operators in a header file pst-math.pro with wrappers pst-math.sty and pst-math.tex. In addition, sinc, gauss, gammaln and bessel are implemented (only partially for the latter). The package is designed essentially to work with pst-plot but can be used in whatever PS code (such as PSTricks SpecialCoor "!", which is useful for placing labels). The package also provides a routine SIMPSON for numerical integration and a solver of linear equation systems. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pst-math-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.63svn34786 Release: 0 Summary: Documentation for texlive-pst-math License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pst-math-doc This package includes the documentation for texlive-pst-math %post -n texlive-pst-math mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-math mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-math %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-math-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-math/Changes %{_texmfdistdir}/doc/generic/pst-math/README %{_texmfdistdir}/doc/generic/pst-math/pst-math-doc.bib %{_texmfdistdir}/doc/generic/pst-math/pst-math-doc.pdf %{_texmfdistdir}/doc/generic/pst-math/pst-math-doc.tex %files -n texlive-pst-math %defattr(-,root,root,755) %{_texmfdistdir}/dvips/pst-math/pst-math.pro %{_texmfdistdir}/tex/generic/pst-math/pst-math.tex %{_texmfdistdir}/tex/latex/pst-math/pst-math.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-math-%{texlive_version}.%{texlive_noarch}.0.0.63svn34786-%{release}-zypper %endif %package -n texlive-pst-mirror Version: %{texlive_version}.%{texlive_noarch}.1.01svn32997 Release: 0 Summary: Images on a spherical mirror License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-mirror-doc >= %{texlive_version} Provides: tex(pst-mirror.sty) Provides: tex(pst-mirror.tex) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source224: pst-mirror.tar.xz Source225: pst-mirror.doc.tar.xz %description -n texlive-pst-mirror The package provides commands and supporting PostScript material for drawing images as if reflected by a spherical mirror. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pst-mirror-doc Version: %{texlive_version}.%{texlive_noarch}.1.01svn32997 Release: 0 Summary: Documentation for texlive-pst-mirror License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Provides: locale(texlive-pst-mirror-doc:fr) %description -n texlive-pst-mirror-doc This package includes the documentation for texlive-pst-mirror %post -n texlive-pst-mirror mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-mirror mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-mirror %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-mirror-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-mirror/Changes %{_texmfdistdir}/doc/generic/pst-mirror/README %{_texmfdistdir}/doc/generic/pst-mirror/createEPS/make.sh %{_texmfdistdir}/doc/generic/pst-mirror/createEPS/script.readme %{_texmfdistdir}/doc/generic/pst-mirror/createEPS/scripts/filtre.pl %{_texmfdistdir}/doc/generic/pst-mirror/createEPS/test.pdf %{_texmfdistdir}/doc/generic/pst-mirror/createEPS/test.sh %{_texmfdistdir}/doc/generic/pst-mirror/createEPS/test.tex %{_texmfdistdir}/doc/generic/pst-mirror/createEPS/xa.eps %{_texmfdistdir}/doc/generic/pst-mirror/createEPS/xa.tex %{_texmfdistdir}/doc/generic/pst-mirror/createEPS/xb.eps %{_texmfdistdir}/doc/generic/pst-mirror/createEPS/xc.eps %{_texmfdistdir}/doc/generic/pst-mirror/pst-mirror-doc.bib %{_texmfdistdir}/doc/generic/pst-mirror/pst-mirror-doc.pdf %{_texmfdistdir}/doc/generic/pst-mirror/pst-mirror-doc.tex %files -n texlive-pst-mirror %defattr(-,root,root,755) %{_texmfdistdir}/dvips/pst-mirror/pst-mirror.pro %{_texmfdistdir}/tex/generic/pst-mirror/pst-mirror.tex %{_texmfdistdir}/tex/latex/pst-mirror/pst-mirror.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-mirror-%{texlive_version}.%{texlive_noarch}.1.01svn32997-%{release}-zypper %endif %package -n texlive-pst-node Version: %{texlive_version}.%{texlive_noarch}.1.39svn43015 Release: 0 Summary: Nodes and node connections in PSTricks License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-node-doc >= %{texlive_version} Provides: tex(pst-node.sty) Provides: tex(pst-node.tex) Provides: tex(pst-node97.tex) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source226: pst-node.tar.xz Source227: pst-node.doc.tar.xz %description -n texlive-pst-node The package enables the user to connect information, and to place labels, without knowing (in advance) the actual positions of the items to be connected, or where the connecting line should go. The macros are useful for making graphs and trees, mathematical diagrams, linguistic syntax diagrams, and so on. The package contents were previously distributed as a part of the pstricks base distribution; the package serves as an extension to PSTricks. date: 2017-01-21 22:14:28 +0000 %package -n texlive-pst-node-doc Version: %{texlive_version}.%{texlive_noarch}.1.39svn43015 Release: 0 Summary: Documentation for texlive-pst-node License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Provides: locale(texlive-pst-node-doc:en) %description -n texlive-pst-node-doc This package includes the documentation for texlive-pst-node %post -n texlive-pst-node mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-node mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-node %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-node-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-node/Changes %{_texmfdistdir}/doc/generic/pst-node/README %{_texmfdistdir}/doc/generic/pst-node/psmatrix-docDE.bib %{_texmfdistdir}/doc/generic/pst-node/psmatrix-docDE.tex %{_texmfdistdir}/doc/generic/pst-node/pst-node-doc.bib %{_texmfdistdir}/doc/generic/pst-node/pst-node-doc.pdf %{_texmfdistdir}/doc/generic/pst-node/pst-node-doc.tex %files -n texlive-pst-node %defattr(-,root,root,755) %{_texmfdistdir}/dvips/pst-node/pst-node.pro %{_texmfdistdir}/dvips/pst-node/pst-node97.pro %{_texmfdistdir}/tex/generic/pst-node/pst-node.tex %{_texmfdistdir}/tex/generic/pst-node/pst-node97.tex %{_texmfdistdir}/tex/latex/pst-node/pst-node.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-node-%{texlive_version}.%{texlive_noarch}.1.39svn43015-%{release}-zypper %endif %package -n texlive-pst-ob3d Version: %{texlive_version}.%{texlive_noarch}.0.0.21svn15878 Release: 0 Summary: Three dimensional objects using PSTricks License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-ob3d-doc >= %{texlive_version} Provides: tex(pst-ob3d.sty) Provides: tex(pst-ob3d.tex) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source228: pst-ob3d.tar.xz Source229: pst-ob3d.doc.tar.xz %description -n texlive-pst-ob3d The package uses PSTricks to provide basic three-dimensional objects. As yet, only cubes (which can be deformed to rectangular parallelipipeds) and dies (which are only a special kind of cubes) are defined. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pst-ob3d-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.21svn15878 Release: 0 Summary: Documentation for texlive-pst-ob3d License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pst-ob3d-doc This package includes the documentation for texlive-pst-ob3d %post -n texlive-pst-ob3d mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-ob3d mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-ob3d %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-ob3d-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-ob3d/Changes %{_texmfdistdir}/doc/generic/pst-ob3d/README %{_texmfdistdir}/doc/generic/pst-ob3d/pst-ob3d.pdf %files -n texlive-pst-ob3d %defattr(-,root,root,755) %{_texmfdistdir}/tex/generic/pst-ob3d/pst-ob3d.tex %{_texmfdistdir}/tex/latex/pst-ob3d/pst-ob3d.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-ob3d-%{texlive_version}.%{texlive_noarch}.0.0.21svn15878-%{release}-zypper %endif %package -n texlive-pst-ode Version: %{texlive_version}.%{texlive_noarch}.0.0.7svn35418 Release: 0 Summary: Solving initial value problems for sets of Ordinary Differential Equations License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-ode-doc >= %{texlive_version} Provides: tex(pst-ode.sty) Provides: tex(pst-ode.tex) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source230: pst-ode.tar.xz Source231: pst-ode.doc.tar.xz %description -n texlive-pst-ode The package defines \pstODEsolve for solving initial value problems for sets of Ordinary Differential Equations (ODE) using the Runge-Kutta-Fehlberg (RKF45) method with automatic step size adjustment. The result is stored as a PostScript object and may be plotted later using macros from other PSTricks packages, such as \listplot (pst-plot) and \listplotThreeD (pst-3dplot), or may be further processed by user-defined PostScript procedures. Optionally, the computed state vectors can be written as a table to a text file. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pst-ode-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.7svn35418 Release: 0 Summary: Documentation for texlive-pst-ode License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pst-ode-doc This package includes the documentation for texlive-pst-ode %post -n texlive-pst-ode mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-ode mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-ode %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-ode-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-ode/ChangeLog %{_texmfdistdir}/doc/generic/pst-ode/README %{_texmfdistdir}/doc/generic/pst-ode/pst-ode-doc.pdf %{_texmfdistdir}/doc/generic/pst-ode/pst-ode-doc.tex %files -n texlive-pst-ode %defattr(-,root,root,755) %{_texmfdistdir}/dvips/pst-ode/pst-ode.pro %{_texmfdistdir}/tex/generic/pst-ode/pst-ode.tex %{_texmfdistdir}/tex/latex/pst-ode/pst-ode.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-ode-%{texlive_version}.%{texlive_noarch}.0.0.7svn35418-%{release}-zypper %endif %package -n texlive-pst-optexp Version: %{texlive_version}.%{texlive_noarch}.5.2svn35673 Release: 0 Summary: Drawing optical experimental setups License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-optexp-doc >= %{texlive_version} Provides: tex(pst-optexp.sty) Requires: tex(environ.sty) Requires: tex(ifthen.sty) Requires: tex(multido.sty) Requires: tex(pst-eucl.sty) Requires: tex(pst-intersect.sty) Requires: tex(pst-node.sty) Requires: tex(pst-plot.sty) Requires: tex(pst-xkey.sty) Requires: tex(pstricks-add.sty) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source232: pst-optexp.tar.xz Source233: pst-optexp.doc.tar.xz %description -n texlive-pst-optexp The package is a collection of optical components that facilitate easy sketching of optical experimental setups. The package uses PSTricks for its output. A wide range of free-ray and fibre components is provided, the alignment, positioning and labelling of which can be achieved in very simple and flexible ways. The components may be connected with fibers or beams, and realistic raytraced beam paths are also possible. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pst-optexp-doc Version: %{texlive_version}.%{texlive_noarch}.5.2svn35673 Release: 0 Summary: Documentation for texlive-pst-optexp License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Provides: locale(texlive-pst-optexp-doc:de;en) %description -n texlive-pst-optexp-doc This package includes the documentation for texlive-pst-optexp %post -n texlive-pst-optexp mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-optexp mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-optexp %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-optexp-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/pst-optexp/Changes %{_texmfdistdir}/doc/latex/pst-optexp/Makefile %{_texmfdistdir}/doc/latex/pst-optexp/README %{_texmfdistdir}/doc/latex/pst-optexp/pst-optexp-DE.pdf %{_texmfdistdir}/doc/latex/pst-optexp/pst-optexp-quickref.pdf %{_texmfdistdir}/doc/latex/pst-optexp/pst-optexp.pdf %files -n texlive-pst-optexp %defattr(-,root,root,755) %{_texmfdistdir}/dvips/pst-optexp/pst-optexp.pro %{_texmfdistdir}/makeindex/pst-optexp/pst-optexp.ist %{_texmfdistdir}/tex/latex/pst-optexp/pst-optexp.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-optexp-%{texlive_version}.%{texlive_noarch}.5.2svn35673-%{release}-zypper %endif %package -n texlive-pst-optic Version: %{texlive_version}.%{texlive_noarch}.1.02svn41999 Release: 0 Summary: Drawing optics diagrams License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-optic-doc >= %{texlive_version} Provides: tex(pst-optic.sty) Provides: tex(pst-optic.tex) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source234: pst-optic.tar.xz Source235: pst-optic.doc.tar.xz %description -n texlive-pst-optic A package for drawing both reflective and refractive optics diagrams. The package requires pstricks later than version 1.10. date: 2016-09-05 21:50:16 +0000 %package -n texlive-pst-optic-doc Version: %{texlive_version}.%{texlive_noarch}.1.02svn41999 Release: 0 Summary: Documentation for texlive-pst-optic License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-pst-optic-doc This package includes the documentation for texlive-pst-optic %post -n texlive-pst-optic mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-optic mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-optic %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-optic-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-optic/Changes %{_texmfdistdir}/doc/generic/pst-optic/README %{_texmfdistdir}/doc/generic/pst-optic/pst-optic-doc.bib %{_texmfdistdir}/doc/generic/pst-optic/pst-optic-doc.pdf %{_texmfdistdir}/doc/generic/pst-optic/pst-optic-doc.tex %files -n texlive-pst-optic %defattr(-,root,root,755) %{_texmfdistdir}/tex/generic/pst-optic/pst-optic.tex %{_texmfdistdir}/tex/latex/pst-optic/pst-optic.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-optic-%{texlive_version}.%{texlive_noarch}.1.02svn41999-%{release}-zypper %endif %package -n texlive-pst-osci Version: %{texlive_version}.%{texlive_noarch}.2.82svn15878 Release: 0 Summary: Oscgons with PSTricks License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-pst-osci-doc >= %{texlive_version} Provides: tex(pst-osci.sty) Provides: tex(pst-osci.tex) Requires: tex(pstricks.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source236: pst-osci.tar.xz Source237: pst-osci.doc.tar.xz %description -n texlive-pst-osci pst-osci is a PSTricks package enables you to produce oscilloscope "screen shots". Three channels can be used to represent the most common signals (damped or not): namely sinusoidal, rectangular, triangular, dog's tooth (left and right oriented). The third channel allows you to add, to subtract or to multiply the two other signals. Lissajous diagrams (XY-mode) can also be obtained. date: 2016-06-24 17:18:15 +0000 %package -n texlive-pst-osci-doc Version: %{texlive_version}.%{texlive_noarch}.2.82svn15878 Release: 0 Summary: Documentation for texlive-pst-osci License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Provides: locale(texlive-pst-osci-doc:fr;en) %description -n texlive-pst-osci-doc This package includes the documentation for texlive-pst-osci %post -n texlive-pst-osci mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-pst-osci mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-pst-osci %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-pst-osci-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/pst-osci/Changes %{_texmfdistdir}/doc/generic/pst-osci/README %{_texmfdistdir}/doc/generic/pst-osci/oscilloscope.pdf %{_texmfdistdir}/doc/generic/pst-osci/oscilloscope.tex %{_texmfdistdir}/doc/generic/pst-osci/pst-osci-doc.pdf %{_texmfdistdir}/doc/generic/pst-osci/pst-osci-doc.tex %files -n texlive-pst-osci %defattr(-,root,root,755) %{_texmfdistdir}/tex/generic/pst-osci/pst-osci.tex %{_texmfdistdir}/tex/latex/pst-osci/pst-osci.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-pst-osci-%{texlive_version}.%{texlive_noarch}.2.82svn15878-%{release}-zypper %endif %prep %setup -q -c -T %build %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_texmfdistdir} mkdir -p %{buildroot}%{_texmfmaindir}/tlpkg/tlpostcode mkdir -p %{buildroot}%{_datadir}/texlive/tlpkg mkdir -p %{buildroot}/var/adm/update-scripts ln -sf ../../share/texmf %{buildroot}%{_datadir}/texlive/texmf-dist ln -sf ../../share/texmf %{buildroot}%{_datadir}/texlive/texmf ln -sf ../../../share/texmf/tlpkg/tlpostcode \ %{buildroot}%{_datadir}/texlive/tlpkg/tlpostcode %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-placeins-plain-%{texlive_version}.%{texlive_noarch}.2.0svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:1} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-plain-%{texlive_version}.%{texlive_noarch}.3.141592653svn43076-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:2} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-plain-doc-%{texlive_version}.%{texlive_noarch}.svn28424-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:3} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-plainpkg-%{texlive_version}.%{texlive_noarch}.0.0.4asvn27765-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:4} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:5} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-plantslabels-%{texlive_version}.%{texlive_noarch}.1.0svn29803-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:6} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:7} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-plari-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:8} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:9} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-plates-%{texlive_version}.%{texlive_noarch}.0.0.1svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:10} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:11} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-platex-%{texlive_version}.%{texlive_noarch}.svn44209-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:12} -C %{buildroot}%{_datadir}/texlive tar --use-compress-program=xz -xf %{S:13} -C %{buildroot}%{_datadir}/texlive %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-platex-tools-%{texlive_version}.%{texlive_noarch}.svn44208-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:14} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:15} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-platexcheat-%{texlive_version}.%{texlive_noarch}.2.0svn42918-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:16} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-play-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:17} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:18} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-playfair-fonts-%{texlive_version}.%{texlive_noarch}.svn34236-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:19} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:20} -C %{buildroot}%{_datadir}/texlive/texmf-dist # Move font files mkdir -p %{buildroot}%{_datadir}/fonts/texlive-playfair for font in %{buildroot}/%{_texmfdistdir}/fonts/opentype/public/playfair/*.{pf[ab],[ot]tf} \ %{buildroot}/%{_texmfdistdir}/fonts/type1/public/playfair/*.{pf[ab],[ot]tf} do test -e $font || continue mv -f $font %{buildroot}%{_datadir}/fonts/texlive-playfair base=${font##*/} ln -sf %{_datadir}/fonts/texlive-playfair/${base} ${font} done > %{buildroot}%{_datadir}/fonts/texlive-playfair/encodings.dir > %{buildroot}%{_datadir}/fonts/texlive-playfair/fonts.dir > %{buildroot}%{_datadir}/fonts/texlive-playfair/fonts.scale mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail (cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-playfair.conf)<<-'EOF' <?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <!-- ************************************************ --> <!-- Use this to disable the TeX fonts of the package --> <!-- texlive-playfair --> <!-- Be aware that the configurations in the files --> <!-- 09-texlive*.conf will not be affected by this --> <!-- ************************************************ --> <fontconfig> <rejectfont> <glob>%{_datadir}/fonts/texlive-playfair/*</glob> </rejectfont> </fontconfig> EOF %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-plipsum-%{texlive_version}.%{texlive_noarch}.4.3svn30353-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:21} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:22} -C %{buildroot}%{_datadir}/texlive/texmf-dist # Make possible scripts usable if any for scr in %{_texmfdistdir}/doc/plain/plipsum/compile.sh do test -e %{buildroot}/$scr || continue chmod 0755 %{buildroot}/$scr done %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-plnfss-%{texlive_version}.%{texlive_noarch}.1.1svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:23} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:24} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-plstmary-%{texlive_version}.%{texlive_noarch}.0.0.5csvn31088-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:25} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:26} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-plweb-%{texlive_version}.%{texlive_noarch}.3.0svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:27} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:28} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pmgraph-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:29} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:30} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pmx-%{texlive_version}.%{texlive_noarch}.2.76svn43869-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:31} -C %{buildroot}%{_datadir}/texlive tar --use-compress-program=xz -xf %{S:32} -C %{buildroot}%{_datadir}/texlive %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pmxchords-%{texlive_version}.%{texlive_noarch}.2.0.2svn39249-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:33} -C %{buildroot}%{_datadir}/texlive tar --use-compress-program=xz -xf %{S:34} -C %{buildroot}%{_datadir}/texlive %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pnas2009-%{texlive_version}.%{texlive_noarch}.1.0svn16287-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:35} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-poemscol-%{texlive_version}.%{texlive_noarch}.2.72svn40613-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:36} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:37} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-poetrytex-%{texlive_version}.%{texlive_noarch}.3.0.1svn39921-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:38} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:39} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-polski-%{texlive_version}.%{texlive_noarch}.1.3.4svn44213-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:40} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:41} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-poltawski-fonts-%{texlive_version}.%{texlive_noarch}.1.101svn20075-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:42} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:43} -C %{buildroot}%{_datadir}/texlive/texmf-dist # Move font files mkdir -p %{buildroot}%{_datadir}/fonts/texlive-poltawski for font in %{buildroot}/%{_texmfdistdir}/fonts/opentype/gust/poltawski/*.{pf[ab],[ot]tf} \ %{buildroot}/%{_texmfdistdir}/fonts/type1/gust/poltawski/*.{pf[ab],[ot]tf} do test -e $font || continue mv -f $font %{buildroot}%{_datadir}/fonts/texlive-poltawski base=${font##*/} ln -sf %{_datadir}/fonts/texlive-poltawski/${base} ${font} done > %{buildroot}%{_datadir}/fonts/texlive-poltawski/encodings.dir > %{buildroot}%{_datadir}/fonts/texlive-poltawski/fonts.dir > %{buildroot}%{_datadir}/fonts/texlive-poltawski/fonts.scale mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail (cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-poltawski.conf)<<-'EOF' <?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <!-- ************************************************ --> <!-- Use this to disable the TeX fonts of the package --> <!-- texlive-poltawski --> <!-- Be aware that the configurations in the files --> <!-- 09-texlive*.conf will not be affected by this --> <!-- ************************************************ --> <fontconfig> <rejectfont> <glob>%{_datadir}/fonts/texlive-poltawski/*</glob> </rejectfont> </fontconfig> EOF %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-polyglossia-%{texlive_version}.%{texlive_noarch}.1.42.4svn40138-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:44} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:45} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-polynom-%{texlive_version}.%{texlive_noarch}.0.0.18svn42664-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:46} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:47} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-polynomial-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:48} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:49} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-polytable-%{texlive_version}.%{texlive_noarch}.0.0.8.2svn31235-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:50} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:51} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-postcards-%{texlive_version}.%{texlive_noarch}.svn21641-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:52} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:53} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-poster-mac-%{texlive_version}.%{texlive_noarch}.1.1svn18305-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:54} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:55} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-powerdot-%{texlive_version}.%{texlive_noarch}.1.5asvn38984-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:56} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:57} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-powerdot-FUBerlin-%{texlive_version}.%{texlive_noarch}.0.0.01svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:58} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:59} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-ppr-prv-%{texlive_version}.%{texlive_noarch}.0.0.13csvn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:60} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:61} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pracjourn-%{texlive_version}.%{texlive_noarch}.0.0.4nsvn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:62} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:63} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-preprint-%{texlive_version}.%{texlive_noarch}.2011svn30447-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:64} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:65} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-prerex-%{texlive_version}.%{texlive_noarch}.svn40613-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:66} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:67} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-present-%{texlive_version}.%{texlive_noarch}.2.2svn25953-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:68} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:69} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-presentations-%{texlive_version}.%{texlive_noarch}.svn43949-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:70} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-presentations-en-%{texlive_version}.%{texlive_noarch}.svn29803-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:71} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pressrelease-%{texlive_version}.%{texlive_noarch}.1.0svn35147-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:72} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:73} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-prettyref-%{texlive_version}.%{texlive_noarch}.3.0svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:74} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:75} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-preview-%{texlive_version}.%{texlive_noarch}.11.90svn44227-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:76} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:77} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-prftree-%{texlive_version}.%{texlive_noarch}.1.5svn41985-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:78} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:79} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-printlen-%{texlive_version}.%{texlive_noarch}.1.1asvn19847-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:80} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:81} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-proba-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:82} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:83} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-probsoln-%{texlive_version}.%{texlive_noarch}.3.04svn29371-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:84} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:85} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-procIAGssymp-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:86} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:87} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-prodint-fonts-%{texlive_version}.%{texlive_noarch}.svn21893-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:88} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:89} -C %{buildroot}%{_datadir}/texlive/texmf-dist # Move font files mkdir -p %{buildroot}%{_datadir}/fonts/texlive-prodint for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/public/prodint/*.{pf[ab],[ot]tf} do test -e $font || continue mv -f $font %{buildroot}%{_datadir}/fonts/texlive-prodint base=${font##*/} ln -sf %{_datadir}/fonts/texlive-prodint/${base} ${font} done > %{buildroot}%{_datadir}/fonts/texlive-prodint/encodings.dir > %{buildroot}%{_datadir}/fonts/texlive-prodint/fonts.dir > %{buildroot}%{_datadir}/fonts/texlive-prodint/fonts.scale mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail (cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-prodint.conf)<<-'EOF' <?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <!-- ************************************************ --> <!-- Use this to disable the TeX fonts of the package --> <!-- texlive-prodint --> <!-- Be aware that the configurations in the files --> <!-- 09-texlive*.conf will not be affected by this --> <!-- ************************************************ --> <fontconfig> <rejectfont> <glob>%{_datadir}/fonts/texlive-prodint/*</glob> </rejectfont> </fontconfig> EOF %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-productbox-%{texlive_version}.%{texlive_noarch}.1.1svn20886-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:90} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:91} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-program-%{texlive_version}.%{texlive_noarch}.3.3.14svn44214-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:92} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:93} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-progress-%{texlive_version}.%{texlive_noarch}.1.10svn19519-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:94} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:95} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-progressbar-%{texlive_version}.%{texlive_noarch}.1.0b_4svn33822-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:96} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:97} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-proofread-%{texlive_version}.%{texlive_noarch}.1.02svn43370-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:98} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:99} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-prooftrees-%{texlive_version}.%{texlive_noarch}.0.0.6svn43184-%{release}-zypper %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 %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-properties-%{texlive_version}.%{texlive_noarch}.0.0.2svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:102} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:103} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-proposal-%{texlive_version}.%{texlive_noarch}.svn40538-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:104} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:105} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-prosper-%{texlive_version}.%{texlive_noarch}.1.0hsvn33033-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:106} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:107} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-protex-%{texlive_version}.%{texlive_noarch}.svn41633-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:108} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:109} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-protocol-%{texlive_version}.%{texlive_noarch}.1.13svn25562-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:110} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:111} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-przechlewski-book-%{texlive_version}.%{texlive_noarch}.svn23552-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:112} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:113} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-ps2pk-%{texlive_version}.%{texlive_noarch}.svn44166-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:114} -C %{buildroot}%{_datadir}/texlive %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-psbao-%{texlive_version}.%{texlive_noarch}.0.0.17svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:115} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:116} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pseudocode-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:117} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:118} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-psfrag-%{texlive_version}.%{texlive_noarch}.3.04svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:119} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:120} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-psfrag-italian-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:121} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-psfragx-%{texlive_version}.%{texlive_noarch}.1.1svn26243-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:122} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:123} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-psgo-%{texlive_version}.%{texlive_noarch}.0.0.17svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:124} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:125} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-psizzl-%{texlive_version}.%{texlive_noarch}.0.0.35svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:126} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:127} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pslatex-%{texlive_version}.%{texlive_noarch}.svn16416-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:128} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-psnfss-%{texlive_version}.%{texlive_noarch}.9.2asvn33946-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:129} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:130} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pspicture-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:131} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:132} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pst-2dplot-%{texlive_version}.%{texlive_noarch}.1.5svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:133} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:134} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pst-3d-%{texlive_version}.%{texlive_noarch}.1.10svn17257-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:135} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:136} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pst-3dplot-%{texlive_version}.%{texlive_noarch}.2.04svn43703-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:137} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:138} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pst-abspos-%{texlive_version}.%{texlive_noarch}.0.0.2svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:139} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:140} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pst-am-%{texlive_version}.%{texlive_noarch}.1.02svn19591-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:141} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:142} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pst-arrow-%{texlive_version}.%{texlive_noarch}.0.0.01svn41980-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:143} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:144} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pst-asr-%{texlive_version}.%{texlive_noarch}.1.3svn22138-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:145} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:146} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pst-bar-%{texlive_version}.%{texlive_noarch}.0.0.92svn18734-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:147} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:148} -C %{buildroot}%{_datadir}/texlive/texmf-dist rm -vf %{buildroot}%{_texmfdistdir}/doc/generic/pst-bar/pst-bar.orig %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pst-barcode-%{texlive_version}.%{texlive_noarch}.0.0.16asvn43996-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:149} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:150} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pst-bezier-%{texlive_version}.%{texlive_noarch}.0.0.03svn41981-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:151} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:152} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pst-blur-%{texlive_version}.%{texlive_noarch}.2.0svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:153} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:154} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pst-bspline-%{texlive_version}.%{texlive_noarch}.1.62svn40685-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:155} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:156} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pst-calendar-%{texlive_version}.%{texlive_noarch}.0.0.47svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:157} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:158} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pst-cie-%{texlive_version}.%{texlive_noarch}.1.05svn41223-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:159} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:160} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pst-circ-%{texlive_version}.%{texlive_noarch}.2.14svn41901-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:161} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:162} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pst-coil-%{texlive_version}.%{texlive_noarch}.1.07svn37377-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:163} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:164} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pst-cox-%{texlive_version}.%{texlive_noarch}.0.0.98_betasvn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:165} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:166} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pst-dbicons-%{texlive_version}.%{texlive_noarch}.0.0.16svn17556-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:167} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:168} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pst-diffraction-%{texlive_version}.%{texlive_noarch}.2.03svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:169} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:170} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pst-electricfield-%{texlive_version}.%{texlive_noarch}.0.0.14svn29803-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:171} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:172} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pst-eps-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:173} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:174} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pst-eucl-%{texlive_version}.%{texlive_noarch}.1.56svn43911-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:175} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:176} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pst-eucl-translation-bg-%{texlive_version}.%{texlive_noarch}.1.3.2svn19296-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:177} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pst-exa-%{texlive_version}.%{texlive_noarch}.0.0.05svn35248-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:178} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:179} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pst-fill-%{texlive_version}.%{texlive_noarch}.1.01svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:180} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:181} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pst-fit-%{texlive_version}.%{texlive_noarch}.0.0.01svn28155-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:182} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:183} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pst-fr3d-%{texlive_version}.%{texlive_noarch}.1.10svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:184} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:185} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pst-fractal-%{texlive_version}.%{texlive_noarch}.0.0.06svn16958-%{release}-zypper %endif 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-pst-fun-%{texlive_version}.%{texlive_noarch}.0.0.04svn17909-%{release}-zypper %endif 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-pst-func-%{texlive_version}.%{texlive_noarch}.0.0.85svn43912-%{release}-zypper %endif 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-pst-gantt-%{texlive_version}.%{texlive_noarch}.0.0.22asvn35832-%{release}-zypper %endif 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-pst-geo-%{texlive_version}.%{texlive_noarch}.0.0.06svn44131-%{release}-zypper %endif 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 # Make possible scripts usable if any for scr in %{_texmfdistdir}/doc/generic/pst-geo/pst-geo-compress.pl \ %{_texmfdistdir}/doc/generic/pst-geo/pst-geo-decompress.pl do test -e %{buildroot}/$scr || continue chmod 0755 %{buildroot}/$scr done %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pst-ghsb-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper %endif 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-pst-gr3d-%{texlive_version}.%{texlive_noarch}.1.34svn15878-%{release}-zypper %endif 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-pst-grad-%{texlive_version}.%{texlive_noarch}.1.06svn15878-%{release}-zypper %endif 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-pst-graphicx-%{texlive_version}.%{texlive_noarch}.0.0.02svn21717-%{release}-zypper %endif 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-pst-infixplot-%{texlive_version}.%{texlive_noarch}.0.0.11svn15878-%{release}-zypper %endif 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-pst-intersect-%{texlive_version}.%{texlive_noarch}.0.0.4svn33210-%{release}-zypper %endif 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-pst-jtree-%{texlive_version}.%{texlive_noarch}.2.6svn20946-%{release}-zypper %endif 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-pst-knot-%{texlive_version}.%{texlive_noarch}.0.0.2svn16033-%{release}-zypper %endif 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-pst-labo-%{texlive_version}.%{texlive_noarch}.2.04svn39077-%{release}-zypper %endif 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-pst-layout-%{texlive_version}.%{texlive_noarch}.0.0.95svn29803-%{release}-zypper %endif 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 %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pst-lens-%{texlive_version}.%{texlive_noarch}.1.02svn15878-%{release}-zypper %endif 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-pst-light3d-%{texlive_version}.%{texlive_noarch}.0.0.12svn15878-%{release}-zypper %endif 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-pst-magneticfield-%{texlive_version}.%{texlive_noarch}.1.13svn18922-%{release}-zypper %endif 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-pst-math-%{texlive_version}.%{texlive_noarch}.0.0.63svn34786-%{release}-zypper %endif 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-pst-mirror-%{texlive_version}.%{texlive_noarch}.1.01svn32997-%{release}-zypper %endif 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 # Add shebang e.g. correct perl wrapper scripts if any for scr in %{_texmfdistdir}/doc/generic/pst-mirror/createEPS/make.sh \ %{_texmfdistdir}/doc/generic/pst-mirror/createEPS/test.sh do test -e %{buildroot}/$scr || continue ed %{buildroot}/${scr} <<-'EOF' 1 i #! /bin/sh . w q EOF done %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pst-node-%{texlive_version}.%{texlive_noarch}.1.39svn43015-%{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 %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pst-ob3d-%{texlive_version}.%{texlive_noarch}.0.0.21svn15878-%{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 %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pst-ode-%{texlive_version}.%{texlive_noarch}.0.0.7svn35418-%{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 %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pst-optexp-%{texlive_version}.%{texlive_noarch}.5.2svn35673-%{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 %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pst-optic-%{texlive_version}.%{texlive_noarch}.1.02svn41999-%{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 %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-pst-osci-%{texlive_version}.%{texlive_noarch}.2.82svn15878-%{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 # Remove this rm -vrf %{buildroot}%{_texmfdistdir}/tlpkg/tlpobj rm -vrf %{buildroot}%{_texmfmaindir}/tlpkg/tlpobj rm -v %{buildroot}%{_datadir}/texlive/texmf rm -v %{buildroot}%{_datadir}/texlive/texmf-dist rm -vr %{buildroot}%{_datadir}/texlive # Handle manual pages rm -vf %{buildroot}%{_texmfmaindir}/doc/man/Makefile rm -vf %{buildroot}%{_texmfmaindir}/doc/man/man*/*.pdf rm -vf %{buildroot}%{_texmfdistdir}/doc/man/Makefile rm -vf %{buildroot}%{_texmfdistdir}/doc/man/man*/*.pdf for path in %{buildroot}%{_texmfmaindir}/doc/man/man? \ %{buildroot}%{_texmfdistdir}/doc/man/man? do test -d "$path" || continue sec=${path##*/} mkdir -p %{buildroot}%{_mandir}/${sec} for page in ${path}/*.* do test -e "$page" || continue mv -f $page %{buildroot}%{_mandir}/${sec}/ done done rm -rf %{buildroot}%{_texmfmaindir}/doc/man rm -rf %{buildroot}%{_texmfdistdir}/doc/man find %{buildroot}%{_texmfmaindir}/ %{buildroot}%{_texmfdistdir}/ \ -type f -a -perm /g+w,o+w | xargs --no-run-if-empty chmod g-w,o-w %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor