forked from pool/texlive-specs-u
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive-specs-u?expand=0&rev=35
15058 lines
708 KiB
RPMSpec
15058 lines
708 KiB
RPMSpec
#
|
|
# spec file for package texlive-specs-u
|
|
#
|
|
# Copyright (c) 2015 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/
|
|
#
|
|
|
|
|
|
%global _varlib %{_localstatedir}/lib
|
|
%global _libexecdir %{_prefix}/lib
|
|
|
|
%define _texmfdistdir %{_datadir}/texmf
|
|
%define _texmfmaindir %{_libexecdir}/texmf
|
|
%define _texmfdirs \{%{_texmfdistdir},%{_texmfmaindir}\}
|
|
|
|
%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
|
|
|
|
%define texlive_version 2013
|
|
%define texlive_previous 2011
|
|
%define texlive_release 20130620
|
|
%define texlive_noarch 90
|
|
|
|
Name: texlive-specs-u
|
|
Version: 2013
|
|
Release: 0
|
|
BuildRequires: ed
|
|
BuildRequires: texlive-filesystem
|
|
BuildRequires: xz
|
|
BuildArch: noarch
|
|
Summary: Meta package for u
|
|
License: GPL-2.0+ and LPPL-1.0 and OFL-1.1 and SUSE-Public-Domain and SUSE-TeX
|
|
Group: Productivity/Publishing/TeX/Base
|
|
|
|
%description
|
|
Meta package to build tons of noarch texlive packages.
|
|
|
|
%prep
|
|
%setup -q -c -T
|
|
|
|
%build
|
|
|
|
%package -n texlive-pstools
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.68svn29764
|
|
Release: 0
|
|
Summary: Produce Encapsulated PostScript from PostScript
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires: psutils
|
|
Requires(pre): texlive-pstools-bin >= %{texlive_version}
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-pstools-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source1: pstools.tar.xz
|
|
Source2: pstools.doc.tar.xz
|
|
|
|
%description -n texlive-pstools
|
|
Produce Encapsulated PostScript Files (EPS/EPSF) from a one-
|
|
page PostScript document, or any PostScript document. A correct
|
|
Bounding Box is calculated for the EPS files and some
|
|
PostScript command sequences that can produce errorneous
|
|
results on printers are filtered. The input is cropped to
|
|
include just the image contained in the PostScript file. The
|
|
EPS files can then be included into TeX documents. Other
|
|
programs like ps2epsi (a script distributed with ghostscript)
|
|
don't always calculate the correct bounding box (because the
|
|
values are put on the PostScript stack which may get corrupted
|
|
by bad PostScript code) or they round it off, resulting in
|
|
clipping the image. Therefore ps2eps uses a resolution of 144
|
|
dpi to get the correct bounding box. The bundle includes
|
|
binaries for Linux, Solaris, Digital Unix or Windows
|
|
2000/9x/NT; for other platforms, the user needs perl,
|
|
ghostscript and an ANSI-C compiler. Included in the
|
|
distribution is the bbox program, an application to produce
|
|
Bounding Box values for rawppm or rawpbm format files.
|
|
|
|
date: 2012-07-20 18:39:39 +0000
|
|
|
|
|
|
%package -n texlive-pstools-doc
|
|
Summary: Documentation for texlive-pstools
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.68svn29764
|
|
Release: 0
|
|
|
|
%description -n texlive-pstools-doc
|
|
This package includes the documentation for texlive-pstools
|
|
|
|
%post -n texlive-pstools
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-pstools
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-pstools
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-pstools-doc
|
|
%defattr(-,root,root,755)
|
|
%{_mandir}/man1/bbox.1*
|
|
%{_mandir}/man1/ps2eps.1*
|
|
%{_mandir}/man1/ps2frag.1*
|
|
%{_mandir}/man1/pslatex.1*
|
|
|
|
%files -n texlive-pstools
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/scripts/ps2eps/ps2eps.pl
|
|
%{_texmfdistdir}/scripts/texlive/ps2frag.sh
|
|
%{_texmfdistdir}/scripts/texlive/pslatex.sh
|
|
/var/adm/update-scripts/texlive-pstools-%{texlive_version}.%{texlive_noarch}.1.68svn29764-%{release}-zypper
|
|
|
|
%package -n texlive-pstricks
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.43svn30616
|
|
Release: 0
|
|
Summary: PostScript macros for 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): texlive >= %{texlive_version}
|
|
Recommends: texlive-pstricks-doc >= %{texlive_version}
|
|
Provides: tex(distiller.cfg)
|
|
Provides: tex(dvips.cfg)
|
|
Provides: tex(dvipsone.cfg)
|
|
Provides: tex(gastex.cfg)
|
|
Provides: tex(pst-all.sty)
|
|
Provides: tex(pst-doc.cls)
|
|
Provides: tex(pst-fp.tex)
|
|
Provides: tex(pst-key.sty)
|
|
Provides: tex(pst-key.tex)
|
|
Provides: tex(pstPlain.tex)
|
|
Provides: tex(pstcol.sty)
|
|
Provides: tex(pstricks.sty)
|
|
Provides: tex(pstricks.tex)
|
|
Provides: tex(pstricks97.tex)
|
|
Provides: tex(textures.cfg)
|
|
Provides: tex(vtex.cfg)
|
|
Provides: tex(xdvipdfmx.cfg)
|
|
Requires: tex(amsmath.sty)
|
|
Requires: tex(amssymb.sty)
|
|
Requires: tex(babel.sty)
|
|
Requires: tex(bera.sty)
|
|
Requires: tex(booktabs.sty)
|
|
Requires: tex(breakurl.sty)
|
|
Requires: tex(calc.sty)
|
|
Requires: tex(caption.sty)
|
|
Requires: tex(chngcntr.sty)
|
|
Requires: tex(eso-pic.sty)
|
|
Requires: tex(fancyvrb.sty)
|
|
Requires: tex(filecontents.sty)
|
|
Requires: tex(fontenc.sty)
|
|
Requires: tex(footmisc.sty)
|
|
Requires: tex(graphicx.sty)
|
|
Requires: tex(ifpdf.sty)
|
|
Requires: tex(lscape.sty)
|
|
Requires: tex(makeidx.sty)
|
|
Requires: tex(multido.sty)
|
|
Requires: tex(nameref.sty)
|
|
Requires: tex(paralist.sty)
|
|
Requires: tex(pst-3d.sty)
|
|
Requires: tex(pst-coil.sty)
|
|
Requires: tex(pst-eps.sty)
|
|
Requires: tex(pst-fill.sty)
|
|
Requires: tex(pst-grad.sty)
|
|
Requires: tex(pst-node.sty)
|
|
Requires: tex(pst-plot.sty)
|
|
Requires: tex(pst-text.sty)
|
|
Requires: tex(pst-tree.sty)
|
|
Requires: tex(pst-xkey.sty)
|
|
Requires: tex(pstricks-add.sty)
|
|
Requires: tex(ragged2e.sty)
|
|
Requires: tex(scrpage2.sty)
|
|
Requires: tex(setspace.sty)
|
|
Requires: tex(showexpl.sty)
|
|
Requires: tex(subfig.sty)
|
|
Requires: tex(tabularx.sty)
|
|
Requires: tex(textcomp.sty)
|
|
Requires: tex(varioref.sty)
|
|
Requires: tex(xcolor.sty)
|
|
Requires: tex(xkeyval.sty)
|
|
Requires: tex(xkvview.sty)
|
|
Requires: tex(xspace.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source3: pstricks.tar.xz
|
|
Source4: pstricks.doc.tar.xz
|
|
|
|
%description -n texlive-pstricks
|
|
An extensive collection of macros for generating PostScript
|
|
that is usable with most TeX macro formats, including Plain
|
|
TeX, LaTeX, AMS-TeX, and AMS-LaTeX. Included are macros for
|
|
colour, graphics, pie charts, rotation, trees and overlays. It
|
|
has many special features, including a wide variety of graphics
|
|
(picture drawing) macros, with a flexible interface and with
|
|
colour support. There are macros for colouring or shading the
|
|
cells of tables. The package pstricks-add contains bug-fixes
|
|
and additions for pstricks (among other things). PSTricks uses
|
|
PostScript \special commands, which are not supported by
|
|
PDF(La)TeX. This limitation may be overcome by using either the
|
|
pst-pdf or the pdftricks package, to generate a PDF inclusion
|
|
from a PSTricks diagram.
|
|
|
|
date: 2013-05-21 19:04:45 +0000
|
|
|
|
|
|
%package -n texlive-pstricks-doc
|
|
Summary: Documentation for texlive-pstricks
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.43svn30616
|
|
Release: 0
|
|
|
|
%description -n texlive-pstricks-doc
|
|
This package includes the documentation for texlive-pstricks
|
|
|
|
%post -n texlive-pstricks
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-pstricks
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-pstricks
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-pstricks-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/pstricks/Changes
|
|
%{_texmfdistdir}/doc/generic/pstricks/Changes.dvips
|
|
%{_texmfdistdir}/doc/generic/pstricks/Changes.generic
|
|
%{_texmfdistdir}/doc/generic/pstricks/Changes.latex
|
|
%{_texmfdistdir}/doc/generic/pstricks/Makefile
|
|
%{_texmfdistdir}/doc/generic/pstricks/PSTricks.bib
|
|
%{_texmfdistdir}/doc/generic/pstricks/README
|
|
%{_texmfdistdir}/doc/generic/pstricks/ctandir.sty
|
|
%{_texmfdistdir}/doc/generic/pstricks/images/flowers.eps
|
|
%{_texmfdistdir}/doc/generic/pstricks/images/tiger.eps
|
|
%{_texmfdistdir}/doc/generic/pstricks/images/tiger.pdf
|
|
%{_texmfdistdir}/doc/generic/pstricks/pst-doc.ist
|
|
%{_texmfdistdir}/doc/generic/pstricks/pst-doc.pdf
|
|
%{_texmfdistdir}/doc/generic/pstricks/pst-news.sty
|
|
%{_texmfdistdir}/doc/generic/pstricks/pst-news.tex
|
|
%{_texmfdistdir}/doc/generic/pstricks/pst-news05.pdf
|
|
%{_texmfdistdir}/doc/generic/pstricks/pst-news05.tex
|
|
%{_texmfdistdir}/doc/generic/pstricks/pst-news06.pdf
|
|
%{_texmfdistdir}/doc/generic/pstricks/pst-news06.tex
|
|
%{_texmfdistdir}/doc/generic/pstricks/pst-news08.pdf
|
|
%{_texmfdistdir}/doc/generic/pstricks/pst-news08.tex
|
|
%{_texmfdistdir}/doc/generic/pstricks/pst-news09.pdf
|
|
%{_texmfdistdir}/doc/generic/pstricks/pst-news09.tex
|
|
%{_texmfdistdir}/doc/generic/pstricks/pst-news10.pdf
|
|
%{_texmfdistdir}/doc/generic/pstricks/pst-news10.tex
|
|
%{_texmfdistdir}/doc/generic/pstricks/pst-news11.pdf
|
|
%{_texmfdistdir}/doc/generic/pstricks/pst-news11.tex
|
|
%{_texmfdistdir}/doc/generic/pstricks/pst-news12.pdf
|
|
%{_texmfdistdir}/doc/generic/pstricks/pst-news12.tex
|
|
%{_texmfdistdir}/doc/generic/pstricks/pst-news13.pdf
|
|
%{_texmfdistdir}/doc/generic/pstricks/pst-news13.tex
|
|
%{_texmfdistdir}/doc/generic/pstricks/pst-quickref.pdf
|
|
%{_texmfdistdir}/doc/generic/pstricks/pst-user.pdf
|
|
%{_texmfdistdir}/doc/generic/pstricks/pst-user.tgz
|
|
%{_texmfdistdir}/doc/generic/pstricks/pst-usrfull.pdf
|
|
%{_texmfdistdir}/doc/generic/pstricks/pstnews1-10.pdf
|
|
%{_texmfdistdir}/doc/generic/pstricks/pstnews1-10.tex
|
|
%{_texmfdistdir}/doc/generic/pstricks/pstnews1-11.pdf
|
|
%{_texmfdistdir}/doc/generic/pstricks/pstnews1-11.tex
|
|
%{_texmfdistdir}/doc/generic/pstricks/pstnews1-12.pdf
|
|
%{_texmfdistdir}/doc/generic/pstricks/pstnews1-12.tex
|
|
%{_texmfdistdir}/doc/generic/pstricks/pstnews97-15.pdf
|
|
%{_texmfdistdir}/doc/generic/pstricks/pstnews97-15.tex
|
|
%{_texmfdistdir}/doc/generic/pstricks/pstricks-add-data9.data
|
|
%{_texmfdistdir}/doc/generic/pstricks/pstricks-bug.tex
|
|
%{_texmfdistdir}/doc/generic/pstricks/pstricks-doc.pdf
|
|
%{_texmfdistdir}/doc/generic/pstricks/test-pst.pdf
|
|
%{_texmfdistdir}/doc/generic/pstricks/test-pst.tex
|
|
|
|
%files -n texlive-pstricks
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/dvips/pstricks/pst-algparser.pro
|
|
%{_texmfdistdir}/dvips/pstricks/pst-dots.pro
|
|
%{_texmfdistdir}/dvips/pstricks/pst-dots97.pro
|
|
%{_texmfdistdir}/dvips/pstricks/pstricks.pro
|
|
%{_texmfdistdir}/dvips/pstricks/pstricks97.pro
|
|
%{_texmfdistdir}/tex/generic/pstricks/config/Changes
|
|
%{_texmfdistdir}/tex/generic/pstricks/config/README
|
|
%{_texmfdistdir}/tex/generic/pstricks/config/distiller.cfg
|
|
%{_texmfdistdir}/tex/generic/pstricks/config/dvips.cfg
|
|
%{_texmfdistdir}/tex/generic/pstricks/config/dvipsone.cfg
|
|
%{_texmfdistdir}/tex/generic/pstricks/config/gastex.cfg
|
|
%{_texmfdistdir}/tex/generic/pstricks/config/textures.cfg
|
|
%{_texmfdistdir}/tex/generic/pstricks/config/vtex.cfg
|
|
%{_texmfdistdir}/tex/generic/pstricks/config/xdvipdfmx.cfg
|
|
%{_texmfdistdir}/tex/generic/pstricks/pst-fp.tex
|
|
%{_texmfdistdir}/tex/generic/pstricks/pst-key.tex
|
|
%{_texmfdistdir}/tex/generic/pstricks/pstPlain.tex
|
|
%{_texmfdistdir}/tex/generic/pstricks/pstricks.con
|
|
%{_texmfdistdir}/tex/generic/pstricks/pstricks.tex
|
|
%{_texmfdistdir}/tex/generic/pstricks/pstricks97.tex
|
|
%{_texmfdistdir}/tex/latex/pstricks/pst-all.sty
|
|
%{_texmfdistdir}/tex/latex/pstricks/pst-doc.cls
|
|
%{_texmfdistdir}/tex/latex/pstricks/pst-key.sty
|
|
%{_texmfdistdir}/tex/latex/pstricks/pstcol.sty
|
|
%{_texmfdistdir}/tex/latex/pstricks/pstricks.sty
|
|
/var/adm/update-scripts/texlive-pstricks-%{texlive_version}.%{texlive_noarch}.2.43svn30616-%{release}-zypper
|
|
|
|
%package -n texlive-pstricks-add
|
|
Version: %{texlive_version}.%{texlive_noarch}.3.59svn28750
|
|
Release: 0
|
|
Summary: A collection of add-ons and bugfixes 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): texlive >= %{texlive_version}
|
|
Recommends: texlive-pstricks-add-doc >= %{texlive_version}
|
|
Provides: tex(pstricks-add.sty)
|
|
Provides: tex(pstricks-add.tex)
|
|
Requires: tex(multido.sty)
|
|
Requires: tex(pst-3d.sty)
|
|
Requires: tex(pst-math.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 20130620
|
|
Source5: pstricks-add.tar.xz
|
|
Source6: pstricks-add.doc.tar.xz
|
|
|
|
%description -n texlive-pstricks-add
|
|
Collects together examples that have been posted to the
|
|
pstricks mailing list, together with many additional features
|
|
for the basic pstricks, pst-plot and pst-node, including: -
|
|
bugfixes; - new options for the pspicture environment; -
|
|
arrows; - braces as node connection/linestyle; - extended axes
|
|
for plots (e.g., logarithm axes); - polar plots; - plotting
|
|
tangent lines of curves or functions; - solving and printing
|
|
differential equationd; - box plots; - matrix plots; and - pie
|
|
charts. The package makes use of PostScript routines provided
|
|
by pst-math.
|
|
|
|
date: 2012-09-28 12:00:56 +0000
|
|
|
|
|
|
%package -n texlive-pstricks-add-doc
|
|
Summary: Documentation for texlive-pstricks-add
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.3.59svn28750
|
|
Release: 0
|
|
|
|
%description -n texlive-pstricks-add-doc
|
|
This package includes the documentation for texlive-pstricks-add
|
|
|
|
%post -n texlive-pstricks-add
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-pstricks-add
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-pstricks-add
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-pstricks-add-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/pstricks-add/Changes
|
|
%{_texmfdistdir}/doc/generic/pstricks-add/README
|
|
%{_texmfdistdir}/doc/generic/pstricks-add/pstricks-add-doc.bib
|
|
%{_texmfdistdir}/doc/generic/pstricks-add/pstricks-add-doc.dat
|
|
%{_texmfdistdir}/doc/generic/pstricks-add/pstricks-add-doc.pdf
|
|
%{_texmfdistdir}/doc/generic/pstricks-add/pstricks-add-doc.tex
|
|
|
|
%files -n texlive-pstricks-add
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/dvips/pstricks-add/pstricks-add.pro
|
|
%{_texmfdistdir}/tex/generic/pstricks-add/pstricks-add.tex
|
|
%{_texmfdistdir}/tex/latex/pstricks-add/pstricks-add.sty
|
|
/var/adm/update-scripts/texlive-pstricks-add-%{texlive_version}.%{texlive_noarch}.3.59svn28750-%{release}-zypper
|
|
|
|
%package -n texlive-pstricks-examples
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn21511
|
|
Release: 0
|
|
Summary: PSTricks examples
|
|
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): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source7: pstricks-examples.doc.tar.xz
|
|
|
|
%description -n texlive-pstricks-examples
|
|
These are the examples from the 6th edition of the book
|
|
'PSTricks -- Grafik fur TeX und LaTeX'.
|
|
|
|
date: 2011-02-23 23:25:59 +0000
|
|
|
|
%post -n texlive-pstricks-examples
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-pstricks-examples
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-pstricks-examples
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-pstricks-examples
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/00-00-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/01-05-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/02-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/02-01-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/02-01-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/02-01-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/02-01-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/02-01-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/02-01-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/02-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/02-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/02-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/02-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/02-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/02-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/02-01-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/02-01-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/02-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/02-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/02-05-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/02-05-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/02-05-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/02-05-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/02-05-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/02-05-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/02-05-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/02-05-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/02-05-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/02-05-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/02-05-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/02-05-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/02-05-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/02-06-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/02-07-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/02-07-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/03-00-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/03-00-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/03-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/03-02-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/03-02-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/03-02-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/03-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/03-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/03-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/03-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/03-02-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/03-02-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/03-02-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/03-02-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/03-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/03-03-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/03-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/03-03-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/03-03-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/03-03-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/03-03-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/03-03-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/03-03-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/03-03-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/03-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/03-04-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/03-04-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/03-05-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/03-05-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/03-05-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/03-05-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/04-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/04-01-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/04-01-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/04-01-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/04-01-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/04-01-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/04-01-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/04-01-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/04-01-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/04-01-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/04-01-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/04-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/04-01-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/04-01-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/04-01-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/04-01-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/04-01-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/04-01-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/04-01-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/04-01-27.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/04-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/04-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/04-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/04-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/04-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/04-01-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/04-01-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/04-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/04-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/04-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/04-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/04-05-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/04-05-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/04-06-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/04-07-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/05-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/05-01-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/05-01-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/05-01-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/05-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/05-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/05-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/05-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/05-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/05-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/05-01-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/05-01-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/05-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/05-02-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/05-02-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/05-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/05-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/05-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/05-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/05-02-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/05-02-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/05-02-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/05-02-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/05-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/05-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/05-03-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/05-03-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/05-03-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/05-03-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/05-03-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/05-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/05-04-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/05-04-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/05-04-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/05-04-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/05-04-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/06-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/06-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/06-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/06-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/06-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/06-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/06-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/06-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/06-03-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/06-03-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/06-03-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/06-03-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/06-03-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/06-03-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/06-03-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/07-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/07-01-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/07-01-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/07-01-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/07-01-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/07-01-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/07-01-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/07-01-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/07-01-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/07-01-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/07-01-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/07-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/07-01-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/07-01-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/07-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/07-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/07-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/07-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/07-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/07-01-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/07-01-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/07-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/07-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/08-00-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/08-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/08-01-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/08-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/08-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/08-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/08-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/08-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/08-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/08-01-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/08-01-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/08-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/08-02-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/08-02-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/08-02-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/08-02-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/08-02-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/08-02-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/08-02-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/08-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/08-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/08-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/08-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/08-02-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/08-02-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/08-02-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/08-02-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/08-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/09-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/09-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/09-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/09-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/09-05-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/09-05-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/09-06-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/09-06-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/09-07-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/09-08-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/09-08-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/09-09-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/09-10-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/10-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/10-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/10-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/10-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/10-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/10-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/10-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/10-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/10-02-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/10-02-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/10-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/10-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/10-03-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/10-03-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/10-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/10-04-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/10-04-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/10-05-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/10-05-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/10-05-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/10-05-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/10-06-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/10-06-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/10-06-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/10-06-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/10-06-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/10-06-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/11-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/11-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/11-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/11-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/11-03-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/11-03-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/11-03-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/11-03-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/11-03-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/11-03-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/11-03-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/11-03-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/11-03-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/11-03-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/11-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/11-03-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/11-03-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/11-03-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/11-03-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/11-03-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/11-03-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/11-03-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/11-03-27.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/11-03-28.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/11-03-29.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/11-03-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/11-03-30.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/11-03-31.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/11-03-32.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/11-03-33.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/11-03-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/11-03-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/11-03-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/11-03-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/11-03-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/11-03-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/12-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/12-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/12-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/12-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/12-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/12-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/12-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/12-01-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/12-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/12-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/12-04-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/13-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/13-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/13-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/13-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/14-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/14-02-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/14-02-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/14-02-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/14-02-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/14-02-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/14-02-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/14-02-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/14-02-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/14-02-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/14-02-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/14-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/14-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/14-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/14-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/14-02-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/14-02-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/14-02-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/14-02-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/14-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/14-03-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/14-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/14-03-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/14-03-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/14-03-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/14-03-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/14-03-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/14-03-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/14-03-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/14-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/14-05-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/14-06-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/14-06-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/14-06-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/14-06-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/14-06-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/14-07-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/14-07-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-27.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-28.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-29.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-30.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-31.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-32.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-33.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-34.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-35.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-36.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-37.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-38.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-39.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-40.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-41.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-42.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-43.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-44.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-45.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-46.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-47.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-48.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-49.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-50.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-51.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-52.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-53.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-54.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-55.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-56.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-57.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-58.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-59.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-60.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-61.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-62.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-63.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-64.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-65.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-66.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-01-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-02-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-02-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-02-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-02-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-02-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-02-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-02-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-03-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-03-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-03-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-03-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-03-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-03-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-03-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-03-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-03-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-03-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-03-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-03-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-03-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-03-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-03-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-03-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-03-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-03-27.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-03-28.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-03-29.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-03-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-03-30.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-03-31.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-03-32.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-03-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-03-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-03-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-03-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-03-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-03-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-04-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-04-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-04-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-04-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-04-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-04-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-04-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-04-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-04-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-04-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-04-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-04-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-04-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-04-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-05-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-05-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-05-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-05-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-05-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-05-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-05-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-05-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-05-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-05-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-05-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-05-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-05-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-05-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-05-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-06-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-07-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-07-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-07-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-07-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-07-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-07-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-07-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-07-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-07-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-07-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-07-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-07-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-07-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-07-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-07-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-07-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-07-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-07-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-07-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-07-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-08-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-08-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-08-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-08-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-08-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-08-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/15-08-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-00-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-02-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-02-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-02-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-02-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-02-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-02-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-02-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-02-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-02-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-02-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-02-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-02-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-02-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-02-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-02-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-02-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-02-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-03-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-03-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-03-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-03-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-03-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-03-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-03-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-03-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-03-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-03-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-03-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-03-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-04-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-04-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-04-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-04-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-04-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-04-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-04-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-04-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-04-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-04-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-04-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-04-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-04-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-04-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-04-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-04-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-04-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-04-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-04-27.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-04-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-04-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-04-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-04-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-04-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-04-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-04-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-05-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-05-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-06-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-06-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-06-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-06-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-06-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-06-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-07-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-07-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-07-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-07-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-08-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-08-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-08-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-08-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-08-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-08-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-08-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-08-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-08-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-08-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-09-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-10-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-10-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-10-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/16-10-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-00-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-00-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-00-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-01-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-01-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-01-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-01-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-01-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-01-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-01-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-01-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-01-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-01-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-01-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-01-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-01-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-01-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-01-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-01-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-01-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-02-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-03-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-03-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-03-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-03-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-03-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-03-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-05-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-06-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/17-06-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/18-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/18-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/18-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/18-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/18-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/18-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/18-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/18-01-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/18-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/18-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/18-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/18-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/18-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/18-02-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/18-02-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/19-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/19-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/19-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/19-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/19-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/19-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/19-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/19-01-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/19-01-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/19-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/19-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/19-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/19-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/19-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/19-02-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/20-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/20-01-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/20-01-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/20-01-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/20-01-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/20-01-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/20-01-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/20-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/20-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/20-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/20-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/20-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/20-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/20-01-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/20-01-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/20-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/20-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/20-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/20-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/20-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/20-03-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/20-03-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/20-03-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/20-03-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/20-03-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/21-00-1.ltxEps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/21-01-1.ltxEps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/21-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/21-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/22-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/22-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/22-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/22-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/22-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/22-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/22-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/22-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/22-02-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/22-02-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/22-02-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/22-02-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/22-02-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/22-02-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/22-02-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/22-02-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/22-02-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/22-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/22-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/22-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/22-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/22-02-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/22-02-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/22-02-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/22-02-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/22-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/22-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/22-03-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/22-03-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/22-03-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/22-03-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/22-03-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/22-03-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/22-03-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-01-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-01-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-01-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-01-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-01-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-01-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-01-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-01-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-01-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-01-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-01-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-01-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-01-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-01-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-01-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-01-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-01-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-01-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-03-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-03-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-03-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-03-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-03-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-03-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-03-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-03-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-03-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-03-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-03-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-03-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-04-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-04-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-04-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-04-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-04-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-27.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-28.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-29.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-30.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-31.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-32.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-33.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-34.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-35.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-36.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-37.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-38.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-39.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-40.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-41.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-42.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-43.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-44.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-45.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-46.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-47.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-48.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-49.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-50.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-51.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-52.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-53.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-54.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-55.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-56.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-57.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-58.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-59.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-60.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-61.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-62.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-63.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-64.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-65.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-05-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-27.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-28.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-29.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-30.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-31.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-32.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-33.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-34.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-35.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-36.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-37.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-38.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-39.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-40.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-41.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-42.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-43.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-44.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-45.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-46.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-47.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-48.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-49.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-50.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-51.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-52.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-53.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-54.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-55.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-56.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-57.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-58.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-59.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-60.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-61.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-62.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-63.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-64.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-65.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-66.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-67.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-68.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-69.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-70.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-71.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-72.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-73.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-74.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-75.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-76.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-77.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-78.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-79.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-80.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-81.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-82.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-83.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-84.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-85.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-86.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-87.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-88.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-89.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-90.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-91.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-92.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-93.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-94.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-95.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-96.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-06-97.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-07-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-07-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-07-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-07-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-07-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-07-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-07-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-07-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-07-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-07-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-07-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-07-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-07-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-07-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-07-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-07-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-07-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-07-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-07-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-07-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-08-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-08-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-08-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-08-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-08-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-08-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-08-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/23-08-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-01-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-01-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-01-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-01-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-01-14.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-01-15.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-01-16.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-01-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-01-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-01-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-01-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-01-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-01-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-01-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-01-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-01-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-01-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-02-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-02-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-02-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-02-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-02-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-02-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-02-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-1.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-10.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-11.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-12.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-13.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-14.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-15.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-16.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-17.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-18.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-19.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-2.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-20.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-21.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-22.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-23.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-24.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-25.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-26.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-27.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-28.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-29.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-3.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-30.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-31.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-32.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-33.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-34.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-35.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-36.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-37.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-38.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-39.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-4.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-40.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-41.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-42.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-43.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-44.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-45.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-46.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-47.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-48.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-49.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-5.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-50.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-51.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-52.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-53.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-54.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-55.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-56.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-57.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-58.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-59.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-6.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-60.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-61.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-62.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-63.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-64.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-65.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-66.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-67.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-68.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-69.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-7.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-70.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-71.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-72.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-73.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-74.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-75.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-76.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-77.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-78.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-79.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-8.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-03-9.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-04-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-04-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-04-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-04-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-04-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-04-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-04-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-04-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-04-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-04-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-04-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-04-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-04-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-04-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-04-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-04-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-04-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-04-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-04-27.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-04-28.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-04-29.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-04-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-04-30.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-04-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-04-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-04-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-04-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-04-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/24-04-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-01-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-01-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-01-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-01-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-01-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-01-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-01-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-01-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-01-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-01-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-01-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-01-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-01-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-27.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-28.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-29.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-30.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-31.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-32.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-33.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-34.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-35.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-36.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-37.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-38.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-39.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-40.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-41.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-42.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-43.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-44.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-45.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-46.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-47.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-02-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-27.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-28.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-29.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-30.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-31.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-32.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-33.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-34.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-35.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-36.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-37.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-38.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-39.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-40.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-41.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-42.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-43.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-44.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-45.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-46.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-47.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-48.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-49.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-50.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-51.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-52.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-53.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-54.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-55.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-56.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-57.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-58.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-59.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-60.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-61.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-62.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-63.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-64.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-65.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-66.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-67.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-68.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-69.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-70.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-71.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-03-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-04-10.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-04-11.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-04-12.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-04-13.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-04-14.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-04-15.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-04-16.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-04-17.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-04-18.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-04-19.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-04-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-04-20.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-04-21.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-04-22.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-04-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-04-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-04-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-04-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-04-27.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-04-28.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-04-29.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-04-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-04-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-04-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-04-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-04-7.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-04-8.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-04-9.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-05-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-05-10.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-05-11.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-05-12.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-05-13.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-05-14.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-05-15.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-05-16.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-05-17.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-05-18.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-05-19.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-05-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-05-20.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-05-21.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-05-22.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-05-23.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-05-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-05-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-05-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-05-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-05-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-05-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-05-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-05-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-05-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-05-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-06-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-06-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-06-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-06-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-06-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-06-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-06-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-06-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-06-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-07-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-07-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-07-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-07-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-07-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/25-07-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/26-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/26-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/26-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/26-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/26-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/26-02-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/26-02-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/26-02-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/26-02-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/26-02-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/26-02-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/26-02-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/26-02-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/26-02-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/26-02-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/26-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/26-02-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/26-02-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/26-02-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/26-02-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/26-02-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/26-02-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/26-02-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/26-02-27.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/26-02-28.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/26-02-29.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/26-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/26-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/26-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/26-02-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/26-02-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/26-02-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/26-02-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/27-01-1.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/27-01-10.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/27-01-11.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/27-01-12.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/27-01-13.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/27-01-14.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/27-01-15.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/27-01-16.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/27-01-17.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/27-01-18.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/27-01-19.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/27-01-2.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/27-01-20.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/27-01-21.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/27-01-22.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/27-01-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/27-01-24.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/27-01-25.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/27-01-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/27-01-3.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/27-01-4.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/27-01-5.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/27-01-6.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/27-01-7.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/27-01-8.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/27-01-9.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/27-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/27-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/27-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/27-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/27-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/27-02-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/27-02-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/27-02-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/27-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/27-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/27-03-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/27-03-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/27-03-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-27.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-28.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-29.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-30.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-31.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-32.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-33.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-34.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-35.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-36.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-37.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-38.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-39.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-40.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-41.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-42.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-43.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-44.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-45.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/28-02-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-01-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-01-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-01-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-01-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-01-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-01-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-01-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-01-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-01-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-01-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-01-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-01-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-01-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-01-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-01-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-02-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-02-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-02-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-02-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-02-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-02-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-02-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-02-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-02-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-02-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-02-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-02-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-02-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-02-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-02-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-02-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-02-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-02-27.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-02-28.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-02-29.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-02-30.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-02-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-02-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-02-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-02-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/29-03-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-01-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-01-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-01-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-01-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-01-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-01-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-01-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-01-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-01-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-01-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-01-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-01-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-02-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-02-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-02-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-02-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-02-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-02-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-02-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-02-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-02-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-02-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-02-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-02-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-02-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-02-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-02-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-02-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-02-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-02-27.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-02-28.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-02-29.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-02-30.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-02-31.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-02-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-02-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-02-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-02-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-03-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-03-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-03-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-03-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-03-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-03-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-03-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-03-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-03-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-03-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-03-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-03-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-03-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-03-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-03-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-03-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-03-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-03-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-03-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-03-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-04-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-04-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-04-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-04-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-04-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-04-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-04-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-04-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-04-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-04-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-04-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-04-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-04-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-04-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-04-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-04-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-04-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-04-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-04-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-04-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-04-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-05-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-05-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-05-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-05-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-05-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/30-05-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-01-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-01-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-01-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-01-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-01-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-01-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-01-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-01-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-01-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-01-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-01-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-01-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-01-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-01-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-01-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-01-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-01-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-01-27.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-01-28.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-01-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-01-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-03-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-03-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-03-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-03-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-03-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-03-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-03-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-03-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-03-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-05-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-05-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-05-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-05-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/31-05-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/32-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/32-01-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/32-01-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/32-01-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/32-01-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/32-01-14.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/32-01-15.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/32-01-16.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/32-01-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/32-01-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/32-01-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/32-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/32-01-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/32-01-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/32-01-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/32-01-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/32-01-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/32-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/32-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/32-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/32-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/32-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/32-01-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/32-01-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/32-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/32-02-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/32-02-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/32-02-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/32-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/32-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/32-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/32-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/32-02-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/32-02-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/32-02-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/32-02-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-27.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-28.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-29.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-30.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-31.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-32.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-33.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-34.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-35.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-36.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-37.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-38.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-39.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-40.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-41.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-42.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-43.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-44.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-45.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-46.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-47.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-02-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-27.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-28.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-29.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-30.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-31.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-32.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-33.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-34.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-35.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-36.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-37.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-38.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-39.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-40.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-41.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-42.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-43.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-44.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-45.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-46.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-47.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-48.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-49.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-50.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-51.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-52.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-53.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-54.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-55.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-56.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-57.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-58.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-59.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-60.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-61.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-62.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-63.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-64.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-65.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-66.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-67.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-68.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-69.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-70.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-71.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-72.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-73.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-74.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-75.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-03-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-04-10.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-04-11.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-04-12.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-04-13.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-04-14.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-04-15.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-04-16.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-04-17.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-04-18.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-04-19.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-04-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-04-20.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-04-21.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-04-22.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-04-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-04-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-04-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-04-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-04-27.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-04-28.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-04-29.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-04-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-04-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-04-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-04-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-04-7.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-04-8.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-04-9.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-05-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-05-10.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-05-11.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-05-12.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-05-13.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-05-14.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-05-15.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-05-16.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-05-17.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-05-18.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-05-19.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-05-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-05-20.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-05-21.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-05-22.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-05-23.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-05-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-05-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-05-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-05-27.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-05-28.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-05-29.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-05-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-05-30.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-05-31.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-05-32.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-05-33.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-05-34.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-05-35.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-05-36.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-05-37.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-05-38.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-05-39.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-05-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-05-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-05-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-05-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-05-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-05-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-06-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-06-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-06-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-06-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-06-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-06-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-06-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-06-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-06-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-07-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-07-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-07-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/33-07-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/34-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/34-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/34-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/34-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/34-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/34-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/34-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/34-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/35-01-1.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/35-01-10.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/35-01-11.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/35-01-12.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/35-01-13.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/35-01-14.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/35-01-15.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/35-01-16.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/35-01-17.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/35-01-18.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/35-01-19.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/35-01-2.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/35-01-20.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/35-01-21.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/35-01-22.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/35-01-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/35-01-24.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/35-01-25.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/35-01-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/35-01-3.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/35-01-4.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/35-01-5.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/35-01-6.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/35-01-7.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/35-01-8.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/35-01-9.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/35-02-1.ltxb
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/35-02-2.ltxbps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/35-02-3.ltxbps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/35-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-100.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-101.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-102.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-103.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-104.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-105.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-106.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-107.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-108.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-109.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-110.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-111.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-112.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-113.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-114.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-115.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-116.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-117.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-118.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-119.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-120.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-121.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-122.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-123.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-124.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-125.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-126.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-27.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-28.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-29.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-30.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-31.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-32.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-33.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-34.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-35.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-36.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-37.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-38.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-39.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-40.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-41.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-42.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-43.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-44.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-45.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-46.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-47.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-48.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-49.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-50.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-51.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-52.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-53.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-54.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-55.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-56.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-57.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-58.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-59.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-60.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-61.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-62.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-63.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-64.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-65.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-66.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-67.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-68.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-69.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-70.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-71.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-72.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-73.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-74.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-75.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-76.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-77.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-78.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-79.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-80.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-81.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-82.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-83.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-84.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-85.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-86.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-87.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-88.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-89.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-90.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-91.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-92.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-93.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-94.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-95.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-96.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-97.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-98.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/36-00-99.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/B-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/B-04-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/C-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/C-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/C-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/C-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/D-01-1.xltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/D-03-1.ltx2crop
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/D-03-2.ltx2crop
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/D-04-1.ltx2crop
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/D-04-2.ltx2crop
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/D-05-1.ltx2crop
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/D-05-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/D-05-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/DEexa.sty
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/README
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/beispiel.cls
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/bspcalweekly.cls
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/bspdvdcoll.cls
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/bspfont.cls
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/bsppstricks.cls
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/exaarticle.cls
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/exaarticle2.cls
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/exaartplain.cls
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/exabeamer.cls
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/exabook.cls
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/exafoils.cls
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/exafubeamer.cls
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/exafupd.cls
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/examargin.cls
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/examinimal.cls
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/exapd.cls
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/exaprosper.cls
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/exareport.cls
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/exaseminar.cls
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/exaslidenotes.cls
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/exasymbol.cls
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/exaxetex.cls
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/screxa.cls
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/screxabook.cls
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/screxareport.cls
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples/textdemo.sty
|
|
/var/adm/update-scripts/texlive-pstricks-examples-%{texlive_version}.%{texlive_noarch}.svn21511-%{release}-zypper
|
|
|
|
%package -n texlive-pstricks-examples-en
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn29349
|
|
Release: 0
|
|
Summary: Examples from PSTricks book (English edition)
|
|
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): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source8: pstricks-examples-en.doc.tar.xz
|
|
|
|
%description -n texlive-pstricks-examples-en
|
|
These are the examples from the book 'PSTricks: Graphics and
|
|
PostScript for TeX and LaTeX'.
|
|
|
|
date: 2012-04-05 15:28:29 +0000
|
|
|
|
%post -n texlive-pstricks-examples-en
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-pstricks-examples-en
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-pstricks-examples-en
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-pstricks-examples-en
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/00-00-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/02-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/02-01-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/02-01-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/02-01-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/02-01-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/02-01-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/02-01-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/02-01-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/02-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/02-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/02-01-4.ltx2
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/02-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/02-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/02-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/02-01-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/02-01-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/02-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/02-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/02-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/02-05-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/02-05-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/02-05-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/02-05-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/02-05-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/02-05-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/02-05-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/02-05-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/02-05-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/02-05-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/02-05-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/02-05-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/02-05-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/02-05-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/02-06-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/02-06-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/02-07-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/02-07-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/03-00-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/03-00-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/03-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/03-02-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/03-02-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/03-02-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/03-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/03-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/03-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/03-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/03-02-6.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/03-02-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/03-02-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/03-02-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/03-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/03-03-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/03-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/03-03-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/03-03-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/03-03-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/03-03-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/03-03-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/03-03-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/03-03-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/03-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/03-04-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/03-04-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/03-05-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/03-05-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/03-05-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/03-05-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/04-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/04-01-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/04-01-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/04-01-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/04-01-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/04-01-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/04-01-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/04-01-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/04-01-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/04-01-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/04-01-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/04-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/04-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/04-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/04-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/04-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/04-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/04-01-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/04-01-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/04-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/04-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/04-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/04-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/04-05-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/04-05-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/04-05-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/04-06-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/04-07-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/04-07-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/04-08-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/05-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/05-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/05-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/05-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/05-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/05-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/05-02-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/05-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/05-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/05-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/05-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/05-02-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/05-02-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/05-02-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/05-02-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/05-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/05-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/05-03-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/05-03-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/05-03-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/05-03-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/05-03-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/06-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/06-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/06-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/06-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/06-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/06-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/06-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/06-03-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/06-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/06-03-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/06-03-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/06-03-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/06-03-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/06-03-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/06-03-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/06-03-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/07-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/07-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/07-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/07-03-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/08-00-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/08-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/08-01-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/08-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/08-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/08-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/08-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/08-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/08-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/08-01-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/08-01-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/08-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/08-02-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/08-02-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/08-02-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/08-02-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/08-02-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/08-02-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/08-02-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/08-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/08-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/08-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/08-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/08-02-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/08-02-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/08-02-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/08-02-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/09-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/09-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/09-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/09-05-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/09-05-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/09-06-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/09-07-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/09-08-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/09-09-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/10-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/10-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/10-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/10-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/10-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/10-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/10-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/10-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/10-02-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/10-02-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/10-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/10-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/10-03-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/10-03-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/10-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/10-04-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/10-04-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/10-05-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/10-05-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/10-05-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/10-05-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/10-06-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/10-06-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/10-06-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/10-06-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/10-06-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/10-07-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/10-07-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/11-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/11-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/11-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-27.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-28.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-29.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-30.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-31.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-32.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-33.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-34.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/11-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/11-04-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/12-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/12-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/12-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/12-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/12-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/12-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/12-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/12-01-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/12-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/12-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/12-04-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/13-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/13-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/13-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/13-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-27.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-28.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-29.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-30.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-31.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-32.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-33.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-34.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-35.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-36.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-37.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-38.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-39.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-40.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-41.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-42.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-43.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-44.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-45.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-46.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-47.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-48.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-49.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-50.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-51.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-52.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-53.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-54.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-55.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-56.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-57.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-58.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-59.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-60.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-61.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-62.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-63.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-64.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-65.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-66.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-67.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-68.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-69.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-70.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-71.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-72.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-73.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-74.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-75.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-76.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-77.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-78.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-79.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-80.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-81.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-82.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-02-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-02-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-02-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-02-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-02-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-02-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-02-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-02-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-02-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-02-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-03-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-03-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-03-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-03-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-03-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-03-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-03-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-03-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-03-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-03-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-04-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-04-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-04-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-04-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-04-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-04-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-04-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-04-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-04-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-04-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-04-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-04-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-04-6.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-04-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-04-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-04-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-05-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-05-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-05-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/14-05-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-00-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-27.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-28.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-29.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-30.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-31.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-32.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-33.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-34.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-35.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-36.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-37.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-38.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-39.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-40.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-41.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-42.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-43.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-44.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-45.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-46.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-47.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-48.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-49.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-50.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-51.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-52.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-53.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-54.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-55.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-56.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-57.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-58.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-59.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-60.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-61.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-62.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-63.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-64.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-65.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-66.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-67.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-68.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-69.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-70.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-71.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-72.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-73.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-74.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-75.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-76.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-77.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-78.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-79.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-80.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-81.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-82.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-02-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-02-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-02-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-02-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-02-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-02-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-02-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-02-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-02-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-02-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-02-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-02-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-02-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-02-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-02-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-03-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-03-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-03-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-03-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-03-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-03-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-03-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-03-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-03-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-03-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-03-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-03-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-27.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-6.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-05-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-05-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-05-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-05-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-05-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-06-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-06-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-06-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-06-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-06-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-06-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-07-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-07-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-07-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-07-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-08-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-08-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-08-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-08-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-08-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-08-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-08-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-08-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-08-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-08-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-09-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/15-09-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-00-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-00-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-00-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-02-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-02-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-02-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-02-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-02-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-02-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-02-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-02-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-02-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-02-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-02-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-02-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-02-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-02-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-02-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-03-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-03-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-03-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-03-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-03-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-03-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-03-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-03-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-03-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-03-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-03-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-03-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-27.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-05-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-05-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-06-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-06-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-06-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-06-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-06-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-06-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-07-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-07-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-07-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-07-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-08-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-08-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-08-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-08-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-08-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-08-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-08-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-08-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-08-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-08-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-09-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-09-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-10-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-10-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/16-10-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-00-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-00-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-00-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-02-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-03-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-03-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-03-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-03-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-03-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-03-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-05-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-06-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-06-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-06-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/17-06-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/18-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/18-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/18-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/18-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/18-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/18-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/18-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/18-01-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/18-01-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/18-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/18-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/18-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/18-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/18-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/18-02-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/18-02-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/18-02-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/18-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/18-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/18-03-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/18-03-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/18-03-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/19-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/19-01-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/19-01-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/19-01-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/19-01-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/19-01-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/19-01-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/19-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/19-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/19-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/19-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/19-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/19-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/19-01-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/19-01-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/19-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/19-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/19-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/19-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/19-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/19-02-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/19-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/19-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/19-03-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/19-03-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/19-03-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/19-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/19-04-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/19-04-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/20-00-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/20-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/20-01-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/20-01-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/20-01-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/20-01-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/20-01-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/20-01-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/20-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/20-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/20-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/20-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/20-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/20-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/20-01-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/20-01-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/20-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/20-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/20-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/20-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/20-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/20-03-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/20-03-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/20-03-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/20-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/20-04-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/20-04-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/21-00-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/21-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/21-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/21-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/21-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/21-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/21-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/21-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/21-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/21-02-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/21-02-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/21-02-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/21-02-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/21-02-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/21-02-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/21-02-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/21-02-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/21-02-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/21-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/21-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/21-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/21-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/21-02-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/21-02-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/21-02-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/21-02-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/21-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/21-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/21-03-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/21-03-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/21-03-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/21-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/21-04-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-02-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-02-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-02-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-02-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-02-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-02-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-02-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-02-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-02-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-02-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-02-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-02-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-02-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-03-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-03-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-03-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-03-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-03-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-03-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-03-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-03-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-03-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-03-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-03-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-04-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-04-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-04-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-04-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-04-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-27.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-28.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-29.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-30.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-31.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-32.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-33.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-34.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-35.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-36.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-37.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-38.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-39.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-40.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-41.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-42.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-43.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-44.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-45.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-46.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-47.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-48.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-49.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-50.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-51.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-52.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-53.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-54.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-55.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-56.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-57.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-58.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-59.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-27.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-28.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-29.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-30.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-31.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-32.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-33.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-34.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-35.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-36.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-37.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-38.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-39.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-40.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-41.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-42.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-43.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-44.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-45.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-46.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-47.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-48.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-49.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-50.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-51.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-52.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-53.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-54.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-55.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-56.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-57.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-58.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-59.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-60.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-61.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-62.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-63.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-64.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-65.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-66.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-67.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-68.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-69.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-70.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-71.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-72.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-73.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-74.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-75.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-76.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-77.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-78.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-79.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-80.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-81.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-82.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-83.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-84.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-85.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-86.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-87.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-88.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-89.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-90.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-91.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-92.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-93.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-94.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-95.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-07-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/22-07-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-14.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-15.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-16.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-17.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-18.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-19.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-20.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-21.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-22.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-23.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-24.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-25.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-26.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-27.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-28.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-29.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-30.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-31.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-32.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-33.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-34.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-35.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-36.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-37.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-38.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-39.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-40.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-41.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-42.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-43.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-44.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-45.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-46.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-47.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-48.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-49.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-50.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-51.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-52.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-53.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-54.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-55.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-56.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-57.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-58.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-59.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-60.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-61.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-62.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-63.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-64.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-65.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-66.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-67.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-68.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-69.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-70.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-71.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-72.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-73.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-74.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-75.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-76.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-77.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-78.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-79.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-27.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-28.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-29.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-30.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-31.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-32.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-33.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-34.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-35.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-36.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-37.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-38.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-39.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-40.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-41.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-42.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-43.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-44.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-45.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-46.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-47.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-48.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-49.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-50.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-51.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-52.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-53.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-54.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-55.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-56.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-57.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-58.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-59.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-27.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-28.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-29.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-30.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-31.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-32.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-33.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-34.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-35.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-36.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-37.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-38.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-39.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-40.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-41.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-42.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-43.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-44.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-45.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-46.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-47.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-48.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-49.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-50.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-51.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-52.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-53.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-54.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-55.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-56.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-57.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-58.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-59.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-60.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-61.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-62.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-63.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-64.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-65.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-66.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-67.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-68.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-69.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-70.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-71.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-72.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-73.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-74.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-75.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-76.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-77.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-78.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-79.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-80.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-81.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-82.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-83.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-84.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-85.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-86.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-87.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-88.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-89.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-90.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-91.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-92.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-93.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-94.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-95.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-96.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-07-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-07-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-07-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-07-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-07-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-07-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-07-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-07-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-07-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-07-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-07-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-07-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-07-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-07-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-07-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-07-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-07-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-07-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-07-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-07-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-08-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-08-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/23-08-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-1.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-10.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-11.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-12.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-13.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-14.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-15.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-16.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-17.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-18.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-19.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-2.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-20.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-21.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-22.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-23.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-24.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-25.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-26.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-27.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-28.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-29.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-3.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-30.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-31.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-32.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-33.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-34.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-35.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-36.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-37.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-38.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-39.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-4.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-40.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-41.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-42.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-43.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-44.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-45.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-46.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-47.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-48.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-49.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-5.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-50.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-51.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-52.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-53.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-54.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-55.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-56.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-57.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-58.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-59.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-6.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-60.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-61.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-62.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-63.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-64.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-65.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-66.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-67.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-68.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-69.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-7.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-70.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-71.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-72.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-73.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-74.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-75.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-76.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-77.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-78.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-79.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-8.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-80.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-9.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-27.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-28.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-29.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-05-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-05-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-05-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-05-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-06-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-07-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-07-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-08-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-08-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/24-08-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-01-1.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-22.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-23.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-24.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-25.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-26.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-27.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-28.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-04-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-04-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-04-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-04-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-04-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-04-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-04-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-04-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-05-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-06-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-07-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-07-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-07-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-07-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-07-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-07-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-08-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-08-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/25-08-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/26-01-1.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/26-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/26-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-1.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-10.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-11.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-12.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-13.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-14.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-15.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-16.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-17.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-18.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-2.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-20.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-21.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-22.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-23.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-24.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-25.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-26.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-27.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-28.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-29.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-3.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-30.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-4.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-5.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-6.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-8.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-9.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/26-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/26-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/26-03-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/26-03-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/26-03-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-16.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-27.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-28.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-29.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-30.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-31.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-32.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-33.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-34.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-35.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-36.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-37.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-38.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-39.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-40.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-41.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-03-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-03-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/27-03-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-16.ltx2ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-27.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-28.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-29.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-30.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-31.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-32.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-33.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-34.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-35.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-36.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-37.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-38.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-39.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-40.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-41.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/28-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-27.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-28.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-29.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-30.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-03-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-03-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-03-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-03-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-03-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-03-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-03-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-03-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-03-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-27.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-28.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-03-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-03-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-03-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-03-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-03-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-03-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-03-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-03-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-03-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-27.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-28.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-02-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-02-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-02-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-02-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-02-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-02-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-03-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-03-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-03-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-03-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-03-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-03-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-03-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-03-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-03-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-04-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-04-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-04-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-05-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-05-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-05-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-05-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/31-05-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/32-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/32-02-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/32-02-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/32-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/32-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/32-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/32-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/32-02-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/32-02-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/32-02-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/32-02-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-01-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-01-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-01-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-27.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-28.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-29.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-30.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-31.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-32.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-33.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-34.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-35.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-36.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-37.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-38.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-39.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-40.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-41.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-42.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-43.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-44.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-45.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-46.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-27.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-28.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-29.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-30.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-31.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-32.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-33.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-34.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-35.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-36.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-37.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-38.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-39.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-40.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-41.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-42.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-43.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-44.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-45.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-46.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-47.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-48.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-49.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-50.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-51.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-52.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-53.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-54.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-55.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-56.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-57.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-58.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-59.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-60.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-61.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-62.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-63.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-64.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-65.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-10.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-11.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-12.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-13.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-14.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-15.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-16.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-17.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-18.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-19.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-20.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-21.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-22.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-7.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-8.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-9.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-10.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-11.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-12.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-13.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-14.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-15.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-16.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-17.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-18.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-19.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-20.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-21.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-22.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-23.inl
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/34-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/34-01-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/34-01-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/34-01-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/34-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/34-02-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/34-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/34-02-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-1.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-10.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-11.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-12.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-13.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-14.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-15.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-16.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-17.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-18.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-19.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-2.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-20.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-21.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-22.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-24.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-25.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-3.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-4.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-5.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-6.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-7.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-8.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-9.ltxpd
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/35-02-1.ltxbps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/35-02-2.ltxb
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/35-02-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-10.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-100.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-101.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-102.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-103.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-104.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-105.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-106.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-107.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-108.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-109.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-11.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-110.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-111.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-112.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-113.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-114.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-115.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-116.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-117.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-118.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-119.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-12.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-120.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-121.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-122.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-123.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-124.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-125.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-126.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-13.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-14.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-15.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-16.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-17.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-18.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-19.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-20.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-21.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-22.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-23.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-24.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-25.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-26.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-27.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-28.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-29.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-3.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-30.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-31.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-32.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-33.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-34.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-35.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-36.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-37.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-38.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-39.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-4.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-40.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-41.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-42.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-43.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-44.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-45.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-46.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-47.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-48.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-49.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-5.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-50.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-51.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-52.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-53.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-54.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-55.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-56.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-57.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-58.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-59.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-6.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-60.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-61.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-62.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-63.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-64.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-65.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-66.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-67.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-68.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-69.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-7.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-70.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-71.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-72.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-73.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-74.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-75.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-76.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-77.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-78.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-79.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-8.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-80.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-81.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-82.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-83.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-84.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-85.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-86.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-87.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-88.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-89.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-9.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-90.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-91.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-92.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-93.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-94.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-95.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-96.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-97.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-98.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-99.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/38-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/38-04-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/39-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/39-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/39-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/39-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/40-02-1.tex
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/40-02-2.tex
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/40-03-1.ltx2
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/B-04-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/B-04-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/C-01-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/C-02-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/C-03-1.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/C-03-2.ltx
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/D-02-1.tex
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/D-02-2.tex
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/D-03-1.tex
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/D-03-2.tex
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/D-04-1.ltx2
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/DEexa.sty
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/DEoptions.sty
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/DotErrorBar.dat
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/MyCurveA.dat
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/MyCurveB.dat
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/PrepareEXA.sh
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/SensorAlterung.dat
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/aebocg.djs
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/aebocg.fdf
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/animelayers.djs
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/animelayers.fdf
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/bubble.data
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/data.dat
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/data1.csv
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/data1.dat
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/data1.mat
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/data10.dat
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/data1T.csv
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/data2.mat
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/data22.dat
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/data2T.csv
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/data3.dat
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/data3D.Roessler
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/data3T.csv
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/data4.dat
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/data9.dat
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/dataError.dat
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/dataMul.dat
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/demo1.dat
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/demo2.dat
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/demo3.dat
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/feigenbaum.data
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/file.ps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/fileplot.data
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/fontDemo-E.tex
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/fontDemo.tex
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/images/biblatex-howitworks.pdf
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/images/bibtex-howitworks.pdf
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/images/fig-10-13.png
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/images/fig-11-1.png
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/images/zedat2.eps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/log0.dat
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/log1.dat
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/log2.dat
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/matrix.dat
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/rahmen.eps
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/select.data
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/temp.dat
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/test10.dat
|
|
%{_texmfdistdir}/doc/latex/pstricks-examples-en/textdemo.sty
|
|
/var/adm/update-scripts/texlive-pstricks-examples-en-%{texlive_version}.%{texlive_noarch}.svn29349-%{release}-zypper
|
|
|
|
%package -n texlive-pstricks_calcnotes
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn18816
|
|
Release: 0
|
|
Summary: Package pstricks_calcnotes
|
|
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): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source9: pstricks_calcnotes.doc.tar.xz
|
|
|
|
%description -n texlive-pstricks_calcnotes
|
|
The pstricks_calcnotes package
|
|
%post -n texlive-pstricks_calcnotes
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-pstricks_calcnotes
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-pstricks_calcnotes
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-pstricks_calcnotes
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/pstricks_calcnotes/Convert_PstricsCode_To_Pdf/Readme.txt
|
|
%{_texmfdistdir}/doc/latex/pstricks_calcnotes/Convert_PstricsCode_To_Pdf/convert.tex
|
|
%{_texmfdistdir}/doc/latex/pstricks_calcnotes/Convert_PstricsCode_To_Pdf/test.pdf
|
|
%{_texmfdistdir}/doc/latex/pstricks_calcnotes/For_Pdf_Output/Fig1-1.pdf
|
|
%{_texmfdistdir}/doc/latex/pstricks_calcnotes/For_Pdf_Output/Fig1-2.pdf
|
|
%{_texmfdistdir}/doc/latex/pstricks_calcnotes/For_Pdf_Output/Fig1-3.pdf
|
|
%{_texmfdistdir}/doc/latex/pstricks_calcnotes/For_Pdf_Output/Fig2-1.pdf
|
|
%{_texmfdistdir}/doc/latex/pstricks_calcnotes/For_Pdf_Output/Fig2-2.pdf
|
|
%{_texmfdistdir}/doc/latex/pstricks_calcnotes/For_Pdf_Output/Fig3.pdf
|
|
%{_texmfdistdir}/doc/latex/pstricks_calcnotes/For_Pdf_Output/Fig4.pdf
|
|
%{_texmfdistdir}/doc/latex/pstricks_calcnotes/For_Pdf_Output/Fig5.pdf
|
|
%{_texmfdistdir}/doc/latex/pstricks_calcnotes/For_Pdf_Output/Fig6.pdf
|
|
%{_texmfdistdir}/doc/latex/pstricks_calcnotes/For_Pdf_Output/Fig7.pdf
|
|
%{_texmfdistdir}/doc/latex/pstricks_calcnotes/For_Pdf_Output/Fig8.pdf
|
|
%{_texmfdistdir}/doc/latex/pstricks_calcnotes/For_Pdf_Output/Fig9.pdf
|
|
%{_texmfdistdir}/doc/latex/pstricks_calcnotes/For_Pdf_Output/TwoApps_Pdf.tex
|
|
%{_texmfdistdir}/doc/latex/pstricks_calcnotes/For_Ps_Output/TwoApps_Ps.tex
|
|
%{_texmfdistdir}/doc/latex/pstricks_calcnotes/README
|
|
%{_texmfdistdir}/doc/latex/pstricks_calcnotes/two_apps.pdf
|
|
/var/adm/update-scripts/texlive-pstricks_calcnotes-%{texlive_version}.%{texlive_noarch}.svn18816-%{release}-zypper
|
|
|
|
%package -n texlive-psu-thesis
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1svn15878
|
|
Release: 0
|
|
Summary: Package for writing a thesis at Penn State University
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-psu-thesis-doc >= %{texlive_version}
|
|
Provides: tex(psu-thesis.sty)
|
|
Requires: tex(setspace.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source10: psu-thesis.tar.xz
|
|
Source11: psu-thesis.doc.tar.xz
|
|
|
|
%description -n texlive-psu-thesis
|
|
The package provides proper page formatting according to the
|
|
Penn State thesis office guidelines (as of 2004) and
|
|
automatically formats the front and back matter, title page,
|
|
and more. A BibTeX style file is also included for the
|
|
bibliography.
|
|
|
|
date: 2008-09-20 11:36:26 +0000
|
|
|
|
|
|
%package -n texlive-psu-thesis-doc
|
|
Summary: Documentation for texlive-psu-thesis
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-psu-thesis-doc
|
|
This package includes the documentation for texlive-psu-thesis
|
|
|
|
%post -n texlive-psu-thesis
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-psu-thesis
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-psu-thesis
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-psu-thesis-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/psu-thesis/README
|
|
%{_texmfdistdir}/doc/latex/psu-thesis/manual.pdf
|
|
%{_texmfdistdir}/doc/latex/psu-thesis/manual.tex
|
|
%{_texmfdistdir}/doc/latex/psu-thesis/mssample.pdf
|
|
%{_texmfdistdir}/doc/latex/psu-thesis/mssample.tex
|
|
%{_texmfdistdir}/doc/latex/psu-thesis/phdsample.pdf
|
|
%{_texmfdistdir}/doc/latex/psu-thesis/phdsample.tex
|
|
|
|
%files -n texlive-psu-thesis
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/bibtex/bst/psu-thesis/psuthesis.bst
|
|
%{_texmfdistdir}/tex/latex/psu-thesis/psu-thesis.sty
|
|
/var/adm/update-scripts/texlive-psu-thesis-%{texlive_version}.%{texlive_noarch}.1.1svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-ptex
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn30518
|
|
Release: 0
|
|
Summary: A TeX system for publishing in Japanese
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires: texlive-adobemapping >= %{texlive_version}
|
|
Requires: texlive-hyph-utf8 >= %{texlive_version}
|
|
Requires: texlive-ipaex >= %{texlive_version}
|
|
Requires: texlive-japanese >= %{texlive_version}
|
|
Requires: texlive-japanese-otf >= %{texlive_version}
|
|
Requires: texlive-latex >= %{texlive_version}
|
|
Requires: texlive-tex >= %{texlive_version}
|
|
Requires(pre): texlive-ptex-bin >= %{texlive_version}
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(post): grep
|
|
Requires(post): sed
|
|
Requires(postun): sed
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(post): grep
|
|
Requires(post): sed
|
|
Requires(post): texlive >= %{texlive_version}
|
|
Requires(postun): sed
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Requires: texlive-ptex-fonts >= %{texlive_version}
|
|
Recommends: texlive-ptex-doc >= %{texlive_version}
|
|
Provides: tex(FutoGoB101-Bold-H.tfm)
|
|
Provides: tex(FutoGoB101-Bold-H.vf)
|
|
Provides: tex(FutoGoB101-Bold-J.tfm)
|
|
Provides: tex(FutoGoB101-Bold-J.vf)
|
|
Provides: tex(FutoGoB101-Bold-V.tfm)
|
|
Provides: tex(FutoGoB101-Bold-V.vf)
|
|
Provides: tex(FutoMinA101-Bold-H.tfm)
|
|
Provides: tex(FutoMinA101-Bold-H.vf)
|
|
Provides: tex(FutoMinA101-Bold-J.tfm)
|
|
Provides: tex(FutoMinA101-Bold-J.vf)
|
|
Provides: tex(FutoMinA101-Bold-V.tfm)
|
|
Provides: tex(FutoMinA101-Bold-V.vf)
|
|
Provides: tex(GothicBBB-Medium-H.tfm)
|
|
Provides: tex(GothicBBB-Medium-H.vf)
|
|
Provides: tex(GothicBBB-Medium-J.tfm)
|
|
Provides: tex(GothicBBB-Medium-J.vf)
|
|
Provides: tex(GothicBBB-Medium-V.tfm)
|
|
Provides: tex(GothicBBB-Medium-V.vf)
|
|
Provides: tex(Jun101-Light-H.tfm)
|
|
Provides: tex(Jun101-Light-H.vf)
|
|
Provides: tex(Jun101-Light-J.tfm)
|
|
Provides: tex(Jun101-Light-J.vf)
|
|
Provides: tex(Jun101-Light-V.tfm)
|
|
Provides: tex(Jun101-Light-V.vf)
|
|
Provides: tex(Ryumin-Light-H.tfm)
|
|
Provides: tex(Ryumin-Light-H.vf)
|
|
Provides: tex(Ryumin-Light-J.tfm)
|
|
Provides: tex(Ryumin-Light-J.vf)
|
|
Provides: tex(Ryumin-Light-V.tfm)
|
|
Provides: tex(Ryumin-Light-V.vf)
|
|
Provides: tex(ascgrp.tfm)
|
|
Provides: tex(ascii-jplain.tex)
|
|
Provides: tex(ascii10.tfm)
|
|
Provides: tex(ascii36.tfm)
|
|
Provides: tex(ascmac.sty)
|
|
Provides: tex(futogo-b-v.tfm)
|
|
Provides: tex(futogo-b.tfm)
|
|
Provides: tex(futomin-b-v.tfm)
|
|
Provides: tex(futomin-b.tfm)
|
|
Provides: tex(gbm.tfm)
|
|
Provides: tex(gbmv.tfm)
|
|
Provides: tex(goth10.tfm)
|
|
Provides: tex(goth10.vf)
|
|
Provides: tex(goth5.tfm)
|
|
Provides: tex(goth5.vf)
|
|
Provides: tex(goth6.tfm)
|
|
Provides: tex(goth6.vf)
|
|
Provides: tex(goth7.tfm)
|
|
Provides: tex(goth7.vf)
|
|
Provides: tex(goth8.tfm)
|
|
Provides: tex(goth8.vf)
|
|
Provides: tex(goth9.tfm)
|
|
Provides: tex(goth9.vf)
|
|
Provides: tex(gtbbb-m-v.tfm)
|
|
Provides: tex(gtbbb-m.tfm)
|
|
Provides: tex(hyphen.cfg)
|
|
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(jis-v.tfm)
|
|
Provides: tex(jis-v.vf)
|
|
Provides: tex(jis.tfm)
|
|
Provides: tex(jis.vf)
|
|
Provides: tex(jisg-v.tfm)
|
|
Provides: tex(jisg-v.vf)
|
|
Provides: tex(jisg.tfm)
|
|
Provides: tex(jisg.vf)
|
|
Provides: tex(jisgn-v.tfm)
|
|
Provides: tex(jisgn-v.vf)
|
|
Provides: tex(jisgn.tfm)
|
|
Provides: tex(jisgn.vf)
|
|
Provides: tex(jisn-v.tfm)
|
|
Provides: tex(jisn-v.vf)
|
|
Provides: tex(jisn.tfm)
|
|
Provides: tex(jisn.vf)
|
|
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(jun101-l-v.tfm)
|
|
Provides: tex(jun101-l.tfm)
|
|
Provides: tex(jy1gt.fd)
|
|
Provides: tex(jy1mc.fd)
|
|
Provides: tex(kinsoku.tex)
|
|
Provides: tex(kinsoku.tex)
|
|
Provides: tex(min10.tfm)
|
|
Provides: tex(min10.vf)
|
|
Provides: tex(min5.tfm)
|
|
Provides: tex(min5.vf)
|
|
Provides: tex(min6.tfm)
|
|
Provides: tex(min6.vf)
|
|
Provides: tex(min7.tfm)
|
|
Provides: tex(min7.vf)
|
|
Provides: tex(min8.tfm)
|
|
Provides: tex(min8.vf)
|
|
Provides: tex(min9.tfm)
|
|
Provides: tex(min9.vf)
|
|
Provides: tex(morisawa.map)
|
|
Provides: tex(ngoth10.tfm)
|
|
Provides: tex(ngoth10.vf)
|
|
Provides: tex(ngoth5.tfm)
|
|
Provides: tex(ngoth5.vf)
|
|
Provides: tex(ngoth6.tfm)
|
|
Provides: tex(ngoth6.vf)
|
|
Provides: tex(ngoth7.tfm)
|
|
Provides: tex(ngoth7.vf)
|
|
Provides: tex(ngoth8.tfm)
|
|
Provides: tex(ngoth8.vf)
|
|
Provides: tex(ngoth9.tfm)
|
|
Provides: tex(ngoth9.vf)
|
|
Provides: tex(nidanfloat.sty)
|
|
Provides: tex(nmin10.tfm)
|
|
Provides: tex(nmin10.vf)
|
|
Provides: tex(nmin5.tfm)
|
|
Provides: tex(nmin5.vf)
|
|
Provides: tex(nmin6.tfm)
|
|
Provides: tex(nmin6.vf)
|
|
Provides: tex(nmin7.tfm)
|
|
Provides: tex(nmin7.vf)
|
|
Provides: tex(nmin8.tfm)
|
|
Provides: tex(nmin8.vf)
|
|
Provides: tex(nmin9.tfm)
|
|
Provides: tex(nmin9.vf)
|
|
Provides: tex(oldpfont.sty)
|
|
Provides: tex(pl209.def)
|
|
Provides: tex(plext.sty)
|
|
Provides: tex(plnews.cls)
|
|
Provides: tex(ptex.tex)
|
|
Provides: tex(ptrace.sty)
|
|
Provides: tex(rml.tfm)
|
|
Provides: tex(rmlv.tfm)
|
|
Provides: tex(ryumin-l-v.tfm)
|
|
Provides: tex(ryumin-l.tfm)
|
|
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(tgoth10.tfm)
|
|
Provides: tex(tgoth10.vf)
|
|
Provides: tex(tgoth5.tfm)
|
|
Provides: tex(tgoth5.vf)
|
|
Provides: tex(tgoth6.tfm)
|
|
Provides: tex(tgoth6.vf)
|
|
Provides: tex(tgoth7.tfm)
|
|
Provides: tex(tgoth7.vf)
|
|
Provides: tex(tgoth8.tfm)
|
|
Provides: tex(tgoth8.vf)
|
|
Provides: tex(tgoth9.tfm)
|
|
Provides: tex(tgoth9.vf)
|
|
Provides: tex(tmin10.tfm)
|
|
Provides: tex(tmin10.vf)
|
|
Provides: tex(tmin5.tfm)
|
|
Provides: tex(tmin5.vf)
|
|
Provides: tex(tmin6.tfm)
|
|
Provides: tex(tmin6.vf)
|
|
Provides: tex(tmin7.tfm)
|
|
Provides: tex(tmin7.vf)
|
|
Provides: tex(tmin8.tfm)
|
|
Provides: tex(tmin8.vf)
|
|
Provides: tex(tmin9.tfm)
|
|
Provides: tex(tmin9.vf)
|
|
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)
|
|
Requires: tex(shortvrb.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source12: ptex.tar.xz
|
|
Source13: ptex.doc.tar.xz
|
|
|
|
%description -n texlive-ptex
|
|
PTeX adds features related to vertical writing, and deals with
|
|
other problems in typesetting Japanese. A set of additions to a
|
|
TEXMF tree, for use with PTeX, may be found in package PTeX-
|
|
texmf. PTeX is distributed as WEB change files.
|
|
|
|
date: 2011-11-09 14:33:34 +0000
|
|
|
|
|
|
%package -n texlive-ptex-doc
|
|
Summary: Documentation for texlive-ptex
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn30518
|
|
Release: 0
|
|
|
|
%description -n texlive-ptex-doc
|
|
This package includes the documentation for texlive-ptex
|
|
|
|
|
|
%package -n texlive-ptex-fonts
|
|
Summary: Severed fonts for texlive-ptex
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn30518
|
|
Release: 0
|
|
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-ptex-fonts
|
|
The separated fonts package for texlive-ptex
|
|
%post -n texlive-ptex
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
sed -ri 's/^\#\![[= =]]+ptex\b.*/ptex ptex - ptex.ini/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
|
|
sed -ri 's/^\#\![[= =]]+eptex\b.*/eptex eptex language.def *eptex.ini/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
|
|
sed -ri 's/^\#\![[= =]]+platex\b.*/platex eptex language.dat *platex.ini/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
|
|
if grep -qsE 'KanjiMap[[:blank:]]+ptex-@kanjiEmbed@@kanjiVariant@.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(KanjiMap[[:blank:]]+ptex-@kanjiEmbed@@kanjiVariant@.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'KanjiMap ptex-@kanjiEmbed@@kanjiVariant@.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
if grep -qsE 'KanjiMap[[:blank:]]+morisawa.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(KanjiMap[[:blank:]]+morisawa.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'KanjiMap morisawa.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
> /var/run/texlive/run-fmtutil
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%postun -n texlive-ptex
|
|
if test $1 = 0; then
|
|
sed -ri 's/^(ptex\b)/\#\!\ \1/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
|
|
sed -ri 's/^(eptex\b)/\#\!\ \1/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
|
|
sed -ri 's/^(platex\b)/\#\!\ \1/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
|
|
sed -ri 's/^(KanjiMap[[:blank:]]+ptex-@kanjiEmbed@@kanjiVariant@.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
sed -ri 's/^(KanjiMap[[:blank:]]+morisawa.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
%{_bindir}/fmtutil-sys --missing > /dev/null 2>&1 || :
|
|
%{_bindir}/updmap-sys --nohash --quiet > /dev/null 2>&1 || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
> /var/run/texlive/run-fmtutil
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%posttrans -n texlive-ptex
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-ptex-doc
|
|
%defattr(-,root,root,755)
|
|
%{_mandir}/man1/mendex.1*
|
|
%{_texmfdistdir}/doc/ptex/base/COPYRIGHT
|
|
%{_texmfdistdir}/doc/ptex/base/COPYRIGHT.txt
|
|
%{_texmfdistdir}/doc/ptex/base/Changes.txt
|
|
%{_texmfdistdir}/doc/ptex/base/INSTALL.txt
|
|
%{_texmfdistdir}/doc/ptex/base/README.txt
|
|
%{_texmfdistdir}/doc/ptex/base/jfm.pdf
|
|
%{_texmfdistdir}/doc/ptex/base/jfm.tex
|
|
%{_texmfdistdir}/doc/ptex/base/jtex.pdf
|
|
%{_texmfdistdir}/doc/ptex/base/jtex.tex
|
|
%{_texmfdistdir}/doc/ptex/base/jtexdoc.pdf
|
|
%{_texmfdistdir}/doc/ptex/base/jtexdoc.tex
|
|
%{_texmfdistdir}/doc/ptex/base/ptexdoc.pdf
|
|
%{_texmfdistdir}/doc/ptex/base/ptexdoc.tex
|
|
%{_texmfdistdir}/doc/ptex/base/ptexskip.pdf
|
|
%{_texmfdistdir}/doc/ptex/base/ptexskip.tex
|
|
%{_texmfdistdir}/doc/ptex/jvf/COPYRIGHT
|
|
%{_texmfdistdir}/doc/ptex/jvf/Changes.txt
|
|
%{_texmfdistdir}/doc/ptex/jvf/README.txt
|
|
%{_texmfdistdir}/doc/ptex/pbibtex/README
|
|
%{_texmfdistdir}/doc/ptex/pbibtex/cpp.awk
|
|
%{_texmfdistdir}/doc/ptex/pbibtex/generate.sh
|
|
%{_texmfdistdir}/doc/ptex/pbibtex/jbibtex.bib
|
|
%{_texmfdistdir}/doc/ptex/pbibtex/jbibtex.pdf
|
|
%{_texmfdistdir}/doc/ptex/pbibtex/jbibtex.tex
|
|
%{_texmfdistdir}/doc/ptex/pbibtex/jbtxbst.doc
|
|
%{_texmfdistdir}/doc/ptex/pbibtex/jbtxdoc.bib
|
|
%{_texmfdistdir}/doc/ptex/pbibtex/jbtxdoc.pdf
|
|
%{_texmfdistdir}/doc/ptex/pbibtex/jbtxdoc.tex
|
|
%{_texmfdistdir}/doc/ptex/pbibtex/jbtxhak.pdf
|
|
%{_texmfdistdir}/doc/ptex/pbibtex/jbtxhak.tex
|
|
|
|
%files -n texlive-ptex
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/ptex/morisawa.map
|
|
%{_texmfdistdir}/fonts/source/ptex/ascgrp/ascgrp.mf
|
|
%{_texmfdistdir}/fonts/source/ptex/ascgrp/ascii.mf
|
|
%{_texmfdistdir}/fonts/source/ptex/ascgrp/ascii10.mf
|
|
%{_texmfdistdir}/fonts/source/ptex/ascgrp/ascii36.mf
|
|
%{_texmfdistdir}/fonts/source/ptex/jis/jis-v.pl
|
|
%{_texmfdistdir}/fonts/source/ptex/jis/jis.pl
|
|
%{_texmfdistdir}/fonts/source/ptex/nmin-ngoth/ngoth10.pl
|
|
%{_texmfdistdir}/fonts/source/ptex/nmin-ngoth/ngoth5.pl
|
|
%{_texmfdistdir}/fonts/source/ptex/nmin-ngoth/ngoth6.pl
|
|
%{_texmfdistdir}/fonts/source/ptex/nmin-ngoth/ngoth7.pl
|
|
%{_texmfdistdir}/fonts/source/ptex/nmin-ngoth/ngoth8.pl
|
|
%{_texmfdistdir}/fonts/source/ptex/nmin-ngoth/ngoth9.pl
|
|
%{_texmfdistdir}/fonts/source/ptex/nmin-ngoth/nmin10.pl
|
|
%{_texmfdistdir}/fonts/source/ptex/nmin-ngoth/nmin5.pl
|
|
%{_texmfdistdir}/fonts/source/ptex/nmin-ngoth/nmin6.pl
|
|
%{_texmfdistdir}/fonts/source/ptex/nmin-ngoth/nmin7.pl
|
|
%{_texmfdistdir}/fonts/source/ptex/nmin-ngoth/nmin8.pl
|
|
%{_texmfdistdir}/fonts/source/ptex/nmin-ngoth/nmin9.pl
|
|
%{_texmfdistdir}/fonts/source/ptex/standard/goth10.pl
|
|
%{_texmfdistdir}/fonts/source/ptex/standard/goth5.pl
|
|
%{_texmfdistdir}/fonts/source/ptex/standard/goth6.pl
|
|
%{_texmfdistdir}/fonts/source/ptex/standard/goth7.pl
|
|
%{_texmfdistdir}/fonts/source/ptex/standard/goth8.pl
|
|
%{_texmfdistdir}/fonts/source/ptex/standard/goth9.pl
|
|
%{_texmfdistdir}/fonts/source/ptex/standard/min10.pl
|
|
%{_texmfdistdir}/fonts/source/ptex/standard/min5.pl
|
|
%{_texmfdistdir}/fonts/source/ptex/standard/min6.pl
|
|
%{_texmfdistdir}/fonts/source/ptex/standard/min7.pl
|
|
%{_texmfdistdir}/fonts/source/ptex/standard/min8.pl
|
|
%{_texmfdistdir}/fonts/source/ptex/standard/min9.pl
|
|
%{_texmfdistdir}/fonts/source/ptex/standard/tgoth10.pl
|
|
%{_texmfdistdir}/fonts/source/ptex/standard/tgoth5.pl
|
|
%{_texmfdistdir}/fonts/source/ptex/standard/tgoth6.pl
|
|
%{_texmfdistdir}/fonts/source/ptex/standard/tgoth7.pl
|
|
%{_texmfdistdir}/fonts/source/ptex/standard/tgoth8.pl
|
|
%{_texmfdistdir}/fonts/source/ptex/standard/tgoth9.pl
|
|
%{_texmfdistdir}/fonts/source/ptex/standard/tmin10.pl
|
|
%{_texmfdistdir}/fonts/source/ptex/standard/tmin5.pl
|
|
%{_texmfdistdir}/fonts/source/ptex/standard/tmin6.pl
|
|
%{_texmfdistdir}/fonts/source/ptex/standard/tmin7.pl
|
|
%{_texmfdistdir}/fonts/source/ptex/standard/tmin8.pl
|
|
%{_texmfdistdir}/fonts/source/ptex/standard/tmin9.pl
|
|
%{_texmfdistdir}/fonts/tfm/ptex/ascgrp/ascgrp.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/ascgrp/ascii10.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/ascgrp/ascii36.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/dvips/futogo-b-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/dvips/futogo-b.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/dvips/futomin-b-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/dvips/futomin-b.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/dvips/gbm.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/dvips/gbmv.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/dvips/gtbbb-m-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/dvips/gtbbb-m.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/dvips/jun101-l-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/dvips/jun101-l.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/dvips/rml.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/dvips/rmlv.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/dvips/ryumin-l-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/dvips/ryumin-l.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/jis/jis-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/jis/jis.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/jis/jisg-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/jis/jisg.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/jis/jisgn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/jis/jisgn.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/jis/jisn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/jis/jisn.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/FutoGoB101-Bold-H.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/FutoGoB101-Bold-J.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/FutoGoB101-Bold-V.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/FutoMinA101-Bold-H.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/FutoMinA101-Bold-J.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/FutoMinA101-Bold-V.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/GothicBBB-Medium-H.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/GothicBBB-Medium-J.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/GothicBBB-Medium-V.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/Jun101-Light-H.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/Jun101-Light-J.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/Jun101-Light-V.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/Ryumin-Light-H.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/Ryumin-Light-J.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/Ryumin-Light-V.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/nmin-ngoth/ngoth10.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/nmin-ngoth/ngoth5.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/nmin-ngoth/ngoth6.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/nmin-ngoth/ngoth7.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/nmin-ngoth/ngoth8.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/nmin-ngoth/ngoth9.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/nmin-ngoth/nmin10.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/nmin-ngoth/nmin5.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/nmin-ngoth/nmin6.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/nmin-ngoth/nmin7.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/nmin-ngoth/nmin8.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/nmin-ngoth/nmin9.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/standard/goth10.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/standard/goth5.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/standard/goth6.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/standard/goth7.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/standard/goth8.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/standard/goth9.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/standard/min10.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/standard/min5.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/standard/min6.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/standard/min7.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/standard/min8.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/standard/min9.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/standard/tgoth10.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/standard/tgoth5.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/standard/tgoth6.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/standard/tgoth7.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/standard/tgoth8.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/standard/tgoth9.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/standard/tmin10.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/standard/tmin5.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/standard/tmin6.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/standard/tmin7.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/standard/tmin8.tfm
|
|
%{_texmfdistdir}/fonts/tfm/ptex/standard/tmin9.tfm
|
|
%{_texmfdistdir}/fonts/type1/ptex/ascgrp/ascgrp.pfb
|
|
%{_texmfdistdir}/fonts/type1/ptex/ascgrp/ascii10.pfb
|
|
%{_texmfdistdir}/fonts/type1/ptex/ascgrp/ascii36.pfb
|
|
%{_texmfdistdir}/fonts/vf/ptex/jis/jis-v.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/jis/jis.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/jis/jisg-v.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/jis/jisg.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/jis/jisgn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/jis/jisgn.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/jis/jisn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/jis/jisn.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/morisawa/FutoGoB101-Bold-H.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/morisawa/FutoGoB101-Bold-J.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/morisawa/FutoGoB101-Bold-V.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/morisawa/FutoMinA101-Bold-H.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/morisawa/FutoMinA101-Bold-J.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/morisawa/FutoMinA101-Bold-V.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/morisawa/GothicBBB-Medium-H.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/morisawa/GothicBBB-Medium-J.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/morisawa/GothicBBB-Medium-V.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/morisawa/Jun101-Light-H.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/morisawa/Jun101-Light-J.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/morisawa/Jun101-Light-V.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/morisawa/Ryumin-Light-H.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/morisawa/Ryumin-Light-J.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/morisawa/Ryumin-Light-V.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/nmin-ngoth/ngoth10.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/nmin-ngoth/ngoth5.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/nmin-ngoth/ngoth6.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/nmin-ngoth/ngoth7.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/nmin-ngoth/ngoth8.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/nmin-ngoth/ngoth9.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/nmin-ngoth/nmin10.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/nmin-ngoth/nmin5.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/nmin-ngoth/nmin6.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/nmin-ngoth/nmin7.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/nmin-ngoth/nmin8.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/nmin-ngoth/nmin9.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/standard/goth10.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/standard/goth5.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/standard/goth6.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/standard/goth7.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/standard/goth8.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/standard/goth9.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/standard/min10.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/standard/min5.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/standard/min6.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/standard/min7.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/standard/min8.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/standard/min9.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/standard/tgoth10.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/standard/tgoth5.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/standard/tgoth6.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/standard/tgoth7.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/standard/tgoth8.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/standard/tgoth9.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/standard/tmin10.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/standard/tmin5.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/standard/tmin6.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/standard/tmin7.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/standard/tmin8.vf
|
|
%{_texmfdistdir}/fonts/vf/ptex/standard/tmin9.vf
|
|
%{_texmfdistdir}/pbibtex/bib/jxampl.bib
|
|
%{_texmfdistdir}/pbibtex/bst/jabbrv.bst
|
|
%{_texmfdistdir}/pbibtex/bst/jalpha.bst
|
|
%{_texmfdistdir}/pbibtex/bst/jipsj.bst
|
|
%{_texmfdistdir}/pbibtex/bst/jname.bst
|
|
%{_texmfdistdir}/pbibtex/bst/jorsj.bst
|
|
%{_texmfdistdir}/pbibtex/bst/jplain.bst
|
|
%{_texmfdistdir}/pbibtex/bst/junsrt.bst
|
|
%{_texmfdistdir}/pbibtex/bst/tieice.bst
|
|
%{_texmfdistdir}/pbibtex/bst/tipsj.bst
|
|
%{_texmfdistdir}/tex/platex/base/ascmac.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/pl209.def
|
|
%{_texmfdistdir}/tex/platex/base/platex.ltx
|
|
%{_texmfdistdir}/tex/platex/base/plcore.ltx
|
|
%{_texmfdistdir}/tex/platex/base/pldefs.ltx
|
|
%{_texmfdistdir}/tex/platex/base/plext.sty
|
|
%{_texmfdistdir}/tex/platex/base/plnews.cls
|
|
%{_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/hyphen.cfg
|
|
%{_texmfdistdir}/tex/platex/config/platex.ini
|
|
%{_texmfdistdir}/tex/ptex/base/ascii-jplain.tex
|
|
%{_texmfdistdir}/tex/ptex/base/eptex.src
|
|
%{_texmfdistdir}/tex/ptex/base/eptexdefs.lib
|
|
%{_texmfdistdir}/tex/ptex/base/kinsoku.tex
|
|
%{_texmfdistdir}/tex/ptex/base/ptex.tex
|
|
%{_texmfdistdir}/tex/ptex/config/eptex.ini
|
|
%{_texmfdistdir}/tex/ptex/config/ptex.ini
|
|
/var/adm/update-scripts/texlive-ptex-%{texlive_version}.%{texlive_noarch}.svn30518-%{release}-zypper
|
|
|
|
%package -n texlive-ptex2pdf
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.4svn30321
|
|
Release: 0
|
|
Summary: Convert Japanese TeX documents to PDF
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive-ptex2pdf-bin >= %{texlive_version}
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-ptex2pdf-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source14: ptex2pdf.tar.xz
|
|
Source15: ptex2pdf.doc.tar.xz
|
|
|
|
%description -n texlive-ptex2pdf
|
|
The Lua script provides system-independent support of Japanese
|
|
typesetting engines in TeXworks. As TeXworks typesetting setup
|
|
does not allow for multistep processing, this script runs one
|
|
of the ptex-based programs (ptex, uptex, eptex, platex,
|
|
uplatex) followed by dvipdfmx.
|
|
|
|
date: 2013-05-07 18:01:57 +0000
|
|
|
|
|
|
%package -n texlive-ptex2pdf-doc
|
|
Summary: Documentation for texlive-ptex2pdf
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.4svn30321
|
|
Release: 0
|
|
|
|
%description -n texlive-ptex2pdf-doc
|
|
This package includes the documentation for texlive-ptex2pdf
|
|
|
|
%post -n texlive-ptex2pdf
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-ptex2pdf
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-ptex2pdf
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-ptex2pdf-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/ptex2pdf/COPYING
|
|
%{_texmfdistdir}/doc/latex/ptex2pdf/README
|
|
|
|
%files -n texlive-ptex2pdf
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/scripts/ptex2pdf/ptex2pdf.lua
|
|
/var/adm/update-scripts/texlive-ptex2pdf-%{texlive_version}.%{texlive_noarch}.0.0.4svn30321-%{release}-zypper
|
|
|
|
%package -n texlive-ptext
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1svn30171
|
|
Release: 0
|
|
Summary: A 'lipsum' for Persian
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-ptext-doc >= %{texlive_version}
|
|
Provides: tex(ptext.sty)
|
|
Requires: tex(biditools.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source16: ptext.tar.xz
|
|
Source17: ptext.doc.tar.xz
|
|
|
|
%description -n texlive-ptext
|
|
The package provides lipsum-like facilities for the Persian
|
|
language. The source of the filling text is the Persian epic
|
|
"the Shanameh" (100 paragraphs are used.) The package needs to
|
|
be run under XeLaTeX.
|
|
|
|
date: 2013-04-29 13:26:25 +0000
|
|
|
|
|
|
%package -n texlive-ptext-doc
|
|
Summary: Documentation for texlive-ptext
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1svn30171
|
|
Release: 0
|
|
Provides: locale(texlive-ptext-doc:fa)
|
|
|
|
%description -n texlive-ptext-doc
|
|
This package includes the documentation for texlive-ptext
|
|
|
|
%post -n texlive-ptext
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-ptext
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-ptext
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-ptext-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/xelatex/ptext/README
|
|
%{_texmfdistdir}/doc/xelatex/ptext/ptext.pdf
|
|
%{_texmfdistdir}/doc/xelatex/ptext/ptext.tex
|
|
|
|
%files -n texlive-ptext
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/xelatex/ptext/ptext.sty
|
|
/var/adm/update-scripts/texlive-ptext-%{texlive_version}.%{texlive_noarch}.1.1svn30171-%{release}-zypper
|
|
|
|
%package -n texlive-ptptex
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.91svn19440
|
|
Release: 0
|
|
Summary: Macros for 'Progress of Theoretical Physics'
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-ptptex-doc >= %{texlive_version}
|
|
Provides: tex(ptp-prep.clo)
|
|
Provides: tex(ptptex.cls)
|
|
Provides: tex(wrapft.sty)
|
|
Requires: tex(amsmath.sty)
|
|
Requires: tex(amssymb.sty)
|
|
Requires: tex(overcite.sty)
|
|
Requires: tex(wrapfig.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source18: ptptex.tar.xz
|
|
Source19: ptptex.doc.tar.xz
|
|
|
|
%description -n texlive-ptptex
|
|
The distribution contains the class (which offers an option
|
|
file for preprints), and a template. The class requires the
|
|
cite, overcite and wrapfig packages.
|
|
|
|
date: 2008-11-22 14:14:22 +0000
|
|
|
|
|
|
%package -n texlive-ptptex-doc
|
|
Summary: Documentation for texlive-ptptex
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.91svn19440
|
|
Release: 0
|
|
|
|
%description -n texlive-ptptex-doc
|
|
This package includes the documentation for texlive-ptptex
|
|
|
|
%post -n texlive-ptptex
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-ptptex
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-ptptex
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-ptptex-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/ptptex/README
|
|
%{_texmfdistdir}/doc/latex/ptptex/README.TEXLIVE
|
|
%{_texmfdistdir}/doc/latex/ptptex/manptp.pdf
|
|
%{_texmfdistdir}/doc/latex/ptptex/manptp.tex
|
|
%{_texmfdistdir}/doc/latex/ptptex/template.tex
|
|
|
|
%files -n texlive-ptptex
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/ptptex/ptp-prep.clo
|
|
%{_texmfdistdir}/tex/latex/ptptex/ptptex.cls
|
|
%{_texmfdistdir}/tex/latex/ptptex/wrapft.sty
|
|
/var/adm/update-scripts/texlive-ptptex-%{texlive_version}.%{texlive_noarch}.0.0.91svn19440-%{release}-zypper
|
|
|
|
%package -n texlive-punk
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn27388
|
|
Release: 0
|
|
Summary: Donald Knuth's punk font
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-punk-doc >= %{texlive_version}
|
|
Provides: tex(punk10.tfm)
|
|
Provides: tex(punk12.tfm)
|
|
Provides: tex(punk20.tfm)
|
|
Provides: tex(punkbx20.tfm)
|
|
Provides: tex(punksl20.tfm)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source20: punk.tar.xz
|
|
Source21: punk.doc.tar.xz
|
|
|
|
%description -n texlive-punk
|
|
A response to the assertion in a lecture that "typography tends
|
|
to lag behind other stylistic changes by about 10 years". Knuth
|
|
felt it was (in 1988) time to design a replacement for his
|
|
designs of the 1970s, and came up with this font! The fonts are
|
|
distributed as Metafont source. The package offers LaTeX
|
|
support by Rohit Grover, from an original by Sebastian Rahtz,
|
|
which is slightly odd in claiming that the fonts are T1-
|
|
encoded. A (possibly) more rational support package is to be
|
|
found in punk-latex
|
|
|
|
date: 2012-05-30 12:49:05 +0000
|
|
|
|
|
|
%package -n texlive-punk-doc
|
|
Summary: Documentation for texlive-punk
|
|
License: SUSE-TeX
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn27388
|
|
Release: 0
|
|
|
|
%description -n texlive-punk-doc
|
|
This package includes the documentation for texlive-punk
|
|
|
|
%post -n texlive-punk
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-punk
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-punk
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-punk-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/fonts/punk/punk.sty
|
|
%{_texmfdistdir}/doc/fonts/punk/punktest.tex
|
|
|
|
%files -n texlive-punk
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/source/public/punk/punk.mf
|
|
%{_texmfdistdir}/fonts/source/public/punk/punk10.mf
|
|
%{_texmfdistdir}/fonts/source/public/punk/punk12.mf
|
|
%{_texmfdistdir}/fonts/source/public/punk/punk20.mf
|
|
%{_texmfdistdir}/fonts/source/public/punk/punka.mf
|
|
%{_texmfdistdir}/fonts/source/public/punk/punkae.mf
|
|
%{_texmfdistdir}/fonts/source/public/punk/punkbx20.mf
|
|
%{_texmfdistdir}/fonts/source/public/punk/punkd.mf
|
|
%{_texmfdistdir}/fonts/source/public/punk/punkg.mf
|
|
%{_texmfdistdir}/fonts/source/public/punk/punkl.mf
|
|
%{_texmfdistdir}/fonts/source/public/punk/punkp.mf
|
|
%{_texmfdistdir}/fonts/source/public/punk/punksl.mf
|
|
%{_texmfdistdir}/fonts/source/public/punk/punksl20.mf
|
|
%{_texmfdistdir}/fonts/tfm/public/punk/punk10.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/punk/punk12.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/punk/punk20.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/punk/punkbx20.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/punk/punksl20.tfm
|
|
/var/adm/update-scripts/texlive-punk-%{texlive_version}.%{texlive_noarch}.svn27388-%{release}-zypper
|
|
|
|
%package -n texlive-punk-latex
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1svn27389
|
|
Release: 0
|
|
Summary: LaTeX support for punk fonts
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-punk-latex-doc >= %{texlive_version}
|
|
Provides: tex(ot1pnk.fd)
|
|
Provides: tex(punk.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source22: punk-latex.tar.xz
|
|
Source23: punk-latex.doc.tar.xz
|
|
|
|
%description -n texlive-punk-latex
|
|
The package and .fd file provide support for Knuth's punk
|
|
fonts. That bundle also offers support within LaTeX; the
|
|
present package is to be preferred.
|
|
|
|
date: 2012-05-30 12:49:05 +0000
|
|
|
|
|
|
%package -n texlive-punk-latex-doc
|
|
Summary: Documentation for texlive-punk-latex
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1svn27389
|
|
Release: 0
|
|
|
|
%description -n texlive-punk-latex-doc
|
|
This package includes the documentation for texlive-punk-latex
|
|
|
|
%post -n texlive-punk-latex
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-punk-latex
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-punk-latex
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-punk-latex-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/punk-latex/README
|
|
%{_texmfdistdir}/doc/latex/punk-latex/punk.pdf
|
|
%{_texmfdistdir}/doc/latex/punk-latex/punk.tex
|
|
|
|
%files -n texlive-punk-latex
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/punk-latex/ot1pnk.fd
|
|
%{_texmfdistdir}/tex/latex/punk-latex/punk.sty
|
|
/var/adm/update-scripts/texlive-punk-latex-%{texlive_version}.%{texlive_noarch}.1.1svn27389-%{release}-zypper
|
|
|
|
%package -n texlive-punknova
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.003svn24649
|
|
Release: 0
|
|
Summary: OpenType version of Knuth's Punk font
|
|
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): texlive >= %{texlive_version}
|
|
Requires: texlive-punknova-fonts >= %{texlive_version}
|
|
Recommends: texlive-punknova-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source24: punknova.tar.xz
|
|
Source25: punknova.doc.tar.xz
|
|
|
|
%description -n texlive-punknova
|
|
The font was generated from a MetaPost version of the sources
|
|
of the 'original' punk font. Knuth's original fonts generated
|
|
different shapes at random. This isn't actually possible in an
|
|
OpenType font; rather, the font contains several variants of
|
|
each glyph, and uses the OpenType randomize function to select
|
|
a variant for each invocation.
|
|
|
|
date: 2011-11-23 10:34:47 +0000
|
|
|
|
|
|
%package -n texlive-punknova-doc
|
|
Summary: Documentation for texlive-punknova
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.003svn24649
|
|
Release: 0
|
|
|
|
%description -n texlive-punknova-doc
|
|
This package includes the documentation for texlive-punknova
|
|
|
|
|
|
%package -n texlive-punknova-fonts
|
|
Summary: Severed fonts for texlive-punknova
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.003svn24649
|
|
Release: 0
|
|
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-punknova-fonts
|
|
The separated fonts package for texlive-punknova
|
|
%post -n texlive-punknova
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-punknova
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-punknova
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-punknova-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/fonts/punknova/Makefile
|
|
%{_texmfdistdir}/doc/fonts/punknova/NEWS
|
|
%{_texmfdistdir}/doc/fonts/punknova/README
|
|
%{_texmfdistdir}/doc/fonts/punknova/documentation/documentation-sources/sample.tex
|
|
%{_texmfdistdir}/doc/fonts/punknova/documentation/sample.pdf
|
|
%{_texmfdistdir}/doc/fonts/punknova/source/punkfont-bold.mp
|
|
%{_texmfdistdir}/doc/fonts/punknova/source/punkfont-boldslanted.mp
|
|
%{_texmfdistdir}/doc/fonts/punknova/source/punkfont-regular.mp
|
|
%{_texmfdistdir}/doc/fonts/punknova/source/punkfont-slanted.mp
|
|
%{_texmfdistdir}/doc/fonts/punknova/tools/build.py
|
|
|
|
%files -n texlive-punknova
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/opentype/public/punknova/punknova-bold.otf
|
|
%{_texmfdistdir}/fonts/opentype/public/punknova/punknova-boldslanted.otf
|
|
%{_texmfdistdir}/fonts/opentype/public/punknova/punknova-regular.otf
|
|
%{_texmfdistdir}/fonts/opentype/public/punknova/punknova-slanted.otf
|
|
/var/adm/update-scripts/texlive-punknova-%{texlive_version}.%{texlive_noarch}.1.003svn24649-%{release}-zypper
|
|
|
|
%package -n texlive-purifyeps
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1svn29725
|
|
Release: 0
|
|
Summary: Make EPS work with both LaTeX/dvips and pdfLaTeX
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive-purifyeps-bin >= %{texlive_version}
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-purifyeps-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source26: purifyeps.tar.xz
|
|
Source27: purifyeps.doc.tar.xz
|
|
|
|
%description -n texlive-purifyeps
|
|
While pdfLaTeX has a number of nice features, its primary
|
|
shortcoming relative to standard LaTeX+dvips is that it is
|
|
unable to read ordinary Encapsulated PostScript (EPS) files,
|
|
the most common graphics format in the LaTeX world. Purifyeps
|
|
converts EPS files into a 'purified' form that can be read by
|
|
both LaTeX+dvips and pdfLaTeX. The trick is that the standard
|
|
LaTeX2e graphics packages can parse MetaPost-produced EPS
|
|
directly. Hence, purifyeps need only convert an arbitrary EPS
|
|
file into the same stylized format that MetaPost outputs.
|
|
|
|
date: 2012-05-07 14:41:43 +0000
|
|
|
|
|
|
%package -n texlive-purifyeps-doc
|
|
Summary: Documentation for texlive-purifyeps
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1svn29725
|
|
Release: 0
|
|
|
|
%description -n texlive-purifyeps-doc
|
|
This package includes the documentation for texlive-purifyeps
|
|
|
|
%post -n texlive-purifyeps
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-purifyeps
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-purifyeps
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-purifyeps-doc
|
|
%defattr(-,root,root,755)
|
|
%{_mandir}/man1/purifyeps.1*
|
|
%{_texmfdistdir}/doc/support/purifyeps/README
|
|
|
|
%files -n texlive-purifyeps
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/scripts/purifyeps/purifyeps
|
|
/var/adm/update-scripts/texlive-purifyeps-%{texlive_version}.%{texlive_noarch}.1.1svn29725-%{release}-zypper
|
|
|
|
%package -n texlive-pxbase
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.5svn28516
|
|
Release: 0
|
|
Summary: Tools for use with (u)pLaTeX
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-pxbase-doc >= %{texlive_version}
|
|
Provides: tex(ifuptex.sty)
|
|
Provides: tex(pxbabel.sty)
|
|
Provides: tex(pxbase.def)
|
|
Provides: tex(pxbase.sty)
|
|
Provides: tex(pxbasenc.def)
|
|
Provides: tex(pxbsjc.def)
|
|
Provides: tex(pxjsfenc.def)
|
|
Provides: tex(upkcat.sty)
|
|
Requires: tex(keyval.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source28: pxbase.tar.xz
|
|
Source29: pxbase.doc.tar.xz
|
|
|
|
%description -n texlive-pxbase
|
|
The pxbase package
|
|
|
|
date: 2012-12-12 10:03:41 +0000
|
|
|
|
|
|
%package -n texlive-pxbase-doc
|
|
Summary: Documentation for texlive-pxbase
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.5svn28516
|
|
Release: 0
|
|
Provides: locale(texlive-pxbase-doc:ja)
|
|
|
|
%description -n texlive-pxbase-doc
|
|
This package includes the documentation for texlive-pxbase
|
|
|
|
%post -n texlive-pxbase
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-pxbase
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-pxbase
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-pxbase-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/platex/pxbase/LICENSE
|
|
%{_texmfdistdir}/doc/platex/pxbase/README
|
|
%{_texmfdistdir}/doc/platex/pxbase/README-pxbabel
|
|
%{_texmfdistdir}/doc/platex/pxbase/README-pxcjkcat
|
|
|
|
%files -n texlive-pxbase
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/platex/pxbase/ifuptex.sty
|
|
%{_texmfdistdir}/tex/platex/pxbase/pxbabel.sty
|
|
%{_texmfdistdir}/tex/platex/pxbase/pxbase.def
|
|
%{_texmfdistdir}/tex/platex/pxbase/pxbase.sty
|
|
%{_texmfdistdir}/tex/platex/pxbase/pxbasenc.def
|
|
%{_texmfdistdir}/tex/platex/pxbase/pxbsjc.def
|
|
%{_texmfdistdir}/tex/platex/pxbase/pxjsfenc.def
|
|
%{_texmfdistdir}/tex/platex/pxbase/upkcat.sty
|
|
/var/adm/update-scripts/texlive-pxbase-%{texlive_version}.%{texlive_noarch}.0.0.5svn28516-%{release}-zypper
|
|
|
|
%package -n texlive-pxchfon
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.7asvn30635
|
|
Release: 0
|
|
Summary: Japanese font setup for pLaTeX and upLaTeX
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-pxchfon-doc >= %{texlive_version}
|
|
Provides: tex(cfjar-b-l0j.tfm)
|
|
Provides: tex(cfjar-b-l0j.vf)
|
|
Provides: tex(cfjar-l-l0j.tfm)
|
|
Provides: tex(cfjar-l-l0j.vf)
|
|
Provides: tex(cfjar-r-l0j.tfm)
|
|
Provides: tex(cfjar-r-l0j.vf)
|
|
Provides: tex(cfjas-b-l0j.tfm)
|
|
Provides: tex(cfjas-b-l0j.vf)
|
|
Provides: tex(cfjas-r-l0j.tfm)
|
|
Provides: tex(cfjas-r-l0j.vf)
|
|
Provides: tex(cfjas-x-l0j.tfm)
|
|
Provides: tex(cfjas-x-l0j.vf)
|
|
Provides: tex(pxchfon.sty)
|
|
Provides: tex(pxchfon0.def)
|
|
Provides: tex(pxjafont.sty)
|
|
Provides: tex(r-cfjar-b-l0j.tfm)
|
|
Provides: tex(r-cfjar-l-l0j.tfm)
|
|
Provides: tex(r-cfjar-r-l0j.tfm)
|
|
Provides: tex(r-cfjas-b-l0j.tfm)
|
|
Provides: tex(r-cfjas-r-l0j.tfm)
|
|
Provides: tex(r-cfjas-x-l0j.tfm)
|
|
Requires: tex(atbegshi.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source30: pxchfon.tar.xz
|
|
Source31: pxchfon.doc.tar.xz
|
|
|
|
%description -n texlive-pxchfon
|
|
The pxchfon package
|
|
|
|
date: 2013-05-18 15:41:16 +0000
|
|
|
|
|
|
%package -n texlive-pxchfon-doc
|
|
Summary: Documentation for texlive-pxchfon
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.7asvn30635
|
|
Release: 0
|
|
Provides: locale(texlive-pxchfon-doc:ja;ja)
|
|
|
|
%description -n texlive-pxchfon-doc
|
|
This package includes the documentation for texlive-pxchfon
|
|
|
|
%post -n texlive-pxchfon
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-pxchfon
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-pxchfon
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-pxchfon-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/platex/pxchfon/LICENSE
|
|
%{_texmfdistdir}/doc/platex/pxchfon/README-ja
|
|
%{_texmfdistdir}/doc/platex/pxchfon/pxchfon.pdf
|
|
%{_texmfdistdir}/doc/platex/pxchfon/pxchfon.tex
|
|
%{_texmfdistdir}/doc/platex/pxchfon/sample-2000jis.pdf
|
|
%{_texmfdistdir}/doc/platex/pxchfon/sample-2000jis.tex
|
|
%{_texmfdistdir}/doc/platex/pxchfon/sample-2004jis.pdf
|
|
%{_texmfdistdir}/doc/platex/pxchfon/sample-2004jis.tex
|
|
%{_texmfdistdir}/doc/platex/pxchfon/sample-pxchfon.pdf
|
|
%{_texmfdistdir}/doc/platex/pxchfon/sample-pxchfon.tex
|
|
|
|
%files -n texlive-pxchfon
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/sfd/pxchfon/PXcjk0.sfd
|
|
%{_texmfdistdir}/fonts/tfm/public/pxchfon/cfjar-b-l0j.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxchfon/cfjar-l-l0j.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxchfon/cfjar-r-l0j.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxchfon/cfjas-b-l0j.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxchfon/cfjas-r-l0j.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxchfon/cfjas-x-l0j.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxchfon/r-cfjar-b-l0j.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxchfon/r-cfjar-l-l0j.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxchfon/r-cfjar-r-l0j.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxchfon/r-cfjas-b-l0j.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxchfon/r-cfjas-r-l0j.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxchfon/r-cfjas-x-l0j.tfm
|
|
%{_texmfdistdir}/fonts/vf/public/pxchfon/cfjar-b-l0j.vf
|
|
%{_texmfdistdir}/fonts/vf/public/pxchfon/cfjar-l-l0j.vf
|
|
%{_texmfdistdir}/fonts/vf/public/pxchfon/cfjar-r-l0j.vf
|
|
%{_texmfdistdir}/fonts/vf/public/pxchfon/cfjas-b-l0j.vf
|
|
%{_texmfdistdir}/fonts/vf/public/pxchfon/cfjas-r-l0j.vf
|
|
%{_texmfdistdir}/fonts/vf/public/pxchfon/cfjas-x-l0j.vf
|
|
%{_texmfdistdir}/tex/platex/pxchfon/pxchfon.sty
|
|
%{_texmfdistdir}/tex/platex/pxchfon/pxchfon0.def
|
|
%{_texmfdistdir}/tex/platex/pxchfon/pxjafont.sty
|
|
/var/adm/update-scripts/texlive-pxchfon-%{texlive_version}.%{texlive_noarch}.0.0.7asvn30635-%{release}-zypper
|
|
|
|
%package -n texlive-pxcjkcat
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn27780
|
|
Release: 0
|
|
Summary: Package pxcjkcat
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-pxcjkcat-doc >= %{texlive_version}
|
|
Provides: tex(pxcjkcat.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source32: pxcjkcat.tar.xz
|
|
Source33: pxcjkcat.doc.tar.xz
|
|
|
|
%description -n texlive-pxcjkcat
|
|
The pxcjkcat package
|
|
|
|
%package -n texlive-pxcjkcat-doc
|
|
Summary: Documentation for texlive-pxcjkcat
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn27780
|
|
Release: 0
|
|
|
|
%description -n texlive-pxcjkcat-doc
|
|
This package includes the documentation for texlive-pxcjkcat
|
|
|
|
%post -n texlive-pxcjkcat
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-pxcjkcat
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-pxcjkcat
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-pxcjkcat-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/pxcjkcat/LICENSE
|
|
%{_texmfdistdir}/doc/latex/pxcjkcat/README
|
|
%{_texmfdistdir}/doc/latex/pxcjkcat/README-ja
|
|
|
|
%files -n texlive-pxcjkcat
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/pxcjkcat/pxcjkcat.sty
|
|
/var/adm/update-scripts/texlive-pxcjkcat-%{texlive_version}.%{texlive_noarch}.svn27780-%{release}-zypper
|
|
|
|
%package -n texlive-pxfonts
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Palatino-like fonts in support of mathematics
|
|
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(post): grep
|
|
Requires(post): sed
|
|
Requires(postun): sed
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Requires: texlive-pxfonts-fonts >= %{texlive_version}
|
|
Recommends: texlive-pxfonts-doc >= %{texlive_version}
|
|
Provides: tex(omlpxmi.fd)
|
|
Provides: tex(omlpxr.fd)
|
|
Provides: tex(omspxr.fd)
|
|
Provides: tex(omspxsy.fd)
|
|
Provides: tex(omxpxex.fd)
|
|
Provides: tex(ot1pxr.fd)
|
|
Provides: tex(ot1pxss.fd)
|
|
Provides: tex(ot1pxtt.fd)
|
|
Provides: tex(p1xb.tfm)
|
|
Provides: tex(p1xb.vf)
|
|
Provides: tex(p1xbi.tfm)
|
|
Provides: tex(p1xbi.vf)
|
|
Provides: tex(p1xbsc.tfm)
|
|
Provides: tex(p1xbsc.vf)
|
|
Provides: tex(p1xbsl.tfm)
|
|
Provides: tex(p1xbsl.vf)
|
|
Provides: tex(p1xi.tfm)
|
|
Provides: tex(p1xi.vf)
|
|
Provides: tex(p1xr.tfm)
|
|
Provides: tex(p1xr.vf)
|
|
Provides: tex(p1xsc.tfm)
|
|
Provides: tex(p1xsc.vf)
|
|
Provides: tex(p1xsl.tfm)
|
|
Provides: tex(p1xsl.vf)
|
|
Provides: tex(pcxb.tfm)
|
|
Provides: tex(pcxb.vf)
|
|
Provides: tex(pcxbi.tfm)
|
|
Provides: tex(pcxbi.vf)
|
|
Provides: tex(pcxbsl.tfm)
|
|
Provides: tex(pcxbsl.vf)
|
|
Provides: tex(pcxi.tfm)
|
|
Provides: tex(pcxi.vf)
|
|
Provides: tex(pcxr.tfm)
|
|
Provides: tex(pcxr.vf)
|
|
Provides: tex(pcxsl.tfm)
|
|
Provides: tex(pcxsl.vf)
|
|
Provides: tex(pxb.tfm)
|
|
Provides: tex(pxb.vf)
|
|
Provides: tex(pxbex.tfm)
|
|
Provides: tex(pxbexa.tfm)
|
|
Provides: tex(pxbi.tfm)
|
|
Provides: tex(pxbi.vf)
|
|
Provides: tex(pxbmi.tfm)
|
|
Provides: tex(pxbmi.vf)
|
|
Provides: tex(pxbmi1.tfm)
|
|
Provides: tex(pxbmi1.vf)
|
|
Provides: tex(pxbmia.tfm)
|
|
Provides: tex(pxbsc.tfm)
|
|
Provides: tex(pxbsc.vf)
|
|
Provides: tex(pxbsl.tfm)
|
|
Provides: tex(pxbsl.vf)
|
|
Provides: tex(pxbsy.tfm)
|
|
Provides: tex(pxbsya.tfm)
|
|
Provides: tex(pxbsyb.tfm)
|
|
Provides: tex(pxbsyc.tfm)
|
|
Provides: tex(pxex.tfm)
|
|
Provides: tex(pxexa.tfm)
|
|
Provides: tex(pxfonts.map)
|
|
Provides: tex(pxfonts.sty)
|
|
Provides: tex(pxi.tfm)
|
|
Provides: tex(pxi.vf)
|
|
Provides: tex(pxmi.tfm)
|
|
Provides: tex(pxmi.vf)
|
|
Provides: tex(pxmi1.tfm)
|
|
Provides: tex(pxmi1.vf)
|
|
Provides: tex(pxmia.tfm)
|
|
Provides: tex(pxr.map)
|
|
Provides: tex(pxr.tfm)
|
|
Provides: tex(pxr.vf)
|
|
Provides: tex(pxr1.map)
|
|
Provides: tex(pxr2.map)
|
|
Provides: tex(pxr3.map)
|
|
Provides: tex(pxsc.tfm)
|
|
Provides: tex(pxsc.vf)
|
|
Provides: tex(pxsl.tfm)
|
|
Provides: tex(pxsl.vf)
|
|
Provides: tex(pxsy.tfm)
|
|
Provides: tex(pxsya.tfm)
|
|
Provides: tex(pxsyb.tfm)
|
|
Provides: tex(pxsyc.tfm)
|
|
Provides: tex(rpcxb.tfm)
|
|
Provides: tex(rpcxbi.tfm)
|
|
Provides: tex(rpcxbsl.tfm)
|
|
Provides: tex(rpcxi.tfm)
|
|
Provides: tex(rpcxr.tfm)
|
|
Provides: tex(rpcxsl.tfm)
|
|
Provides: tex(rpxb.tfm)
|
|
Provides: tex(rpxbi.tfm)
|
|
Provides: tex(rpxbmi.tfm)
|
|
Provides: tex(rpxbsc.tfm)
|
|
Provides: tex(rpxbsl.tfm)
|
|
Provides: tex(rpxi.tfm)
|
|
Provides: tex(rpxmi.tfm)
|
|
Provides: tex(rpxpplb.tfm)
|
|
Provides: tex(rpxpplbi.tfm)
|
|
Provides: tex(rpxpplbo.tfm)
|
|
Provides: tex(rpxpplr.tfm)
|
|
Provides: tex(rpxpplri.tfm)
|
|
Provides: tex(rpxpplro.tfm)
|
|
Provides: tex(rpxr.tfm)
|
|
Provides: tex(rpxsc.tfm)
|
|
Provides: tex(rpxsl.tfm)
|
|
Provides: tex(t1pxr.fd)
|
|
Provides: tex(t1pxss.fd)
|
|
Provides: tex(t1pxtt.fd)
|
|
Provides: tex(ts1pxr.fd)
|
|
Provides: tex(ts1pxss.fd)
|
|
Provides: tex(ts1pxtt.fd)
|
|
Provides: tex(upxexa.fd)
|
|
Provides: tex(upxmia.fd)
|
|
Provides: tex(upxr.fd)
|
|
Provides: tex(upxss.fd)
|
|
Provides: tex(upxsya.fd)
|
|
Provides: tex(upxsyb.fd)
|
|
Provides: tex(upxsyc.fd)
|
|
Provides: tex(upxtt.fd)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source34: pxfonts.tar.xz
|
|
Source35: pxfonts.doc.tar.xz
|
|
|
|
%description -n texlive-pxfonts
|
|
Pxfonts supplies virtual text roman fonts using Adobe Palatino
|
|
(or URWPalladioL) with some modified and additional text
|
|
symbols in the OT1, T1, and TS1 encodings; maths alphabets
|
|
using Palatino/Palladio; maths fonts providing all the symbols
|
|
of the Computer Modern and AMS fonts, including all the Greek
|
|
capital letters from CMR; and additional maths fonts of various
|
|
other symbols. The set is complemented by a sans-serif set of
|
|
text fonts, based on Helvetica/NimbusSanL, and a monospace set
|
|
derived from the parallel TX font set. All the fonts are in
|
|
Type 1 format (AFM and PFB files), and are supported by TeX
|
|
metrics (VF and TFM files) and macros for use with LaTeX.
|
|
|
|
date: 2009-01-15 08:33:18 +0000
|
|
|
|
|
|
%package -n texlive-pxfonts-doc
|
|
Summary: Documentation for texlive-pxfonts
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-pxfonts-doc
|
|
This package includes the documentation for texlive-pxfonts
|
|
|
|
|
|
%package -n texlive-pxfonts-fonts
|
|
Summary: Severed fonts for texlive-pxfonts
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
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-pxfonts-fonts
|
|
The separated fonts package for texlive-pxfonts
|
|
%post -n texlive-pxfonts
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if grep -qsE 'Map[[:blank:]]+pxfonts.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+pxfonts.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map pxfonts.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%postun -n texlive-pxfonts
|
|
if test $1 = 0; then
|
|
sed -ri 's/^(Map[[:blank:]]+pxfonts.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
%{_bindir}/updmap-sys --nohash --quiet > /dev/null 2>&1 || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%posttrans -n texlive-pxfonts
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-pxfonts-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/fonts/pxfonts/00bug_fix.txt
|
|
%{_texmfdistdir}/doc/fonts/pxfonts/COPYRIGHT
|
|
%{_texmfdistdir}/doc/fonts/pxfonts/pxfontsdoc.pdf
|
|
%{_texmfdistdir}/doc/fonts/pxfonts/pxfontsdoc.tex
|
|
%{_texmfdistdir}/doc/fonts/pxfonts/pxfontsdocA4.pdf
|
|
%{_texmfdistdir}/doc/fonts/pxfonts/pxfontsdocA4.tex
|
|
|
|
%files -n texlive-pxfonts
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxbex.afm
|
|
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxbexa.afm
|
|
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxbmia.afm
|
|
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxbsy.afm
|
|
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxbsya.afm
|
|
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxbsyb.afm
|
|
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxbsyc.afm
|
|
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxex.afm
|
|
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxexa.afm
|
|
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxmia.afm
|
|
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxsy.afm
|
|
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxsya.afm
|
|
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxsyb.afm
|
|
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxsyc.afm
|
|
%{_texmfdistdir}/fonts/afm/public/pxfonts/rpcxb.afm
|
|
%{_texmfdistdir}/fonts/afm/public/pxfonts/rpcxbi.afm
|
|
%{_texmfdistdir}/fonts/afm/public/pxfonts/rpcxi.afm
|
|
%{_texmfdistdir}/fonts/afm/public/pxfonts/rpcxr.afm
|
|
%{_texmfdistdir}/fonts/afm/public/pxfonts/rpxb.afm
|
|
%{_texmfdistdir}/fonts/afm/public/pxfonts/rpxbi.afm
|
|
%{_texmfdistdir}/fonts/afm/public/pxfonts/rpxbmi.afm
|
|
%{_texmfdistdir}/fonts/afm/public/pxfonts/rpxbsc.afm
|
|
%{_texmfdistdir}/fonts/afm/public/pxfonts/rpxi.afm
|
|
%{_texmfdistdir}/fonts/afm/public/pxfonts/rpxmi.afm
|
|
%{_texmfdistdir}/fonts/afm/public/pxfonts/rpxr.afm
|
|
%{_texmfdistdir}/fonts/afm/public/pxfonts/rpxsc.afm
|
|
%{_texmfdistdir}/fonts/map/dvips/pxfonts/pxfonts.map
|
|
%{_texmfdistdir}/fonts/map/dvips/pxfonts/pxr.map
|
|
%{_texmfdistdir}/fonts/map/dvips/pxfonts/pxr1.map
|
|
%{_texmfdistdir}/fonts/map/dvips/pxfonts/pxr2.map
|
|
%{_texmfdistdir}/fonts/map/dvips/pxfonts/pxr3.map
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/p1xb.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/p1xbi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/p1xbsc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/p1xbsl.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/p1xi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/p1xr.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/p1xsc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/p1xsl.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pcxb.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pcxbi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pcxbsl.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pcxi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pcxr.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pcxsl.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxb.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxbex.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxbexa.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxbi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxbmi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxbmi1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxbmia.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxbsc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxbsl.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxbsy.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxbsya.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxbsyb.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxbsyc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxex.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxexa.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxmi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxmi1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxmia.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxr.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxsc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxsl.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxsy.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxsya.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxsyb.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxsyc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpcxb.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpcxbi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpcxbsl.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpcxi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpcxr.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpcxsl.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxb.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxbi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxbmi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxbsc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxbsl.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxmi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxpplb.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxpplbi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxpplbo.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxpplr.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxpplri.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxpplro.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxr.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxsc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxsl.tfm
|
|
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxbex.pfb
|
|
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxbexa.pfb
|
|
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxbmia.pfb
|
|
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxbsy.pfb
|
|
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxbsya.pfb
|
|
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxbsyb.pfb
|
|
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxbsyc.pfb
|
|
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxex.pfb
|
|
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxexa.pfb
|
|
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxmia.pfb
|
|
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxsy.pfb
|
|
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxsya.pfb
|
|
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxsyb.pfb
|
|
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxsyc.pfb
|
|
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpcxb.pfb
|
|
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpcxbi.pfb
|
|
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpcxi.pfb
|
|
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpcxr.pfb
|
|
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpxb.pfb
|
|
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpxbi.pfb
|
|
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpxbmi.pfb
|
|
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpxbsc.pfb
|
|
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpxi.pfb
|
|
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpxmi.pfb
|
|
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpxr.pfb
|
|
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpxsc.pfb
|
|
%{_texmfdistdir}/fonts/vf/public/pxfonts/p1xb.vf
|
|
%{_texmfdistdir}/fonts/vf/public/pxfonts/p1xbi.vf
|
|
%{_texmfdistdir}/fonts/vf/public/pxfonts/p1xbsc.vf
|
|
%{_texmfdistdir}/fonts/vf/public/pxfonts/p1xbsl.vf
|
|
%{_texmfdistdir}/fonts/vf/public/pxfonts/p1xi.vf
|
|
%{_texmfdistdir}/fonts/vf/public/pxfonts/p1xr.vf
|
|
%{_texmfdistdir}/fonts/vf/public/pxfonts/p1xsc.vf
|
|
%{_texmfdistdir}/fonts/vf/public/pxfonts/p1xsl.vf
|
|
%{_texmfdistdir}/fonts/vf/public/pxfonts/pcxb.vf
|
|
%{_texmfdistdir}/fonts/vf/public/pxfonts/pcxbi.vf
|
|
%{_texmfdistdir}/fonts/vf/public/pxfonts/pcxbsl.vf
|
|
%{_texmfdistdir}/fonts/vf/public/pxfonts/pcxi.vf
|
|
%{_texmfdistdir}/fonts/vf/public/pxfonts/pcxr.vf
|
|
%{_texmfdistdir}/fonts/vf/public/pxfonts/pcxsl.vf
|
|
%{_texmfdistdir}/fonts/vf/public/pxfonts/pxb.vf
|
|
%{_texmfdistdir}/fonts/vf/public/pxfonts/pxbi.vf
|
|
%{_texmfdistdir}/fonts/vf/public/pxfonts/pxbmi.vf
|
|
%{_texmfdistdir}/fonts/vf/public/pxfonts/pxbmi1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/pxfonts/pxbsc.vf
|
|
%{_texmfdistdir}/fonts/vf/public/pxfonts/pxbsl.vf
|
|
%{_texmfdistdir}/fonts/vf/public/pxfonts/pxi.vf
|
|
%{_texmfdistdir}/fonts/vf/public/pxfonts/pxmi.vf
|
|
%{_texmfdistdir}/fonts/vf/public/pxfonts/pxmi1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/pxfonts/pxr.vf
|
|
%{_texmfdistdir}/fonts/vf/public/pxfonts/pxsc.vf
|
|
%{_texmfdistdir}/fonts/vf/public/pxfonts/pxsl.vf
|
|
%{_texmfdistdir}/tex/latex/pxfonts/omlpxmi.fd
|
|
%{_texmfdistdir}/tex/latex/pxfonts/omlpxr.fd
|
|
%{_texmfdistdir}/tex/latex/pxfonts/omspxr.fd
|
|
%{_texmfdistdir}/tex/latex/pxfonts/omspxsy.fd
|
|
%{_texmfdistdir}/tex/latex/pxfonts/omxpxex.fd
|
|
%{_texmfdistdir}/tex/latex/pxfonts/ot1pxr.fd
|
|
%{_texmfdistdir}/tex/latex/pxfonts/ot1pxss.fd
|
|
%{_texmfdistdir}/tex/latex/pxfonts/ot1pxtt.fd
|
|
%{_texmfdistdir}/tex/latex/pxfonts/pxfonts.sty
|
|
%{_texmfdistdir}/tex/latex/pxfonts/t1pxr.fd
|
|
%{_texmfdistdir}/tex/latex/pxfonts/t1pxss.fd
|
|
%{_texmfdistdir}/tex/latex/pxfonts/t1pxtt.fd
|
|
%{_texmfdistdir}/tex/latex/pxfonts/ts1pxr.fd
|
|
%{_texmfdistdir}/tex/latex/pxfonts/ts1pxss.fd
|
|
%{_texmfdistdir}/tex/latex/pxfonts/ts1pxtt.fd
|
|
%{_texmfdistdir}/tex/latex/pxfonts/upxexa.fd
|
|
%{_texmfdistdir}/tex/latex/pxfonts/upxmia.fd
|
|
%{_texmfdistdir}/tex/latex/pxfonts/upxr.fd
|
|
%{_texmfdistdir}/tex/latex/pxfonts/upxss.fd
|
|
%{_texmfdistdir}/tex/latex/pxfonts/upxsya.fd
|
|
%{_texmfdistdir}/tex/latex/pxfonts/upxsyb.fd
|
|
%{_texmfdistdir}/tex/latex/pxfonts/upxsyc.fd
|
|
%{_texmfdistdir}/tex/latex/pxfonts/upxtt.fd
|
|
/var/adm/update-scripts/texlive-pxfonts-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-pxgreeks
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn21838
|
|
Release: 0
|
|
Summary: Shape selection for PX fonts Greek letters
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-pxgreeks-doc >= %{texlive_version}
|
|
Provides: tex(pxgreeks.sty)
|
|
Requires: tex(pxfonts.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source36: pxgreeks.tar.xz
|
|
Source37: pxgreeks.doc.tar.xz
|
|
|
|
%description -n texlive-pxgreeks
|
|
The package allows LaTeX users who use the PX fonts to select
|
|
the shapes (italic or upright) for the Greek lowercase and
|
|
uppercase letters. Once the shapes for lowercase and uppercase
|
|
have been selected via a package option, the \other prefix
|
|
(e.g., \otheralpha) allows using the alternate glyph (as in the
|
|
fourier package). The pxgreeks package does not constrain the
|
|
text font that may be used in the document.
|
|
|
|
date: 2011-03-18 11:27:11 +0000
|
|
|
|
|
|
%package -n texlive-pxgreeks-doc
|
|
Summary: Documentation for texlive-pxgreeks
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn21838
|
|
Release: 0
|
|
|
|
%description -n texlive-pxgreeks-doc
|
|
This package includes the documentation for texlive-pxgreeks
|
|
|
|
%post -n texlive-pxgreeks
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-pxgreeks
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-pxgreeks
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-pxgreeks-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/pxgreeks/README
|
|
%{_texmfdistdir}/doc/latex/pxgreeks/pxgreeks.pdf
|
|
|
|
%files -n texlive-pxgreeks
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/pxgreeks/pxgreeks.sty
|
|
/var/adm/update-scripts/texlive-pxgreeks-%{texlive_version}.%{texlive_noarch}.1.0svn21838-%{release}-zypper
|
|
|
|
%package -n texlive-pxjahyper
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn28503
|
|
Release: 0
|
|
Summary: Hyperref support for pLaTeX
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-pxjahyper-doc >= %{texlive_version}
|
|
Provides: tex(pxjahyper.sty)
|
|
Requires: tex(atbegshi.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source38: pxjahyper.tar.xz
|
|
Source39: pxjahyper.doc.tar.xz
|
|
|
|
%description -n texlive-pxjahyper
|
|
The pxjahyper package
|
|
|
|
date: 2012-12-11 13:08:29 +0000
|
|
|
|
|
|
%package -n texlive-pxjahyper-doc
|
|
Summary: Documentation for texlive-pxjahyper
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn28503
|
|
Release: 0
|
|
Provides: locale(texlive-pxjahyper-doc:ja;ja)
|
|
|
|
%description -n texlive-pxjahyper-doc
|
|
This package includes the documentation for texlive-pxjahyper
|
|
|
|
%post -n texlive-pxjahyper
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-pxjahyper
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-pxjahyper
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-pxjahyper-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/platex/pxjahyper/LICENSE
|
|
%{_texmfdistdir}/doc/platex/pxjahyper/README
|
|
%{_texmfdistdir}/doc/platex/pxjahyper/pxjahyper.pdf
|
|
%{_texmfdistdir}/doc/platex/pxjahyper/pxjahyper.tex
|
|
|
|
%files -n texlive-pxjahyper
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/platex/pxjahyper/pxjahyper.sty
|
|
/var/adm/update-scripts/texlive-pxjahyper-%{texlive_version}.%{texlive_noarch}.0.0.3svn28503-%{release}-zypper
|
|
|
|
%package -n texlive-pxpgfmark
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn30212
|
|
Release: 0
|
|
Summary: E-pTeX driver for PGF inter-picture connections
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-pxpgfmark-doc >= %{texlive_version}
|
|
Provides: tex(pxpgfmark.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source40: pxpgfmark.tar.xz
|
|
Source41: pxpgfmark.doc.tar.xz
|
|
|
|
%description -n texlive-pxpgfmark
|
|
The distributed drivers do not support the PGF feature of
|
|
"inter-picture connections" under e-pTeX and dvipdfmx. The
|
|
package uses existing features of dvipdfmx to fix this problem
|
|
|
|
date: 2013-05-02 09:19:37 +0000
|
|
|
|
|
|
%package -n texlive-pxpgfmark-doc
|
|
Summary: Documentation for texlive-pxpgfmark
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn30212
|
|
Release: 0
|
|
|
|
%description -n texlive-pxpgfmark-doc
|
|
This package includes the documentation for texlive-pxpgfmark
|
|
|
|
%post -n texlive-pxpgfmark
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-pxpgfmark
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-pxpgfmark
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-pxpgfmark-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/pxpgfmark/LICENSE
|
|
%{_texmfdistdir}/doc/latex/pxpgfmark/README
|
|
|
|
%files -n texlive-pxpgfmark
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/pxpgfmark/pxpgfmark.sty
|
|
/var/adm/update-scripts/texlive-pxpgfmark-%{texlive_version}.%{texlive_noarch}.0.0.2svn30212-%{release}-zypper
|
|
|
|
%package -n texlive-pxrubrica
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn28494
|
|
Release: 0
|
|
Summary: Package pxrubrica
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-pxrubrica-doc >= %{texlive_version}
|
|
Provides: tex(pxrubrica.sty)
|
|
Requires: tex(keyval.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source42: pxrubrica.tar.xz
|
|
Source43: pxrubrica.doc.tar.xz
|
|
|
|
%description -n texlive-pxrubrica
|
|
The pxrubrica package
|
|
|
|
%package -n texlive-pxrubrica-doc
|
|
Summary: Documentation for texlive-pxrubrica
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn28494
|
|
Release: 0
|
|
|
|
%description -n texlive-pxrubrica-doc
|
|
This package includes the documentation for texlive-pxrubrica
|
|
|
|
%post -n texlive-pxrubrica
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-pxrubrica
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-pxrubrica
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-pxrubrica-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/platex/pxrubrica/LICENSE
|
|
%{_texmfdistdir}/doc/platex/pxrubrica/README
|
|
%{_texmfdistdir}/doc/platex/pxrubrica/pxrubrica-en.pdf
|
|
%{_texmfdistdir}/doc/platex/pxrubrica/pxrubrica-en.tex
|
|
%{_texmfdistdir}/doc/platex/pxrubrica/pxrubrica.pdf
|
|
%{_texmfdistdir}/doc/platex/pxrubrica/sample/test-jlreq.pdf
|
|
%{_texmfdistdir}/doc/platex/pxrubrica/sample/test-jlreq.tex
|
|
%{_texmfdistdir}/doc/platex/pxrubrica/sample/test-sf.pdf
|
|
%{_texmfdistdir}/doc/platex/pxrubrica/sample/test-sf.tex
|
|
%{_texmfdistdir}/doc/platex/pxrubrica/sample/test-toc.pdf
|
|
%{_texmfdistdir}/doc/platex/pxrubrica/sample/test-toc.tex
|
|
|
|
%files -n texlive-pxrubrica
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/platex/pxrubrica/pxrubrica.sty
|
|
/var/adm/update-scripts/texlive-pxrubrica-%{texlive_version}.%{texlive_noarch}.svn28494-%{release}-zypper
|
|
|
|
%package -n texlive-pxtxalfa
|
|
Version: %{texlive_version}.%{texlive_noarch}.1svn23682
|
|
Release: 0
|
|
Summary: Virtual maths alphabets based on pxfonts and txfonts
|
|
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(post): grep
|
|
Requires(post): sed
|
|
Requires(postun): sed
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-pxtxalfa-doc >= %{texlive_version}
|
|
Provides: tex(px-ds.sty)
|
|
Provides: tex(pxb-ds.tfm)
|
|
Provides: tex(pxb-ds.vf)
|
|
Provides: tex(pxr-ds.tfm)
|
|
Provides: tex(pxr-ds.vf)
|
|
Provides: tex(pxtx-cal.sty)
|
|
Provides: tex(pxtx-frak.sty)
|
|
Provides: tex(pxtx.map)
|
|
Provides: tex(rtxmia.tfm)
|
|
Provides: tex(tx-of.sty)
|
|
Provides: tex(txb-cal.tfm)
|
|
Provides: tex(txb-cal.vf)
|
|
Provides: tex(txb-frak.tfm)
|
|
Provides: tex(txb-frak.vf)
|
|
Provides: tex(txb-of.tfm)
|
|
Provides: tex(txb-of.vf)
|
|
Provides: tex(txr-cal.tfm)
|
|
Provides: tex(txr-cal.vf)
|
|
Provides: tex(txr-ds.tfm)
|
|
Provides: tex(txr-ds.vf)
|
|
Provides: tex(txr-frak.tfm)
|
|
Provides: tex(txr-frak.vf)
|
|
Provides: tex(txr-of.tfm)
|
|
Provides: tex(txr-of.vf)
|
|
Provides: tex(upx-ds.fd)
|
|
Provides: tex(utx-cal.fd)
|
|
Provides: tex(utx-frak.fd)
|
|
Provides: tex(utx-of.fd)
|
|
Requires: tex(xkeyval.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source44: pxtxalfa.tar.xz
|
|
Source45: pxtxalfa.doc.tar.xz
|
|
|
|
%description -n texlive-pxtxalfa
|
|
The package provides virtual math alphabets based on pxfonts
|
|
and txfonts, with LaTeX support files and adjusted metrics. The
|
|
mathalfa package offers support for this collection.
|
|
|
|
date: 2011-08-23 12:32:14 +0000
|
|
|
|
|
|
%package -n texlive-pxtxalfa-doc
|
|
Summary: Documentation for texlive-pxtxalfa
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1svn23682
|
|
Release: 0
|
|
|
|
%description -n texlive-pxtxalfa-doc
|
|
This package includes the documentation for texlive-pxtxalfa
|
|
|
|
%post -n texlive-pxtxalfa
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if grep -qsE 'Map[[:blank:]]+pxtx.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+pxtx.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map pxtx.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%postun -n texlive-pxtxalfa
|
|
if test $1 = 0; then
|
|
sed -ri 's/^(Map[[:blank:]]+pxtx.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
%{_bindir}/updmap-sys --nohash --quiet > /dev/null 2>&1 || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%posttrans -n texlive-pxtxalfa
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-pxtxalfa-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/fonts/pxtxalfa/README
|
|
%{_texmfdistdir}/doc/fonts/pxtxalfa/pxtxalfa.pdf
|
|
%{_texmfdistdir}/doc/fonts/pxtxalfa/pxtxalfa.tex
|
|
|
|
%files -n texlive-pxtxalfa
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/map/dvips/pxtxalfa/pxtx.map
|
|
%{_texmfdistdir}/fonts/tfm/public/pxtxalfa/pxb-ds.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxtxalfa/pxr-ds.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxtxalfa/rtxmia.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxtxalfa/txb-cal.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxtxalfa/txb-frak.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxtxalfa/txb-of.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxtxalfa/txr-cal.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxtxalfa/txr-ds.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxtxalfa/txr-frak.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/pxtxalfa/txr-of.tfm
|
|
%{_texmfdistdir}/fonts/vf/public/pxtxalfa/pxb-ds.vf
|
|
%{_texmfdistdir}/fonts/vf/public/pxtxalfa/pxr-ds.vf
|
|
%{_texmfdistdir}/fonts/vf/public/pxtxalfa/txb-cal.vf
|
|
%{_texmfdistdir}/fonts/vf/public/pxtxalfa/txb-frak.vf
|
|
%{_texmfdistdir}/fonts/vf/public/pxtxalfa/txb-of.vf
|
|
%{_texmfdistdir}/fonts/vf/public/pxtxalfa/txr-cal.vf
|
|
%{_texmfdistdir}/fonts/vf/public/pxtxalfa/txr-ds.vf
|
|
%{_texmfdistdir}/fonts/vf/public/pxtxalfa/txr-frak.vf
|
|
%{_texmfdistdir}/fonts/vf/public/pxtxalfa/txr-of.vf
|
|
%{_texmfdistdir}/tex/latex/pxtxalfa/px-ds.sty
|
|
%{_texmfdistdir}/tex/latex/pxtxalfa/pxtx-cal.sty
|
|
%{_texmfdistdir}/tex/latex/pxtxalfa/pxtx-frak.sty
|
|
%{_texmfdistdir}/tex/latex/pxtxalfa/tx-of.sty
|
|
%{_texmfdistdir}/tex/latex/pxtxalfa/upx-ds.fd
|
|
%{_texmfdistdir}/tex/latex/pxtxalfa/utx-cal.fd
|
|
%{_texmfdistdir}/tex/latex/pxtxalfa/utx-frak.fd
|
|
%{_texmfdistdir}/tex/latex/pxtxalfa/utx-of.fd
|
|
/var/adm/update-scripts/texlive-pxtxalfa-%{texlive_version}.%{texlive_noarch}.1svn23682-%{release}-zypper
|
|
|
|
%package -n texlive-python
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.21svn27064
|
|
Release: 0
|
|
Summary: Embed Python code in LaTeX
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-python-doc >= %{texlive_version}
|
|
Provides: tex(python.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source46: python.tar.xz
|
|
Source47: python.doc.tar.xz
|
|
|
|
%description -n texlive-python
|
|
The package enables you to embed Python code in LaTeX, and
|
|
insert the script's output in the document.
|
|
|
|
date: 2012-07-03 09:28:15 +0000
|
|
|
|
|
|
%package -n texlive-python-doc
|
|
Summary: Documentation for texlive-python
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.21svn27064
|
|
Release: 0
|
|
|
|
%description -n texlive-python-doc
|
|
This package includes the documentation for texlive-python
|
|
|
|
%post -n texlive-python
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-python
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-python
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-python-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/python/README
|
|
|
|
%files -n texlive-python
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/python/python.sty
|
|
/var/adm/update-scripts/texlive-python-%{texlive_version}.%{texlive_noarch}.0.0.21svn27064-%{release}-zypper
|
|
|
|
%package -n texlive-qcm
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.1svn15878
|
|
Release: 0
|
|
Summary: A LaTeX2e class for making multiple choice questionnaires
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-qcm-doc >= %{texlive_version}
|
|
Provides: tex(qcm.cls)
|
|
Provides: tex(qcm.sty)
|
|
Requires: tex(calc.sty)
|
|
Requires: tex(ifthen.sty)
|
|
Requires: tex(tabularx.sty)
|
|
Requires: tex(verbatim.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source48: qcm.tar.xz
|
|
Source49: qcm.doc.tar.xz
|
|
|
|
%description -n texlive-qcm
|
|
QCM is a package for making multiple choices questionnaires
|
|
under LaTeX2e ("QCM" is the French acronym for this style of
|
|
test). A special environment allows you to define questions and
|
|
possible answers. You can specify which answers are correct and
|
|
which are not. QCM not only formats the questions for you, but
|
|
also generates a 'form' (a grid that your students will have to
|
|
fill in), and a 'mask' (the same grid, only with correct
|
|
answers properly checked in). You can then print the mask on a
|
|
slide and correct the questionnaires more easily by
|
|
superimposing the mask on top of students' forms. QCM can also
|
|
typeset exam corrections automatically, and comes with support
|
|
for AUC-TeX.
|
|
|
|
date: 2009-03-26 14:47:40 +0000
|
|
|
|
|
|
%package -n texlive-qcm-doc
|
|
Summary: Documentation for texlive-qcm
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.1svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-qcm-doc
|
|
This package includes the documentation for texlive-qcm
|
|
|
|
%post -n texlive-qcm
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-qcm
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-qcm
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-qcm-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/qcm/NEWS
|
|
%{_texmfdistdir}/doc/latex/qcm/README
|
|
%{_texmfdistdir}/doc/latex/qcm/qcm.el
|
|
%{_texmfdistdir}/doc/latex/qcm/qcm.pdf
|
|
|
|
%files -n texlive-qcm
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/qcm/qcm.cls
|
|
%{_texmfdistdir}/tex/latex/qcm/qcm.sty
|
|
/var/adm/update-scripts/texlive-qcm-%{texlive_version}.%{texlive_noarch}.2.1svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-qobitree
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: LaTeX macros for typesetting trees
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-qobitree-doc >= %{texlive_version}
|
|
Provides: tex(qobitree.tex)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source50: qobitree.tar.xz
|
|
Source51: qobitree.doc.tar.xz
|
|
|
|
%description -n texlive-qobitree
|
|
Provides commands \branch and \leaf for specifying the elements
|
|
of the tree; you build up your tree with those commands, and
|
|
then issue the \tree command to typeset the whole.
|
|
|
|
date: 2008-11-29 23:16:40 +0000
|
|
|
|
|
|
%package -n texlive-qobitree-doc
|
|
Summary: Documentation for texlive-qobitree
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-qobitree-doc
|
|
This package includes the documentation for texlive-qobitree
|
|
|
|
%post -n texlive-qobitree
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-qobitree
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-qobitree
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-qobitree-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/qobitree/README
|
|
%{_texmfdistdir}/doc/latex/qobitree/example.tex
|
|
|
|
%files -n texlive-qobitree
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/qobitree/qobitree.tex
|
|
/var/adm/update-scripts/texlive-qobitree-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-qpxqtx
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Package qpxqtx
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-qpxqtx-doc >= %{texlive_version}
|
|
Provides: tex(amspbold.tex)
|
|
Provides: tex(amsqpx.def)
|
|
Provides: tex(amsqpx.tex)
|
|
Provides: tex(amsqtx.def)
|
|
Provides: tex(amsqtx.tex)
|
|
Provides: tex(amstbold.tex)
|
|
Provides: tex(qpxbmi.tfm)
|
|
Provides: tex(qpxbmi.vf)
|
|
Provides: tex(qpxbmia.tfm)
|
|
Provides: tex(qpxbmia.vf)
|
|
Provides: tex(qpxmath.sty)
|
|
Provides: tex(qpxmath.tex)
|
|
Provides: tex(qpxmi.tfm)
|
|
Provides: tex(qpxmi.vf)
|
|
Provides: tex(qpxmia.tfm)
|
|
Provides: tex(qpxmia.vf)
|
|
Provides: tex(qtxbmi.tfm)
|
|
Provides: tex(qtxbmi.vf)
|
|
Provides: tex(qtxbmia.tfm)
|
|
Provides: tex(qtxbmia.vf)
|
|
Provides: tex(qtxmath.sty)
|
|
Provides: tex(qtxmath.tex)
|
|
Provides: tex(qtxmi.tfm)
|
|
Provides: tex(qtxmi.vf)
|
|
Provides: tex(qtxmia.tfm)
|
|
Provides: tex(qtxmia.vf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source52: qpxqtx.tar.xz
|
|
Source53: qpxqtx.doc.tar.xz
|
|
|
|
%description -n texlive-qpxqtx
|
|
The qpxqtx package
|
|
|
|
%package -n texlive-qpxqtx-doc
|
|
Summary: Documentation for texlive-qpxqtx
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-qpxqtx-doc
|
|
This package includes the documentation for texlive-qpxqtx
|
|
|
|
%post -n texlive-qpxqtx
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-qpxqtx
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-qpxqtx
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-qpxqtx-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/fonts/qpxqtx/00README
|
|
%{_texmfdistdir}/doc/fonts/qpxqtx/p01tst.tex
|
|
%{_texmfdistdir}/doc/fonts/qpxqtx/p02tst.tex
|
|
%{_texmfdistdir}/doc/fonts/qpxqtx/qpxsymb.tex
|
|
%{_texmfdistdir}/doc/fonts/qpxqtx/qpxtest.tex
|
|
%{_texmfdistdir}/doc/fonts/qpxqtx/qtxsymb.tex
|
|
%{_texmfdistdir}/doc/fonts/qpxqtx/qtxtest.tex
|
|
%{_texmfdistdir}/doc/fonts/qpxqtx/t01tst.tex
|
|
%{_texmfdistdir}/doc/fonts/qpxqtx/t02tst.tex
|
|
|
|
%files -n texlive-qpxqtx
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/tfm/public/qpxqtx/qpxbmi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/qpxqtx/qpxbmia.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/qpxqtx/qpxmi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/qpxqtx/qpxmia.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/qpxqtx/qtxbmi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/qpxqtx/qtxbmia.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/qpxqtx/qtxmi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/qpxqtx/qtxmia.tfm
|
|
%{_texmfdistdir}/fonts/vf/public/qpxqtx/qpxbmi.vf
|
|
%{_texmfdistdir}/fonts/vf/public/qpxqtx/qpxbmia.vf
|
|
%{_texmfdistdir}/fonts/vf/public/qpxqtx/qpxmi.vf
|
|
%{_texmfdistdir}/fonts/vf/public/qpxqtx/qpxmia.vf
|
|
%{_texmfdistdir}/fonts/vf/public/qpxqtx/qtxbmi.vf
|
|
%{_texmfdistdir}/fonts/vf/public/qpxqtx/qtxbmia.vf
|
|
%{_texmfdistdir}/fonts/vf/public/qpxqtx/qtxmi.vf
|
|
%{_texmfdistdir}/fonts/vf/public/qpxqtx/qtxmia.vf
|
|
%{_texmfdistdir}/tex/generic/qpxqtx/amspbold.tex
|
|
%{_texmfdistdir}/tex/generic/qpxqtx/amsqpx.def
|
|
%{_texmfdistdir}/tex/generic/qpxqtx/amsqpx.tex
|
|
%{_texmfdistdir}/tex/generic/qpxqtx/amsqtx.def
|
|
%{_texmfdistdir}/tex/generic/qpxqtx/amsqtx.tex
|
|
%{_texmfdistdir}/tex/generic/qpxqtx/amstbold.tex
|
|
%{_texmfdistdir}/tex/generic/qpxqtx/qpxmath.sty
|
|
%{_texmfdistdir}/tex/generic/qpxqtx/qpxmath.tex
|
|
%{_texmfdistdir}/tex/generic/qpxqtx/qtxmath.sty
|
|
%{_texmfdistdir}/tex/generic/qpxqtx/qtxmath.tex
|
|
/var/adm/update-scripts/texlive-qpxqtx-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-qstest
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Bundle for unit tests and pattern matching
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-qstest-doc >= %{texlive_version}
|
|
Provides: tex(makematch.sty)
|
|
Provides: tex(qstest.sty)
|
|
Requires: tex(verbatim.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source54: qstest.tar.xz
|
|
Source55: qstest.doc.tar.xz
|
|
|
|
%description -n texlive-qstest
|
|
This is the public release of the qstest bundle (written for
|
|
DocScape Publisher) (C) 2006, 2007 QuinScape GmbH. The bundle
|
|
contains the packages 'makematch' for matching patterns to
|
|
targets (with a generalization in the form of pattern lists and
|
|
keyword lists), and 'qstest' for performing unit tests,
|
|
allowing the user to run a number of logged tests ensuring the
|
|
consistency of values, properties and call sequences during
|
|
execution of test code. Both packages make extensive use of in
|
|
their package documentation, providing illustrated examples
|
|
that are automatically verified to work as expected. Check the
|
|
README file for details.
|
|
|
|
date: 2008-08-24 08:50:19 +0000
|
|
|
|
|
|
%package -n texlive-qstest-doc
|
|
Summary: Documentation for texlive-qstest
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-qstest-doc
|
|
This package includes the documentation for texlive-qstest
|
|
|
|
%post -n texlive-qstest
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-qstest
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-qstest
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-qstest-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/qstest/README
|
|
%{_texmfdistdir}/doc/latex/qstest/makematch-qs.tex
|
|
%{_texmfdistdir}/doc/latex/qstest/makematch.pdf
|
|
%{_texmfdistdir}/doc/latex/qstest/qstest-qs.tex
|
|
%{_texmfdistdir}/doc/latex/qstest/qstest.pdf
|
|
|
|
%files -n texlive-qstest
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/qstest/makematch.sty
|
|
%{_texmfdistdir}/tex/latex/qstest/qstest.sty
|
|
/var/adm/update-scripts/texlive-qstest-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-qsymbols
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Maths symbol abbreviations
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-qsymbols-doc >= %{texlive_version}
|
|
Provides: tex(qsymbols.sty)
|
|
Requires: tex(amsbsy.sty)
|
|
Requires: tex(amssymb.sty)
|
|
Requires: tex(stmaryrd.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source56: qsymbols.tar.xz
|
|
Source57: qsymbols.doc.tar.xz
|
|
|
|
%description -n texlive-qsymbols
|
|
Provides macros for defining systematic mnemonic abbreviations,
|
|
starting with ` for math symbols and \" for arrows, using
|
|
standard symbols as well as those from the amsfonts bundle and
|
|
the stmaryrd package.
|
|
|
|
date: 2009-06-24 22:34:53 +0000
|
|
|
|
|
|
%package -n texlive-qsymbols-doc
|
|
Summary: Documentation for texlive-qsymbols
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-qsymbols-doc
|
|
This package includes the documentation for texlive-qsymbols
|
|
|
|
%post -n texlive-qsymbols
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-qsymbols
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-qsymbols
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-qsymbols-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/qsymbols/CATALOG
|
|
%{_texmfdistdir}/doc/latex/qsymbols/COPYING
|
|
%{_texmfdistdir}/doc/latex/qsymbols/MANIFEST
|
|
%{_texmfdistdir}/doc/latex/qsymbols/README
|
|
%{_texmfdistdir}/doc/latex/qsymbols/qsymbols.pdf
|
|
%{_texmfdistdir}/doc/latex/qsymbols/qsymbols.tex
|
|
|
|
%files -n texlive-qsymbols
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/qsymbols/qsymbols.sty
|
|
/var/adm/update-scripts/texlive-qsymbols-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-qtree
|
|
Version: %{texlive_version}.%{texlive_noarch}.3.1bsvn15878
|
|
Release: 0
|
|
Summary: Draw tree structures
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-qtree-doc >= %{texlive_version}
|
|
Provides: tex(qtree.sty)
|
|
Requires: tex(pict2e.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source58: qtree.tar.xz
|
|
Source59: qtree.doc.tar.xz
|
|
|
|
%description -n texlive-qtree
|
|
The package offers support for drawing tree diagrams, and is
|
|
especially suitable for linguistics use. It allows trees to be
|
|
specified in a simple bracket notation, automatically
|
|
calculates branch sizes, and supports both DVI/PostScript and
|
|
PDF output by use of pict2e facilities. The package is a
|
|
development of the existing qobitree package, offering a new
|
|
front end.
|
|
|
|
date: 2009-01-24 15:10:54 +0000
|
|
|
|
|
|
%package -n texlive-qtree-doc
|
|
Summary: Documentation for texlive-qtree
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.3.1bsvn15878
|
|
Release: 0
|
|
Provides: locale(texlive-qtree-doc:en;en)
|
|
|
|
%description -n texlive-qtree-doc
|
|
This package includes the documentation for texlive-qtree
|
|
|
|
%post -n texlive-qtree
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-qtree
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-qtree
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-qtree-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/qtree/README
|
|
%{_texmfdistdir}/doc/latex/qtree/qarrows.pdf
|
|
%{_texmfdistdir}/doc/latex/qtree/qarrows.tex
|
|
%{_texmfdistdir}/doc/latex/qtree/qtreenotes.pdf
|
|
%{_texmfdistdir}/doc/latex/qtree/qtreenotes.tex
|
|
|
|
%files -n texlive-qtree
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/qtree/qtree.sty
|
|
/var/adm/update-scripts/texlive-qtree-%{texlive_version}.%{texlive_noarch}.3.1bsvn15878-%{release}-zypper
|
|
|
|
%package -n texlive-quattrocento
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn28957
|
|
Release: 0
|
|
Summary: LaTeX support for Quattrocento and Quattrocento Sans fonts
|
|
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(post): grep
|
|
Requires(post): sed
|
|
Requires(postun): sed
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Requires: texlive-quattrocento-fonts >= %{texlive_version}
|
|
Recommends: texlive-quattrocento-doc >= %{texlive_version}
|
|
Provides: tex(LY1Quattrocento-TLF.fd)
|
|
Provides: tex(LY1QuattrocentoSans-TLF.fd)
|
|
Provides: tex(OT1Quattrocento-TLF.fd)
|
|
Provides: tex(OT1QuattrocentoSans-TLF.fd)
|
|
Provides: tex(Quattrocento-Bold-sup-ly1--base.tfm)
|
|
Provides: tex(Quattrocento-Bold-sup-ly1.tfm)
|
|
Provides: tex(Quattrocento-Bold-sup-ly1.vf)
|
|
Provides: tex(Quattrocento-Bold-sup-ot1.tfm)
|
|
Provides: tex(Quattrocento-Bold-sup-t1--base.tfm)
|
|
Provides: tex(Quattrocento-Bold-sup-t1.tfm)
|
|
Provides: tex(Quattrocento-Bold-sup-t1.vf)
|
|
Provides: tex(Quattrocento-Bold-tlf-ly1--base.tfm)
|
|
Provides: tex(Quattrocento-Bold-tlf-ly1.tfm)
|
|
Provides: tex(Quattrocento-Bold-tlf-ly1.vf)
|
|
Provides: tex(Quattrocento-Bold-tlf-ot1.tfm)
|
|
Provides: tex(Quattrocento-Bold-tlf-t1--base.tfm)
|
|
Provides: tex(Quattrocento-Bold-tlf-t1.tfm)
|
|
Provides: tex(Quattrocento-Bold-tlf-t1.vf)
|
|
Provides: tex(Quattrocento-Bold-tlf-ts1--base.tfm)
|
|
Provides: tex(Quattrocento-Bold-tlf-ts1.tfm)
|
|
Provides: tex(Quattrocento-Bold-tlf-ts1.vf)
|
|
Provides: tex(Quattrocento-BoldItalic-sup-ly1--base.tfm)
|
|
Provides: tex(Quattrocento-BoldItalic-sup-ly1.tfm)
|
|
Provides: tex(Quattrocento-BoldItalic-sup-ly1.vf)
|
|
Provides: tex(Quattrocento-BoldItalic-sup-ot1.tfm)
|
|
Provides: tex(Quattrocento-BoldItalic-sup-t1--base.tfm)
|
|
Provides: tex(Quattrocento-BoldItalic-sup-t1.tfm)
|
|
Provides: tex(Quattrocento-BoldItalic-sup-t1.vf)
|
|
Provides: tex(Quattrocento-BoldItalic-tlf-ly1--base.tfm)
|
|
Provides: tex(Quattrocento-BoldItalic-tlf-ly1.tfm)
|
|
Provides: tex(Quattrocento-BoldItalic-tlf-ly1.vf)
|
|
Provides: tex(Quattrocento-BoldItalic-tlf-ot1.tfm)
|
|
Provides: tex(Quattrocento-BoldItalic-tlf-t1--base.tfm)
|
|
Provides: tex(Quattrocento-BoldItalic-tlf-t1.tfm)
|
|
Provides: tex(Quattrocento-BoldItalic-tlf-t1.vf)
|
|
Provides: tex(Quattrocento-BoldItalic-tlf-ts1--base.tfm)
|
|
Provides: tex(Quattrocento-BoldItalic-tlf-ts1.tfm)
|
|
Provides: tex(Quattrocento-BoldItalic-tlf-ts1.vf)
|
|
Provides: tex(QuattrocentoItalic-sup-ly1--base.tfm)
|
|
Provides: tex(QuattrocentoItalic-sup-ly1.tfm)
|
|
Provides: tex(QuattrocentoItalic-sup-ly1.vf)
|
|
Provides: tex(QuattrocentoItalic-sup-ot1.tfm)
|
|
Provides: tex(QuattrocentoItalic-sup-t1--base.tfm)
|
|
Provides: tex(QuattrocentoItalic-sup-t1.tfm)
|
|
Provides: tex(QuattrocentoItalic-sup-t1.vf)
|
|
Provides: tex(QuattrocentoItalic-tlf-ly1--base.tfm)
|
|
Provides: tex(QuattrocentoItalic-tlf-ly1.tfm)
|
|
Provides: tex(QuattrocentoItalic-tlf-ly1.vf)
|
|
Provides: tex(QuattrocentoItalic-tlf-ot1.tfm)
|
|
Provides: tex(QuattrocentoItalic-tlf-t1--base.tfm)
|
|
Provides: tex(QuattrocentoItalic-tlf-t1.tfm)
|
|
Provides: tex(QuattrocentoItalic-tlf-t1.vf)
|
|
Provides: tex(QuattrocentoItalic-tlf-ts1--base.tfm)
|
|
Provides: tex(QuattrocentoItalic-tlf-ts1.tfm)
|
|
Provides: tex(QuattrocentoItalic-tlf-ts1.vf)
|
|
Provides: tex(QuattrocentoRegular-sup-ly1--base.tfm)
|
|
Provides: tex(QuattrocentoRegular-sup-ly1.tfm)
|
|
Provides: tex(QuattrocentoRegular-sup-ly1.vf)
|
|
Provides: tex(QuattrocentoRegular-sup-ot1.tfm)
|
|
Provides: tex(QuattrocentoRegular-sup-t1--base.tfm)
|
|
Provides: tex(QuattrocentoRegular-sup-t1.tfm)
|
|
Provides: tex(QuattrocentoRegular-sup-t1.vf)
|
|
Provides: tex(QuattrocentoRegular-tlf-ly1--base.tfm)
|
|
Provides: tex(QuattrocentoRegular-tlf-ly1.tfm)
|
|
Provides: tex(QuattrocentoRegular-tlf-ly1.vf)
|
|
Provides: tex(QuattrocentoRegular-tlf-ot1.tfm)
|
|
Provides: tex(QuattrocentoRegular-tlf-t1--base.tfm)
|
|
Provides: tex(QuattrocentoRegular-tlf-t1.tfm)
|
|
Provides: tex(QuattrocentoRegular-tlf-t1.vf)
|
|
Provides: tex(QuattrocentoRegular-tlf-ts1--base.tfm)
|
|
Provides: tex(QuattrocentoRegular-tlf-ts1.tfm)
|
|
Provides: tex(QuattrocentoRegular-tlf-ts1.vf)
|
|
Provides: tex(QuattrocentoSans-Bold-sup-ly1--base.tfm)
|
|
Provides: tex(QuattrocentoSans-Bold-sup-ly1--lcdfj.tfm)
|
|
Provides: tex(QuattrocentoSans-Bold-sup-ly1.tfm)
|
|
Provides: tex(QuattrocentoSans-Bold-sup-ly1.vf)
|
|
Provides: tex(QuattrocentoSans-Bold-sup-ot1--base.tfm)
|
|
Provides: tex(QuattrocentoSans-Bold-sup-ot1--lcdfj.tfm)
|
|
Provides: tex(QuattrocentoSans-Bold-sup-ot1.tfm)
|
|
Provides: tex(QuattrocentoSans-Bold-sup-ot1.vf)
|
|
Provides: tex(QuattrocentoSans-Bold-sup-t1--base.tfm)
|
|
Provides: tex(QuattrocentoSans-Bold-sup-t1--lcdfj.tfm)
|
|
Provides: tex(QuattrocentoSans-Bold-sup-t1.tfm)
|
|
Provides: tex(QuattrocentoSans-Bold-sup-t1.vf)
|
|
Provides: tex(QuattrocentoSans-Bold-tlf-ly1--base.tfm)
|
|
Provides: tex(QuattrocentoSans-Bold-tlf-ly1--lcdfj.tfm)
|
|
Provides: tex(QuattrocentoSans-Bold-tlf-ly1.tfm)
|
|
Provides: tex(QuattrocentoSans-Bold-tlf-ly1.vf)
|
|
Provides: tex(QuattrocentoSans-Bold-tlf-ot1--base.tfm)
|
|
Provides: tex(QuattrocentoSans-Bold-tlf-ot1--lcdfj.tfm)
|
|
Provides: tex(QuattrocentoSans-Bold-tlf-ot1.tfm)
|
|
Provides: tex(QuattrocentoSans-Bold-tlf-ot1.vf)
|
|
Provides: tex(QuattrocentoSans-Bold-tlf-t1--base.tfm)
|
|
Provides: tex(QuattrocentoSans-Bold-tlf-t1--lcdfj.tfm)
|
|
Provides: tex(QuattrocentoSans-Bold-tlf-t1.tfm)
|
|
Provides: tex(QuattrocentoSans-Bold-tlf-t1.vf)
|
|
Provides: tex(QuattrocentoSans-Bold-tlf-ts1--base.tfm)
|
|
Provides: tex(QuattrocentoSans-Bold-tlf-ts1.tfm)
|
|
Provides: tex(QuattrocentoSans-Bold-tlf-ts1.vf)
|
|
Provides: tex(QuattrocentoSans-BoldItalic-sup-ly1--base.tfm)
|
|
Provides: tex(QuattrocentoSans-BoldItalic-sup-ly1--lcdfj.tfm)
|
|
Provides: tex(QuattrocentoSans-BoldItalic-sup-ly1.tfm)
|
|
Provides: tex(QuattrocentoSans-BoldItalic-sup-ly1.vf)
|
|
Provides: tex(QuattrocentoSans-BoldItalic-sup-ot1--base.tfm)
|
|
Provides: tex(QuattrocentoSans-BoldItalic-sup-ot1--lcdfj.tfm)
|
|
Provides: tex(QuattrocentoSans-BoldItalic-sup-ot1.tfm)
|
|
Provides: tex(QuattrocentoSans-BoldItalic-sup-ot1.vf)
|
|
Provides: tex(QuattrocentoSans-BoldItalic-sup-t1--base.tfm)
|
|
Provides: tex(QuattrocentoSans-BoldItalic-sup-t1--lcdfj.tfm)
|
|
Provides: tex(QuattrocentoSans-BoldItalic-sup-t1.tfm)
|
|
Provides: tex(QuattrocentoSans-BoldItalic-sup-t1.vf)
|
|
Provides: tex(QuattrocentoSans-BoldItalic-tlf-ly1--base.tfm)
|
|
Provides: tex(QuattrocentoSans-BoldItalic-tlf-ly1--lcdfj.tfm)
|
|
Provides: tex(QuattrocentoSans-BoldItalic-tlf-ly1.tfm)
|
|
Provides: tex(QuattrocentoSans-BoldItalic-tlf-ly1.vf)
|
|
Provides: tex(QuattrocentoSans-BoldItalic-tlf-ot1--base.tfm)
|
|
Provides: tex(QuattrocentoSans-BoldItalic-tlf-ot1--lcdfj.tfm)
|
|
Provides: tex(QuattrocentoSans-BoldItalic-tlf-ot1.tfm)
|
|
Provides: tex(QuattrocentoSans-BoldItalic-tlf-ot1.vf)
|
|
Provides: tex(QuattrocentoSans-BoldItalic-tlf-t1--base.tfm)
|
|
Provides: tex(QuattrocentoSans-BoldItalic-tlf-t1--lcdfj.tfm)
|
|
Provides: tex(QuattrocentoSans-BoldItalic-tlf-t1.tfm)
|
|
Provides: tex(QuattrocentoSans-BoldItalic-tlf-t1.vf)
|
|
Provides: tex(QuattrocentoSans-BoldItalic-tlf-ts1--base.tfm)
|
|
Provides: tex(QuattrocentoSans-BoldItalic-tlf-ts1.tfm)
|
|
Provides: tex(QuattrocentoSans-BoldItalic-tlf-ts1.vf)
|
|
Provides: tex(QuattrocentoSans-Italic-sup-ly1--base.tfm)
|
|
Provides: tex(QuattrocentoSans-Italic-sup-ly1--lcdfj.tfm)
|
|
Provides: tex(QuattrocentoSans-Italic-sup-ly1.tfm)
|
|
Provides: tex(QuattrocentoSans-Italic-sup-ly1.vf)
|
|
Provides: tex(QuattrocentoSans-Italic-sup-ot1--base.tfm)
|
|
Provides: tex(QuattrocentoSans-Italic-sup-ot1--lcdfj.tfm)
|
|
Provides: tex(QuattrocentoSans-Italic-sup-ot1.tfm)
|
|
Provides: tex(QuattrocentoSans-Italic-sup-ot1.vf)
|
|
Provides: tex(QuattrocentoSans-Italic-sup-t1--base.tfm)
|
|
Provides: tex(QuattrocentoSans-Italic-sup-t1--lcdfj.tfm)
|
|
Provides: tex(QuattrocentoSans-Italic-sup-t1.tfm)
|
|
Provides: tex(QuattrocentoSans-Italic-sup-t1.vf)
|
|
Provides: tex(QuattrocentoSans-Italic-tlf-ly1--base.tfm)
|
|
Provides: tex(QuattrocentoSans-Italic-tlf-ly1--lcdfj.tfm)
|
|
Provides: tex(QuattrocentoSans-Italic-tlf-ly1.tfm)
|
|
Provides: tex(QuattrocentoSans-Italic-tlf-ly1.vf)
|
|
Provides: tex(QuattrocentoSans-Italic-tlf-ot1--base.tfm)
|
|
Provides: tex(QuattrocentoSans-Italic-tlf-ot1--lcdfj.tfm)
|
|
Provides: tex(QuattrocentoSans-Italic-tlf-ot1.tfm)
|
|
Provides: tex(QuattrocentoSans-Italic-tlf-ot1.vf)
|
|
Provides: tex(QuattrocentoSans-Italic-tlf-t1--base.tfm)
|
|
Provides: tex(QuattrocentoSans-Italic-tlf-t1--lcdfj.tfm)
|
|
Provides: tex(QuattrocentoSans-Italic-tlf-t1.tfm)
|
|
Provides: tex(QuattrocentoSans-Italic-tlf-t1.vf)
|
|
Provides: tex(QuattrocentoSans-Italic-tlf-ts1--base.tfm)
|
|
Provides: tex(QuattrocentoSans-Italic-tlf-ts1.tfm)
|
|
Provides: tex(QuattrocentoSans-Italic-tlf-ts1.vf)
|
|
Provides: tex(QuattrocentoSans-sup-ly1--base.tfm)
|
|
Provides: tex(QuattrocentoSans-sup-ly1--lcdfj.tfm)
|
|
Provides: tex(QuattrocentoSans-sup-ly1.tfm)
|
|
Provides: tex(QuattrocentoSans-sup-ly1.vf)
|
|
Provides: tex(QuattrocentoSans-sup-ot1--base.tfm)
|
|
Provides: tex(QuattrocentoSans-sup-ot1--lcdfj.tfm)
|
|
Provides: tex(QuattrocentoSans-sup-ot1.tfm)
|
|
Provides: tex(QuattrocentoSans-sup-ot1.vf)
|
|
Provides: tex(QuattrocentoSans-sup-t1--base.tfm)
|
|
Provides: tex(QuattrocentoSans-sup-t1--lcdfj.tfm)
|
|
Provides: tex(QuattrocentoSans-sup-t1.tfm)
|
|
Provides: tex(QuattrocentoSans-sup-t1.vf)
|
|
Provides: tex(QuattrocentoSans-tlf-ly1--base.tfm)
|
|
Provides: tex(QuattrocentoSans-tlf-ly1--lcdfj.tfm)
|
|
Provides: tex(QuattrocentoSans-tlf-ly1.tfm)
|
|
Provides: tex(QuattrocentoSans-tlf-ly1.vf)
|
|
Provides: tex(QuattrocentoSans-tlf-ot1--base.tfm)
|
|
Provides: tex(QuattrocentoSans-tlf-ot1--lcdfj.tfm)
|
|
Provides: tex(QuattrocentoSans-tlf-ot1.tfm)
|
|
Provides: tex(QuattrocentoSans-tlf-ot1.vf)
|
|
Provides: tex(QuattrocentoSans-tlf-t1--base.tfm)
|
|
Provides: tex(QuattrocentoSans-tlf-t1--lcdfj.tfm)
|
|
Provides: tex(QuattrocentoSans-tlf-t1.tfm)
|
|
Provides: tex(QuattrocentoSans-tlf-t1.vf)
|
|
Provides: tex(QuattrocentoSans-tlf-ts1--base.tfm)
|
|
Provides: tex(QuattrocentoSans-tlf-ts1.tfm)
|
|
Provides: tex(QuattrocentoSans-tlf-ts1.vf)
|
|
Provides: tex(T1Quattrocento-TLF.fd)
|
|
Provides: tex(T1QuattrocentoSans-TLF.fd)
|
|
Provides: tex(TS1Quattrocento-TLF.fd)
|
|
Provides: tex(TS1QuattrocentoSans-TLF.fd)
|
|
Provides: tex(qtrcnt_464xel.enc)
|
|
Provides: tex(qtrcnt_4btof3.enc)
|
|
Provides: tex(qtrcnt_6abmaa.enc)
|
|
Provides: tex(qtrcnt_arxkdo.enc)
|
|
Provides: tex(qtrcnt_aykkbr.enc)
|
|
Provides: tex(qtrcnt_cpzb4n.enc)
|
|
Provides: tex(qtrcnt_dhs3d3.enc)
|
|
Provides: tex(qtrcnt_dn5k7b.enc)
|
|
Provides: tex(qtrcnt_dw2g3h.enc)
|
|
Provides: tex(qtrcnt_e45lg2.enc)
|
|
Provides: tex(qtrcnt_h2bn35.enc)
|
|
Provides: tex(qtrcnt_iyhp72.enc)
|
|
Provides: tex(qtrcnt_mamppr.enc)
|
|
Provides: tex(qtrcnt_n36lnh.enc)
|
|
Provides: tex(qtrcnt_nfidqf.enc)
|
|
Provides: tex(qtrcnt_ptp2lu.enc)
|
|
Provides: tex(qtrcnt_qceur4.enc)
|
|
Provides: tex(qtrcnt_tevtmb.enc)
|
|
Provides: tex(qtrcnt_tixcdz.enc)
|
|
Provides: tex(qtrcnt_vzn2dc.enc)
|
|
Provides: tex(qtrcnt_wpi2yi.enc)
|
|
Provides: tex(qtrcnt_xt7yz2.enc)
|
|
Provides: tex(qtrcnt_xvywtm.enc)
|
|
Provides: tex(qtrcnt_zdiabs.enc)
|
|
Provides: tex(qtrcnt_zievlx.enc)
|
|
Provides: tex(qtrcnt_zq54sp.enc)
|
|
Provides: tex(quattrocento.map)
|
|
Provides: tex(quattrocento.sty)
|
|
Requires: tex(fontaxes.sty)
|
|
Requires: tex(fontenc.sty)
|
|
Requires: tex(fontspec.sty)
|
|
Requires: tex(ifluatex.sty)
|
|
Requires: tex(ifxetex.sty)
|
|
Requires: tex(textcomp.sty)
|
|
Requires: tex(xkeyval.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source60: quattrocento.tar.xz
|
|
Source61: quattrocento.doc.tar.xz
|
|
|
|
%description -n texlive-quattrocento
|
|
The package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX
|
|
support for the Quattrocento and Quattrocento Sans families of
|
|
fonts, designed by Pablo Impallari; the fonts themselves are
|
|
also provided, in both Type 1 and OpenType format. Quattrocento
|
|
is a classic typeface with wide and open letterforms, and great
|
|
x-height, which makes it very legible for body text at small
|
|
sizes. Tiny details that only show up at bigger sizes make it
|
|
also great for display use. Quattrocento Sans is the perfect
|
|
sans-serif companion for Quattrocento.
|
|
|
|
date: 2012-11-26 00:49:31 +0000
|
|
|
|
|
|
%package -n texlive-quattrocento-doc
|
|
Summary: Documentation for texlive-quattrocento
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn28957
|
|
Release: 0
|
|
|
|
%description -n texlive-quattrocento-doc
|
|
This package includes the documentation for texlive-quattrocento
|
|
|
|
|
|
%package -n texlive-quattrocento-fonts
|
|
Summary: Severed fonts for texlive-quattrocento
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn28957
|
|
Release: 0
|
|
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-quattrocento-fonts
|
|
The separated fonts package for texlive-quattrocento
|
|
%post -n texlive-quattrocento
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if grep -qsE 'Map[[:blank:]]+quattrocento.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+quattrocento.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map quattrocento.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%postun -n texlive-quattrocento
|
|
if test $1 = 0; then
|
|
sed -ri 's/^(Map[[:blank:]]+quattrocento.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
%{_bindir}/updmap-sys --nohash --quiet > /dev/null 2>&1 || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%posttrans -n texlive-quattrocento
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-quattrocento-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/fonts/quattrocento/OFL.txt
|
|
%{_texmfdistdir}/doc/fonts/quattrocento/README
|
|
%{_texmfdistdir}/doc/fonts/quattrocento/samples.pdf
|
|
%{_texmfdistdir}/doc/fonts/quattrocento/samples.tex
|
|
|
|
%files -n texlive-quattrocento
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/enc/dvips/quattrocento/qtrcnt_464xel.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/quattrocento/qtrcnt_4btof3.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/quattrocento/qtrcnt_6abmaa.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/quattrocento/qtrcnt_arxkdo.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/quattrocento/qtrcnt_aykkbr.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/quattrocento/qtrcnt_cpzb4n.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/quattrocento/qtrcnt_dhs3d3.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/quattrocento/qtrcnt_dn5k7b.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/quattrocento/qtrcnt_dw2g3h.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/quattrocento/qtrcnt_e45lg2.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/quattrocento/qtrcnt_h2bn35.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/quattrocento/qtrcnt_iyhp72.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/quattrocento/qtrcnt_mamppr.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/quattrocento/qtrcnt_n36lnh.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/quattrocento/qtrcnt_nfidqf.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/quattrocento/qtrcnt_ptp2lu.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/quattrocento/qtrcnt_qceur4.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/quattrocento/qtrcnt_tevtmb.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/quattrocento/qtrcnt_tixcdz.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/quattrocento/qtrcnt_vzn2dc.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/quattrocento/qtrcnt_wpi2yi.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/quattrocento/qtrcnt_xt7yz2.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/quattrocento/qtrcnt_xvywtm.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/quattrocento/qtrcnt_zdiabs.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/quattrocento/qtrcnt_zievlx.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/quattrocento/qtrcnt_zq54sp.enc
|
|
%{_texmfdistdir}/fonts/map/dvips/quattrocento/quattrocento.map
|
|
%{_texmfdistdir}/fonts/opentype/impallari/quattrocento/Quattrocento-Bold.otf
|
|
%{_texmfdistdir}/fonts/opentype/impallari/quattrocento/Quattrocento-BoldItalic.otf
|
|
%{_texmfdistdir}/fonts/opentype/impallari/quattrocento/Quattrocento-Italic.otf
|
|
%{_texmfdistdir}/fonts/opentype/impallari/quattrocento/Quattrocento.otf
|
|
%{_texmfdistdir}/fonts/opentype/impallari/quattrocento/QuattrocentoSans-Bold.otf
|
|
%{_texmfdistdir}/fonts/opentype/impallari/quattrocento/QuattrocentoSans-BoldItalic.otf
|
|
%{_texmfdistdir}/fonts/opentype/impallari/quattrocento/QuattrocentoSans-Italic.otf
|
|
%{_texmfdistdir}/fonts/opentype/impallari/quattrocento/QuattrocentoSans.otf
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/Quattrocento-Bold-sup-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/Quattrocento-Bold-sup-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/Quattrocento-Bold-sup-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/Quattrocento-Bold-sup-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/Quattrocento-Bold-sup-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/Quattrocento-Bold-tlf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/Quattrocento-Bold-tlf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/Quattrocento-Bold-tlf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/Quattrocento-Bold-tlf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/Quattrocento-Bold-tlf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/Quattrocento-Bold-tlf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/Quattrocento-Bold-tlf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/Quattrocento-BoldItalic-sup-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/Quattrocento-BoldItalic-sup-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/Quattrocento-BoldItalic-sup-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/Quattrocento-BoldItalic-sup-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/Quattrocento-BoldItalic-sup-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/Quattrocento-BoldItalic-tlf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/Quattrocento-BoldItalic-tlf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/Quattrocento-BoldItalic-tlf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/Quattrocento-BoldItalic-tlf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/Quattrocento-BoldItalic-tlf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/Quattrocento-BoldItalic-tlf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/Quattrocento-BoldItalic-tlf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoItalic-sup-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoItalic-sup-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoItalic-sup-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoItalic-sup-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoItalic-sup-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoItalic-tlf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoItalic-tlf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoItalic-tlf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoItalic-tlf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoItalic-tlf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoItalic-tlf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoItalic-tlf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoRegular-sup-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoRegular-sup-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoRegular-sup-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoRegular-sup-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoRegular-sup-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoRegular-tlf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoRegular-tlf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoRegular-tlf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoRegular-tlf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoRegular-tlf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoRegular-tlf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoRegular-tlf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-Bold-sup-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-Bold-sup-ly1--lcdfj.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-Bold-sup-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-Bold-sup-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-Bold-sup-ot1--lcdfj.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-Bold-sup-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-Bold-sup-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-Bold-sup-t1--lcdfj.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-Bold-sup-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-Bold-tlf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-Bold-tlf-ly1--lcdfj.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-Bold-tlf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-Bold-tlf-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-Bold-tlf-ot1--lcdfj.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-Bold-tlf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-Bold-tlf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-Bold-tlf-t1--lcdfj.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-Bold-tlf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-Bold-tlf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-Bold-tlf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-BoldItalic-sup-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-BoldItalic-sup-ly1--lcdfj.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-BoldItalic-sup-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-BoldItalic-sup-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-BoldItalic-sup-ot1--lcdfj.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-BoldItalic-sup-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-BoldItalic-sup-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-BoldItalic-sup-t1--lcdfj.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-BoldItalic-sup-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-BoldItalic-tlf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-BoldItalic-tlf-ly1--lcdfj.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-BoldItalic-tlf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-BoldItalic-tlf-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-BoldItalic-tlf-ot1--lcdfj.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-BoldItalic-tlf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-BoldItalic-tlf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-BoldItalic-tlf-t1--lcdfj.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-BoldItalic-tlf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-BoldItalic-tlf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-BoldItalic-tlf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-Italic-sup-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-Italic-sup-ly1--lcdfj.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-Italic-sup-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-Italic-sup-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-Italic-sup-ot1--lcdfj.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-Italic-sup-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-Italic-sup-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-Italic-sup-t1--lcdfj.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-Italic-sup-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-Italic-tlf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-Italic-tlf-ly1--lcdfj.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-Italic-tlf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-Italic-tlf-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-Italic-tlf-ot1--lcdfj.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-Italic-tlf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-Italic-tlf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-Italic-tlf-t1--lcdfj.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-Italic-tlf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-Italic-tlf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-Italic-tlf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-sup-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-sup-ly1--lcdfj.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-sup-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-sup-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-sup-ot1--lcdfj.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-sup-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-sup-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-sup-t1--lcdfj.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-sup-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-tlf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-tlf-ly1--lcdfj.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-tlf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-tlf-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-tlf-ot1--lcdfj.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-tlf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-tlf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-tlf-t1--lcdfj.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-tlf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-tlf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-tlf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/type1/impallari/quattrocento/Quattrocento-Bold.pfb
|
|
%{_texmfdistdir}/fonts/type1/impallari/quattrocento/Quattrocento-BoldItalic.pfb
|
|
%{_texmfdistdir}/fonts/type1/impallari/quattrocento/QuattrocentoItalic.pfb
|
|
%{_texmfdistdir}/fonts/type1/impallari/quattrocento/QuattrocentoRegular.pfb
|
|
%{_texmfdistdir}/fonts/type1/impallari/quattrocento/QuattrocentoSans-Bold.pfb
|
|
%{_texmfdistdir}/fonts/type1/impallari/quattrocento/QuattrocentoSans-BoldItalic.pfb
|
|
%{_texmfdistdir}/fonts/type1/impallari/quattrocento/QuattrocentoSans-BoldItalicLCDFJ.pfb
|
|
%{_texmfdistdir}/fonts/type1/impallari/quattrocento/QuattrocentoSans-BoldLCDFJ.pfb
|
|
%{_texmfdistdir}/fonts/type1/impallari/quattrocento/QuattrocentoSans-Italic.pfb
|
|
%{_texmfdistdir}/fonts/type1/impallari/quattrocento/QuattrocentoSans-ItalicLCDFJ.pfb
|
|
%{_texmfdistdir}/fonts/type1/impallari/quattrocento/QuattrocentoSans.pfb
|
|
%{_texmfdistdir}/fonts/type1/impallari/quattrocento/QuattrocentoSansLCDFJ.pfb
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/Quattrocento-Bold-sup-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/Quattrocento-Bold-sup-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/Quattrocento-Bold-tlf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/Quattrocento-Bold-tlf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/Quattrocento-Bold-tlf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/Quattrocento-BoldItalic-sup-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/Quattrocento-BoldItalic-sup-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/Quattrocento-BoldItalic-tlf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/Quattrocento-BoldItalic-tlf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/Quattrocento-BoldItalic-tlf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/QuattrocentoItalic-sup-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/QuattrocentoItalic-sup-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/QuattrocentoItalic-tlf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/QuattrocentoItalic-tlf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/QuattrocentoItalic-tlf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/QuattrocentoRegular-sup-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/QuattrocentoRegular-sup-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/QuattrocentoRegular-tlf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/QuattrocentoRegular-tlf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/QuattrocentoRegular-tlf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/QuattrocentoSans-Bold-sup-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/QuattrocentoSans-Bold-sup-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/QuattrocentoSans-Bold-sup-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/QuattrocentoSans-Bold-tlf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/QuattrocentoSans-Bold-tlf-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/QuattrocentoSans-Bold-tlf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/QuattrocentoSans-Bold-tlf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/QuattrocentoSans-BoldItalic-sup-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/QuattrocentoSans-BoldItalic-sup-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/QuattrocentoSans-BoldItalic-sup-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/QuattrocentoSans-BoldItalic-tlf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/QuattrocentoSans-BoldItalic-tlf-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/QuattrocentoSans-BoldItalic-tlf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/QuattrocentoSans-BoldItalic-tlf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/QuattrocentoSans-Italic-sup-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/QuattrocentoSans-Italic-sup-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/QuattrocentoSans-Italic-sup-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/QuattrocentoSans-Italic-tlf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/QuattrocentoSans-Italic-tlf-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/QuattrocentoSans-Italic-tlf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/QuattrocentoSans-Italic-tlf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/QuattrocentoSans-sup-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/QuattrocentoSans-sup-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/QuattrocentoSans-sup-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/QuattrocentoSans-tlf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/QuattrocentoSans-tlf-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/QuattrocentoSans-tlf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/QuattrocentoSans-tlf-ts1.vf
|
|
%{_texmfdistdir}/tex/latex/quattrocento/LY1Quattrocento-TLF.fd
|
|
%{_texmfdistdir}/tex/latex/quattrocento/LY1QuattrocentoSans-TLF.fd
|
|
%{_texmfdistdir}/tex/latex/quattrocento/OT1Quattrocento-TLF.fd
|
|
%{_texmfdistdir}/tex/latex/quattrocento/OT1QuattrocentoSans-TLF.fd
|
|
%{_texmfdistdir}/tex/latex/quattrocento/T1Quattrocento-TLF.fd
|
|
%{_texmfdistdir}/tex/latex/quattrocento/T1QuattrocentoSans-TLF.fd
|
|
%{_texmfdistdir}/tex/latex/quattrocento/TS1Quattrocento-TLF.fd
|
|
%{_texmfdistdir}/tex/latex/quattrocento/TS1QuattrocentoSans-TLF.fd
|
|
%{_texmfdistdir}/tex/latex/quattrocento/quattrocento.sty
|
|
/var/adm/update-scripts/texlive-quattrocento-%{texlive_version}.%{texlive_noarch}.svn28957-%{release}-zypper
|
|
|
|
%package -n texlive-quotchap
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1svn28046
|
|
Release: 0
|
|
Summary: Decorative chapter headings
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-quotchap-doc >= %{texlive_version}
|
|
Provides: tex(quotchap.sty)
|
|
Requires: tex(color.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source62: quotchap.tar.xz
|
|
Source63: quotchap.doc.tar.xz
|
|
|
|
%description -n texlive-quotchap
|
|
A package for creating decorative chapter headings with
|
|
quotations. Uses graphical and coloured output and by default
|
|
needs the "Adobe standard font set" (as supported by psnfss).
|
|
|
|
date: 2012-10-20 20:28:24 +0000
|
|
|
|
|
|
%package -n texlive-quotchap-doc
|
|
Summary: Documentation for texlive-quotchap
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1svn28046
|
|
Release: 0
|
|
|
|
%description -n texlive-quotchap-doc
|
|
This package includes the documentation for texlive-quotchap
|
|
|
|
%post -n texlive-quotchap
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-quotchap
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-quotchap
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-quotchap-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/quotchap/README
|
|
%{_texmfdistdir}/doc/latex/quotchap/document.pdf
|
|
%{_texmfdistdir}/doc/latex/quotchap/document.tex
|
|
%{_texmfdistdir}/doc/latex/quotchap/quotchap.pdf
|
|
|
|
%files -n texlive-quotchap
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/quotchap/quotchap.sty
|
|
/var/adm/update-scripts/texlive-quotchap-%{texlive_version}.%{texlive_noarch}.1.1svn28046-%{release}-zypper
|
|
|
|
%package -n texlive-quoting
|
|
Version: %{texlive_version}.%{texlive_noarch}.v0.1bsvn25474
|
|
Release: 0
|
|
Summary: Consolidated environment for displayed text
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-quoting-doc >= %{texlive_version}
|
|
Provides: tex(quoting.sty)
|
|
Requires: tex(etoolbox.sty)
|
|
Requires: tex(kvoptions.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source64: quoting.tar.xz
|
|
Source65: quoting.doc.tar.xz
|
|
|
|
%description -n texlive-quoting
|
|
As an alternative to the LaTeX standard environments quotation
|
|
and quote, the package provides a consolidated environment for
|
|
displayed text. First-line indentation may be activated by
|
|
adding a blank line before the quoting environment. A key-value
|
|
interface (using kvoptions) allows the user to configure font
|
|
properties and spacing and to control orphans within and after
|
|
the environment.
|
|
|
|
date: 2012-02-22 09:43:42 +0000
|
|
|
|
|
|
%package -n texlive-quoting-doc
|
|
Summary: Documentation for texlive-quoting
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.v0.1bsvn25474
|
|
Release: 0
|
|
|
|
%description -n texlive-quoting-doc
|
|
This package includes the documentation for texlive-quoting
|
|
|
|
%post -n texlive-quoting
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-quoting
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-quoting
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-quoting-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/quoting/README
|
|
%{_texmfdistdir}/doc/latex/quoting/quoting.pdf
|
|
|
|
%files -n texlive-quoting
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/quoting/quoting.sty
|
|
/var/adm/update-scripts/texlive-quoting-%{texlive_version}.%{texlive_noarch}.v0.1bsvn25474-%{release}-zypper
|
|
|
|
%package -n texlive-quotmark
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn15878
|
|
Release: 0
|
|
Summary: Consistent quote marks
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-quotmark-doc >= %{texlive_version}
|
|
Provides: tex(quotmark-UKenglish.def)
|
|
Provides: tex(quotmark-USenglish.def)
|
|
Provides: tex(quotmark-afrikaans.def)
|
|
Provides: tex(quotmark-brazil.def)
|
|
Provides: tex(quotmark-bulgarian.def)
|
|
Provides: tex(quotmark-catalan.def)
|
|
Provides: tex(quotmark-croatian.def)
|
|
Provides: tex(quotmark-czech.def)
|
|
Provides: tex(quotmark-danish.def)
|
|
Provides: tex(quotmark-dutch.def)
|
|
Provides: tex(quotmark-estonian.def)
|
|
Provides: tex(quotmark-finnish.def)
|
|
Provides: tex(quotmark-frenchb.def)
|
|
Provides: tex(quotmark-germanb.def)
|
|
Provides: tex(quotmark-greek.def)
|
|
Provides: tex(quotmark-hebrew.def)
|
|
Provides: tex(quotmark-icelandic.def)
|
|
Provides: tex(quotmark-irish.def)
|
|
Provides: tex(quotmark-italian.def)
|
|
Provides: tex(quotmark-magyar.def)
|
|
Provides: tex(quotmark-ngermanb.def)
|
|
Provides: tex(quotmark-norsk.def)
|
|
Provides: tex(quotmark-polish.def)
|
|
Provides: tex(quotmark-portuges.def)
|
|
Provides: tex(quotmark-romanian.def)
|
|
Provides: tex(quotmark-russianb.def)
|
|
Provides: tex(quotmark-serbian.def)
|
|
Provides: tex(quotmark-slovak.def)
|
|
Provides: tex(quotmark-slovene.def)
|
|
Provides: tex(quotmark-sorbian.def)
|
|
Provides: tex(quotmark-spanish.def)
|
|
Provides: tex(quotmark-swedish.def)
|
|
Provides: tex(quotmark-swiss.def)
|
|
Provides: tex(quotmark-turkish.def)
|
|
Provides: tex(quotmark-ukraineb.def)
|
|
Provides: tex(quotmark-welsh.def)
|
|
Provides: tex(quotmark.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source66: quotmark.tar.xz
|
|
Source67: quotmark.doc.tar.xz
|
|
|
|
%description -n texlive-quotmark
|
|
The package provides a means of ensuring consistent quote marks
|
|
throughout your document. The style can be changed either via
|
|
package option or command. The package detects if babel or
|
|
ngerman have been loaded, and will use the punctuation marks
|
|
appropriate for the current language.
|
|
|
|
date: 2008-08-24 08:50:19 +0000
|
|
|
|
|
|
%package -n texlive-quotmark-doc
|
|
Summary: Documentation for texlive-quotmark
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-quotmark-doc
|
|
This package includes the documentation for texlive-quotmark
|
|
|
|
%post -n texlive-quotmark
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-quotmark
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-quotmark
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-quotmark-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/quotmark/CHANGES
|
|
%{_texmfdistdir}/doc/latex/quotmark/README
|
|
%{_texmfdistdir}/doc/latex/quotmark/quotmark.pdf
|
|
%{_texmfdistdir}/doc/latex/quotmark/sample.tex
|
|
|
|
%files -n texlive-quotmark
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/quotmark/quotmark-UKenglish.def
|
|
%{_texmfdistdir}/tex/latex/quotmark/quotmark-USenglish.def
|
|
%{_texmfdistdir}/tex/latex/quotmark/quotmark-afrikaans.def
|
|
%{_texmfdistdir}/tex/latex/quotmark/quotmark-brazil.def
|
|
%{_texmfdistdir}/tex/latex/quotmark/quotmark-bulgarian.def
|
|
%{_texmfdistdir}/tex/latex/quotmark/quotmark-catalan.def
|
|
%{_texmfdistdir}/tex/latex/quotmark/quotmark-croatian.def
|
|
%{_texmfdistdir}/tex/latex/quotmark/quotmark-czech.def
|
|
%{_texmfdistdir}/tex/latex/quotmark/quotmark-danish.def
|
|
%{_texmfdistdir}/tex/latex/quotmark/quotmark-dutch.def
|
|
%{_texmfdistdir}/tex/latex/quotmark/quotmark-estonian.def
|
|
%{_texmfdistdir}/tex/latex/quotmark/quotmark-finnish.def
|
|
%{_texmfdistdir}/tex/latex/quotmark/quotmark-frenchb.def
|
|
%{_texmfdistdir}/tex/latex/quotmark/quotmark-germanb.def
|
|
%{_texmfdistdir}/tex/latex/quotmark/quotmark-greek.def
|
|
%{_texmfdistdir}/tex/latex/quotmark/quotmark-hebrew.def
|
|
%{_texmfdistdir}/tex/latex/quotmark/quotmark-icelandic.def
|
|
%{_texmfdistdir}/tex/latex/quotmark/quotmark-irish.def
|
|
%{_texmfdistdir}/tex/latex/quotmark/quotmark-italian.def
|
|
%{_texmfdistdir}/tex/latex/quotmark/quotmark-magyar.def
|
|
%{_texmfdistdir}/tex/latex/quotmark/quotmark-ngermanb.def
|
|
%{_texmfdistdir}/tex/latex/quotmark/quotmark-norsk.def
|
|
%{_texmfdistdir}/tex/latex/quotmark/quotmark-polish.def
|
|
%{_texmfdistdir}/tex/latex/quotmark/quotmark-portuges.def
|
|
%{_texmfdistdir}/tex/latex/quotmark/quotmark-romanian.def
|
|
%{_texmfdistdir}/tex/latex/quotmark/quotmark-russianb.def
|
|
%{_texmfdistdir}/tex/latex/quotmark/quotmark-serbian.def
|
|
%{_texmfdistdir}/tex/latex/quotmark/quotmark-slovak.def
|
|
%{_texmfdistdir}/tex/latex/quotmark/quotmark-slovene.def
|
|
%{_texmfdistdir}/tex/latex/quotmark/quotmark-sorbian.def
|
|
%{_texmfdistdir}/tex/latex/quotmark/quotmark-spanish.def
|
|
%{_texmfdistdir}/tex/latex/quotmark/quotmark-swedish.def
|
|
%{_texmfdistdir}/tex/latex/quotmark/quotmark-swiss.def
|
|
%{_texmfdistdir}/tex/latex/quotmark/quotmark-turkish.def
|
|
%{_texmfdistdir}/tex/latex/quotmark/quotmark-ukraineb.def
|
|
%{_texmfdistdir}/tex/latex/quotmark/quotmark-welsh.def
|
|
%{_texmfdistdir}/tex/latex/quotmark/quotmark.sty
|
|
/var/adm/update-scripts/texlive-quotmark-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-r_und_s
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3isvn15878
|
|
Release: 0
|
|
Summary: Chemical hazard codes
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-r_und_s-doc >= %{texlive_version}
|
|
Provides: tex(eng_rs.sty)
|
|
Provides: tex(eng_rs.tex)
|
|
Provides: tex(fr_rs.sty)
|
|
Provides: tex(fr_rs.tex)
|
|
Provides: tex(nl_rs.sty)
|
|
Provides: tex(nl_rs.tex)
|
|
Provides: tex(r_und_s.sty)
|
|
Provides: tex(r_und_s.tex)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source68: r_und_s.tar.xz
|
|
Source69: r_und_s.doc.tar.xz
|
|
|
|
%description -n texlive-r_und_s
|
|
The r_und_s package decodes the german 'R- und S-Satze', which
|
|
are numerically coded security advice for chemical substances
|
|
into plain text. This is, e.g., used to compose security sheets
|
|
or lab protocols and especially useful for students of
|
|
chemistry. There are four packages, giving texts in German,
|
|
English, French and Dutch.
|
|
|
|
date: 2008-08-24 20:21:06 +0000
|
|
|
|
|
|
%package -n texlive-r_und_s-doc
|
|
Summary: Documentation for texlive-r_und_s
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3isvn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-r_und_s-doc
|
|
This package includes the documentation for texlive-r_und_s
|
|
|
|
%post -n texlive-r_und_s
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-r_und_s
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-r_und_s
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-r_und_s-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/r_und_s/README
|
|
|
|
%files -n texlive-r_und_s
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/r_und_s/eng_rs.sty
|
|
%{_texmfdistdir}/tex/latex/r_und_s/eng_rs.tex
|
|
%{_texmfdistdir}/tex/latex/r_und_s/fr_rs.sty
|
|
%{_texmfdistdir}/tex/latex/r_und_s/fr_rs.tex
|
|
%{_texmfdistdir}/tex/latex/r_und_s/nl_rs.sty
|
|
%{_texmfdistdir}/tex/latex/r_und_s/nl_rs.tex
|
|
%{_texmfdistdir}/tex/latex/r_und_s/r_und_s.sty
|
|
%{_texmfdistdir}/tex/latex/r_und_s/r_und_s.tex
|
|
/var/adm/update-scripts/texlive-r_und_s-%{texlive_version}.%{texlive_noarch}.1.3isvn15878-%{release}-zypper
|
|
|
|
%package -n texlive-raleway
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn30211
|
|
Release: 0
|
|
Summary: Use Raleway with TeX(-alike) systems
|
|
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): grep
|
|
Requires(post): sed
|
|
Requires(postun): sed
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Requires: texlive-raleway-fonts >= %{texlive_version}
|
|
Recommends: texlive-raleway-doc >= %{texlive_version}
|
|
Provides: tex(LY1-TLF.fd)
|
|
Provides: tex(LY1Raleway-OsF.fd)
|
|
Provides: tex(LY1Raleway-TLF.fd)
|
|
Provides: tex(LY1Raleway-TOsF.fd)
|
|
Provides: tex(OT1-TLF.fd)
|
|
Provides: tex(OT1Raleway-OsF.fd)
|
|
Provides: tex(OT1Raleway-TLF.fd)
|
|
Provides: tex(OT1Raleway-TOsF.fd)
|
|
Provides: tex(Raleway-Black-osf-ly1--base.tfm)
|
|
Provides: tex(Raleway-Black-osf-ly1.tfm)
|
|
Provides: tex(Raleway-Black-osf-ly1.vf)
|
|
Provides: tex(Raleway-Black-osf-ot1.tfm)
|
|
Provides: tex(Raleway-Black-osf-sc-ly1--base.tfm)
|
|
Provides: tex(Raleway-Black-osf-sc-ly1.tfm)
|
|
Provides: tex(Raleway-Black-osf-sc-ly1.vf)
|
|
Provides: tex(Raleway-Black-osf-sc-ot1--base.tfm)
|
|
Provides: tex(Raleway-Black-osf-sc-ot1.tfm)
|
|
Provides: tex(Raleway-Black-osf-sc-ot1.vf)
|
|
Provides: tex(Raleway-Black-osf-sc-t1--base.tfm)
|
|
Provides: tex(Raleway-Black-osf-sc-t1.tfm)
|
|
Provides: tex(Raleway-Black-osf-sc-t1.vf)
|
|
Provides: tex(Raleway-Black-osf-t1--base.tfm)
|
|
Provides: tex(Raleway-Black-osf-t1.tfm)
|
|
Provides: tex(Raleway-Black-osf-t1.vf)
|
|
Provides: tex(Raleway-Black-osf-ts1--base.tfm)
|
|
Provides: tex(Raleway-Black-osf-ts1.tfm)
|
|
Provides: tex(Raleway-Black-osf-ts1.vf)
|
|
Provides: tex(Raleway-Black-tlf-ly1--base.tfm)
|
|
Provides: tex(Raleway-Black-tlf-ly1.tfm)
|
|
Provides: tex(Raleway-Black-tlf-ly1.vf)
|
|
Provides: tex(Raleway-Black-tlf-ot1.tfm)
|
|
Provides: tex(Raleway-Black-tlf-sc-ly1--base.tfm)
|
|
Provides: tex(Raleway-Black-tlf-sc-ly1.tfm)
|
|
Provides: tex(Raleway-Black-tlf-sc-ly1.vf)
|
|
Provides: tex(Raleway-Black-tlf-sc-ot1--base.tfm)
|
|
Provides: tex(Raleway-Black-tlf-sc-ot1.tfm)
|
|
Provides: tex(Raleway-Black-tlf-sc-ot1.vf)
|
|
Provides: tex(Raleway-Black-tlf-sc-t1--base.tfm)
|
|
Provides: tex(Raleway-Black-tlf-sc-t1.tfm)
|
|
Provides: tex(Raleway-Black-tlf-sc-t1.vf)
|
|
Provides: tex(Raleway-Black-tlf-t1--base.tfm)
|
|
Provides: tex(Raleway-Black-tlf-t1.tfm)
|
|
Provides: tex(Raleway-Black-tlf-t1.vf)
|
|
Provides: tex(Raleway-Black-tlf-ts1--base.tfm)
|
|
Provides: tex(Raleway-Black-tlf-ts1.tfm)
|
|
Provides: tex(Raleway-Black-tlf-ts1.vf)
|
|
Provides: tex(Raleway-Black-tosf-ly1--base.tfm)
|
|
Provides: tex(Raleway-Black-tosf-ly1.tfm)
|
|
Provides: tex(Raleway-Black-tosf-ly1.vf)
|
|
Provides: tex(Raleway-Black-tosf-ot1.tfm)
|
|
Provides: tex(Raleway-Black-tosf-sc-ly1--base.tfm)
|
|
Provides: tex(Raleway-Black-tosf-sc-ly1.tfm)
|
|
Provides: tex(Raleway-Black-tosf-sc-ly1.vf)
|
|
Provides: tex(Raleway-Black-tosf-sc-ot1--base.tfm)
|
|
Provides: tex(Raleway-Black-tosf-sc-ot1.tfm)
|
|
Provides: tex(Raleway-Black-tosf-sc-ot1.vf)
|
|
Provides: tex(Raleway-Black-tosf-sc-t1--base.tfm)
|
|
Provides: tex(Raleway-Black-tosf-sc-t1.tfm)
|
|
Provides: tex(Raleway-Black-tosf-sc-t1.vf)
|
|
Provides: tex(Raleway-Black-tosf-t1--base.tfm)
|
|
Provides: tex(Raleway-Black-tosf-t1.tfm)
|
|
Provides: tex(Raleway-Black-tosf-t1.vf)
|
|
Provides: tex(Raleway-Black-tosf-ts1--base.tfm)
|
|
Provides: tex(Raleway-Black-tosf-ts1.tfm)
|
|
Provides: tex(Raleway-Black-tosf-ts1.vf)
|
|
Provides: tex(Raleway-Bold-osf-ly1--base.tfm)
|
|
Provides: tex(Raleway-Bold-osf-ly1.tfm)
|
|
Provides: tex(Raleway-Bold-osf-ly1.vf)
|
|
Provides: tex(Raleway-Bold-osf-ot1.tfm)
|
|
Provides: tex(Raleway-Bold-osf-sc-ly1--base.tfm)
|
|
Provides: tex(Raleway-Bold-osf-sc-ly1.tfm)
|
|
Provides: tex(Raleway-Bold-osf-sc-ly1.vf)
|
|
Provides: tex(Raleway-Bold-osf-sc-ot1--base.tfm)
|
|
Provides: tex(Raleway-Bold-osf-sc-ot1.tfm)
|
|
Provides: tex(Raleway-Bold-osf-sc-ot1.vf)
|
|
Provides: tex(Raleway-Bold-osf-sc-t1--base.tfm)
|
|
Provides: tex(Raleway-Bold-osf-sc-t1.tfm)
|
|
Provides: tex(Raleway-Bold-osf-sc-t1.vf)
|
|
Provides: tex(Raleway-Bold-osf-t1--base.tfm)
|
|
Provides: tex(Raleway-Bold-osf-t1.tfm)
|
|
Provides: tex(Raleway-Bold-osf-t1.vf)
|
|
Provides: tex(Raleway-Bold-osf-ts1--base.tfm)
|
|
Provides: tex(Raleway-Bold-osf-ts1.tfm)
|
|
Provides: tex(Raleway-Bold-osf-ts1.vf)
|
|
Provides: tex(Raleway-Bold-tlf-ly1--base.tfm)
|
|
Provides: tex(Raleway-Bold-tlf-ly1.tfm)
|
|
Provides: tex(Raleway-Bold-tlf-ly1.vf)
|
|
Provides: tex(Raleway-Bold-tlf-ot1.tfm)
|
|
Provides: tex(Raleway-Bold-tlf-sc-ly1--base.tfm)
|
|
Provides: tex(Raleway-Bold-tlf-sc-ly1.tfm)
|
|
Provides: tex(Raleway-Bold-tlf-sc-ly1.vf)
|
|
Provides: tex(Raleway-Bold-tlf-sc-ot1--base.tfm)
|
|
Provides: tex(Raleway-Bold-tlf-sc-ot1.tfm)
|
|
Provides: tex(Raleway-Bold-tlf-sc-ot1.vf)
|
|
Provides: tex(Raleway-Bold-tlf-sc-t1--base.tfm)
|
|
Provides: tex(Raleway-Bold-tlf-sc-t1.tfm)
|
|
Provides: tex(Raleway-Bold-tlf-sc-t1.vf)
|
|
Provides: tex(Raleway-Bold-tlf-t1--base.tfm)
|
|
Provides: tex(Raleway-Bold-tlf-t1.tfm)
|
|
Provides: tex(Raleway-Bold-tlf-t1.vf)
|
|
Provides: tex(Raleway-Bold-tlf-ts1--base.tfm)
|
|
Provides: tex(Raleway-Bold-tlf-ts1.tfm)
|
|
Provides: tex(Raleway-Bold-tlf-ts1.vf)
|
|
Provides: tex(Raleway-Bold-tosf-ly1--base.tfm)
|
|
Provides: tex(Raleway-Bold-tosf-ly1.tfm)
|
|
Provides: tex(Raleway-Bold-tosf-ly1.vf)
|
|
Provides: tex(Raleway-Bold-tosf-ot1.tfm)
|
|
Provides: tex(Raleway-Bold-tosf-sc-ly1--base.tfm)
|
|
Provides: tex(Raleway-Bold-tosf-sc-ly1.tfm)
|
|
Provides: tex(Raleway-Bold-tosf-sc-ly1.vf)
|
|
Provides: tex(Raleway-Bold-tosf-sc-ot1--base.tfm)
|
|
Provides: tex(Raleway-Bold-tosf-sc-ot1.tfm)
|
|
Provides: tex(Raleway-Bold-tosf-sc-ot1.vf)
|
|
Provides: tex(Raleway-Bold-tosf-sc-t1--base.tfm)
|
|
Provides: tex(Raleway-Bold-tosf-sc-t1.tfm)
|
|
Provides: tex(Raleway-Bold-tosf-sc-t1.vf)
|
|
Provides: tex(Raleway-Bold-tosf-t1--base.tfm)
|
|
Provides: tex(Raleway-Bold-tosf-t1.tfm)
|
|
Provides: tex(Raleway-Bold-tosf-t1.vf)
|
|
Provides: tex(Raleway-Bold-tosf-ts1--base.tfm)
|
|
Provides: tex(Raleway-Bold-tosf-ts1.tfm)
|
|
Provides: tex(Raleway-Bold-tosf-ts1.vf)
|
|
Provides: tex(Raleway-ExtraBold-osf-ly1--base.tfm)
|
|
Provides: tex(Raleway-ExtraBold-osf-ly1.tfm)
|
|
Provides: tex(Raleway-ExtraBold-osf-ly1.vf)
|
|
Provides: tex(Raleway-ExtraBold-osf-ot1.tfm)
|
|
Provides: tex(Raleway-ExtraBold-osf-sc-ly1--base.tfm)
|
|
Provides: tex(Raleway-ExtraBold-osf-sc-ly1.tfm)
|
|
Provides: tex(Raleway-ExtraBold-osf-sc-ly1.vf)
|
|
Provides: tex(Raleway-ExtraBold-osf-sc-ot1--base.tfm)
|
|
Provides: tex(Raleway-ExtraBold-osf-sc-ot1.tfm)
|
|
Provides: tex(Raleway-ExtraBold-osf-sc-ot1.vf)
|
|
Provides: tex(Raleway-ExtraBold-osf-sc-t1--base.tfm)
|
|
Provides: tex(Raleway-ExtraBold-osf-sc-t1.tfm)
|
|
Provides: tex(Raleway-ExtraBold-osf-sc-t1.vf)
|
|
Provides: tex(Raleway-ExtraBold-osf-t1--base.tfm)
|
|
Provides: tex(Raleway-ExtraBold-osf-t1.tfm)
|
|
Provides: tex(Raleway-ExtraBold-osf-t1.vf)
|
|
Provides: tex(Raleway-ExtraBold-osf-ts1--base.tfm)
|
|
Provides: tex(Raleway-ExtraBold-osf-ts1.tfm)
|
|
Provides: tex(Raleway-ExtraBold-osf-ts1.vf)
|
|
Provides: tex(Raleway-ExtraBold-tlf-ly1--base.tfm)
|
|
Provides: tex(Raleway-ExtraBold-tlf-ly1.tfm)
|
|
Provides: tex(Raleway-ExtraBold-tlf-ly1.vf)
|
|
Provides: tex(Raleway-ExtraBold-tlf-ot1.tfm)
|
|
Provides: tex(Raleway-ExtraBold-tlf-sc-ly1--base.tfm)
|
|
Provides: tex(Raleway-ExtraBold-tlf-sc-ly1.tfm)
|
|
Provides: tex(Raleway-ExtraBold-tlf-sc-ly1.vf)
|
|
Provides: tex(Raleway-ExtraBold-tlf-sc-ot1--base.tfm)
|
|
Provides: tex(Raleway-ExtraBold-tlf-sc-ot1.tfm)
|
|
Provides: tex(Raleway-ExtraBold-tlf-sc-ot1.vf)
|
|
Provides: tex(Raleway-ExtraBold-tlf-sc-t1--base.tfm)
|
|
Provides: tex(Raleway-ExtraBold-tlf-sc-t1.tfm)
|
|
Provides: tex(Raleway-ExtraBold-tlf-sc-t1.vf)
|
|
Provides: tex(Raleway-ExtraBold-tlf-t1--base.tfm)
|
|
Provides: tex(Raleway-ExtraBold-tlf-t1.tfm)
|
|
Provides: tex(Raleway-ExtraBold-tlf-t1.vf)
|
|
Provides: tex(Raleway-ExtraBold-tlf-ts1--base.tfm)
|
|
Provides: tex(Raleway-ExtraBold-tlf-ts1.tfm)
|
|
Provides: tex(Raleway-ExtraBold-tlf-ts1.vf)
|
|
Provides: tex(Raleway-ExtraBold-tosf-ly1--base.tfm)
|
|
Provides: tex(Raleway-ExtraBold-tosf-ly1.tfm)
|
|
Provides: tex(Raleway-ExtraBold-tosf-ly1.vf)
|
|
Provides: tex(Raleway-ExtraBold-tosf-ot1.tfm)
|
|
Provides: tex(Raleway-ExtraBold-tosf-sc-ly1--base.tfm)
|
|
Provides: tex(Raleway-ExtraBold-tosf-sc-ly1.tfm)
|
|
Provides: tex(Raleway-ExtraBold-tosf-sc-ly1.vf)
|
|
Provides: tex(Raleway-ExtraBold-tosf-sc-ot1--base.tfm)
|
|
Provides: tex(Raleway-ExtraBold-tosf-sc-ot1.tfm)
|
|
Provides: tex(Raleway-ExtraBold-tosf-sc-ot1.vf)
|
|
Provides: tex(Raleway-ExtraBold-tosf-sc-t1--base.tfm)
|
|
Provides: tex(Raleway-ExtraBold-tosf-sc-t1.tfm)
|
|
Provides: tex(Raleway-ExtraBold-tosf-sc-t1.vf)
|
|
Provides: tex(Raleway-ExtraBold-tosf-t1--base.tfm)
|
|
Provides: tex(Raleway-ExtraBold-tosf-t1.tfm)
|
|
Provides: tex(Raleway-ExtraBold-tosf-t1.vf)
|
|
Provides: tex(Raleway-ExtraBold-tosf-ts1--base.tfm)
|
|
Provides: tex(Raleway-ExtraBold-tosf-ts1.tfm)
|
|
Provides: tex(Raleway-ExtraBold-tosf-ts1.vf)
|
|
Provides: tex(Raleway-ExtraLight-osf-ly1--base.tfm)
|
|
Provides: tex(Raleway-ExtraLight-osf-ly1.tfm)
|
|
Provides: tex(Raleway-ExtraLight-osf-ly1.vf)
|
|
Provides: tex(Raleway-ExtraLight-osf-ot1.tfm)
|
|
Provides: tex(Raleway-ExtraLight-osf-sc-ly1--base.tfm)
|
|
Provides: tex(Raleway-ExtraLight-osf-sc-ly1.tfm)
|
|
Provides: tex(Raleway-ExtraLight-osf-sc-ly1.vf)
|
|
Provides: tex(Raleway-ExtraLight-osf-sc-ot1--base.tfm)
|
|
Provides: tex(Raleway-ExtraLight-osf-sc-ot1.tfm)
|
|
Provides: tex(Raleway-ExtraLight-osf-sc-ot1.vf)
|
|
Provides: tex(Raleway-ExtraLight-osf-sc-t1--base.tfm)
|
|
Provides: tex(Raleway-ExtraLight-osf-sc-t1.tfm)
|
|
Provides: tex(Raleway-ExtraLight-osf-sc-t1.vf)
|
|
Provides: tex(Raleway-ExtraLight-osf-t1--base.tfm)
|
|
Provides: tex(Raleway-ExtraLight-osf-t1.tfm)
|
|
Provides: tex(Raleway-ExtraLight-osf-t1.vf)
|
|
Provides: tex(Raleway-ExtraLight-osf-ts1--base.tfm)
|
|
Provides: tex(Raleway-ExtraLight-osf-ts1.tfm)
|
|
Provides: tex(Raleway-ExtraLight-osf-ts1.vf)
|
|
Provides: tex(Raleway-ExtraLight-tlf-ly1--base.tfm)
|
|
Provides: tex(Raleway-ExtraLight-tlf-ly1.tfm)
|
|
Provides: tex(Raleway-ExtraLight-tlf-ly1.vf)
|
|
Provides: tex(Raleway-ExtraLight-tlf-ot1.tfm)
|
|
Provides: tex(Raleway-ExtraLight-tlf-sc-ly1--base.tfm)
|
|
Provides: tex(Raleway-ExtraLight-tlf-sc-ly1.tfm)
|
|
Provides: tex(Raleway-ExtraLight-tlf-sc-ly1.vf)
|
|
Provides: tex(Raleway-ExtraLight-tlf-sc-ot1--base.tfm)
|
|
Provides: tex(Raleway-ExtraLight-tlf-sc-ot1.tfm)
|
|
Provides: tex(Raleway-ExtraLight-tlf-sc-ot1.vf)
|
|
Provides: tex(Raleway-ExtraLight-tlf-sc-t1--base.tfm)
|
|
Provides: tex(Raleway-ExtraLight-tlf-sc-t1.tfm)
|
|
Provides: tex(Raleway-ExtraLight-tlf-sc-t1.vf)
|
|
Provides: tex(Raleway-ExtraLight-tlf-t1--base.tfm)
|
|
Provides: tex(Raleway-ExtraLight-tlf-t1.tfm)
|
|
Provides: tex(Raleway-ExtraLight-tlf-t1.vf)
|
|
Provides: tex(Raleway-ExtraLight-tlf-ts1--base.tfm)
|
|
Provides: tex(Raleway-ExtraLight-tlf-ts1.tfm)
|
|
Provides: tex(Raleway-ExtraLight-tlf-ts1.vf)
|
|
Provides: tex(Raleway-ExtraLight-tosf-ly1--base.tfm)
|
|
Provides: tex(Raleway-ExtraLight-tosf-ly1.tfm)
|
|
Provides: tex(Raleway-ExtraLight-tosf-ly1.vf)
|
|
Provides: tex(Raleway-ExtraLight-tosf-ot1.tfm)
|
|
Provides: tex(Raleway-ExtraLight-tosf-sc-ly1--base.tfm)
|
|
Provides: tex(Raleway-ExtraLight-tosf-sc-ly1.tfm)
|
|
Provides: tex(Raleway-ExtraLight-tosf-sc-ly1.vf)
|
|
Provides: tex(Raleway-ExtraLight-tosf-sc-ot1--base.tfm)
|
|
Provides: tex(Raleway-ExtraLight-tosf-sc-ot1.tfm)
|
|
Provides: tex(Raleway-ExtraLight-tosf-sc-ot1.vf)
|
|
Provides: tex(Raleway-ExtraLight-tosf-sc-t1--base.tfm)
|
|
Provides: tex(Raleway-ExtraLight-tosf-sc-t1.tfm)
|
|
Provides: tex(Raleway-ExtraLight-tosf-sc-t1.vf)
|
|
Provides: tex(Raleway-ExtraLight-tosf-t1--base.tfm)
|
|
Provides: tex(Raleway-ExtraLight-tosf-t1.tfm)
|
|
Provides: tex(Raleway-ExtraLight-tosf-t1.vf)
|
|
Provides: tex(Raleway-ExtraLight-tosf-ts1--base.tfm)
|
|
Provides: tex(Raleway-ExtraLight-tosf-ts1.tfm)
|
|
Provides: tex(Raleway-ExtraLight-tosf-ts1.vf)
|
|
Provides: tex(Raleway-Light-osf-ly1--base.tfm)
|
|
Provides: tex(Raleway-Light-osf-ly1.tfm)
|
|
Provides: tex(Raleway-Light-osf-ly1.vf)
|
|
Provides: tex(Raleway-Light-osf-ot1.tfm)
|
|
Provides: tex(Raleway-Light-osf-sc-ly1--base.tfm)
|
|
Provides: tex(Raleway-Light-osf-sc-ly1.tfm)
|
|
Provides: tex(Raleway-Light-osf-sc-ly1.vf)
|
|
Provides: tex(Raleway-Light-osf-sc-ot1--base.tfm)
|
|
Provides: tex(Raleway-Light-osf-sc-ot1.tfm)
|
|
Provides: tex(Raleway-Light-osf-sc-ot1.vf)
|
|
Provides: tex(Raleway-Light-osf-sc-t1--base.tfm)
|
|
Provides: tex(Raleway-Light-osf-sc-t1.tfm)
|
|
Provides: tex(Raleway-Light-osf-sc-t1.vf)
|
|
Provides: tex(Raleway-Light-osf-t1--base.tfm)
|
|
Provides: tex(Raleway-Light-osf-t1.tfm)
|
|
Provides: tex(Raleway-Light-osf-t1.vf)
|
|
Provides: tex(Raleway-Light-osf-ts1--base.tfm)
|
|
Provides: tex(Raleway-Light-osf-ts1.tfm)
|
|
Provides: tex(Raleway-Light-osf-ts1.vf)
|
|
Provides: tex(Raleway-Light-tlf-ly1--base.tfm)
|
|
Provides: tex(Raleway-Light-tlf-ly1.tfm)
|
|
Provides: tex(Raleway-Light-tlf-ly1.vf)
|
|
Provides: tex(Raleway-Light-tlf-ot1.tfm)
|
|
Provides: tex(Raleway-Light-tlf-sc-ly1--base.tfm)
|
|
Provides: tex(Raleway-Light-tlf-sc-ly1.tfm)
|
|
Provides: tex(Raleway-Light-tlf-sc-ly1.vf)
|
|
Provides: tex(Raleway-Light-tlf-sc-ot1--base.tfm)
|
|
Provides: tex(Raleway-Light-tlf-sc-ot1.tfm)
|
|
Provides: tex(Raleway-Light-tlf-sc-ot1.vf)
|
|
Provides: tex(Raleway-Light-tlf-sc-t1--base.tfm)
|
|
Provides: tex(Raleway-Light-tlf-sc-t1.tfm)
|
|
Provides: tex(Raleway-Light-tlf-sc-t1.vf)
|
|
Provides: tex(Raleway-Light-tlf-t1--base.tfm)
|
|
Provides: tex(Raleway-Light-tlf-t1.tfm)
|
|
Provides: tex(Raleway-Light-tlf-t1.vf)
|
|
Provides: tex(Raleway-Light-tlf-ts1--base.tfm)
|
|
Provides: tex(Raleway-Light-tlf-ts1.tfm)
|
|
Provides: tex(Raleway-Light-tlf-ts1.vf)
|
|
Provides: tex(Raleway-Light-tosf-ly1--base.tfm)
|
|
Provides: tex(Raleway-Light-tosf-ly1.tfm)
|
|
Provides: tex(Raleway-Light-tosf-ly1.vf)
|
|
Provides: tex(Raleway-Light-tosf-ot1.tfm)
|
|
Provides: tex(Raleway-Light-tosf-sc-ly1--base.tfm)
|
|
Provides: tex(Raleway-Light-tosf-sc-ly1.tfm)
|
|
Provides: tex(Raleway-Light-tosf-sc-ly1.vf)
|
|
Provides: tex(Raleway-Light-tosf-sc-ot1--base.tfm)
|
|
Provides: tex(Raleway-Light-tosf-sc-ot1.tfm)
|
|
Provides: tex(Raleway-Light-tosf-sc-ot1.vf)
|
|
Provides: tex(Raleway-Light-tosf-sc-t1--base.tfm)
|
|
Provides: tex(Raleway-Light-tosf-sc-t1.tfm)
|
|
Provides: tex(Raleway-Light-tosf-sc-t1.vf)
|
|
Provides: tex(Raleway-Light-tosf-t1--base.tfm)
|
|
Provides: tex(Raleway-Light-tosf-t1.tfm)
|
|
Provides: tex(Raleway-Light-tosf-t1.vf)
|
|
Provides: tex(Raleway-Light-tosf-ts1--base.tfm)
|
|
Provides: tex(Raleway-Light-tosf-ts1.tfm)
|
|
Provides: tex(Raleway-Light-tosf-ts1.vf)
|
|
Provides: tex(Raleway-Medium-osf-ly1--base.tfm)
|
|
Provides: tex(Raleway-Medium-osf-ly1.tfm)
|
|
Provides: tex(Raleway-Medium-osf-ly1.vf)
|
|
Provides: tex(Raleway-Medium-osf-ot1.tfm)
|
|
Provides: tex(Raleway-Medium-osf-sc-ly1--base.tfm)
|
|
Provides: tex(Raleway-Medium-osf-sc-ly1.tfm)
|
|
Provides: tex(Raleway-Medium-osf-sc-ly1.vf)
|
|
Provides: tex(Raleway-Medium-osf-sc-ot1--base.tfm)
|
|
Provides: tex(Raleway-Medium-osf-sc-ot1.tfm)
|
|
Provides: tex(Raleway-Medium-osf-sc-ot1.vf)
|
|
Provides: tex(Raleway-Medium-osf-sc-t1--base.tfm)
|
|
Provides: tex(Raleway-Medium-osf-sc-t1.tfm)
|
|
Provides: tex(Raleway-Medium-osf-sc-t1.vf)
|
|
Provides: tex(Raleway-Medium-osf-t1--base.tfm)
|
|
Provides: tex(Raleway-Medium-osf-t1.tfm)
|
|
Provides: tex(Raleway-Medium-osf-t1.vf)
|
|
Provides: tex(Raleway-Medium-osf-ts1--base.tfm)
|
|
Provides: tex(Raleway-Medium-osf-ts1.tfm)
|
|
Provides: tex(Raleway-Medium-osf-ts1.vf)
|
|
Provides: tex(Raleway-Medium-tlf-ly1--base.tfm)
|
|
Provides: tex(Raleway-Medium-tlf-ly1.tfm)
|
|
Provides: tex(Raleway-Medium-tlf-ly1.vf)
|
|
Provides: tex(Raleway-Medium-tlf-ot1.tfm)
|
|
Provides: tex(Raleway-Medium-tlf-sc-ly1--base.tfm)
|
|
Provides: tex(Raleway-Medium-tlf-sc-ly1.tfm)
|
|
Provides: tex(Raleway-Medium-tlf-sc-ly1.vf)
|
|
Provides: tex(Raleway-Medium-tlf-sc-ot1--base.tfm)
|
|
Provides: tex(Raleway-Medium-tlf-sc-ot1.tfm)
|
|
Provides: tex(Raleway-Medium-tlf-sc-ot1.vf)
|
|
Provides: tex(Raleway-Medium-tlf-sc-t1--base.tfm)
|
|
Provides: tex(Raleway-Medium-tlf-sc-t1.tfm)
|
|
Provides: tex(Raleway-Medium-tlf-sc-t1.vf)
|
|
Provides: tex(Raleway-Medium-tlf-t1--base.tfm)
|
|
Provides: tex(Raleway-Medium-tlf-t1.tfm)
|
|
Provides: tex(Raleway-Medium-tlf-t1.vf)
|
|
Provides: tex(Raleway-Medium-tlf-ts1--base.tfm)
|
|
Provides: tex(Raleway-Medium-tlf-ts1.tfm)
|
|
Provides: tex(Raleway-Medium-tlf-ts1.vf)
|
|
Provides: tex(Raleway-Medium-tosf-ly1--base.tfm)
|
|
Provides: tex(Raleway-Medium-tosf-ly1.tfm)
|
|
Provides: tex(Raleway-Medium-tosf-ly1.vf)
|
|
Provides: tex(Raleway-Medium-tosf-ot1.tfm)
|
|
Provides: tex(Raleway-Medium-tosf-sc-ly1--base.tfm)
|
|
Provides: tex(Raleway-Medium-tosf-sc-ly1.tfm)
|
|
Provides: tex(Raleway-Medium-tosf-sc-ly1.vf)
|
|
Provides: tex(Raleway-Medium-tosf-sc-ot1--base.tfm)
|
|
Provides: tex(Raleway-Medium-tosf-sc-ot1.tfm)
|
|
Provides: tex(Raleway-Medium-tosf-sc-ot1.vf)
|
|
Provides: tex(Raleway-Medium-tosf-sc-t1--base.tfm)
|
|
Provides: tex(Raleway-Medium-tosf-sc-t1.tfm)
|
|
Provides: tex(Raleway-Medium-tosf-sc-t1.vf)
|
|
Provides: tex(Raleway-Medium-tosf-t1--base.tfm)
|
|
Provides: tex(Raleway-Medium-tosf-t1.tfm)
|
|
Provides: tex(Raleway-Medium-tosf-t1.vf)
|
|
Provides: tex(Raleway-Medium-tosf-ts1--base.tfm)
|
|
Provides: tex(Raleway-Medium-tosf-ts1.tfm)
|
|
Provides: tex(Raleway-Medium-tosf-ts1.vf)
|
|
Provides: tex(Raleway-Regular-osf-ly1--base.tfm)
|
|
Provides: tex(Raleway-Regular-osf-ly1.tfm)
|
|
Provides: tex(Raleway-Regular-osf-ly1.vf)
|
|
Provides: tex(Raleway-Regular-osf-ot1.tfm)
|
|
Provides: tex(Raleway-Regular-osf-sc-ly1--base.tfm)
|
|
Provides: tex(Raleway-Regular-osf-sc-ly1.tfm)
|
|
Provides: tex(Raleway-Regular-osf-sc-ly1.vf)
|
|
Provides: tex(Raleway-Regular-osf-sc-ot1--base.tfm)
|
|
Provides: tex(Raleway-Regular-osf-sc-ot1.tfm)
|
|
Provides: tex(Raleway-Regular-osf-sc-ot1.vf)
|
|
Provides: tex(Raleway-Regular-osf-sc-t1--base.tfm)
|
|
Provides: tex(Raleway-Regular-osf-sc-t1.tfm)
|
|
Provides: tex(Raleway-Regular-osf-sc-t1.vf)
|
|
Provides: tex(Raleway-Regular-osf-t1--base.tfm)
|
|
Provides: tex(Raleway-Regular-osf-t1.tfm)
|
|
Provides: tex(Raleway-Regular-osf-t1.vf)
|
|
Provides: tex(Raleway-Regular-osf-ts1--base.tfm)
|
|
Provides: tex(Raleway-Regular-osf-ts1.tfm)
|
|
Provides: tex(Raleway-Regular-osf-ts1.vf)
|
|
Provides: tex(Raleway-Regular-tlf-ly1--base.tfm)
|
|
Provides: tex(Raleway-Regular-tlf-ly1.tfm)
|
|
Provides: tex(Raleway-Regular-tlf-ly1.vf)
|
|
Provides: tex(Raleway-Regular-tlf-ot1.tfm)
|
|
Provides: tex(Raleway-Regular-tlf-sc-ly1--base.tfm)
|
|
Provides: tex(Raleway-Regular-tlf-sc-ly1.tfm)
|
|
Provides: tex(Raleway-Regular-tlf-sc-ly1.vf)
|
|
Provides: tex(Raleway-Regular-tlf-sc-ot1--base.tfm)
|
|
Provides: tex(Raleway-Regular-tlf-sc-ot1.tfm)
|
|
Provides: tex(Raleway-Regular-tlf-sc-ot1.vf)
|
|
Provides: tex(Raleway-Regular-tlf-sc-t1--base.tfm)
|
|
Provides: tex(Raleway-Regular-tlf-sc-t1.tfm)
|
|
Provides: tex(Raleway-Regular-tlf-sc-t1.vf)
|
|
Provides: tex(Raleway-Regular-tlf-t1--base.tfm)
|
|
Provides: tex(Raleway-Regular-tlf-t1.tfm)
|
|
Provides: tex(Raleway-Regular-tlf-t1.vf)
|
|
Provides: tex(Raleway-Regular-tlf-ts1--base.tfm)
|
|
Provides: tex(Raleway-Regular-tlf-ts1.tfm)
|
|
Provides: tex(Raleway-Regular-tlf-ts1.vf)
|
|
Provides: tex(Raleway-Regular-tosf-ly1--base.tfm)
|
|
Provides: tex(Raleway-Regular-tosf-ly1.tfm)
|
|
Provides: tex(Raleway-Regular-tosf-ly1.vf)
|
|
Provides: tex(Raleway-Regular-tosf-ot1.tfm)
|
|
Provides: tex(Raleway-Regular-tosf-sc-ly1--base.tfm)
|
|
Provides: tex(Raleway-Regular-tosf-sc-ly1.tfm)
|
|
Provides: tex(Raleway-Regular-tosf-sc-ly1.vf)
|
|
Provides: tex(Raleway-Regular-tosf-sc-ot1--base.tfm)
|
|
Provides: tex(Raleway-Regular-tosf-sc-ot1.tfm)
|
|
Provides: tex(Raleway-Regular-tosf-sc-ot1.vf)
|
|
Provides: tex(Raleway-Regular-tosf-sc-t1--base.tfm)
|
|
Provides: tex(Raleway-Regular-tosf-sc-t1.tfm)
|
|
Provides: tex(Raleway-Regular-tosf-sc-t1.vf)
|
|
Provides: tex(Raleway-Regular-tosf-t1--base.tfm)
|
|
Provides: tex(Raleway-Regular-tosf-t1.tfm)
|
|
Provides: tex(Raleway-Regular-tosf-t1.vf)
|
|
Provides: tex(Raleway-Regular-tosf-ts1--base.tfm)
|
|
Provides: tex(Raleway-Regular-tosf-ts1.tfm)
|
|
Provides: tex(Raleway-Regular-tosf-ts1.vf)
|
|
Provides: tex(Raleway-SemiBold-osf-ly1--base.tfm)
|
|
Provides: tex(Raleway-SemiBold-osf-ly1.tfm)
|
|
Provides: tex(Raleway-SemiBold-osf-ly1.vf)
|
|
Provides: tex(Raleway-SemiBold-osf-ot1.tfm)
|
|
Provides: tex(Raleway-SemiBold-osf-sc-ly1--base.tfm)
|
|
Provides: tex(Raleway-SemiBold-osf-sc-ly1.tfm)
|
|
Provides: tex(Raleway-SemiBold-osf-sc-ly1.vf)
|
|
Provides: tex(Raleway-SemiBold-osf-sc-ot1--base.tfm)
|
|
Provides: tex(Raleway-SemiBold-osf-sc-ot1.tfm)
|
|
Provides: tex(Raleway-SemiBold-osf-sc-ot1.vf)
|
|
Provides: tex(Raleway-SemiBold-osf-sc-t1--base.tfm)
|
|
Provides: tex(Raleway-SemiBold-osf-sc-t1.tfm)
|
|
Provides: tex(Raleway-SemiBold-osf-sc-t1.vf)
|
|
Provides: tex(Raleway-SemiBold-osf-t1--base.tfm)
|
|
Provides: tex(Raleway-SemiBold-osf-t1.tfm)
|
|
Provides: tex(Raleway-SemiBold-osf-t1.vf)
|
|
Provides: tex(Raleway-SemiBold-osf-ts1--base.tfm)
|
|
Provides: tex(Raleway-SemiBold-osf-ts1.tfm)
|
|
Provides: tex(Raleway-SemiBold-osf-ts1.vf)
|
|
Provides: tex(Raleway-SemiBold-tlf-ly1--base.tfm)
|
|
Provides: tex(Raleway-SemiBold-tlf-ly1.tfm)
|
|
Provides: tex(Raleway-SemiBold-tlf-ly1.vf)
|
|
Provides: tex(Raleway-SemiBold-tlf-ot1.tfm)
|
|
Provides: tex(Raleway-SemiBold-tlf-sc-ly1--base.tfm)
|
|
Provides: tex(Raleway-SemiBold-tlf-sc-ly1.tfm)
|
|
Provides: tex(Raleway-SemiBold-tlf-sc-ly1.vf)
|
|
Provides: tex(Raleway-SemiBold-tlf-sc-ot1--base.tfm)
|
|
Provides: tex(Raleway-SemiBold-tlf-sc-ot1.tfm)
|
|
Provides: tex(Raleway-SemiBold-tlf-sc-ot1.vf)
|
|
Provides: tex(Raleway-SemiBold-tlf-sc-t1--base.tfm)
|
|
Provides: tex(Raleway-SemiBold-tlf-sc-t1.tfm)
|
|
Provides: tex(Raleway-SemiBold-tlf-sc-t1.vf)
|
|
Provides: tex(Raleway-SemiBold-tlf-t1--base.tfm)
|
|
Provides: tex(Raleway-SemiBold-tlf-t1.tfm)
|
|
Provides: tex(Raleway-SemiBold-tlf-t1.vf)
|
|
Provides: tex(Raleway-SemiBold-tlf-ts1--base.tfm)
|
|
Provides: tex(Raleway-SemiBold-tlf-ts1.tfm)
|
|
Provides: tex(Raleway-SemiBold-tlf-ts1.vf)
|
|
Provides: tex(Raleway-SemiBold-tosf-ly1--base.tfm)
|
|
Provides: tex(Raleway-SemiBold-tosf-ly1.tfm)
|
|
Provides: tex(Raleway-SemiBold-tosf-ly1.vf)
|
|
Provides: tex(Raleway-SemiBold-tosf-ot1.tfm)
|
|
Provides: tex(Raleway-SemiBold-tosf-sc-ly1--base.tfm)
|
|
Provides: tex(Raleway-SemiBold-tosf-sc-ly1.tfm)
|
|
Provides: tex(Raleway-SemiBold-tosf-sc-ly1.vf)
|
|
Provides: tex(Raleway-SemiBold-tosf-sc-ot1--base.tfm)
|
|
Provides: tex(Raleway-SemiBold-tosf-sc-ot1.tfm)
|
|
Provides: tex(Raleway-SemiBold-tosf-sc-ot1.vf)
|
|
Provides: tex(Raleway-SemiBold-tosf-sc-t1--base.tfm)
|
|
Provides: tex(Raleway-SemiBold-tosf-sc-t1.tfm)
|
|
Provides: tex(Raleway-SemiBold-tosf-sc-t1.vf)
|
|
Provides: tex(Raleway-SemiBold-tosf-t1--base.tfm)
|
|
Provides: tex(Raleway-SemiBold-tosf-t1.tfm)
|
|
Provides: tex(Raleway-SemiBold-tosf-t1.vf)
|
|
Provides: tex(Raleway-SemiBold-tosf-ts1--base.tfm)
|
|
Provides: tex(Raleway-SemiBold-tosf-ts1.tfm)
|
|
Provides: tex(Raleway-SemiBold-tosf-ts1.vf)
|
|
Provides: tex(Raleway-Thin-osf-ly1--base.tfm)
|
|
Provides: tex(Raleway-Thin-osf-ly1.tfm)
|
|
Provides: tex(Raleway-Thin-osf-ly1.vf)
|
|
Provides: tex(Raleway-Thin-osf-ot1.tfm)
|
|
Provides: tex(Raleway-Thin-osf-sc-ly1--base.tfm)
|
|
Provides: tex(Raleway-Thin-osf-sc-ly1.tfm)
|
|
Provides: tex(Raleway-Thin-osf-sc-ly1.vf)
|
|
Provides: tex(Raleway-Thin-osf-sc-ot1--base.tfm)
|
|
Provides: tex(Raleway-Thin-osf-sc-ot1.tfm)
|
|
Provides: tex(Raleway-Thin-osf-sc-ot1.vf)
|
|
Provides: tex(Raleway-Thin-osf-sc-t1--base.tfm)
|
|
Provides: tex(Raleway-Thin-osf-sc-t1.tfm)
|
|
Provides: tex(Raleway-Thin-osf-sc-t1.vf)
|
|
Provides: tex(Raleway-Thin-osf-t1--base.tfm)
|
|
Provides: tex(Raleway-Thin-osf-t1.tfm)
|
|
Provides: tex(Raleway-Thin-osf-t1.vf)
|
|
Provides: tex(Raleway-Thin-osf-ts1--base.tfm)
|
|
Provides: tex(Raleway-Thin-osf-ts1.tfm)
|
|
Provides: tex(Raleway-Thin-osf-ts1.vf)
|
|
Provides: tex(Raleway-Thin-tlf-ly1--base.tfm)
|
|
Provides: tex(Raleway-Thin-tlf-ly1.tfm)
|
|
Provides: tex(Raleway-Thin-tlf-ly1.vf)
|
|
Provides: tex(Raleway-Thin-tlf-ot1.tfm)
|
|
Provides: tex(Raleway-Thin-tlf-sc-ly1--base.tfm)
|
|
Provides: tex(Raleway-Thin-tlf-sc-ly1.tfm)
|
|
Provides: tex(Raleway-Thin-tlf-sc-ly1.vf)
|
|
Provides: tex(Raleway-Thin-tlf-sc-ot1--base.tfm)
|
|
Provides: tex(Raleway-Thin-tlf-sc-ot1.tfm)
|
|
Provides: tex(Raleway-Thin-tlf-sc-ot1.vf)
|
|
Provides: tex(Raleway-Thin-tlf-sc-t1--base.tfm)
|
|
Provides: tex(Raleway-Thin-tlf-sc-t1.tfm)
|
|
Provides: tex(Raleway-Thin-tlf-sc-t1.vf)
|
|
Provides: tex(Raleway-Thin-tlf-t1--base.tfm)
|
|
Provides: tex(Raleway-Thin-tlf-t1.tfm)
|
|
Provides: tex(Raleway-Thin-tlf-t1.vf)
|
|
Provides: tex(Raleway-Thin-tlf-ts1--base.tfm)
|
|
Provides: tex(Raleway-Thin-tlf-ts1.tfm)
|
|
Provides: tex(Raleway-Thin-tlf-ts1.vf)
|
|
Provides: tex(Raleway-Thin-tosf-ly1--base.tfm)
|
|
Provides: tex(Raleway-Thin-tosf-ly1.tfm)
|
|
Provides: tex(Raleway-Thin-tosf-ly1.vf)
|
|
Provides: tex(Raleway-Thin-tosf-ot1.tfm)
|
|
Provides: tex(Raleway-Thin-tosf-sc-ly1--base.tfm)
|
|
Provides: tex(Raleway-Thin-tosf-sc-ly1.tfm)
|
|
Provides: tex(Raleway-Thin-tosf-sc-ly1.vf)
|
|
Provides: tex(Raleway-Thin-tosf-sc-ot1--base.tfm)
|
|
Provides: tex(Raleway-Thin-tosf-sc-ot1.tfm)
|
|
Provides: tex(Raleway-Thin-tosf-sc-ot1.vf)
|
|
Provides: tex(Raleway-Thin-tosf-sc-t1--base.tfm)
|
|
Provides: tex(Raleway-Thin-tosf-sc-t1.tfm)
|
|
Provides: tex(Raleway-Thin-tosf-sc-t1.vf)
|
|
Provides: tex(Raleway-Thin-tosf-t1--base.tfm)
|
|
Provides: tex(Raleway-Thin-tosf-t1.tfm)
|
|
Provides: tex(Raleway-Thin-tosf-t1.vf)
|
|
Provides: tex(Raleway-Thin-tosf-ts1--base.tfm)
|
|
Provides: tex(Raleway-Thin-tosf-ts1.tfm)
|
|
Provides: tex(Raleway-Thin-tosf-ts1.vf)
|
|
Provides: tex(Raleway.map)
|
|
Provides: tex(T1-TLF.fd)
|
|
Provides: tex(T1Raleway-OsF.fd)
|
|
Provides: tex(T1Raleway-TLF.fd)
|
|
Provides: tex(T1Raleway-TOsF.fd)
|
|
Provides: tex(TS1-TLF.fd)
|
|
Provides: tex(TS1Raleway-OsF.fd)
|
|
Provides: tex(TS1Raleway-TLF.fd)
|
|
Provides: tex(TS1Raleway-TOsF.fd)
|
|
Provides: tex(a_7mkq5h.enc)
|
|
Provides: tex(a_bzmckq.enc)
|
|
Provides: tex(a_ioyy6d.enc)
|
|
Provides: tex(a_k2dfwc.enc)
|
|
Provides: tex(a_keo5xw.enc)
|
|
Provides: tex(a_l5jmzb.enc)
|
|
Provides: tex(a_nli7k3.enc)
|
|
Provides: tex(a_oaj2jl.enc)
|
|
Provides: tex(a_sor5xn.enc)
|
|
Provides: tex(a_sp3cim.enc)
|
|
Provides: tex(a_uagyv3.enc)
|
|
Provides: tex(a_umxzao.enc)
|
|
Provides: tex(a_yqxcf3.enc)
|
|
Provides: tex(raleway-type1-autoinst.sty)
|
|
Provides: tex(raleway.sty)
|
|
Requires: tex(fontaxes.sty)
|
|
Requires: tex(fontenc.sty)
|
|
Requires: tex(fontspec.sty)
|
|
Requires: tex(ifluatex.sty)
|
|
Requires: tex(ifxetex.sty)
|
|
Requires: tex(textcomp.sty)
|
|
Requires: tex(xkeyval.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source70: raleway.tar.xz
|
|
Source71: raleway.doc.tar.xz
|
|
|
|
%description -n texlive-raleway
|
|
The package provides the Raleway family in an easy to use way.
|
|
For XeLaTeX and LuaLaTeX users the original OpenType fonts are
|
|
used. The entire font family is included.
|
|
|
|
date: 2013-05-02 18:57:12 +0000
|
|
|
|
|
|
%package -n texlive-raleway-doc
|
|
Summary: Documentation for texlive-raleway
|
|
License: OFL-1.1
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn30211
|
|
Release: 0
|
|
|
|
%description -n texlive-raleway-doc
|
|
This package includes the documentation for texlive-raleway
|
|
|
|
|
|
%package -n texlive-raleway-fonts
|
|
Summary: Severed fonts for texlive-raleway
|
|
License: OFL-1.1
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn30211
|
|
Release: 0
|
|
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-raleway-fonts
|
|
The separated fonts package for texlive-raleway
|
|
%post -n texlive-raleway
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if grep -qsE 'Map[[:blank:]]+Raleway.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+Raleway.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map Raleway.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%postun -n texlive-raleway
|
|
if test $1 = 0; then
|
|
sed -ri 's/^(Map[[:blank:]]+Raleway.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
%{_bindir}/updmap-sys --nohash --quiet > /dev/null 2>&1 || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%posttrans -n texlive-raleway
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-raleway-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/raleway/OFL.txt
|
|
%{_texmfdistdir}/doc/latex/raleway/README
|
|
%{_texmfdistdir}/doc/latex/raleway/raleway-otf-specimen.pdf
|
|
%{_texmfdistdir}/doc/latex/raleway/raleway-otf-specimen.tex
|
|
%{_texmfdistdir}/doc/latex/raleway/raleway-type1-specimen.pdf
|
|
%{_texmfdistdir}/doc/latex/raleway/raleway-type1-specimen.tex
|
|
%{_texmfdistdir}/doc/latex/raleway/raleway.pdf
|
|
%{_texmfdistdir}/doc/latex/raleway/raleway.tex
|
|
|
|
%files -n texlive-raleway
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/enc/dvips/raleway/a_7mkq5h.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/raleway/a_bzmckq.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/raleway/a_ioyy6d.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/raleway/a_k2dfwc.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/raleway/a_keo5xw.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/raleway/a_l5jmzb.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/raleway/a_nli7k3.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/raleway/a_oaj2jl.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/raleway/a_sor5xn.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/raleway/a_sp3cim.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/raleway/a_uagyv3.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/raleway/a_umxzao.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/raleway/a_yqxcf3.enc
|
|
%{_texmfdistdir}/fonts/map/dvips/raleway/Raleway.map
|
|
%{_texmfdistdir}/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Black.otf
|
|
%{_texmfdistdir}/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Bold.otf
|
|
%{_texmfdistdir}/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-ExtraBold.otf
|
|
%{_texmfdistdir}/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-ExtraLight.otf
|
|
%{_texmfdistdir}/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Light.otf
|
|
%{_texmfdistdir}/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Medium.otf
|
|
%{_texmfdistdir}/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Regular.otf
|
|
%{_texmfdistdir}/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-SemiBold.otf
|
|
%{_texmfdistdir}/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Thin.otf
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-osf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Black.pfb
|
|
%{_texmfdistdir}/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Bold.pfb
|
|
%{_texmfdistdir}/fonts/type1/theleagueofmoveabletype/raleway/Raleway-ExtraBold.pfb
|
|
%{_texmfdistdir}/fonts/type1/theleagueofmoveabletype/raleway/Raleway-ExtraLight.pfb
|
|
%{_texmfdistdir}/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Light.pfb
|
|
%{_texmfdistdir}/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Medium.pfb
|
|
%{_texmfdistdir}/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Regular.pfb
|
|
%{_texmfdistdir}/fonts/type1/theleagueofmoveabletype/raleway/Raleway-SemiBold.pfb
|
|
%{_texmfdistdir}/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Thin.pfb
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tlf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tlf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tlf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tosf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tosf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-tosf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-osf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-osf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-osf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tlf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Bold-tosf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-osf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tlf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraBold-tosf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-osf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tlf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-ExtraLight-tosf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-osf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-osf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-osf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-osf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tlf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tlf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tlf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tosf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tosf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Light-tosf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-osf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-osf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-osf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tlf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Medium-tosf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-osf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-osf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-osf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tlf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Regular-tosf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-osf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tlf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-SemiBold-tosf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-osf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-osf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-osf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tlf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ts1.vf
|
|
%{_texmfdistdir}/tex/latex/raleway/.sty
|
|
%{_texmfdistdir}/tex/latex/raleway/LY1-TLF.fd
|
|
%{_texmfdistdir}/tex/latex/raleway/LY1Raleway-OsF.fd
|
|
%{_texmfdistdir}/tex/latex/raleway/LY1Raleway-TLF.fd
|
|
%{_texmfdistdir}/tex/latex/raleway/LY1Raleway-TOsF.fd
|
|
%{_texmfdistdir}/tex/latex/raleway/OT1-TLF.fd
|
|
%{_texmfdistdir}/tex/latex/raleway/OT1Raleway-OsF.fd
|
|
%{_texmfdistdir}/tex/latex/raleway/OT1Raleway-TLF.fd
|
|
%{_texmfdistdir}/tex/latex/raleway/OT1Raleway-TOsF.fd
|
|
%{_texmfdistdir}/tex/latex/raleway/T1-TLF.fd
|
|
%{_texmfdistdir}/tex/latex/raleway/T1Raleway-OsF.fd
|
|
%{_texmfdistdir}/tex/latex/raleway/T1Raleway-TLF.fd
|
|
%{_texmfdistdir}/tex/latex/raleway/T1Raleway-TOsF.fd
|
|
%{_texmfdistdir}/tex/latex/raleway/TS1-TLF.fd
|
|
%{_texmfdistdir}/tex/latex/raleway/TS1Raleway-OsF.fd
|
|
%{_texmfdistdir}/tex/latex/raleway/TS1Raleway-TLF.fd
|
|
%{_texmfdistdir}/tex/latex/raleway/TS1Raleway-TOsF.fd
|
|
%{_texmfdistdir}/tex/latex/raleway/raleway-type1-autoinst.sty
|
|
%{_texmfdistdir}/tex/latex/raleway/raleway.sty
|
|
/var/adm/update-scripts/texlive-raleway-%{texlive_version}.%{texlive_noarch}.1.0svn30211-%{release}-zypper
|
|
|
|
%package -n texlive-ran_toks
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn28361
|
|
Release: 0
|
|
Summary: Package ran_toks
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-ran_toks-doc >= %{texlive_version}
|
|
Provides: tex(ran_toks.sty)
|
|
Requires: tex(random.tex)
|
|
Requires: tex(verbatim.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source72: ran_toks.tar.xz
|
|
Source73: ran_toks.doc.tar.xz
|
|
|
|
%description -n texlive-ran_toks
|
|
The ran_toks package
|
|
|
|
%package -n texlive-ran_toks-doc
|
|
Summary: Documentation for texlive-ran_toks
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn28361
|
|
Release: 0
|
|
|
|
%description -n texlive-ran_toks-doc
|
|
This package includes the documentation for texlive-ran_toks
|
|
|
|
%post -n texlive-ran_toks
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-ran_toks
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-ran_toks
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-ran_toks-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/ran_toks/doc/rantoks_man.pdf
|
|
%{_texmfdistdir}/doc/latex/ran_toks/doc/rantoks_man.tex
|
|
%{_texmfdistdir}/doc/latex/ran_toks/examples/ran_toks.tex
|
|
|
|
%files -n texlive-ran_toks
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/ran_toks/ran_toks.sty
|
|
/var/adm/update-scripts/texlive-ran_toks-%{texlive_version}.%{texlive_noarch}.svn28361-%{release}-zypper
|
|
|
|
%package -n texlive-randbild
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn15878
|
|
Release: 0
|
|
Summary: Marginal pictures
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-randbild-doc >= %{texlive_version}
|
|
Provides: tex(randbild.sty)
|
|
Requires: tex(pst-plot.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source74: randbild.tar.xz
|
|
Source75: randbild.doc.tar.xz
|
|
|
|
%description -n texlive-randbild
|
|
Provides environments randbild, to draw small marginal plots
|
|
(using the package pstricks package pst-plot), and
|
|
randbildbasis (the same, only without the automatically drawn
|
|
coordinate system).
|
|
|
|
date: 2007-05-16 05:57:15 +0000
|
|
|
|
|
|
%package -n texlive-randbild-doc
|
|
Summary: Documentation for texlive-randbild
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn15878
|
|
Release: 0
|
|
Provides: locale(texlive-randbild-doc:de)
|
|
|
|
%description -n texlive-randbild-doc
|
|
This package includes the documentation for texlive-randbild
|
|
|
|
%post -n texlive-randbild
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-randbild
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-randbild
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-randbild-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/randbild/README
|
|
%{_texmfdistdir}/doc/latex/randbild/randbild.pdf
|
|
|
|
%files -n texlive-randbild
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/randbild/randbild.sty
|
|
/var/adm/update-scripts/texlive-randbild-%{texlive_version}.%{texlive_noarch}.0.0.2svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-randomwalk
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.2csvn28769
|
|
Release: 0
|
|
Summary: Random walks using TikZ
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-randomwalk-doc >= %{texlive_version}
|
|
Provides: tex(randomwalk.sty)
|
|
Requires: tex(expl3.sty)
|
|
Requires: tex(tikz.sty)
|
|
Requires: tex(xparse.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source76: randomwalk.tar.xz
|
|
Source77: randomwalk.doc.tar.xz
|
|
|
|
%description -n texlive-randomwalk
|
|
The randomwalk package provides a user command, \RandomWalk, to
|
|
draw random walks with a given number of steps. Lengths and
|
|
angles of the steps can be customized in various ways. The
|
|
package uses PGF/TikZ for its graphical output.
|
|
|
|
date: 2013-01-08 13:36:26 +0000
|
|
|
|
|
|
%package -n texlive-randomwalk-doc
|
|
Summary: Documentation for texlive-randomwalk
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.2csvn28769
|
|
Release: 0
|
|
|
|
%description -n texlive-randomwalk-doc
|
|
This package includes the documentation for texlive-randomwalk
|
|
|
|
%post -n texlive-randomwalk
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-randomwalk
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-randomwalk
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-randomwalk-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/randomwalk/README
|
|
%{_texmfdistdir}/doc/latex/randomwalk/randomwalk.pdf
|
|
|
|
%files -n texlive-randomwalk
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/randomwalk/randomwalk.sty
|
|
/var/adm/update-scripts/texlive-randomwalk-%{texlive_version}.%{texlive_noarch}.0.0.2csvn28769-%{release}-zypper
|
|
|
|
%package -n texlive-randtext
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Randomise the order of characters in strings
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-randtext-doc >= %{texlive_version}
|
|
Provides: tex(randtext.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source78: randtext.tar.xz
|
|
Source79: randtext.doc.tar.xz
|
|
|
|
%description -n texlive-randtext
|
|
The package provides a single macro \randomize{TEXT} that
|
|
typesets the characters of TEXT in random order, such that the
|
|
resulting output appears correct, but most automated attempts
|
|
to read the file will misunderstand it. This function allows
|
|
one to include an email address in a TeX document and publish
|
|
it online without fear of email address harvesters or spammers
|
|
easily picking up the address.
|
|
|
|
date: 2007-02-25 23:17:56 +0000
|
|
|
|
|
|
%package -n texlive-randtext-doc
|
|
Summary: Documentation for texlive-randtext
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-randtext-doc
|
|
This package includes the documentation for texlive-randtext
|
|
|
|
%post -n texlive-randtext
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-randtext
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-randtext
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-randtext-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/randtext/README
|
|
|
|
%files -n texlive-randtext
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/randtext/randtext.sty
|
|
/var/adm/update-scripts/texlive-randtext-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-rccol
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2csvn15878
|
|
Release: 0
|
|
Summary: Decimal-centered optionally rounded numbers in tabular
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-rccol-doc >= %{texlive_version}
|
|
Provides: tex(rccol.sty)
|
|
Requires: tex(array.sty)
|
|
Requires: tex(fltpoint.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source80: rccol.tar.xz
|
|
Source81: rccol.doc.tar.xz
|
|
|
|
%description -n texlive-rccol
|
|
The rccol package provides decimal-centered numbers:
|
|
corresponding digits and decimal separators aligned.
|
|
Furthermore, rounding to the desired precision is possible. The
|
|
package makes use of the fltpoint package (as well as the LaTeX
|
|
required array package).
|
|
|
|
date: 2008-04-20 17:53:04 +0000
|
|
|
|
|
|
%package -n texlive-rccol-doc
|
|
Summary: Documentation for texlive-rccol
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2csvn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-rccol-doc
|
|
This package includes the documentation for texlive-rccol
|
|
|
|
%post -n texlive-rccol
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-rccol
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-rccol
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-rccol-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/rccol/README
|
|
%{_texmfdistdir}/doc/latex/rccol/rccol.pdf
|
|
|
|
%files -n texlive-rccol
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/rccol/rccol.sty
|
|
/var/adm/update-scripts/texlive-rccol-%{texlive_version}.%{texlive_noarch}.1.2csvn15878-%{release}-zypper
|
|
|
|
%package -n texlive-rcs
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Use RCS (revision control system) tags in LaTeX documents
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-rcs-doc >= %{texlive_version}
|
|
Provides: tex(rcs.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source82: rcs.tar.xz
|
|
Source83: rcs.doc.tar.xz
|
|
|
|
%description -n texlive-rcs
|
|
The rcs package utilizes the inclusion of RCS supplied data in
|
|
LaTeX documents. It's upward compatible to *all* rcs styles I
|
|
know of. In particular, you can easily - access values of every
|
|
RCS field in your document - put the checkin date on the
|
|
titlepage - put RCS fields in a footline You can typeset
|
|
revision logs. Not in verbatim -- real LaTeX text! But you need
|
|
a configurable RCS for that. Refer to the user manual for more
|
|
detailed information. You can also configure the rcs package
|
|
easily to do special things for any keyword. This bundle comes
|
|
with a user manual, an internal interface description, full
|
|
documentation of the implementation, style information for AUC-
|
|
TeX, and test cases.
|
|
|
|
date: 2007-06-06 15:06:28 +0000
|
|
|
|
|
|
%package -n texlive-rcs-doc
|
|
Summary: Documentation for texlive-rcs
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-rcs-doc
|
|
This package includes the documentation for texlive-rcs
|
|
|
|
%post -n texlive-rcs
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-rcs
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-rcs
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-rcs-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/rcs/CATALOG
|
|
%{_texmfdistdir}/doc/latex/rcs/History
|
|
%{_texmfdistdir}/doc/latex/rcs/INSTALL
|
|
%{_texmfdistdir}/doc/latex/rcs/License
|
|
%{_texmfdistdir}/doc/latex/rcs/MANIFEST
|
|
%{_texmfdistdir}/doc/latex/rcs/README
|
|
%{_texmfdistdir}/doc/latex/rcs/rcs-conf.pdf
|
|
%{_texmfdistdir}/doc/latex/rcs/rcs-user.pdf
|
|
|
|
%files -n texlive-rcs
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/rcs/rcs.sty
|
|
/var/adm/update-scripts/texlive-rcs-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-rcs-multi
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1asvn21939
|
|
Release: 0
|
|
Summary: Typeset RCS version control in multiple-file 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): texlive >= %{texlive_version}
|
|
Recommends: texlive-rcs-multi-doc >= %{texlive_version}
|
|
Provides: tex(rcs-multi.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source84: rcs-multi.tar.xz
|
|
Source85: rcs-multi.doc.tar.xz
|
|
|
|
%description -n texlive-rcs-multi
|
|
The package enables the user to typeset version control
|
|
information provided by RCS keywords (e.g., $ID: ... $) in
|
|
LaTeX documents that contain multiple TeX files. The package is
|
|
based on the author's svn-multi package.
|
|
|
|
date: 2011-04-03 14:27:03 +0000
|
|
|
|
|
|
%package -n texlive-rcs-multi-doc
|
|
Summary: Documentation for texlive-rcs-multi
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1asvn21939
|
|
Release: 0
|
|
|
|
%description -n texlive-rcs-multi-doc
|
|
This package includes the documentation for texlive-rcs-multi
|
|
|
|
%post -n texlive-rcs-multi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-rcs-multi
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-rcs-multi
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-rcs-multi-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/rcs-multi/example.pdf
|
|
%{_texmfdistdir}/doc/latex/rcs-multi/rcs-multi.pdf
|
|
|
|
%files -n texlive-rcs-multi
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/rcs-multi/rcs-multi.sty
|
|
/var/adm/update-scripts/texlive-rcs-multi-%{texlive_version}.%{texlive_noarch}.0.0.1asvn21939-%{release}-zypper
|
|
|
|
%package -n texlive-rcsinfo
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.11svn15878
|
|
Release: 0
|
|
Summary: Support for the revision control system
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-rcsinfo-doc >= %{texlive_version}
|
|
Provides: tex(rcsinfo.cfg)
|
|
Provides: tex(rcsinfo.sty)
|
|
Requires: tex(fancyhdr.sty)
|
|
Requires: tex(fancyheadings.sty)
|
|
Requires: tex(scrpage2.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source86: rcsinfo.tar.xz
|
|
Source87: rcsinfo.doc.tar.xz
|
|
|
|
%description -n texlive-rcsinfo
|
|
A package to extract RCS (Revision Control System) information
|
|
and use it in a LaTeX document. For users of LaTeX2HTML
|
|
rcsinfo.perl is included.
|
|
|
|
date: 2007-01-06 09:07:33 +0000
|
|
|
|
|
|
%package -n texlive-rcsinfo-doc
|
|
Summary: Documentation for texlive-rcsinfo
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.11svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-rcsinfo-doc
|
|
This package includes the documentation for texlive-rcsinfo
|
|
|
|
%post -n texlive-rcsinfo
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-rcsinfo
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-rcsinfo
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-rcsinfo-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/rcsinfo/README
|
|
%{_texmfdistdir}/doc/latex/rcsinfo/README-1.9
|
|
%{_texmfdistdir}/doc/latex/rcsinfo/rcsinfo.init
|
|
%{_texmfdistdir}/doc/latex/rcsinfo/rcsinfo.pdf
|
|
%{_texmfdistdir}/doc/latex/rcsinfo/rcsinfo.perl
|
|
%{_texmfdistdir}/doc/latex/rcsinfo/rcsinfo2html.tex
|
|
|
|
%files -n texlive-rcsinfo
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/rcsinfo/rcsinfo.cfg
|
|
%{_texmfdistdir}/tex/latex/rcsinfo/rcsinfo.sty
|
|
/var/adm/update-scripts/texlive-rcsinfo-%{texlive_version}.%{texlive_noarch}.1.11svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-readarray
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2svn30489
|
|
Release: 0
|
|
Summary: Read, store and recall array-formatted data
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-readarray-doc >= %{texlive_version}
|
|
Provides: tex(readarray.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source88: readarray.tar.xz
|
|
Source89: readarray.doc.tar.xz
|
|
|
|
%description -n texlive-readarray
|
|
The package allows the user to input formatted data into
|
|
elements of a 2-D or 3-D array and to recall that data at will
|
|
by individual cell number. The data can be but need not be
|
|
numerical in nature. It can be, for example, formatted text.
|
|
While the package can be used for any application where indexed
|
|
data is called for, the package proves particularly useful when
|
|
elements of multiple arrays must be recallable and dynamically
|
|
combined at time of compilation, rather than in advance.
|
|
|
|
date: 2013-05-14 22:25:13 +0000
|
|
|
|
|
|
%package -n texlive-readarray-doc
|
|
Summary: Documentation for texlive-readarray
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2svn30489
|
|
Release: 0
|
|
|
|
%description -n texlive-readarray-doc
|
|
This package includes the documentation for texlive-readarray
|
|
|
|
%post -n texlive-readarray
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-readarray
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-readarray
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-readarray-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/readarray/README
|
|
%{_texmfdistdir}/doc/latex/readarray/readarray.pdf
|
|
%{_texmfdistdir}/doc/latex/readarray/readarray.tex
|
|
|
|
%files -n texlive-readarray
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/readarray/readarray.sty
|
|
/var/adm/update-scripts/texlive-readarray-%{texlive_version}.%{texlive_noarch}.1.2svn30489-%{release}-zypper
|
|
|
|
%package -n texlive-realboxes
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn23581
|
|
Release: 0
|
|
Summary: Variants of common box-commands that read their content as real box and not as macro argument
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-realboxes-doc >= %{texlive_version}
|
|
Provides: tex(realboxes.sty)
|
|
Requires: tex(adjcalc.sty)
|
|
Requires: tex(calc.sty)
|
|
Requires: tex(collectbox.sty)
|
|
Requires: tex(color.sty)
|
|
Requires: tex(dashbox.sty)
|
|
Requires: tex(fancybox.sty)
|
|
Requires: tex(graphics.sty)
|
|
Requires: tex(graphicx.sty)
|
|
Requires: tex(xcolor.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source90: realboxes.tar.xz
|
|
Source91: realboxes.doc.tar.xz
|
|
|
|
%description -n texlive-realboxes
|
|
The package uses the author's package collectbox to define
|
|
variants of common box related macros which read the content as
|
|
real box and not as macro argument. This enables the use of
|
|
verbatim or other special material as part of this content. The
|
|
provided macros have the same names as the original versions
|
|
but start with an upper-case letter instead. The "long-form"
|
|
macros, like \Makebox, can also be used as environments, but
|
|
not the "short-form" macros, like \Mbox. However, normally the
|
|
long form uses the short form anyway when no optional arguments
|
|
are used.
|
|
|
|
date: 2011-08-16 08:35:18 +0000
|
|
|
|
|
|
%package -n texlive-realboxes-doc
|
|
Summary: Documentation for texlive-realboxes
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn23581
|
|
Release: 0
|
|
|
|
%description -n texlive-realboxes-doc
|
|
This package includes the documentation for texlive-realboxes
|
|
|
|
%post -n texlive-realboxes
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-realboxes
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-realboxes
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-realboxes-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/realboxes/README
|
|
%{_texmfdistdir}/doc/latex/realboxes/realboxes.pdf
|
|
|
|
%files -n texlive-realboxes
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/realboxes/realboxes.sty
|
|
/var/adm/update-scripts/texlive-realboxes-%{texlive_version}.%{texlive_noarch}.0.0.2svn23581-%{release}-zypper
|
|
|
|
%package -n texlive-realscripts
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.3bsvn29423
|
|
Release: 0
|
|
Summary: Access OpenType subscript and superscript glyphs
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-realscripts-doc >= %{texlive_version}
|
|
Provides: tex(realscripts.sty)
|
|
Requires: tex(fontspec.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source92: realscripts.tar.xz
|
|
Source93: realscripts.doc.tar.xz
|
|
|
|
%description -n texlive-realscripts
|
|
This small package replaces \textsuperscript and \textsubscript
|
|
commands by equivalent commands that use OpenType font features
|
|
to access appropriate glyphs if possible. The package also
|
|
patches LaTeX's default footnote command to use this new
|
|
\textsuperscript for footnote symbols. The package requires
|
|
fontspec running on either XeLaTeX or LuaLaTeX. The package
|
|
holds functions that were once parts of the xltxtra package,
|
|
which now loads realscripts by default.
|
|
|
|
date: 2013-02-27 16:45:34 +0000
|
|
|
|
|
|
%package -n texlive-realscripts-doc
|
|
Summary: Documentation for texlive-realscripts
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.3bsvn29423
|
|
Release: 0
|
|
|
|
%description -n texlive-realscripts-doc
|
|
This package includes the documentation for texlive-realscripts
|
|
|
|
%post -n texlive-realscripts
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-realscripts
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-realscripts
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-realscripts-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/realscripts/README
|
|
%{_texmfdistdir}/doc/latex/realscripts/realscripts.pdf
|
|
|
|
%files -n texlive-realscripts
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/realscripts/realscripts.sty
|
|
/var/adm/update-scripts/texlive-realscripts-%{texlive_version}.%{texlive_noarch}.0.0.3bsvn29423-%{release}-zypper
|
|
|
|
%package -n texlive-rec-thy
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3svn27225
|
|
Release: 0
|
|
Summary: Commands to typeset recursion theory papers
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-rec-thy-doc >= %{texlive_version}
|
|
Provides: tex(rec-thy.sty)
|
|
Requires: tex(amsmath.sty)
|
|
Requires: tex(amssymb.sty)
|
|
Requires: tex(hyperref.sty)
|
|
Requires: tex(ifmtarg.sty)
|
|
Requires: tex(marvosym.sty)
|
|
Requires: tex(stmaryrd.sty)
|
|
Requires: tex(suffix.sty)
|
|
Requires: tex(xifthen.sty)
|
|
Requires: tex(xkeyval.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source94: rec-thy.tar.xz
|
|
Source95: rec-thy.doc.tar.xz
|
|
|
|
%description -n texlive-rec-thy
|
|
The package provides many macros to express standard notation
|
|
in recursion theory (otherwise known as computability theory).
|
|
|
|
date: 2012-06-21 08:44:34 +0000
|
|
|
|
|
|
%package -n texlive-rec-thy-doc
|
|
Summary: Documentation for texlive-rec-thy
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3svn27225
|
|
Release: 0
|
|
|
|
%description -n texlive-rec-thy-doc
|
|
This package includes the documentation for texlive-rec-thy
|
|
|
|
%post -n texlive-rec-thy
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-rec-thy
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-rec-thy
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-rec-thy-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/rec-thy/README
|
|
%{_texmfdistdir}/doc/latex/rec-thy/rec-thy.pdf
|
|
%{_texmfdistdir}/doc/latex/rec-thy/rec-thy.tex
|
|
|
|
%files -n texlive-rec-thy
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/rec-thy/rec-thy.sty
|
|
/var/adm/update-scripts/texlive-rec-thy-%{texlive_version}.%{texlive_noarch}.1.3svn27225-%{release}-zypper
|
|
|
|
%package -n texlive-recipe
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.9svn15878
|
|
Release: 0
|
|
Summary: A LaTeX class to typeset recipes
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-recipe-doc >= %{texlive_version}
|
|
Provides: tex(recipe.cls)
|
|
Requires: tex(book.cls)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source96: recipe.tar.xz
|
|
Source97: recipe.doc.tar.xz
|
|
|
|
%description -n texlive-recipe
|
|
The layout design is relative straightforward (and traditional:
|
|
see 'sample output' under 'documentation'); the class needs
|
|
access to Bookman, and to BrushScript-Italic fonts.
|
|
|
|
date: 2008-09-11 13:08:12 +0000
|
|
|
|
|
|
%package -n texlive-recipe-doc
|
|
Summary: Documentation for texlive-recipe
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.9svn15878
|
|
Release: 0
|
|
Provides: locale(texlive-recipe-doc:it)
|
|
|
|
%description -n texlive-recipe-doc
|
|
This package includes the documentation for texlive-recipe
|
|
|
|
%post -n texlive-recipe
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-recipe
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-recipe
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-recipe-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/recipe/README
|
|
%{_texmfdistdir}/doc/latex/recipe/sample.pdf
|
|
%{_texmfdistdir}/doc/latex/recipe/sample.tex
|
|
|
|
%files -n texlive-recipe
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/recipe/recipe.cls
|
|
/var/adm/update-scripts/texlive-recipe-%{texlive_version}.%{texlive_noarch}.0.0.9svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-recipecard
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.0svn15878
|
|
Release: 0
|
|
Summary: Typeset recipes in note-card-sized boxes
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-recipecard-doc >= %{texlive_version}
|
|
Provides: tex(recipecard.cls)
|
|
Requires: tex(boxedminipage.sty)
|
|
Requires: tex(calc.sty)
|
|
Requires: tex(geometry.sty)
|
|
Requires: tex(ifthen.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source98: recipecard.tar.xz
|
|
Source99: recipecard.doc.tar.xz
|
|
|
|
%description -n texlive-recipecard
|
|
The recipecard class typesets recipes into note card sized
|
|
boxes that can then be cut out and pasted on to note cards. The
|
|
recipe then looks elegant and fits in the box of recipes.
|
|
|
|
date: 2008-08-24 08:50:19 +0000
|
|
|
|
|
|
%package -n texlive-recipecard-doc
|
|
Summary: Documentation for texlive-recipecard
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.0svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-recipecard-doc
|
|
This package includes the documentation for texlive-recipecard
|
|
|
|
%post -n texlive-recipecard
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-recipecard
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-recipecard
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-recipecard-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/recipecard/README
|
|
%{_texmfdistdir}/doc/latex/recipecard/recipecard.pdf
|
|
%{_texmfdistdir}/doc/latex/recipecard/test2.pdf
|
|
%{_texmfdistdir}/doc/latex/recipecard/test2.tex
|
|
|
|
%files -n texlive-recipecard
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/recipecard/recipecard.cls
|
|
/var/adm/update-scripts/texlive-recipecard-%{texlive_version}.%{texlive_noarch}.2.0svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-rectopma
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn19980
|
|
Release: 0
|
|
Summary: Recycle top matter
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-rectopma-doc >= %{texlive_version}
|
|
Provides: tex(rectopma.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source100: rectopma.tar.xz
|
|
Source101: rectopma.doc.tar.xz
|
|
|
|
%description -n texlive-rectopma
|
|
Saves the arguments of \author and \title for reference (after
|
|
\maketitle) in a document. (\maketitle simply disposes of the
|
|
information, in the standard classes and some others.)
|
|
|
|
date: 2010-10-02 15:24:09 +0000
|
|
|
|
|
|
%package -n texlive-rectopma-doc
|
|
Summary: Documentation for texlive-rectopma
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn19980
|
|
Release: 0
|
|
|
|
%description -n texlive-rectopma-doc
|
|
This package includes the documentation for texlive-rectopma
|
|
|
|
%post -n texlive-rectopma
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-rectopma
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-rectopma
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-rectopma-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/rectopma/TestTitle.pdf
|
|
%{_texmfdistdir}/doc/latex/rectopma/TestTitle.tex
|
|
|
|
%files -n texlive-rectopma
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/rectopma/rectopma.sty
|
|
/var/adm/update-scripts/texlive-rectopma-%{texlive_version}.%{texlive_noarch}.svn19980-%{release}-zypper
|
|
|
|
%package -n texlive-recycle
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: A font providing the "recyclable" logo
|
|
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(post): grep
|
|
Requires(post): sed
|
|
Requires(postun): sed
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Requires: texlive-recycle-fonts >= %{texlive_version}
|
|
Recommends: texlive-recycle-doc >= %{texlive_version}
|
|
Provides: tex(recycle.map)
|
|
Provides: tex(recycle.sty)
|
|
Provides: tex(recycle.tfm)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source102: recycle.tar.xz
|
|
Source103: recycle.doc.tar.xz
|
|
|
|
%description -n texlive-recycle
|
|
This single-character font is provided as MetaFont source, and
|
|
in Adobe Type 1 format. It is accompanied by a trivial LaTeX
|
|
package to use the logo at various sizes.
|
|
|
|
date: 2009-11-09 23:30:52 +0000
|
|
|
|
|
|
%package -n texlive-recycle-doc
|
|
Summary: Documentation for texlive-recycle
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-recycle-doc
|
|
This package includes the documentation for texlive-recycle
|
|
|
|
|
|
%package -n texlive-recycle-fonts
|
|
Summary: Severed fonts for texlive-recycle
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
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-recycle-fonts
|
|
The separated fonts package for texlive-recycle
|
|
%post -n texlive-recycle
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if grep -qsE 'Map[[:blank:]]+recycle.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+recycle.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map recycle.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%postun -n texlive-recycle
|
|
if test $1 = 0; then
|
|
sed -ri 's/^(Map[[:blank:]]+recycle.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
%{_bindir}/updmap-sys --nohash --quiet > /dev/null 2>&1 || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%posttrans -n texlive-recycle
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-recycle-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/fonts/recycle/README
|
|
|
|
%files -n texlive-recycle
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/map/dvips/recycle/recycle.map
|
|
%{_texmfdistdir}/fonts/source/public/recycle/recycle.mf
|
|
%{_texmfdistdir}/fonts/tfm/public/recycle/recycle.tfm
|
|
%{_texmfdistdir}/fonts/type1/public/recycle/recycle.pfb
|
|
%{_texmfdistdir}/tex/latex/recycle/recycle.sty
|
|
/var/adm/update-scripts/texlive-recycle-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-refcheck
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.7svn29128
|
|
Release: 0
|
|
Summary: Check references (in figures, table, equations, etc)
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-refcheck-doc >= %{texlive_version}
|
|
Provides: tex(refcheck.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source104: refcheck.tar.xz
|
|
Source105: refcheck.doc.tar.xz
|
|
|
|
%description -n texlive-refcheck
|
|
The package checks references in a document, looking for
|
|
numbered but unlabelled equations, for labels which are not
|
|
used in the text, for unused bibliography references. It can
|
|
also display label names in text near corresponding numbers of
|
|
equations and/or bibliography references.
|
|
|
|
date: 2012-06-26 11:14:08 +0000
|
|
|
|
|
|
%package -n texlive-refcheck-doc
|
|
Summary: Documentation for texlive-refcheck
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.7svn29128
|
|
Release: 0
|
|
|
|
%description -n texlive-refcheck-doc
|
|
This package includes the documentation for texlive-refcheck
|
|
|
|
%post -n texlive-refcheck
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-refcheck
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-refcheck
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-refcheck-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/refcheck/README
|
|
%{_texmfdistdir}/doc/latex/refcheck/refdemo.pdf
|
|
%{_texmfdistdir}/doc/latex/refcheck/refdemo.tex
|
|
|
|
%files -n texlive-refcheck
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/refcheck/refcheck.sty
|
|
/var/adm/update-scripts/texlive-refcheck-%{texlive_version}.%{texlive_noarch}.1.7svn29128-%{release}-zypper
|
|
|
|
%package -n texlive-refman
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.0esvn15878
|
|
Release: 0
|
|
Summary: Format technical reference manuals
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-refman-doc >= %{texlive_version}
|
|
Provides: tex(pagepc.sty)
|
|
Provides: tex(refart.cls)
|
|
Provides: tex(refrep.cls)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source106: refman.tar.xz
|
|
Source107: refman.doc.tar.xz
|
|
|
|
%description -n texlive-refman
|
|
Document classes (report- and article-style) for writing
|
|
technical reference manuals. It offers a wide left margin for
|
|
notes to the reader, like some of the manuals distributed by
|
|
Adobe.
|
|
|
|
date: 2006-11-19 20:19:11 +0000
|
|
|
|
|
|
%package -n texlive-refman-doc
|
|
Summary: Documentation for texlive-refman
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.0esvn15878
|
|
Release: 0
|
|
Provides: locale(texlive-refman-doc:de;en)
|
|
|
|
%description -n texlive-refman-doc
|
|
This package includes the documentation for texlive-refman
|
|
|
|
%post -n texlive-refman
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-refman
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-refman
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-refman-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/refman/00Contents
|
|
%{_texmfdistdir}/doc/latex/refman/lay_d2.tex
|
|
%{_texmfdistdir}/doc/latex/refman/lay_e2.tex
|
|
%{_texmfdistdir}/doc/latex/refman/layout_d.pdf
|
|
%{_texmfdistdir}/doc/latex/refman/layout_d.tex
|
|
%{_texmfdistdir}/doc/latex/refman/layout_e.pdf
|
|
%{_texmfdistdir}/doc/latex/refman/layout_e.tex
|
|
%{_texmfdistdir}/doc/latex/refman/refman.pdf
|
|
%{_texmfdistdir}/doc/latex/refman/refman.upl
|
|
|
|
%files -n texlive-refman
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/refman/pagepc.sty
|
|
%{_texmfdistdir}/tex/latex/refman/refart.cls
|
|
%{_texmfdistdir}/tex/latex/refman/refrep.cls
|
|
/var/adm/update-scripts/texlive-refman-%{texlive_version}.%{texlive_noarch}.2.0esvn15878-%{release}-zypper
|
|
|
|
%package -n texlive-refstyle
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.5svn20318
|
|
Release: 0
|
|
Summary: Advanced formatting of cross references
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-refstyle-doc >= %{texlive_version}
|
|
Provides: tex(refstyle.cfg)
|
|
Provides: tex(refstyle.sty)
|
|
Requires: tex(keyval.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source108: refstyle.tar.xz
|
|
Source109: refstyle.doc.tar.xz
|
|
|
|
%description -n texlive-refstyle
|
|
The refstyle provides a consistent way of producing references
|
|
throughout a project. Enough flexibility is provided to make
|
|
local changes to a single reference. The user can configure
|
|
their own setup. refstyle has a direct interface to varioref,
|
|
and namerefs from the nameref package can easily be
|
|
incorporated (if needed). For large projects such as a series
|
|
of books or a multi volume thesis, written as freestanding
|
|
documents, a facility is provided to interface to the xr
|
|
package for external document references.
|
|
|
|
date: 2010-11-03 14:55:25 +0000
|
|
|
|
|
|
%package -n texlive-refstyle-doc
|
|
Summary: Documentation for texlive-refstyle
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.5svn20318
|
|
Release: 0
|
|
|
|
%description -n texlive-refstyle-doc
|
|
This package includes the documentation for texlive-refstyle
|
|
|
|
%post -n texlive-refstyle
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-refstyle
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-refstyle
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-refstyle-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/refstyle/README
|
|
%{_texmfdistdir}/doc/latex/refstyle/refconfig.pdf
|
|
%{_texmfdistdir}/doc/latex/refstyle/refstyle.pdf
|
|
|
|
%files -n texlive-refstyle
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/refstyle/refstyle.cfg
|
|
%{_texmfdistdir}/tex/latex/refstyle/refstyle.sty
|
|
/var/adm/update-scripts/texlive-refstyle-%{texlive_version}.%{texlive_noarch}.0.0.5svn20318-%{release}-zypper
|
|
|
|
%package -n texlive-regcount
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn19979
|
|
Release: 0
|
|
Summary: Display the allocation status of the TeX registers
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-regcount-doc >= %{texlive_version}
|
|
Provides: tex(regcount.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source110: regcount.tar.xz
|
|
Source111: regcount.doc.tar.xz
|
|
|
|
%description -n texlive-regcount
|
|
Adds a macro \rgcount which displays the allocation status of
|
|
the TeX registers. The display is written into the .log file as
|
|
it is a bit verbose. An automatic call to \rgcount is done at
|
|
\begin{document} and \end{document}.
|
|
|
|
date: 2010-10-02 15:24:09 +0000
|
|
|
|
|
|
%package -n texlive-regcount-doc
|
|
Summary: Documentation for texlive-regcount
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn19979
|
|
Release: 0
|
|
|
|
%description -n texlive-regcount-doc
|
|
This package includes the documentation for texlive-regcount
|
|
|
|
%post -n texlive-regcount
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-regcount
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-regcount
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-regcount-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/regcount/readme
|
|
%{_texmfdistdir}/doc/latex/regcount/regcount.pdf
|
|
|
|
%files -n texlive-regcount
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/regcount/regcount.sty
|
|
/var/adm/update-scripts/texlive-regcount-%{texlive_version}.%{texlive_noarch}.1.0svn19979-%{release}-zypper
|
|
|
|
%package -n texlive-regexpatch
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn29543
|
|
Release: 0
|
|
Summary: High level patching of commands
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-regexpatch-doc >= %{texlive_version}
|
|
Provides: tex(regexpatch.sty)
|
|
Requires: tex(expl3.sty)
|
|
Requires: tex(l3regex.sty)
|
|
Requires: tex(xparse.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source112: regexpatch.tar.xz
|
|
Source113: regexpatch.doc.tar.xz
|
|
|
|
%description -n texlive-regexpatch
|
|
The package generalises the macro patching commands provided by
|
|
P. Lehmann's etoolbox. The difference between this package and
|
|
its sibling xpatch is that this package sports a very powerful
|
|
\regexpatchcmd based on the l3regex module of the LaTeX3
|
|
experimental packages.
|
|
|
|
date: 2013-03-28 16:44:41 +0000
|
|
|
|
|
|
%package -n texlive-regexpatch-doc
|
|
Summary: Documentation for texlive-regexpatch
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn29543
|
|
Release: 0
|
|
|
|
%description -n texlive-regexpatch-doc
|
|
This package includes the documentation for texlive-regexpatch
|
|
|
|
%post -n texlive-regexpatch
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-regexpatch
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-regexpatch
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-regexpatch-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/regexpatch/README
|
|
%{_texmfdistdir}/doc/latex/regexpatch/regexpatch.pdf
|
|
|
|
%files -n texlive-regexpatch
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/regexpatch/regexpatch.sty
|
|
/var/adm/update-scripts/texlive-regexpatch-%{texlive_version}.%{texlive_noarch}.0.0.2svn29543-%{release}-zypper
|
|
|
|
%package -n texlive-register
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.6svn21127
|
|
Release: 0
|
|
Summary: Typeset programmable elements in digital hardware (registers)
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-register-doc >= %{texlive_version}
|
|
Provides: tex(register.sty)
|
|
Requires: tex(calc.sty)
|
|
Requires: tex(float.sty)
|
|
Requires: tex(graphicx.sty)
|
|
Requires: tex(ifthen.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source114: register.tar.xz
|
|
Source115: register.doc.tar.xz
|
|
|
|
%description -n texlive-register
|
|
This package is designed for typesetting the programmable
|
|
elements in digital hardware, i.e., registers. Such registers
|
|
typically have many fields and can be quite wide; they are thus
|
|
a challenge to typeset in a consistent manner. Register is
|
|
similar in some aspects to the bytefield package. Anyone doing
|
|
hardware documentation using LaTeX should examine both
|
|
packages. Register requires a fairly recent version of the
|
|
float package. A Perl module and a Perl script are provided, to
|
|
translate the register specifications into programmable data
|
|
structures.
|
|
|
|
date: 2011-01-19 21:37:08 +0000
|
|
|
|
|
|
%package -n texlive-register-doc
|
|
Summary: Documentation for texlive-register
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.6svn21127
|
|
Release: 0
|
|
|
|
%description -n texlive-register-doc
|
|
This package includes the documentation for texlive-register
|
|
|
|
%post -n texlive-register
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-register
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-register
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-register-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/register/Reg_macro.pm
|
|
%{_texmfdistdir}/doc/latex/register/reg_list.pl
|
|
%{_texmfdistdir}/doc/latex/register/register.pdf
|
|
|
|
%files -n texlive-register
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/register/register.sty
|
|
/var/adm/update-scripts/texlive-register-%{texlive_version}.%{texlive_noarch}.1.6svn21127-%{release}-zypper
|
|
|
|
%package -n texlive-regstats
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0gsvn25050
|
|
Release: 0
|
|
Summary: Information about register use
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-regstats-doc >= %{texlive_version}
|
|
Provides: tex(regstats.sty)
|
|
Requires: tex(atveryend.sty)
|
|
Requires: tex(ifluatex.sty)
|
|
Requires: tex(ifpdf.sty)
|
|
Requires: tex(intcalc.sty)
|
|
Requires: tex(kvoptions.sty)
|
|
Requires: tex(ltxcmds.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source116: regstats.tar.xz
|
|
Source117: regstats.doc.tar.xz
|
|
|
|
%description -n texlive-regstats
|
|
The package will report number of used registers (counter,
|
|
dimen, skip, muskip, box, token, input, output, math families,
|
|
languages, insertions), and will compare the number to the
|
|
maximum available number of such registers.
|
|
|
|
date: 2012-01-02 13:24:13 +0000
|
|
|
|
|
|
%package -n texlive-regstats-doc
|
|
Summary: Documentation for texlive-regstats
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0gsvn25050
|
|
Release: 0
|
|
|
|
%description -n texlive-regstats-doc
|
|
This package includes the documentation for texlive-regstats
|
|
|
|
%post -n texlive-regstats
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-regstats
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-regstats
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-regstats-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/regstats/README
|
|
%{_texmfdistdir}/doc/latex/regstats/regstats-example.log
|
|
%{_texmfdistdir}/doc/latex/regstats/regstats-example.pdf
|
|
%{_texmfdistdir}/doc/latex/regstats/regstats-example.tex
|
|
%{_texmfdistdir}/doc/latex/regstats/regstats.pdf
|
|
|
|
%files -n texlive-regstats
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/regstats/regstats.sty
|
|
/var/adm/update-scripts/texlive-regstats-%{texlive_version}.%{texlive_noarch}.1.0gsvn25050-%{release}-zypper
|
|
|
|
%package -n texlive-relenc
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn22050
|
|
Release: 0
|
|
Summary: A "relaxed" font encoding
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-relenc-doc >= %{texlive_version}
|
|
Provides: tex(2sidedoc.sty)
|
|
Provides: tex(ecsubzcm.sty)
|
|
Provides: tex(relenc.sty)
|
|
Provides: tex(t1renc.def)
|
|
Provides: tex(t1rzcm.fd)
|
|
Provides: tex(zcmr8d.tfm)
|
|
Provides: tex(zcmr8d.vf)
|
|
Provides: tex(zcmra.tfm)
|
|
Provides: tex(zcmra.vf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source118: relenc.tar.xz
|
|
Source119: relenc.doc.tar.xz
|
|
|
|
%description -n texlive-relenc
|
|
LaTeX package providing a relaxed font encoding to make
|
|
available to a font designer more slots for insertion of
|
|
ligatures and accented characters.
|
|
|
|
date: 2011-04-06 06:31:30 +0000
|
|
|
|
|
|
%package -n texlive-relenc-doc
|
|
Summary: Documentation for texlive-relenc
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn22050
|
|
Release: 0
|
|
|
|
%description -n texlive-relenc-doc
|
|
This package includes the documentation for texlive-relenc
|
|
|
|
%post -n texlive-relenc
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-relenc
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-relenc
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-relenc-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/relenc/README
|
|
%{_texmfdistdir}/doc/latex/relenc/reldemo.tex
|
|
%{_texmfdistdir}/doc/latex/relenc/relenc.tex
|
|
%{_texmfdistdir}/doc/latex/relenc/zcmr8d.vf2
|
|
%{_texmfdistdir}/doc/latex/relenc/zcmr8d.vf3
|
|
%{_texmfdistdir}/doc/latex/relenc/zcmra.vf2
|
|
%{_texmfdistdir}/doc/latex/relenc/zcmra.vf3
|
|
|
|
%files -n texlive-relenc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/tfm/public/relenc/zcmr8d.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/relenc/zcmra.tfm
|
|
%{_texmfdistdir}/fonts/vf/public/relenc/zcmr8d.vf
|
|
%{_texmfdistdir}/fonts/vf/public/relenc/zcmra.vf
|
|
%{_texmfdistdir}/tex/latex/relenc/2sidedoc.sty
|
|
%{_texmfdistdir}/tex/latex/relenc/ecsubzcm.sty
|
|
%{_texmfdistdir}/tex/latex/relenc/relenc.sty
|
|
%{_texmfdistdir}/tex/latex/relenc/t1renc.def
|
|
%{_texmfdistdir}/tex/latex/relenc/t1rzcm.fd
|
|
/var/adm/update-scripts/texlive-relenc-%{texlive_version}.%{texlive_noarch}.svn22050-%{release}-zypper
|
|
|
|
%package -n texlive-relsize
|
|
Version: %{texlive_version}.%{texlive_noarch}.4.1svn30707
|
|
Release: 0
|
|
Summary: Set the font size relative to the current font size
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-relsize-doc >= %{texlive_version}
|
|
Provides: tex(relsize.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source120: relsize.tar.xz
|
|
Source121: relsize.doc.tar.xz
|
|
|
|
%description -n texlive-relsize
|
|
The basic command of the package is \relsize, whose argument is
|
|
a number of \magsteps to change size; from this are defined
|
|
commands \larger, \smaller, \textlarger, etc.
|
|
|
|
date: 2013-05-27 18:07:27 +0000
|
|
|
|
|
|
%package -n texlive-relsize-doc
|
|
Summary: Documentation for texlive-relsize
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.4.1svn30707
|
|
Release: 0
|
|
|
|
%description -n texlive-relsize-doc
|
|
This package includes the documentation for texlive-relsize
|
|
|
|
%post -n texlive-relsize
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-relsize
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-relsize
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-relsize-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/relsize/README
|
|
%{_texmfdistdir}/doc/latex/relsize/relsize-doc.pdf
|
|
%{_texmfdistdir}/doc/latex/relsize/relsize-doc.tex
|
|
|
|
%files -n texlive-relsize
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/relsize/relsize.sty
|
|
/var/adm/update-scripts/texlive-relsize-%{texlive_version}.%{texlive_noarch}.4.1svn30707-%{release}-zypper
|
|
|
|
%package -n texlive-reotex
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn29803
|
|
Release: 0
|
|
Summary: Draw Reo Channels and 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): texlive >= %{texlive_version}
|
|
Recommends: texlive-reotex-doc >= %{texlive_version}
|
|
Provides: tex(reotex.sty)
|
|
Requires: tex(ifthen.sty)
|
|
Requires: tex(tikz.sty)
|
|
Requires: tex(verbatim.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source122: reotex.tar.xz
|
|
Source123: reotex.doc.tar.xz
|
|
|
|
%description -n texlive-reotex
|
|
The package defines macros and other utilities to design Reo
|
|
Circuits. The package require PGF/TikZ support.
|
|
|
|
date: 2012-01-11 07:56:14 +0000
|
|
|
|
|
|
%package -n texlive-reotex-doc
|
|
Summary: Documentation for texlive-reotex
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn29803
|
|
Release: 0
|
|
|
|
%description -n texlive-reotex-doc
|
|
This package includes the documentation for texlive-reotex
|
|
|
|
%post -n texlive-reotex
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-reotex
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-reotex
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-reotex-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/reotex/README
|
|
%{_texmfdistdir}/doc/latex/reotex/reotex.pdf
|
|
%{_texmfdistdir}/doc/latex/reotex/reotex.tex
|
|
|
|
%files -n texlive-reotex
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/reotex/reotex.sty
|
|
/var/adm/update-scripts/texlive-reotex-%{texlive_version}.%{texlive_noarch}.1.0svn29803-%{release}-zypper
|
|
|
|
%package -n texlive-repeatindex
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.01svn24305
|
|
Release: 0
|
|
Summary: Repeat items in an index after a page or column break
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-repeatindex-doc >= %{texlive_version}
|
|
Provides: tex(repeatindex.sty)
|
|
Requires: tex(afterpage.sty)
|
|
Requires: tex(makeidx.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source124: repeatindex.tar.xz
|
|
Source125: repeatindex.doc.tar.xz
|
|
|
|
%description -n texlive-repeatindex
|
|
This Package repeats item of an index if a page or column break
|
|
occurs within a list of subitems. This helps to find out to
|
|
which main item a subitem belongs.
|
|
|
|
date: 2011-06-16 19:20:53 +0000
|
|
|
|
|
|
%package -n texlive-repeatindex-doc
|
|
Summary: Documentation for texlive-repeatindex
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.01svn24305
|
|
Release: 0
|
|
|
|
%description -n texlive-repeatindex-doc
|
|
This package includes the documentation for texlive-repeatindex
|
|
|
|
%post -n texlive-repeatindex
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-repeatindex
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-repeatindex
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-repeatindex-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/repeatindex/README
|
|
%{_texmfdistdir}/doc/latex/repeatindex/testrepeatindex.tex
|
|
|
|
%files -n texlive-repeatindex
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/makeindex/repeatindex/repeatindex.ist
|
|
%{_texmfdistdir}/tex/latex/repeatindex/repeatindex.sty
|
|
/var/adm/update-scripts/texlive-repeatindex-%{texlive_version}.%{texlive_noarch}.0.0.01svn24305-%{release}-zypper
|
|
|
|
%package -n texlive-resphilosophica
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.11svn28799
|
|
Release: 0
|
|
Summary: Typeset articles for the journal Res Philosophica
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-resphilosophica-doc >= %{texlive_version}
|
|
Provides: tex(resphilosophica.cls)
|
|
Requires: tex(amsart.cls)
|
|
Requires: tex(fancyhdr.sty)
|
|
Requires: tex(footmisc.sty)
|
|
Requires: tex(hyperref.sty)
|
|
Requires: tex(lastpage.sty)
|
|
Requires: tex(mathdesign.sty)
|
|
Requires: tex(microtype.sty)
|
|
Requires: tex(natbib.sty)
|
|
Requires: tex(xcolor.sty)
|
|
Requires: tex(xkeyval.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source126: resphilosophica.tar.xz
|
|
Source127: resphilosophica.doc.tar.xz
|
|
|
|
%description -n texlive-resphilosophica
|
|
Th bundle provides a class for typesetting articles for the
|
|
journal Res Philosophica. Development was commissioned by Saint
|
|
Louis University.
|
|
|
|
date: 2013-01-10 18:11:35 +0000
|
|
|
|
|
|
%package -n texlive-resphilosophica-doc
|
|
Summary: Documentation for texlive-resphilosophica
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.11svn28799
|
|
Release: 0
|
|
|
|
%description -n texlive-resphilosophica-doc
|
|
This package includes the documentation for texlive-resphilosophica
|
|
|
|
%post -n texlive-resphilosophica
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-resphilosophica
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-resphilosophica
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-resphilosophica-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/resphilosophica/Makefile
|
|
%{_texmfdistdir}/doc/latex/resphilosophica/README
|
|
%{_texmfdistdir}/doc/latex/resphilosophica/resphilosophica.bib
|
|
%{_texmfdistdir}/doc/latex/resphilosophica/resphilosophica.pdf
|
|
%{_texmfdistdir}/doc/latex/resphilosophica/rpsample.bib
|
|
%{_texmfdistdir}/doc/latex/resphilosophica/rpsample.pdf
|
|
%{_texmfdistdir}/doc/latex/resphilosophica/rpsample.tex
|
|
|
|
%files -n texlive-resphilosophica
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/bibtex/bst/resphilosophica/resphilosophica.bst
|
|
%{_texmfdistdir}/tex/latex/resphilosophica/resphilosophica.cls
|
|
/var/adm/update-scripts/texlive-resphilosophica-%{texlive_version}.%{texlive_noarch}.1.11svn28799-%{release}-zypper
|
|
|
|
%package -n texlive-resumecls
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.2.1svn29417
|
|
Release: 0
|
|
Summary: Typeset a resumee in both Chinese and English
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-resumecls-doc >= %{texlive_version}
|
|
Provides: tex(resumecls.cls)
|
|
Requires: tex(article.cls)
|
|
Requires: tex(color.sty)
|
|
Requires: tex(ctex.sty)
|
|
Requires: tex(fancyhdr.sty)
|
|
Requires: tex(geometry.sty)
|
|
Requires: tex(hyperref.sty)
|
|
Requires: tex(natbib.sty)
|
|
Requires: tex(tabularx.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source128: resumecls.tar.xz
|
|
Source129: resumecls.doc.tar.xz
|
|
|
|
%description -n texlive-resumecls
|
|
The class provides a simple resumee structure that works,
|
|
natively, with both Chinese and English text.
|
|
|
|
date: 2013-03-17 09:58:10 +0000
|
|
|
|
|
|
%package -n texlive-resumecls-doc
|
|
Summary: Documentation for texlive-resumecls
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.2.1svn29417
|
|
Release: 0
|
|
|
|
%description -n texlive-resumecls-doc
|
|
This package includes the documentation for texlive-resumecls
|
|
|
|
%post -n texlive-resumecls
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-resumecls
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-resumecls
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-resumecls-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/xelatex/resumecls/Makefile
|
|
%{_texmfdistdir}/doc/xelatex/resumecls/README
|
|
%{_texmfdistdir}/doc/xelatex/resumecls/example/Makefile
|
|
%{_texmfdistdir}/doc/xelatex/resumecls/example/README.md
|
|
%{_texmfdistdir}/doc/xelatex/resumecls/example/config-sample.mk
|
|
%{_texmfdistdir}/doc/xelatex/resumecls/example/config.mk
|
|
%{_texmfdistdir}/doc/xelatex/resumecls/example/resume-en.pdf
|
|
%{_texmfdistdir}/doc/xelatex/resumecls/example/resume-en.tex
|
|
%{_texmfdistdir}/doc/xelatex/resumecls/example/resume-zh.pdf
|
|
%{_texmfdistdir}/doc/xelatex/resumecls/example/resume-zh.tex
|
|
%{_texmfdistdir}/doc/xelatex/resumecls/example/resume.bib
|
|
%{_texmfdistdir}/doc/xelatex/resumecls/resumecls.pdf
|
|
|
|
%files -n texlive-resumecls
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/xelatex/resumecls/resumecls.cls
|
|
/var/adm/update-scripts/texlive-resumecls-%{texlive_version}.%{texlive_noarch}.0.0.2.1svn29417-%{release}-zypper
|
|
|
|
%package -n texlive-resumemac
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Plain TeX macros for resumes
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-resumemac-doc >= %{texlive_version}
|
|
Provides: tex(resumemac.tex)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source130: resumemac.tar.xz
|
|
Source131: resumemac.doc.tar.xz
|
|
|
|
%description -n texlive-resumemac
|
|
A set of macros is provided, together with an file that offers
|
|
an example of use.
|
|
|
|
date: 2008-11-21 00:34:08 +0000
|
|
|
|
|
|
%package -n texlive-resumemac-doc
|
|
Summary: Documentation for texlive-resumemac
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-resumemac-doc
|
|
This package includes the documentation for texlive-resumemac
|
|
|
|
%post -n texlive-resumemac
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-resumemac
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-resumemac
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-resumemac-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/plain/resumemac/README
|
|
%{_texmfdistdir}/doc/plain/resumemac/sample_resume.tex
|
|
|
|
%files -n texlive-resumemac
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/plain/resumemac/resumemac.tex
|
|
/var/adm/update-scripts/texlive-resumemac-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-reverxii
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn24976
|
|
Release: 0
|
|
Summary: Playing Reversi in 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): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source132: reverxii.doc.tar.xz
|
|
|
|
%description -n texlive-reverxii
|
|
Following the lead of xii.tex, this little (938 characters)
|
|
program that plays Reversi. (The program incorporates some
|
|
primitive AI.)
|
|
|
|
date: 2011-12-29 23:42:15 +0000
|
|
|
|
%post -n texlive-reverxii
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-reverxii
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-reverxii
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-reverxii
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/plain/reverxii/README
|
|
%{_texmfdistdir}/doc/plain/reverxii/reverxii.pdf
|
|
%{_texmfdistdir}/doc/plain/reverxii/reverxii.tex
|
|
/var/adm/update-scripts/texlive-reverxii-%{texlive_version}.%{texlive_noarch}.svn24976-%{release}-zypper
|
|
|
|
%package -n texlive-revtex
|
|
Version: %{texlive_version}.%{texlive_noarch}.4.1rsvn19652
|
|
Release: 0
|
|
Summary: Styles for various Physics Journals
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-revtex-doc >= %{texlive_version}
|
|
Provides: tex(aip4-1.rtx)
|
|
Provides: tex(aps10pt4-1.rtx)
|
|
Provides: tex(aps11pt4-1.rtx)
|
|
Provides: tex(aps12pt4-1.rtx)
|
|
Provides: tex(aps4-1.rtx)
|
|
Provides: tex(apsrmp4-1.rtx)
|
|
Provides: tex(ltxdocext.sty)
|
|
Provides: tex(ltxfront.sty)
|
|
Provides: tex(ltxgrid.sty)
|
|
Provides: tex(ltxutil.sty)
|
|
Provides: tex(reftest4-1.tex)
|
|
Provides: tex(revsymb4-1.sty)
|
|
Provides: tex(revtex4-1.cls)
|
|
Requires: tex(fleqn.clo)
|
|
Requires: tex(lineno.sty)
|
|
Requires: tex(natbib.sty)
|
|
Requires: tex(shortvrb.sty)
|
|
Requires: tex(textcase.sty)
|
|
Requires: tex(url.sty)
|
|
Requires: tex(verbatim.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source133: revtex.tar.xz
|
|
Source134: revtex.doc.tar.xz
|
|
|
|
%description -n texlive-revtex
|
|
Includes styles for American Physical Society, American
|
|
Institute of Physics, and Optical Society of America. The
|
|
distribution consists of the RevTeX class itself, and several
|
|
support packages.
|
|
|
|
date: 2010-08-12 11:35:15 +0000
|
|
|
|
|
|
%package -n texlive-revtex-doc
|
|
Summary: Documentation for texlive-revtex
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.4.1rsvn19652
|
|
Release: 0
|
|
|
|
%description -n texlive-revtex-doc
|
|
This package includes the documentation for texlive-revtex
|
|
|
|
%post -n texlive-revtex
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-revtex
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-revtex
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-revtex-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/revtex/00readme.tex
|
|
%{_texmfdistdir}/doc/latex/revtex/DOWNLOAD
|
|
%{_texmfdistdir}/doc/latex/revtex/README
|
|
%{_texmfdistdir}/doc/latex/revtex/aip/aipguide4-1.pdf
|
|
%{_texmfdistdir}/doc/latex/revtex/aip/aipguide4-1.tex
|
|
%{_texmfdistdir}/doc/latex/revtex/aip/docs.sty
|
|
%{_texmfdistdir}/doc/latex/revtex/aps/apsguide4-1.pdf
|
|
%{_texmfdistdir}/doc/latex/revtex/aps/apsguide4-1.tex
|
|
%{_texmfdistdir}/doc/latex/revtex/auguide/auguide4-1.pdf
|
|
%{_texmfdistdir}/doc/latex/revtex/auguide/auguide4-1.tex
|
|
%{_texmfdistdir}/doc/latex/revtex/auguide/docs.sty
|
|
%{_texmfdistdir}/doc/latex/revtex/auguide/summary4-1.pdf
|
|
%{_texmfdistdir}/doc/latex/revtex/auguide/summary4-1.tex
|
|
%{_texmfdistdir}/doc/latex/revtex/auguide/whatsnew4-1.pdf
|
|
%{_texmfdistdir}/doc/latex/revtex/auguide/whatsnew4-1.tex
|
|
%{_texmfdistdir}/doc/latex/revtex/sample/aip/aipsamp.bib
|
|
%{_texmfdistdir}/doc/latex/revtex/sample/aip/aipsamp.pdf
|
|
%{_texmfdistdir}/doc/latex/revtex/sample/aip/aipsamp.tex
|
|
%{_texmfdistdir}/doc/latex/revtex/sample/aip/aiptemplate.tex
|
|
%{_texmfdistdir}/doc/latex/revtex/sample/aip/fig_1.eps
|
|
%{_texmfdistdir}/doc/latex/revtex/sample/aip/fig_2.eps
|
|
%{_texmfdistdir}/doc/latex/revtex/sample/aps/apssamp.bib
|
|
%{_texmfdistdir}/doc/latex/revtex/sample/aps/apssamp.pdf
|
|
%{_texmfdistdir}/doc/latex/revtex/sample/aps/apssamp.tex
|
|
%{_texmfdistdir}/doc/latex/revtex/sample/aps/apstemplate.tex
|
|
%{_texmfdistdir}/doc/latex/revtex/sample/aps/fig_1.eps
|
|
%{_texmfdistdir}/doc/latex/revtex/sample/aps/fig_2.eps
|
|
%{_texmfdistdir}/doc/latex/revtex/sample/aps/vid_1a.eps
|
|
%{_texmfdistdir}/doc/latex/revtex/sample/aps/vid_1b.eps
|
|
%{_texmfdistdir}/doc/latex/revtex/source/aip.pdf
|
|
%{_texmfdistdir}/doc/latex/revtex/source/ltxdocext.pdf
|
|
%{_texmfdistdir}/doc/latex/revtex/source/ltxfront.pdf
|
|
%{_texmfdistdir}/doc/latex/revtex/source/ltxgrid.pdf
|
|
%{_texmfdistdir}/doc/latex/revtex/source/ltxutil.pdf
|
|
%{_texmfdistdir}/doc/latex/revtex/source/revtex4-1.pdf
|
|
|
|
%files -n texlive-revtex
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/bibtex/bst/revtex/aipauth4-1.bst
|
|
%{_texmfdistdir}/bibtex/bst/revtex/aipnum4-1.bst
|
|
%{_texmfdistdir}/bibtex/bst/revtex/apsrev4-1.bst
|
|
%{_texmfdistdir}/bibtex/bst/revtex/apsrmp4-1.bst
|
|
%{_texmfdistdir}/tex/latex/revtex/aip4-1.rtx
|
|
%{_texmfdistdir}/tex/latex/revtex/aps10pt4-1.rtx
|
|
%{_texmfdistdir}/tex/latex/revtex/aps11pt4-1.rtx
|
|
%{_texmfdistdir}/tex/latex/revtex/aps12pt4-1.rtx
|
|
%{_texmfdistdir}/tex/latex/revtex/aps4-1.rtx
|
|
%{_texmfdistdir}/tex/latex/revtex/apsrmp4-1.rtx
|
|
%{_texmfdistdir}/tex/latex/revtex/ltxdocext.sty
|
|
%{_texmfdistdir}/tex/latex/revtex/ltxfront.sty
|
|
%{_texmfdistdir}/tex/latex/revtex/ltxgrid.sty
|
|
%{_texmfdistdir}/tex/latex/revtex/ltxutil.sty
|
|
%{_texmfdistdir}/tex/latex/revtex/reftest4-1.tex
|
|
%{_texmfdistdir}/tex/latex/revtex/revsymb4-1.sty
|
|
%{_texmfdistdir}/tex/latex/revtex/revtex4-1.cls
|
|
/var/adm/update-scripts/texlive-revtex-%{texlive_version}.%{texlive_noarch}.4.1rsvn19652-%{release}-zypper
|
|
|
|
%package -n texlive-revtex4
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn16488
|
|
Release: 0
|
|
Summary: Package revtex4
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-revtex4-doc >= %{texlive_version}
|
|
Provides: tex(10pt.rtx)
|
|
Provides: tex(11pt.rtx)
|
|
Provides: tex(12pt.rtx)
|
|
Provides: tex(aps.rtx)
|
|
Provides: tex(docs.sty)
|
|
Provides: tex(revsymb.sty)
|
|
Provides: tex(revtex4.cls)
|
|
Provides: tex(rmp.rtx)
|
|
Requires: tex(natbib.sty)
|
|
Requires: tex(url.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source135: revtex4.tar.xz
|
|
Source136: revtex4.doc.tar.xz
|
|
|
|
%description -n texlive-revtex4
|
|
The revtex4 package
|
|
|
|
%package -n texlive-revtex4-doc
|
|
Summary: Documentation for texlive-revtex4
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn16488
|
|
Release: 0
|
|
|
|
%description -n texlive-revtex4-doc
|
|
This package includes the documentation for texlive-revtex4
|
|
|
|
%post -n texlive-revtex4
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-revtex4
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-revtex4
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-revtex4-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/revtex4/DOWNLOAD
|
|
%{_texmfdistdir}/doc/latex/revtex4/README
|
|
%{_texmfdistdir}/doc/latex/revtex4/apssamp.end
|
|
%{_texmfdistdir}/doc/latex/revtex4/apssamp.tex
|
|
%{_texmfdistdir}/doc/latex/revtex4/auguide.tex
|
|
%{_texmfdistdir}/doc/latex/revtex4/differ.tex
|
|
%{_texmfdistdir}/doc/latex/revtex4/fig_1.eps
|
|
%{_texmfdistdir}/doc/latex/revtex4/fig_2.eps
|
|
%{_texmfdistdir}/doc/latex/revtex4/ltxdocext.pdf
|
|
%{_texmfdistdir}/doc/latex/revtex4/ltxgrid.pdf
|
|
%{_texmfdistdir}/doc/latex/revtex4/ltxutil.pdf
|
|
%{_texmfdistdir}/doc/latex/revtex4/revtex4.pdf
|
|
%{_texmfdistdir}/doc/latex/revtex4/summary.tex
|
|
%{_texmfdistdir}/doc/latex/revtex4/template.aps
|
|
|
|
%files -n texlive-revtex4
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/bibtex/bib/revtex4/apssamp.bib
|
|
%{_texmfdistdir}/bibtex/bst/revtex4/apsrev.bst
|
|
%{_texmfdistdir}/bibtex/bst/revtex4/apsrmp.bst
|
|
%{_texmfdistdir}/tex/latex/revtex4/10pt.rtx
|
|
%{_texmfdistdir}/tex/latex/revtex4/11pt.rtx
|
|
%{_texmfdistdir}/tex/latex/revtex4/12pt.rtx
|
|
%{_texmfdistdir}/tex/latex/revtex4/aps.rtx
|
|
%{_texmfdistdir}/tex/latex/revtex4/docs.sty
|
|
%{_texmfdistdir}/tex/latex/revtex4/revsymb.sty
|
|
%{_texmfdistdir}/tex/latex/revtex4/revtex4.cls
|
|
%{_texmfdistdir}/tex/latex/revtex4/rmp.rtx
|
|
/var/adm/update-scripts/texlive-revtex4-%{texlive_version}.%{texlive_noarch}.svn16488-%{release}-zypper
|
|
|
|
%package -n texlive-rjlparshap
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Package rjlparshap
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-rjlparshap-doc >= %{texlive_version}
|
|
Provides: tex(rjlpshap.sty)
|
|
Requires: tex(arrayjob.sty)
|
|
Requires: tex(forloop.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source137: rjlparshap.tar.xz
|
|
Source138: rjlparshap.doc.tar.xz
|
|
|
|
%description -n texlive-rjlparshap
|
|
The rjlparshap package
|
|
|
|
%package -n texlive-rjlparshap-doc
|
|
Summary: Documentation for texlive-rjlparshap
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-rjlparshap-doc
|
|
This package includes the documentation for texlive-rjlparshap
|
|
|
|
%post -n texlive-rjlparshap
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-rjlparshap
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-rjlparshap
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-rjlparshap-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/rjlparshap/README
|
|
%{_texmfdistdir}/doc/latex/rjlparshap/rjlpshap.pdf
|
|
|
|
%files -n texlive-rjlparshap
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/rjlparshap/rjlpshap.sty
|
|
/var/adm/update-scripts/texlive-rjlparshap-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-rlepsf
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn19082
|
|
Release: 0
|
|
Summary: Rewrite labels in EPS graphics
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-rlepsf-doc >= %{texlive_version}
|
|
Provides: tex(rlepsf.tex)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source139: rlepsf.tar.xz
|
|
Source140: rlepsf.doc.tar.xz
|
|
|
|
%description -n texlive-rlepsf
|
|
A macro package for use with epsf.tex which allows PostScript
|
|
labels in an Encapsulated PostScript file to be replaced by TeX
|
|
labels. The package provides commands \relabel (simply replace
|
|
a PostScript string), \adjustrelabel (replace a PostScript
|
|
string, with position adjustment), and \extralabel (add a label
|
|
at given coordinates). You can, if you so choose, use the
|
|
facilities of the labelfig package in place of using
|
|
\extralabel.
|
|
|
|
date: 2007-01-13 22:45:25 +0000
|
|
|
|
|
|
%package -n texlive-rlepsf-doc
|
|
Summary: Documentation for texlive-rlepsf
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn19082
|
|
Release: 0
|
|
|
|
%description -n texlive-rlepsf-doc
|
|
This package includes the documentation for texlive-rlepsf
|
|
|
|
%post -n texlive-rlepsf
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-rlepsf
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-rlepsf
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-rlepsf-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/rlepsf/read.me
|
|
%{_texmfdistdir}/doc/generic/rlepsf/rlepsdoc.ps
|
|
|
|
%files -n texlive-rlepsf
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/rlepsf/rlepsf.tex
|
|
/var/adm/update-scripts/texlive-rlepsf-%{texlive_version}.%{texlive_noarch}.svn19082-%{release}-zypper
|
|
|
|
%package -n texlive-rmpage
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.92svn20002
|
|
Release: 0
|
|
Summary: A package to help change page layout parameters in LaTeX
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-rmpage-doc >= %{texlive_version}
|
|
Provides: tex(rmpage.sty)
|
|
Provides: tex(rmpgen.cfg)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source141: rmpage.tar.xz
|
|
Source142: rmpage.doc.tar.xz
|
|
|
|
%description -n texlive-rmpage
|
|
The package lets you change page layout parameters in small
|
|
steps over a range of values using options. It can set
|
|
\textwidth appropriately for the main fount, and ensure that
|
|
the text fits inside the printable area of a printer. An
|
|
rmpage-formatted document can be typeset identically without
|
|
rmpage after a single cut and paste operation. Local
|
|
configuration can set defaults: for all documents; and by
|
|
class, by printer, and by paper size. The geometry package is
|
|
better if you want to set page layout parameters to particular
|
|
measurements.
|
|
|
|
date: 2010-10-04 09:12:53 +0000
|
|
|
|
|
|
%package -n texlive-rmpage-doc
|
|
Summary: Documentation for texlive-rmpage
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.92svn20002
|
|
Release: 0
|
|
|
|
%description -n texlive-rmpage-doc
|
|
This package includes the documentation for texlive-rmpage
|
|
|
|
%post -n texlive-rmpage
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-rmpage
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-rmpage
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-rmpage-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/rmpage/readme
|
|
%{_texmfdistdir}/doc/latex/rmpage/rmpage-doc.pdf
|
|
%{_texmfdistdir}/doc/latex/rmpage/rmpage-doc.tex
|
|
%{_texmfdistdir}/doc/latex/rmpage/rmpage.tex
|
|
%{_texmfdistdir}/doc/latex/rmpage/rmplocal.gfc
|
|
|
|
%files -n texlive-rmpage
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/rmpage/rmpage.sty
|
|
%{_texmfdistdir}/tex/latex/rmpage/rmpgen.cfg
|
|
/var/adm/update-scripts/texlive-rmpage-%{texlive_version}.%{texlive_noarch}.0.0.92svn20002-%{release}-zypper
|
|
|
|
%package -n texlive-robustcommand
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn15878
|
|
Release: 0
|
|
Summary: Declare robust command, with \newcommand checks
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-robustcommand-doc >= %{texlive_version}
|
|
Provides: tex(robustcommand.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source143: robustcommand.tar.xz
|
|
Source144: robustcommand.doc.tar.xz
|
|
|
|
%description -n texlive-robustcommand
|
|
The package merely provides a variation of
|
|
\DeclareRobustCommand, which checks for the existence of a
|
|
command before declaring it robust.
|
|
|
|
date: 2007-02-26 14:09:49 +0000
|
|
|
|
|
|
%package -n texlive-robustcommand-doc
|
|
Summary: Documentation for texlive-robustcommand
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn15878
|
|
Release: 0
|
|
Provides: locale(texlive-robustcommand-doc:de)
|
|
|
|
%description -n texlive-robustcommand-doc
|
|
This package includes the documentation for texlive-robustcommand
|
|
|
|
%post -n texlive-robustcommand
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-robustcommand
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-robustcommand
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-robustcommand-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/robustcommand/README
|
|
%{_texmfdistdir}/doc/latex/robustcommand/robustcommand.pdf
|
|
|
|
%files -n texlive-robustcommand
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/robustcommand/robustcommand.sty
|
|
/var/adm/update-scripts/texlive-robustcommand-%{texlive_version}.%{texlive_noarch}.0.0.1svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-robustindex
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Create index with pagerefs
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-robustindex-doc >= %{texlive_version}
|
|
Provides: tex(robustglossary.sty)
|
|
Provides: tex(robustindex.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source145: robustindex.tar.xz
|
|
Source146: robustindex.doc.tar.xz
|
|
|
|
%description -n texlive-robustindex
|
|
Third parties often change the page numbers without rerunning
|
|
makeindex. One would like to make the page numbers in the index
|
|
entries more robust. This bundle provides robustindex.sty and
|
|
robustglossary.sty, which use the \pageref mechanism to
|
|
maintain correct page numbers
|
|
|
|
date: 2007-02-26 14:09:49 +0000
|
|
|
|
|
|
%package -n texlive-robustindex-doc
|
|
Summary: Documentation for texlive-robustindex
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-robustindex-doc
|
|
This package includes the documentation for texlive-robustindex
|
|
|
|
%post -n texlive-robustindex
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-robustindex
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-robustindex
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-robustindex-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/robustindex/README
|
|
%{_texmfdistdir}/doc/latex/robustindex/robustindex.html
|
|
%{_texmfdistdir}/doc/latex/robustindex/robustsample.pdf
|
|
%{_texmfdistdir}/doc/latex/robustindex/robustsample.tex
|
|
|
|
%files -n texlive-robustindex
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/robustindex/robustglossary.sty
|
|
%{_texmfdistdir}/tex/latex/robustindex/robustindex.sty
|
|
/var/adm/update-scripts/texlive-robustindex-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-roex
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Package roex
|
|
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): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source147: roex.tar.xz
|
|
|
|
%description -n texlive-roex
|
|
The roex package
|
|
%post -n texlive-roex
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-roex
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-roex
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-roex
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/metafont/roex/roex.mf
|
|
/var/adm/update-scripts/texlive-roex-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-romanbar
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0fsvn25005
|
|
Release: 0
|
|
Summary: Write roman number with "bars"
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-romanbar-doc >= %{texlive_version}
|
|
Provides: tex(romanbar.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source148: romanbar.tar.xz
|
|
Source149: romanbar.doc.tar.xz
|
|
|
|
%description -n texlive-romanbar
|
|
'Bars', in the present context, are lines above and below text
|
|
that abut with the text. Barred roman numerals are sometimes
|
|
found in publications. The package provides a function that
|
|
prints barred roman numerals (converting arabic numerals if
|
|
necessary). The package also provides a predicate \ifnumeric.
|
|
|
|
date: 2012-01-02 19:05:40 +0000
|
|
|
|
|
|
%package -n texlive-romanbar-doc
|
|
Summary: Documentation for texlive-romanbar
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0fsvn25005
|
|
Release: 0
|
|
|
|
%description -n texlive-romanbar-doc
|
|
This package includes the documentation for texlive-romanbar
|
|
|
|
%post -n texlive-romanbar
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-romanbar
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-romanbar
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-romanbar-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/romanbar/README
|
|
%{_texmfdistdir}/doc/latex/romanbar/romanbar-example.pdf
|
|
%{_texmfdistdir}/doc/latex/romanbar/romanbar-example.tex
|
|
%{_texmfdistdir}/doc/latex/romanbar/romanbar.pdf
|
|
|
|
%files -n texlive-romanbar
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/romanbar/romanbar.sty
|
|
/var/adm/update-scripts/texlive-romanbar-%{texlive_version}.%{texlive_noarch}.1.0fsvn25005-%{release}-zypper
|
|
|
|
%package -n texlive-romande
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.008_v7svn19537
|
|
Release: 0
|
|
Summary: Romande ADF fonts and LaTeX 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(post): grep
|
|
Requires(post): sed
|
|
Requires(postun): sed
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Requires: texlive-romande-fonts >= %{texlive_version}
|
|
Recommends: texlive-romande-doc >= %{texlive_version}
|
|
Provides: tex(romande-supp.enc)
|
|
Provides: tex(romande.sty)
|
|
Provides: tex(s-yrdd.tfm)
|
|
Provides: tex(s-yrddi.tfm)
|
|
Provides: tex(s-yrdr.tfm)
|
|
Provides: tex(s-yrdri.tfm)
|
|
Provides: tex(s-yrdriw.tfm)
|
|
Provides: tex(t1-romandeadf-alt-yrdd.tfm)
|
|
Provides: tex(t1-romandeadf-alt-yrddi.tfm)
|
|
Provides: tex(t1-romandeadf-alt-yrdr.tfm)
|
|
Provides: tex(t1-romandeadf-alt-yrdri.tfm)
|
|
Provides: tex(t1-romandeadf-alt-yrdriw.tfm)
|
|
Provides: tex(t1-romandeadf-alt.enc)
|
|
Provides: tex(t1-romandeadf-yrdd.tfm)
|
|
Provides: tex(t1-romandeadf-yrddc.tfm)
|
|
Provides: tex(t1-romandeadf-yrddi.tfm)
|
|
Provides: tex(t1-romandeadf-yrdr.tfm)
|
|
Provides: tex(t1-romandeadf-yrdrc.tfm)
|
|
Provides: tex(t1-romandeadf-yrdri.tfm)
|
|
Provides: tex(t1-romandeadf-yrdriw.tfm)
|
|
Provides: tex(t1-romandeadf.enc)
|
|
Provides: tex(t1yrd.fd)
|
|
Provides: tex(t1yrda.fd)
|
|
Provides: tex(t1yrdaw.fd)
|
|
Provides: tex(t1yrdw.fd)
|
|
Provides: tex(ts1-euro-yrd.enc)
|
|
Provides: tex(ts1-yrdd.tfm)
|
|
Provides: tex(ts1-yrddi.tfm)
|
|
Provides: tex(ts1-yrdr.tfm)
|
|
Provides: tex(ts1-yrdri.tfm)
|
|
Provides: tex(ts1-yrdriw.tfm)
|
|
Provides: tex(ts1yrd.fd)
|
|
Provides: tex(ts1yrda.fd)
|
|
Provides: tex(ts1yrdaw.fd)
|
|
Provides: tex(ts1yrdw.fd)
|
|
Provides: tex(yrd.map)
|
|
Provides: tex(yrdd8c.tfm)
|
|
Provides: tex(yrdd8c.vf)
|
|
Provides: tex(yrdd8t.tfm)
|
|
Provides: tex(yrdd8t.vf)
|
|
Provides: tex(yrdda8t.tfm)
|
|
Provides: tex(yrdda8t.vf)
|
|
Provides: tex(yrddai8t.tfm)
|
|
Provides: tex(yrddai8t.vf)
|
|
Provides: tex(yrddc8t.tfm)
|
|
Provides: tex(yrddc8t.vf)
|
|
Provides: tex(yrddi8c.tfm)
|
|
Provides: tex(yrddi8c.vf)
|
|
Provides: tex(yrddi8t.tfm)
|
|
Provides: tex(yrddi8t.vf)
|
|
Provides: tex(yrdr8c.tfm)
|
|
Provides: tex(yrdr8c.vf)
|
|
Provides: tex(yrdr8t.tfm)
|
|
Provides: tex(yrdr8t.vf)
|
|
Provides: tex(yrdra8t.tfm)
|
|
Provides: tex(yrdra8t.vf)
|
|
Provides: tex(yrdrai8t.tfm)
|
|
Provides: tex(yrdrai8t.vf)
|
|
Provides: tex(yrdraiw8t.tfm)
|
|
Provides: tex(yrdraiw8t.vf)
|
|
Provides: tex(yrdrc8t.tfm)
|
|
Provides: tex(yrdrc8t.vf)
|
|
Provides: tex(yrdri8c.tfm)
|
|
Provides: tex(yrdri8c.vf)
|
|
Provides: tex(yrdri8t.tfm)
|
|
Provides: tex(yrdri8t.vf)
|
|
Provides: tex(yrdriw8c.tfm)
|
|
Provides: tex(yrdriw8c.vf)
|
|
Provides: tex(yrdriw8t.tfm)
|
|
Provides: tex(yrdriw8t.vf)
|
|
Requires: tex(fontenc.sty)
|
|
Requires: tex(nfssext-cfr.sty)
|
|
Requires: tex(textcomp.sty)
|
|
Requires: tex(xkeyval.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source150: romande.tar.xz
|
|
Source151: romande.doc.tar.xz
|
|
|
|
%description -n texlive-romande
|
|
Romande ADF is a serif font family with oldstyle figures,
|
|
designed as a substitute for Times, Tiffany or Caslon. The
|
|
family currently includes upright, italic and small-caps shapes
|
|
in each of regular and demi-bold weights and an italic script
|
|
in regular. The support package renames the fonts according to
|
|
the Karl Berry fontname scheme and defines four families. Two
|
|
of these primarily provide access to the "standard" or default
|
|
characters while the "alternate" families support alternate
|
|
characters, additional ligatures and the long s. The included
|
|
package files provide access to these features in LaTeX as
|
|
explained in the documentation. The LaTeX support requires the
|
|
nfssext-cfr and the xkeyval packages.
|
|
|
|
date: 2010-07-14 21:31:19 +0000
|
|
|
|
|
|
%package -n texlive-romande-doc
|
|
Summary: Documentation for texlive-romande
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.008_v7svn19537
|
|
Release: 0
|
|
|
|
%description -n texlive-romande-doc
|
|
This package includes the documentation for texlive-romande
|
|
|
|
|
|
%package -n texlive-romande-fonts
|
|
Summary: Severed fonts for texlive-romande
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.008_v7svn19537
|
|
Release: 0
|
|
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-romande-fonts
|
|
The separated fonts package for texlive-romande
|
|
%post -n texlive-romande
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if grep -qsE 'Map[[:blank:]]+yrd.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+yrd.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map yrd.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%postun -n texlive-romande
|
|
if test $1 = 0; then
|
|
sed -ri 's/^(Map[[:blank:]]+yrd.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
%{_bindir}/updmap-sys --nohash --quiet > /dev/null 2>&1 || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%posttrans -n texlive-romande
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-romande-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/fonts/romande/COPYING
|
|
%{_texmfdistdir}/doc/fonts/romande/NOTICE.txt
|
|
%{_texmfdistdir}/doc/fonts/romande/README
|
|
%{_texmfdistdir}/doc/fonts/romande/manifest.txt
|
|
%{_texmfdistdir}/doc/fonts/romande/romandeadf.pdf
|
|
%{_texmfdistdir}/doc/fonts/romande/romandeadf.tex
|
|
|
|
%files -n texlive-romande
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/afm/arkandis/romande/yrdd8a.afm
|
|
%{_texmfdistdir}/fonts/afm/arkandis/romande/yrddc8a.afm
|
|
%{_texmfdistdir}/fonts/afm/arkandis/romande/yrddi8a.afm
|
|
%{_texmfdistdir}/fonts/afm/arkandis/romande/yrdr8a.afm
|
|
%{_texmfdistdir}/fonts/afm/arkandis/romande/yrdrc8a.afm
|
|
%{_texmfdistdir}/fonts/afm/arkandis/romande/yrdri8a.afm
|
|
%{_texmfdistdir}/fonts/afm/arkandis/romande/yrdriw8a.afm
|
|
%{_texmfdistdir}/fonts/enc/dvips/romande/romande-supp.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/romande/t1-romandeadf-alt.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/romande/t1-romandeadf.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/romande/ts1-euro-yrd.enc
|
|
%{_texmfdistdir}/fonts/map/dvips/romande/yrd.map
|
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/s-yrdd.tfm
|
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/s-yrddi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/s-yrdr.tfm
|
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/s-yrdri.tfm
|
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/s-yrdriw.tfm
|
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/t1-romandeadf-alt-yrdd.tfm
|
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/t1-romandeadf-alt-yrddi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/t1-romandeadf-alt-yrdr.tfm
|
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/t1-romandeadf-alt-yrdri.tfm
|
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/t1-romandeadf-alt-yrdriw.tfm
|
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/t1-romandeadf-yrdd.tfm
|
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/t1-romandeadf-yrddc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/t1-romandeadf-yrddi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/t1-romandeadf-yrdr.tfm
|
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/t1-romandeadf-yrdrc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/t1-romandeadf-yrdri.tfm
|
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/t1-romandeadf-yrdriw.tfm
|
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/ts1-yrdd.tfm
|
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/ts1-yrddi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/ts1-yrdr.tfm
|
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/ts1-yrdri.tfm
|
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/ts1-yrdriw.tfm
|
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdd8c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdd8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdda8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrddai8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrddc8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrddi8c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrddi8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdr8c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdr8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdra8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdrai8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdraiw8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdrc8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdri8c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdri8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdriw8c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdriw8t.tfm
|
|
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdd8a.pfb
|
|
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdd8a.pfm
|
|
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrddc8a.pfb
|
|
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrddc8a.pfm
|
|
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrddi8a.pfb
|
|
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrddi8a.pfm
|
|
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdr8a.pfb
|
|
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdr8a.pfm
|
|
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdrc8a.pfb
|
|
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdrc8a.pfm
|
|
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdri8a.pfb
|
|
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdri8a.pfm
|
|
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdriw8a.pfb
|
|
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdriw8a.pfm
|
|
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdd8c.vf
|
|
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdd8t.vf
|
|
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdda8t.vf
|
|
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrddai8t.vf
|
|
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrddc8t.vf
|
|
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrddi8c.vf
|
|
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrddi8t.vf
|
|
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdr8c.vf
|
|
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdr8t.vf
|
|
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdra8t.vf
|
|
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdrai8t.vf
|
|
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdraiw8t.vf
|
|
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdrc8t.vf
|
|
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdri8c.vf
|
|
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdri8t.vf
|
|
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdriw8c.vf
|
|
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdriw8t.vf
|
|
%{_texmfdistdir}/tex/latex/romande/romande.sty
|
|
%{_texmfdistdir}/tex/latex/romande/t1yrd.fd
|
|
%{_texmfdistdir}/tex/latex/romande/t1yrda.fd
|
|
%{_texmfdistdir}/tex/latex/romande/t1yrdaw.fd
|
|
%{_texmfdistdir}/tex/latex/romande/t1yrdw.fd
|
|
%{_texmfdistdir}/tex/latex/romande/ts1yrd.fd
|
|
%{_texmfdistdir}/tex/latex/romande/ts1yrda.fd
|
|
%{_texmfdistdir}/tex/latex/romande/ts1yrdaw.fd
|
|
%{_texmfdistdir}/tex/latex/romande/ts1yrdw.fd
|
|
/var/adm/update-scripts/texlive-romande-%{texlive_version}.%{texlive_noarch}.1.008_v7svn19537-%{release}-zypper
|
|
|
|
%package -n texlive-romanneg
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn20087
|
|
Release: 0
|
|
Summary: Roman page numbers negative
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-romanneg-doc >= %{texlive_version}
|
|
Provides: tex(romanneg.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source152: romanneg.tar.xz
|
|
Source153: romanneg.doc.tar.xz
|
|
|
|
%description -n texlive-romanneg
|
|
Causes the page numbers in the DVI file (as defined by \count0)
|
|
to be negative when roman pagenumbering is in effect.
|
|
|
|
date: 2010-10-13 10:13:38 +0000
|
|
|
|
|
|
%package -n texlive-romanneg-doc
|
|
Summary: Documentation for texlive-romanneg
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn20087
|
|
Release: 0
|
|
|
|
%description -n texlive-romanneg-doc
|
|
This package includes the documentation for texlive-romanneg
|
|
|
|
%post -n texlive-romanneg
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-romanneg
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-romanneg
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-romanneg-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/romanneg/romanneg.ltx
|
|
%{_texmfdistdir}/doc/latex/romanneg/romanneg.pdf
|
|
|
|
%files -n texlive-romanneg
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/romanneg/romanneg.sty
|
|
/var/adm/update-scripts/texlive-romanneg-%{texlive_version}.%{texlive_noarch}.svn20087-%{release}-zypper
|
|
|
|
%package -n texlive-romannum
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0bsvn15878
|
|
Release: 0
|
|
Summary: Generate roman numerals instead of arabic digits
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-romannum-doc >= %{texlive_version}
|
|
Provides: tex(romannum.sty)
|
|
Requires: tex(stdclsdv.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source154: romannum.tar.xz
|
|
Source155: romannum.doc.tar.xz
|
|
|
|
%description -n texlive-romannum
|
|
The romannum package changes LaTeX generated numbers to be
|
|
printed with roman numerals instead of arabic digits. It
|
|
requires the stdclsdv package. Users of the bookhands fonts may
|
|
find this package useful.
|
|
|
|
date: 2009-09-03 11:00:14 +0000
|
|
|
|
|
|
%package -n texlive-romannum-doc
|
|
Summary: Documentation for texlive-romannum
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0bsvn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-romannum-doc
|
|
This package includes the documentation for texlive-romannum
|
|
|
|
%post -n texlive-romannum
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-romannum
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-romannum
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-romannum-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/romannum/README
|
|
%{_texmfdistdir}/doc/latex/romannum/romannum.pdf
|
|
|
|
%files -n texlive-romannum
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/romannum/romannum.sty
|
|
/var/adm/update-scripts/texlive-romannum-%{texlive_version}.%{texlive_noarch}.1.0bsvn15878-%{release}-zypper
|
|
|
|
%package -n texlive-rotating
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.16bsvn16832
|
|
Release: 0
|
|
Summary: Rotation tools, including rotated full-page floats
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-rotating-doc >= %{texlive_version}
|
|
Provides: tex(rotating.sty)
|
|
Requires: tex(graphicx.sty)
|
|
Requires: tex(ifthen.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source156: rotating.tar.xz
|
|
Source157: rotating.doc.tar.xz
|
|
|
|
%description -n texlive-rotating
|
|
A package built on the standard LaTeX graphics package to
|
|
perform all the different sorts of rotation one might like,
|
|
including complete figures and tables with their captions. If
|
|
you want continuous text (i.e., more than one page) set in
|
|
landscape mode, use the lscape package instead. The rotating
|
|
packages only deals in rotated boxes (or floats, which are
|
|
themselves boxes), and boxes always stay on one page. If you
|
|
need to use the facilities of the float in the same document,
|
|
load rotating.sty via rotfloat, which smooths the path between
|
|
the rotating and float packages.
|
|
|
|
date: 2010-01-26 13:36:34 +0000
|
|
|
|
|
|
%package -n texlive-rotating-doc
|
|
Summary: Documentation for texlive-rotating
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.16bsvn16832
|
|
Release: 0
|
|
|
|
%description -n texlive-rotating-doc
|
|
This package includes the documentation for texlive-rotating
|
|
|
|
%post -n texlive-rotating
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-rotating
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-rotating
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-rotating-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/rotating/README
|
|
%{_texmfdistdir}/doc/latex/rotating/cat.eps
|
|
%{_texmfdistdir}/doc/latex/rotating/examples.tex
|
|
%{_texmfdistdir}/doc/latex/rotating/rotating.pdf
|
|
|
|
%files -n texlive-rotating
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/rotating/rotating.sty
|
|
/var/adm/update-scripts/texlive-rotating-%{texlive_version}.%{texlive_noarch}.2.16bsvn16832-%{release}-zypper
|
|
|
|
%package -n texlive-rotfloat
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2svn18292
|
|
Release: 0
|
|
Summary: Rotate floats
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-rotfloat-doc >= %{texlive_version}
|
|
Provides: tex(rotfloat.sty)
|
|
Requires: tex(float.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source158: rotfloat.tar.xz
|
|
Source159: rotfloat.doc.tar.xz
|
|
|
|
%description -n texlive-rotfloat
|
|
The float package provides commands to define new floats of
|
|
various styles (plain, boxed, ruled, and userdefined ones); the
|
|
rotating package provides new environments (sidewaysfigure and
|
|
sidewaystable) which are rotated by 90 or 270 degrees. But what
|
|
about new rotated floats, e.g. a rotated ruled one? This
|
|
package makes this possible; it builds a bridge between the two
|
|
packages and extends the commands from the float package to
|
|
define rotated versions of the new floats, too.
|
|
|
|
date: 2009-10-07 20:25:55 +0000
|
|
|
|
|
|
%package -n texlive-rotfloat-doc
|
|
Summary: Documentation for texlive-rotfloat
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2svn18292
|
|
Release: 0
|
|
|
|
%description -n texlive-rotfloat-doc
|
|
This package includes the documentation for texlive-rotfloat
|
|
|
|
%post -n texlive-rotfloat
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-rotfloat
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-rotfloat
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-rotfloat-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/rotfloat/examples.tex
|
|
%{_texmfdistdir}/doc/latex/rotfloat/rotfloat.pdf
|
|
|
|
%files -n texlive-rotfloat
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/rotfloat/rotfloat.sty
|
|
/var/adm/update-scripts/texlive-rotfloat-%{texlive_version}.%{texlive_noarch}.1.2svn18292-%{release}-zypper
|
|
|
|
%package -n texlive-rotpages
|
|
Version: %{texlive_version}.%{texlive_noarch}.3.0svn18740
|
|
Release: 0
|
|
Summary: Typeset sets of pages upside-down and backwards
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-rotpages-doc >= %{texlive_version}
|
|
Provides: tex(rotpages.sty)
|
|
Requires: tex(calc.sty)
|
|
Requires: tex(graphics.sty)
|
|
Requires: tex(ifthen.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source160: rotpages.tar.xz
|
|
Source161: rotpages.doc.tar.xz
|
|
|
|
%description -n texlive-rotpages
|
|
The rotpages package allows you to format documents where small
|
|
sets of pages are rotated by 180 degrees and rearranged, so
|
|
that they can be read by turning the printed copy upside-down.
|
|
It was primarly meant for collecting exercises and solutions:
|
|
using the package, you can print the exercise text normally and
|
|
the solutions rotated.
|
|
|
|
date: 2007-01-14 09:43:12 +0000
|
|
|
|
|
|
%package -n texlive-rotpages-doc
|
|
Summary: Documentation for texlive-rotpages
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.3.0svn18740
|
|
Release: 0
|
|
|
|
%description -n texlive-rotpages-doc
|
|
This package includes the documentation for texlive-rotpages
|
|
|
|
%post -n texlive-rotpages
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-rotpages
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-rotpages
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-rotpages-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/rotpages/Documentation/rotpages-doc.pdf
|
|
%{_texmfdistdir}/doc/latex/rotpages/Documentation/rotpages-doc.tex
|
|
%{_texmfdistdir}/doc/latex/rotpages/Examples/rotpages-doublecolumn-ex.pdf
|
|
%{_texmfdistdir}/doc/latex/rotpages/Examples/rotpages-doublecolumn-ex.tex
|
|
%{_texmfdistdir}/doc/latex/rotpages/Examples/rotpages-fancy-ex.pdf
|
|
%{_texmfdistdir}/doc/latex/rotpages/Examples/rotpages-fancy-ex.tex
|
|
%{_texmfdistdir}/doc/latex/rotpages/Examples/rotpages-singlecolumn-ex.pdf
|
|
%{_texmfdistdir}/doc/latex/rotpages/Examples/rotpages-singlecolumn-ex.tex
|
|
%{_texmfdistdir}/doc/latex/rotpages/README
|
|
|
|
%files -n texlive-rotpages
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/rotpages/rotpages.sty
|
|
/var/adm/update-scripts/texlive-rotpages-%{texlive_version}.%{texlive_noarch}.3.0svn18740-%{release}-zypper
|
|
|
|
%package -n texlive-roundbox
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn29675
|
|
Release: 0
|
|
Summary: Round boxes in 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): texlive >= %{texlive_version}
|
|
Recommends: texlive-roundbox-doc >= %{texlive_version}
|
|
Provides: tex(roundbox.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source162: roundbox.tar.xz
|
|
Source163: roundbox.doc.tar.xz
|
|
|
|
%description -n texlive-roundbox
|
|
This package implements a command \roundbox that can be used,
|
|
in LaTeX, for producing boxes, framed with rounded corners.
|
|
|
|
date: 2013-04-04 09:28:51 +0000
|
|
|
|
|
|
%package -n texlive-roundbox-doc
|
|
Summary: Documentation for texlive-roundbox
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn29675
|
|
Release: 0
|
|
|
|
%description -n texlive-roundbox-doc
|
|
This package includes the documentation for texlive-roundbox
|
|
|
|
%post -n texlive-roundbox
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-roundbox
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-roundbox
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-roundbox-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/roundbox/README
|
|
|
|
%files -n texlive-roundbox
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/roundbox/roundbox.sty
|
|
/var/adm/update-scripts/texlive-roundbox-%{texlive_version}.%{texlive_noarch}.0.0.2svn29675-%{release}-zypper
|
|
|
|
%package -n texlive-rrgtrees
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1svn27322
|
|
Release: 0
|
|
Summary: Linguistic tree diagrams for Role and Reference Grammar (RRG) 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): texlive >= %{texlive_version}
|
|
Recommends: texlive-rrgtrees-doc >= %{texlive_version}
|
|
Provides: tex(rrgtrees.sty)
|
|
Requires: tex(pst-node.sty)
|
|
Requires: tex(pst-tree.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source164: rrgtrees.tar.xz
|
|
Source165: rrgtrees.doc.tar.xz
|
|
|
|
%description -n texlive-rrgtrees
|
|
A set of LaTeX macros that makes it easy to produce linguistic
|
|
tree diagrams suitable for Role and Reference Grammar (RRG).
|
|
This package allows the construction of trees with crossing
|
|
lines, as is required by this theory for many languages. There
|
|
is no known limit on number of tree nodes or levels. Requires
|
|
the pst-node and pst-tree LaTeX packages.
|
|
|
|
date: 2012-02-10 17:28:55 +0000
|
|
|
|
|
|
%package -n texlive-rrgtrees-doc
|
|
Summary: Documentation for texlive-rrgtrees
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1svn27322
|
|
Release: 0
|
|
|
|
%description -n texlive-rrgtrees-doc
|
|
This package includes the documentation for texlive-rrgtrees
|
|
|
|
%post -n texlive-rrgtrees
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-rrgtrees
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-rrgtrees
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-rrgtrees-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/rrgtrees/Makefile
|
|
%{_texmfdistdir}/doc/latex/rrgtrees/README
|
|
%{_texmfdistdir}/doc/latex/rrgtrees/rrgtrees.pdf
|
|
|
|
%files -n texlive-rrgtrees
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/rrgtrees/rrgtrees.sty
|
|
/var/adm/update-scripts/texlive-rrgtrees-%{texlive_version}.%{texlive_noarch}.1.1svn27322-%{release}-zypper
|
|
|
|
%package -n texlive-rsc
|
|
Version: %{texlive_version}.%{texlive_noarch}.3.1esvn20942
|
|
Release: 0
|
|
Summary: BibTeX style for use with RSC journals
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-rsc-doc >= %{texlive_version}
|
|
Provides: tex(rsc.sty)
|
|
Requires: tex(kvoptions.sty)
|
|
Requires: tex(mciteplus.sty)
|
|
Requires: tex(natbib.sty)
|
|
Requires: tex(natmove.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source166: rsc.tar.xz
|
|
Source167: rsc.doc.tar.xz
|
|
|
|
%description -n texlive-rsc
|
|
The rsc package provides a BibTeX style in accordance with the
|
|
requirements of the Royal Society of Chemistry. It was
|
|
originally based on the file pccp.bst, but also implements a
|
|
number of styles from the achemso package. The package is now a
|
|
stub for the chemstyle package, which the author developed to
|
|
unify the writing of articles with a chemistry content.
|
|
|
|
date: 2011-01-04 23:05:34 +0000
|
|
|
|
|
|
%package -n texlive-rsc-doc
|
|
Summary: Documentation for texlive-rsc
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.3.1esvn20942
|
|
Release: 0
|
|
|
|
%description -n texlive-rsc-doc
|
|
This package includes the documentation for texlive-rsc
|
|
|
|
%post -n texlive-rsc
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-rsc
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-rsc
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-rsc-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/rsc/README
|
|
%{_texmfdistdir}/doc/latex/rsc/rsc-demo.tex
|
|
%{_texmfdistdir}/doc/latex/rsc/rsc.bib
|
|
%{_texmfdistdir}/doc/latex/rsc/rsc.pdf
|
|
|
|
%files -n texlive-rsc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/bibtex/bst/rsc/angew.bst
|
|
%{_texmfdistdir}/bibtex/bst/rsc/rsc.bst
|
|
%{_texmfdistdir}/tex/latex/rsc/rsc.sty
|
|
/var/adm/update-scripts/texlive-rsc-%{texlive_version}.%{texlive_noarch}.3.1esvn20942-%{release}-zypper
|
|
|
|
%package -n texlive-rsfs
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Ralph Smith's Formal Script font
|
|
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(post): grep
|
|
Requires(post): sed
|
|
Requires(postun): sed
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Requires: texlive-rsfs-fonts >= %{texlive_version}
|
|
Recommends: texlive-rsfs-doc >= %{texlive_version}
|
|
Provides: tex(rsfs.map)
|
|
Provides: tex(rsfs10.tfm)
|
|
Provides: tex(rsfs5.tfm)
|
|
Provides: tex(rsfs7.tfm)
|
|
Provides: tex(scrload.tex)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source168: rsfs.tar.xz
|
|
Source169: rsfs.doc.tar.xz
|
|
|
|
%description -n texlive-rsfs
|
|
The fonts provide uppercase 'formal' script letters for use as
|
|
symbols in scientific and mathematical typesetting (in contrast
|
|
to the informal script fonts such as that used for the
|
|
'calligraphic' symbols in the TeX maths symbol font). The fonts
|
|
are provided as MetaFont source, and as derived Adobe Type 1
|
|
format. LaTeX support, for using these fonts in mathematics, is
|
|
available via one of the packages calrsfs and mathrsfs.
|
|
|
|
date: 2008-12-14 18:11:27 +0000
|
|
|
|
|
|
%package -n texlive-rsfs-doc
|
|
Summary: Documentation for texlive-rsfs
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-rsfs-doc
|
|
This package includes the documentation for texlive-rsfs
|
|
|
|
|
|
%package -n texlive-rsfs-fonts
|
|
Summary: Severed fonts for texlive-rsfs
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
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-rsfs-fonts
|
|
The separated fonts package for texlive-rsfs
|
|
%post -n texlive-rsfs
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if grep -qsE 'MixedMap[[:blank:]]+rsfs.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(MixedMap[[:blank:]]+rsfs.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'MixedMap rsfs.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%postun -n texlive-rsfs
|
|
if test $1 = 0; then
|
|
sed -ri 's/^(MixedMap[[:blank:]]+rsfs.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
%{_bindir}/updmap-sys --nohash --quiet > /dev/null 2>&1 || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%posttrans -n texlive-rsfs
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-rsfs-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/fonts/rsfs/README
|
|
%{_texmfdistdir}/doc/fonts/rsfs/README.type1
|
|
|
|
%files -n texlive-rsfs
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/afm/public/rsfs/rsfs10.afm
|
|
%{_texmfdistdir}/fonts/afm/public/rsfs/rsfs5.afm
|
|
%{_texmfdistdir}/fonts/afm/public/rsfs/rsfs7.afm
|
|
%{_texmfdistdir}/fonts/map/dvips/rsfs/rsfs.map
|
|
%{_texmfdistdir}/fonts/source/public/rsfs/rsfs10.mf
|
|
%{_texmfdistdir}/fonts/source/public/rsfs/rsfs5.mf
|
|
%{_texmfdistdir}/fonts/source/public/rsfs/rsfs7.mf
|
|
%{_texmfdistdir}/fonts/source/public/rsfs/script.mf
|
|
%{_texmfdistdir}/fonts/source/public/rsfs/scriptu.mf
|
|
%{_texmfdistdir}/fonts/tfm/public/rsfs/rsfs10.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/rsfs/rsfs5.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/rsfs/rsfs7.tfm
|
|
%{_texmfdistdir}/fonts/type1/public/rsfs/rsfs10.pfb
|
|
%{_texmfdistdir}/fonts/type1/public/rsfs/rsfs10.pfm
|
|
%{_texmfdistdir}/fonts/type1/public/rsfs/rsfs5.pfb
|
|
%{_texmfdistdir}/fonts/type1/public/rsfs/rsfs5.pfm
|
|
%{_texmfdistdir}/fonts/type1/public/rsfs/rsfs7.pfb
|
|
%{_texmfdistdir}/fonts/type1/public/rsfs/rsfs7.pfm
|
|
%{_texmfdistdir}/tex/plain/rsfs/scrload.tex
|
|
/var/adm/update-scripts/texlive-rsfs-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-rsfso
|
|
Version: %{texlive_version}.%{texlive_noarch}.1svn23462
|
|
Release: 0
|
|
Summary: A mathematical calligraphic font based on rsfs
|
|
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(post): grep
|
|
Requires(post): sed
|
|
Requires(postun): sed
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-rsfso-doc >= %{texlive_version}
|
|
Provides: tex(rrsfso10.tfm)
|
|
Provides: tex(rrsfso5.tfm)
|
|
Provides: tex(rrsfso7.tfm)
|
|
Provides: tex(rsfso.map)
|
|
Provides: tex(rsfso.sty)
|
|
Provides: tex(rsfso10.tfm)
|
|
Provides: tex(rsfso10.vf)
|
|
Provides: tex(rsfso5.tfm)
|
|
Provides: tex(rsfso5.vf)
|
|
Provides: tex(rsfso7.tfm)
|
|
Provides: tex(rsfso7.vf)
|
|
Provides: tex(ursfso.fd)
|
|
Requires: tex(xkeyval.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source170: rsfso.tar.xz
|
|
Source171: rsfso.doc.tar.xz
|
|
|
|
%description -n texlive-rsfso
|
|
The package provides virtual fonts and LaTeX support files for
|
|
mathematical calligraphic fonts based on the rsfs Adobe Type 1
|
|
fonts (which must also be present for successful installation,
|
|
with the slant substantially reduced. The output is quite
|
|
similar to that from the Adobe Mathematical Pi script font.
|
|
|
|
date: 2011-02-18 15:44:14 +0000
|
|
|
|
|
|
%package -n texlive-rsfso-doc
|
|
Summary: Documentation for texlive-rsfso
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1svn23462
|
|
Release: 0
|
|
|
|
%description -n texlive-rsfso-doc
|
|
This package includes the documentation for texlive-rsfso
|
|
|
|
%post -n texlive-rsfso
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if grep -qsE 'Map[[:blank:]]+rsfso.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+rsfso.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map rsfso.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%postun -n texlive-rsfso
|
|
if test $1 = 0; then
|
|
sed -ri 's/^(Map[[:blank:]]+rsfso.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
%{_bindir}/updmap-sys --nohash --quiet > /dev/null 2>&1 || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%posttrans -n texlive-rsfso
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-rsfso-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/fonts/rsfso/README
|
|
%{_texmfdistdir}/doc/fonts/rsfso/mh2scr0.png
|
|
%{_texmfdistdir}/doc/fonts/rsfso/rsfso-doc.pdf
|
|
%{_texmfdistdir}/doc/fonts/rsfso/rsfso-doc.tex
|
|
|
|
%files -n texlive-rsfso
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/map/dvips/rsfso/rsfso.map
|
|
%{_texmfdistdir}/fonts/tfm/public/rsfso/rrsfso10.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/rsfso/rrsfso5.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/rsfso/rrsfso7.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/rsfso/rsfso10.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/rsfso/rsfso5.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/rsfso/rsfso7.tfm
|
|
%{_texmfdistdir}/fonts/vf/public/rsfso/rsfso10.vf
|
|
%{_texmfdistdir}/fonts/vf/public/rsfso/rsfso5.vf
|
|
%{_texmfdistdir}/fonts/vf/public/rsfso/rsfso7.vf
|
|
%{_texmfdistdir}/tex/latex/public/rsfso/rsfso.sty
|
|
%{_texmfdistdir}/tex/latex/public/rsfso/ursfso.fd
|
|
/var/adm/update-scripts/texlive-rsfso-%{texlive_version}.%{texlive_noarch}.1svn23462-%{release}-zypper
|
|
|
|
%package -n texlive-rterface
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn30084
|
|
Release: 0
|
|
Summary: Access to R analysis from within a document
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-rterface-doc >= %{texlive_version}
|
|
Provides: tex(rterface.sty)
|
|
Requires: tex(newfile.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source172: rterface.tar.xz
|
|
Source173: rterface.doc.tar.xz
|
|
|
|
%description -n texlive-rterface
|
|
The package mediates interaction between LaTeX and R; it allows
|
|
LaTeX to set R's parameters, and provides code to read R
|
|
output.
|
|
|
|
date: 2013-04-23 17:30:36 +0000
|
|
|
|
|
|
%package -n texlive-rterface-doc
|
|
Summary: Documentation for texlive-rterface
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn30084
|
|
Release: 0
|
|
|
|
%description -n texlive-rterface-doc
|
|
This package includes the documentation for texlive-rterface
|
|
|
|
%post -n texlive-rterface
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-rterface
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-rterface
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-rterface-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/rterface/README
|
|
%{_texmfdistdir}/doc/latex/rterface/rterface.pdf
|
|
%{_texmfdistdir}/doc/latex/rterface/rterface.tex
|
|
|
|
%files -n texlive-rterface
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/rterface/rterface.sty
|
|
/var/adm/update-scripts/texlive-rterface-%{texlive_version}.%{texlive_noarch}.svn30084-%{release}-zypper
|
|
|
|
%package -n texlive-rtkinenc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn20003
|
|
Release: 0
|
|
Summary: Input encoding with fallback procedures
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-rtkinenc-doc >= %{texlive_version}
|
|
Provides: tex(rtkinenc.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source174: rtkinenc.tar.xz
|
|
Source175: rtkinenc.doc.tar.xz
|
|
|
|
%description -n texlive-rtkinenc
|
|
The rtkinenc package is functionally similar to the standard
|
|
LaTeX package inputenc: both set up active characters so that
|
|
an input character outside the range of 7-bit visible ASCII is
|
|
coverted into one or more corresponding LaTeX commands. The
|
|
main difference lies in that rtkinenc allows the user to
|
|
specify a fallback procedure to use when the text command
|
|
corresponding to some input character isn't available. Names of
|
|
commands in rtkinenc have been selected so that it can read
|
|
inputenc encoding definition files, and the aim is that
|
|
rtkinenc should be backwards compatible with inputenc. rtkinenc
|
|
is not a new version of inputenc though, nor is it part of
|
|
standard LaTeX. For an example of how rtkinenc is used, the
|
|
user may look at the tclldoc class.
|
|
|
|
date: 2010-10-04 09:23:12 +0000
|
|
|
|
|
|
%package -n texlive-rtkinenc-doc
|
|
Summary: Documentation for texlive-rtkinenc
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn20003
|
|
Release: 0
|
|
|
|
%description -n texlive-rtkinenc-doc
|
|
This package includes the documentation for texlive-rtkinenc
|
|
|
|
%post -n texlive-rtkinenc
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-rtkinenc
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-rtkinenc
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-rtkinenc-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/rtkinenc/README.txt
|
|
%{_texmfdistdir}/doc/latex/rtkinenc/rtkinenc-doc.pdf
|
|
%{_texmfdistdir}/doc/latex/rtkinenc/rtkinenc-doc.tex
|
|
|
|
%files -n texlive-rtkinenc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/rtkinenc/rtkinenc.sty
|
|
/var/adm/update-scripts/texlive-rtkinenc-%{texlive_version}.%{texlive_noarch}.1.0svn20003-%{release}-zypper
|
|
|
|
%package -n texlive-rtklage
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: A package for German lawyers
|
|
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): texlive >= %{texlive_version}
|
|
Recommends: texlive-rtklage-doc >= %{texlive_version}
|
|
Provides: tex(rtklage.cls)
|
|
Requires: tex(alphanum.sty)
|
|
Requires: tex(babel.sty)
|
|
Requires: tex(calc.sty)
|
|
Requires: tex(color.sty)
|
|
Requires: tex(eso-pic.sty)
|
|
Requires: tex(graphicx.sty)
|
|
Requires: tex(ifthen.sty)
|
|
Requires: tex(numprint.sty)
|
|
Requires: tex(scrdate.sty)
|
|
Requires: tex(scrpage2.sty)
|
|
Requires: tex(twoopt.sty)
|
|
Requires: tex(xspace.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source176: rtklage.tar.xz
|
|
Source177: rtklage.doc.tar.xz
|
|
|
|
%description -n texlive-rtklage
|
|
RATeX is a newly developed bundle of packages and classes
|
|
provided for German lawyers. Now in the early beginning it only
|
|
contains rtklage, a class to make lawsuits.
|
|
|
|
date: 2006-02-07 17:31:12 +0000
|
|
|
|
|
|
%package -n texlive-rtklage-doc
|
|
Summary: Documentation for texlive-rtklage
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Provides: locale(texlive-rtklage-doc:de;de)
|
|
|
|
%description -n texlive-rtklage-doc
|
|
This package includes the documentation for texlive-rtklage
|
|
|
|
%post -n texlive-rtklage
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-rtklage
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-rtklage
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-rtklage-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/rtklage/README
|
|
%{_texmfdistdir}/doc/latex/rtklage/bspklage.tex
|
|
%{_texmfdistdir}/doc/latex/rtklage/rtklage.pdf
|
|
|
|
%files -n texlive-rtklage
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/rtklage/rtklage.cls
|
|
/var/adm/update-scripts/texlive-rtklage-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-ruhyphen
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.6svn21081
|
|
Release: 0
|
|
Summary: Russian hyphenation
|
|
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): texlive >= %{texlive_version}
|
|
Provides: tex(catkoi.tex)
|
|
Provides: tex(cyryoal.tex)
|
|
Provides: tex(cyryoas.tex)
|
|
Provides: tex(cyryoct.tex)
|
|
Provides: tex(cyryodv.tex)
|
|
Provides: tex(cyryomg.tex)
|
|
Provides: tex(cyryovl.tex)
|
|
Provides: tex(cyryozn.tex)
|
|
Provides: tex(enrhm2.tex)
|
|
Provides: tex(hypht2.tex)
|
|
Provides: tex(koi2koi.tex)
|
|
Provides: tex(koi2lcy.tex)
|
|
Provides: tex(koi2ot2.tex)
|
|
Provides: tex(koi2t2a.tex)
|
|
Provides: tex(koi2ucy.tex)
|
|
Provides: tex(ruenhyph.tex)
|
|
Provides: tex(ruhyphal.tex)
|
|
Provides: tex(ruhyphas.tex)
|
|
Provides: tex(ruhyphct.tex)
|
|
Provides: tex(ruhyphdv.tex)
|
|
Provides: tex(ruhyphen.tex)
|
|
Provides: tex(ruhyphmg.tex)
|
|
Provides: tex(ruhyphvl.tex)
|
|
Provides: tex(ruhyphzn.tex)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source178: ruhyphen.tar.xz
|
|
|
|
%description -n texlive-ruhyphen
|
|
A collection of Russian hyphenation patterns supporting a
|
|
number of Cyrillic font encodings, including T2, UCY (Omega
|
|
Unicode Cyrillic), LCY, LWN (OT2), and koi8-r.
|
|
|
|
date: 2007-01-14 09:43:12 +0000
|
|
|
|
%post -n texlive-ruhyphen
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-ruhyphen
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-ruhyphen
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-ruhyphen
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/ruhyphen/catkoi.tex
|
|
%{_texmfdistdir}/tex/generic/ruhyphen/cyryoal.tex
|
|
%{_texmfdistdir}/tex/generic/ruhyphen/cyryoas.tex
|
|
%{_texmfdistdir}/tex/generic/ruhyphen/cyryoct.tex
|
|
%{_texmfdistdir}/tex/generic/ruhyphen/cyryodv.tex
|
|
%{_texmfdistdir}/tex/generic/ruhyphen/cyryomg.tex
|
|
%{_texmfdistdir}/tex/generic/ruhyphen/cyryovl.tex
|
|
%{_texmfdistdir}/tex/generic/ruhyphen/cyryozn.tex
|
|
%{_texmfdistdir}/tex/generic/ruhyphen/enrhm2.tex
|
|
%{_texmfdistdir}/tex/generic/ruhyphen/hypht2.tex
|
|
%{_texmfdistdir}/tex/generic/ruhyphen/koi2koi.tex
|
|
%{_texmfdistdir}/tex/generic/ruhyphen/koi2lcy.tex
|
|
%{_texmfdistdir}/tex/generic/ruhyphen/koi2ot2.tex
|
|
%{_texmfdistdir}/tex/generic/ruhyphen/koi2t2a.tex
|
|
%{_texmfdistdir}/tex/generic/ruhyphen/koi2ucy.tex
|
|
%{_texmfdistdir}/tex/generic/ruhyphen/ruenhyph.tex
|
|
%{_texmfdistdir}/tex/generic/ruhyphen/ruhyphal.tex
|
|
%{_texmfdistdir}/tex/generic/ruhyphen/ruhyphas.tex
|
|
%{_texmfdistdir}/tex/generic/ruhyphen/ruhyphct.tex
|
|
%{_texmfdistdir}/tex/generic/ruhyphen/ruhyphdv.tex
|
|
%{_texmfdistdir}/tex/generic/ruhyphen/ruhyphen.tex
|
|
%{_texmfdistdir}/tex/generic/ruhyphen/ruhyphmg.tex
|
|
%{_texmfdistdir}/tex/generic/ruhyphen/ruhyphvl.tex
|
|
%{_texmfdistdir}/tex/generic/ruhyphen/ruhyphzn.tex
|
|
/var/adm/update-scripts/texlive-ruhyphen-%{texlive_version}.%{texlive_noarch}.1.6svn21081-%{release}-zypper
|
|
|
|
%install
|
|
rm -rf %{buildroot}
|
|
mkdir -p %{buildroot}%{_texmfdistdir}
|
|
mkdir -p %{buildroot}%{_texmfmaindir}
|
|
mkdir -p %{buildroot}%{_datadir}/texlive
|
|
mkdir -p %{buildroot}/var/adm/update-scripts
|
|
ln -sf ../../share/texmf %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf ../../lib/texmf %{buildroot}%{_datadir}/texlive/texmf
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-pstools-%{texlive_version}.%{texlive_noarch}.1.68svn29764-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:1} -C %{buildroot}%{_datadir}/texlive
|
|
tar --use-compress-program=xz -xf %{S:2} -C %{buildroot}%{_datadir}/texlive
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-pstricks-%{texlive_version}.%{texlive_noarch}.2.43svn30616-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:3} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:4} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-pstricks-add-%{texlive_version}.%{texlive_noarch}.3.59svn28750-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:5} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:6} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/generic/pstricks-add/Makefile
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-pstricks-examples-%{texlive_version}.%{texlive_noarch}.svn21511-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:7} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-pstricks-examples-en-%{texlive_version}.%{texlive_noarch}.svn29349-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:8} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-pstricks_calcnotes-%{texlive_version}.%{texlive_noarch}.svn18816-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:9} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-psu-thesis-%{texlive_version}.%{texlive_noarch}.1.1svn15878-%{release}-zypper
|
|
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
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-ptex-%{texlive_version}.%{texlive_noarch}.svn30518-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:12} -C %{buildroot}%{_datadir}/texlive
|
|
tar --use-compress-program=xz -xf %{S:13} -C %{buildroot}%{_datadir}/texlive
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/base/Changes.txt
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/base/README.txt
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/base/README2.txt
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/base/Xins.ins
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/base/jclasses.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/base/jltxdoc.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/base/kinsoku.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/base/nidanfloat.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/base/nidanfloat.ins
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/base/pl209.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/base/pl209.ins
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/base/platex.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/base/plcls.ins
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/base/plcore.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/base/plcore.ins
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/base/pldoc.tex
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/base/pldocs.ins
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/base/plext.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/base/plfmt.ins
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/base/plfonts.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/base/plnews01.tex
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/base/plnews02.tex
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/base/plnews03.tex
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/base/plnews04.tex
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/base/plnews05.tex
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/base/plnews06.tex
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/base/plnews07.tex
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/base/plnews08.tex
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/base/plpatch.ltx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/base/plvers.dtx
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-ptex2pdf-%{texlive_version}.%{texlive_noarch}.0.0.4svn30321-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:14} -C %{buildroot}%{_datadir}/texlive
|
|
tar --use-compress-program=xz -xf %{S:15} -C %{buildroot}%{_datadir}/texlive
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-ptext-%{texlive_version}.%{texlive_noarch}.1.1svn30171-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:16} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:17} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-ptptex-%{texlive_version}.%{texlive_noarch}.0.0.91svn19440-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:18} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:19} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-punk-%{texlive_version}.%{texlive_noarch}.svn27388-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:20} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:21} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-punk-latex-%{texlive_version}.%{texlive_noarch}.1.1svn27389-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:22} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:23} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-punknova-%{texlive_version}.%{texlive_noarch}.1.003svn24649-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:24} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:25} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-purifyeps-%{texlive_version}.%{texlive_noarch}.1.1svn29725-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:26} -C %{buildroot}%{_datadir}/texlive
|
|
tar --use-compress-program=xz -xf %{S:27} -C %{buildroot}%{_datadir}/texlive
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-pxbase-%{texlive_version}.%{texlive_noarch}.0.0.5svn28516-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:28} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:29} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-pxchfon-%{texlive_version}.%{texlive_noarch}.0.0.7asvn30635-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:30} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:31} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/pxchfon/gen-cfja.bat
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/pxchfon/cfjar-b-l0j.vpl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/pxchfon/cfjar-l-l0j.vpl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/pxchfon/cfjar-r-l0j.vpl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/pxchfon/cfjas-b-l0j.vpl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/pxchfon/cfjas-r-l0j.vpl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/pxchfon/cfjas-x-l0j.vpl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/pxchfon/r-cfjar-b-l0j.pl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/pxchfon/r-cfjar-l-l0j.pl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/pxchfon/r-cfjar-r-l0j.pl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/pxchfon/r-cfjas-b-l0j.pl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/pxchfon/r-cfjas-r-l0j.pl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/pxchfon/r-cfjas-x-l0j.pl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/pxchfon/r-cfjas-x-l0j.pl
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-pxcjkcat-%{texlive_version}.%{texlive_noarch}.svn27780-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:32} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:33} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-pxfonts-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:34} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:35} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-pxgreeks-%{texlive_version}.%{texlive_noarch}.1.0svn21838-%{release}-zypper
|
|
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
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/pxgreeks/pxgreeks.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/pxgreeks/pxgreeks.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-pxjahyper-%{texlive_version}.%{texlive_noarch}.0.0.3svn28503-%{release}-zypper
|
|
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
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-pxpgfmark-%{texlive_version}.%{texlive_noarch}.0.0.2svn30212-%{release}-zypper
|
|
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
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-pxrubrica-%{texlive_version}.%{texlive_noarch}.svn28494-%{release}-zypper
|
|
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
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/pxrubrica/pxrubrica.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/pxrubrica/pxrubrica.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-pxtxalfa-%{texlive_version}.%{texlive_noarch}.1svn23682-%{release}-zypper
|
|
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
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-python-%{texlive_version}.%{texlive_noarch}.0.0.21svn27064-%{release}-zypper
|
|
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
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-qcm-%{texlive_version}.%{texlive_noarch}.2.1svn15878-%{release}-zypper
|
|
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
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/qcm/qcm.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/qcm/qcm.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-qobitree-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
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
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-qpxqtx-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
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
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-qstest-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
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
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/qstest/Makefile
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/qstest/makematch.drv
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/qstest/makematch.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/qstest/qstest.drv
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/qstest/qstest.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/qstest/qstest.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-qsymbols-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
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
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/qsymbols/Makefile
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-qtree-%{texlive_version}.%{texlive_noarch}.3.1bsvn15878-%{release}-zypper
|
|
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
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-quattrocento-%{texlive_version}.%{texlive_noarch}.svn28957-%{release}-zypper
|
|
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
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-quotchap-%{texlive_version}.%{texlive_noarch}.1.1svn28046-%{release}-zypper
|
|
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
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/quotchap/quotchap.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/quotchap/quotchap.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-quoting-%{texlive_version}.%{texlive_noarch}.v0.1bsvn25474-%{release}-zypper
|
|
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
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/quoting/quoting.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/quoting/quoting.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-quotmark-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{release}-zypper
|
|
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
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/quotmark/quotmark.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/quotmark/quotmark.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-r_und_s-%{texlive_version}.%{texlive_noarch}.1.3isvn15878-%{release}-zypper
|
|
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
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-raleway-%{texlive_version}.%{texlive_noarch}.1.0svn30211-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:70} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:71} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-ran_toks-%{texlive_version}.%{texlive_noarch}.svn28361-%{release}-zypper
|
|
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
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/ran_toks/ran_toks.dtx
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-randbild-%{texlive_version}.%{texlive_noarch}.0.0.2svn15878-%{release}-zypper
|
|
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
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/randbild/randbild.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/randbild/randbild.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-randomwalk-%{texlive_version}.%{texlive_noarch}.0.0.2csvn28769-%{release}-zypper
|
|
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
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/randomwalk/randomwalk.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/randomwalk/randomwalk.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-randtext-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
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
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-rccol-%{texlive_version}.%{texlive_noarch}.1.2csvn15878-%{release}-zypper
|
|
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
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rccol/rccol.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rccol/rccol.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-rcs-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
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
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rcs/Makefile
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rcs/rcs.el
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rcs/src/Diff
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rcs/src/Imakefile
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rcs/src/README
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rcs/src/TODO
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rcs/src/rcs-conf.tex
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rcs/src/rcs-doc.sty
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rcs/src/rcs-user.tex
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rcs/src/rcs.doc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rcs/src/style/rcs.el
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rcs/src/style/rcs.elc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rcs/src/test/Imakefile
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rcs/src/test/Makefile
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rcs/src/test/empty-log.tex
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rcs/src/test/german.tex
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rcs/src/test/log-error.tex
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rcs/src/test/log.tex
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rcs/src/test/rcsdef.tex
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rcs/src/test/rcsid-param.tex
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rcs/src/test/rcsid.tex
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rcs/src/test/under_score.tex
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-rcs-multi-%{texlive_version}.%{texlive_noarch}.0.0.1asvn21939-%{release}-zypper
|
|
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
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rcs-multi/Makefile
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rcs-multi/example.tex
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rcs-multi/rcs-multi.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rcs-multi/rcs-multi.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-rcsinfo-%{texlive_version}.%{texlive_noarch}.1.11svn15878-%{release}-zypper
|
|
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
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rcsinfo/Makefile
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rcsinfo/rcsinfo.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rcsinfo/rcsinfo.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-readarray-%{texlive_version}.%{texlive_noarch}.1.2svn30489-%{release}-zypper
|
|
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
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-realboxes-%{texlive_version}.%{texlive_noarch}.0.0.2svn23581-%{release}-zypper
|
|
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
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/realboxes/realboxes.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/realboxes/realboxes.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-realscripts-%{texlive_version}.%{texlive_noarch}.0.0.3bsvn29423-%{release}-zypper
|
|
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
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/realscripts/realscripts.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/realscripts/realscripts.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-rec-thy-%{texlive_version}.%{texlive_noarch}.1.3svn27225-%{release}-zypper
|
|
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
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-recipe-%{texlive_version}.%{texlive_noarch}.0.0.9svn15878-%{release}-zypper
|
|
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
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-recipecard-%{texlive_version}.%{texlive_noarch}.2.0svn15878-%{release}-zypper
|
|
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
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/recipecard/recipecard.dtx
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-rectopma-%{texlive_version}.%{texlive_noarch}.svn19980-%{release}-zypper
|
|
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
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-recycle-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
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
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-refcheck-%{texlive_version}.%{texlive_noarch}.1.7svn29128-%{release}-zypper
|
|
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
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-refman-%{texlive_version}.%{texlive_noarch}.2.0esvn15878-%{release}-zypper
|
|
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
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/refman/refman.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/refman/refman.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-refstyle-%{texlive_version}.%{texlive_noarch}.0.0.5svn20318-%{release}-zypper
|
|
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
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/refstyle/refconfig.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/refstyle/refstyle.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/refstyle/refstyle.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-regcount-%{texlive_version}.%{texlive_noarch}.1.0svn19979-%{release}-zypper
|
|
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
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/regcount/regcount.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/regcount/regcount.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-regexpatch-%{texlive_version}.%{texlive_noarch}.0.0.2svn29543-%{release}-zypper
|
|
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
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/regexpatch/regexpatch.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/regexpatch/regexpatch.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-register-%{texlive_version}.%{texlive_noarch}.1.6svn21127-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:114} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:115} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/register/register.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/register/register.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-regstats-%{texlive_version}.%{texlive_noarch}.1.0gsvn25050-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:116} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:117} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/regstats/regstats.drv
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/regstats/regstats.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/regstats/regstats.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-relenc-%{texlive_version}.%{texlive_noarch}.svn22050-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:118} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:119} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/relenc/relenc.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/relenc/relenc.ins
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/relenc/t1renc.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/relenc/t1rzcm.fdd
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-relsize-%{texlive_version}.%{texlive_noarch}.4.1svn30707-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:120} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:121} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-reotex-%{texlive_version}.%{texlive_noarch}.1.0svn29803-%{release}-zypper
|
|
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
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-repeatindex-%{texlive_version}.%{texlive_noarch}.0.0.01svn24305-%{release}-zypper
|
|
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
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-resphilosophica-%{texlive_version}.%{texlive_noarch}.1.11svn28799-%{release}-zypper
|
|
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
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/resphilosophica/resphilosophica.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/resphilosophica/resphilosophica.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-resumecls-%{texlive_version}.%{texlive_noarch}.0.0.2.1svn29417-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:128} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:129} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/xelatex/resumecls/resumecls.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/xelatex/resumecls/resumecls.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-resumemac-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:130} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:131} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-reverxii-%{texlive_version}.%{texlive_noarch}.svn24976-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:132} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-revtex-%{texlive_version}.%{texlive_noarch}.4.1rsvn19652-%{release}-zypper
|
|
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
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/revtex/aip.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/revtex/ltxdocext.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/revtex/ltxfront.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/revtex/ltxgrid.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/revtex/ltxutil.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/revtex/revtex4-1.dtx
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-revtex4-%{texlive_version}.%{texlive_noarch}.svn16488-%{release}-zypper
|
|
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
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/revtex4/ltxdocext.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/revtex4/ltxgrid.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/revtex4/ltxutil.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/revtex4/revtex4.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/revtex4/revtex4.ins
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/revtex4/textcase.dtx
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-rjlparshap-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
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
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rjlparshap/rjlpshap.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rjlparshap/rjlpshap.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-rlepsf-%{texlive_version}.%{texlive_noarch}.svn19082-%{release}-zypper
|
|
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
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-rmpage-%{texlive_version}.%{texlive_noarch}.0.0.92svn20002-%{release}-zypper
|
|
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
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-robustcommand-%{texlive_version}.%{texlive_noarch}.0.0.1svn15878-%{release}-zypper
|
|
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
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/robustcommand/robustcommand.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/robustcommand/robustcommand.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-robustindex-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
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
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-roex-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:147} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/metafont/roex/0roex.doc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/metafont/roex/roexsamp/0roexsam.doc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/metafont/roex/roexsamp/es-01.mf
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/metafont/roex/roexsamp/es-02.mf
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/metafont/roex/roexsamp/es-03.mf
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/metafont/roex/roexsamp/ro-01.mf
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/metafont/roex/roexsamp/ro-02.mf
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/metafont/roex/roexsamp/ro-03.mf
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/metafont/roex/roexsamp/ro-04.mf
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/metafont/roex/roexsamp/ro-05.mf
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/metafont/roex/roexsamp/ro-06.mf
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/metafont/roex/roexsamp/ro-07.mf
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/metafont/roex/roexsamp/roes-01.mf
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/metafont/roex/roexsamp/roes-02.mf
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/metafont/roex/roexsamp/roes-03.mf
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/metafont/roex/roexsamp/roes-04.mf
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-romanbar-%{texlive_version}.%{texlive_noarch}.1.0fsvn25005-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:148} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:149} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/romanbar/romanbar.drv
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/romanbar/romanbar.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/romanbar/romanbar.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-romande-%{texlive_version}.%{texlive_noarch}.1.008_v7svn19537-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:150} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:151} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/romande/reglyph-yrd.tex
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/romande/romande-supp.etx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/romande/t1-romandeadf-alt.etx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/romande/t1-romandeadf.etx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/romande/ts1-euro.etx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/romande/yrd-drv.tex
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/romande/yrd-map.tex
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-romanneg-%{texlive_version}.%{texlive_noarch}.svn20087-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:152} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:153} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-romannum-%{texlive_version}.%{texlive_noarch}.1.0bsvn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:154} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:155} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/romannum/romannum.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/romannum/romannum.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-rotating-%{texlive_version}.%{texlive_noarch}.2.16bsvn16832-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:156} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:157} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rotating/rotating.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rotating/rotating.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-rotfloat-%{texlive_version}.%{texlive_noarch}.1.2svn18292-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:158} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:159} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rotfloat/rotfloat.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rotfloat/rotfloat.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-rotpages-%{texlive_version}.%{texlive_noarch}.3.0svn18740-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:160} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:161} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-roundbox-%{texlive_version}.%{texlive_noarch}.0.0.2svn29675-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:162} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:163} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-rrgtrees-%{texlive_version}.%{texlive_noarch}.1.1svn27322-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:164} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:165} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rrgtrees/rrgtrees.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rrgtrees/rrgtrees.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-rsc-%{texlive_version}.%{texlive_noarch}.3.1esvn20942-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:166} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:167} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rsc/rsc.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rsc/rsc.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-rsfs-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:168} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:169} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-rsfso-%{texlive_version}.%{texlive_noarch}.1svn23462-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:170} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:171} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-rterface-%{texlive_version}.%{texlive_noarch}.svn30084-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:172} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:173} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-rtkinenc-%{texlive_version}.%{texlive_noarch}.1.0svn20003-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:174} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:175} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rtkinenc/rtkinenc.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/rtkinenc/rtkinenc.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-rtklage-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:176} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:177} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-ruhyphen-%{texlive_version}.%{texlive_noarch}.1.6svn21081-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:178} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/generic/ruhyphen/BUGS
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/generic/ruhyphen/Makefile
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/generic/ruhyphen/README
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/generic/ruhyphen/README.ruhyphal
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/generic/ruhyphen/hyphen.rules
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/generic/ruhyphen/mkcyryo
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/generic/ruhyphen/reduce-patt
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/generic/ruhyphen/sorthyph
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/generic/ruhyphen/sortkoi8
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/generic/ruhyphen/trans
|
|
# 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
|
|
|
|
%changelog
|