texlive-specs-n/texlive-specs-n.spec

15765 lines
719 KiB
RPMSpec

#
# spec file for package texlive-specs-n
#
# 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-n
Version: 2013
Release: 0
BuildRequires: ed
BuildRequires: texlive-filesystem
BuildRequires: xz
BuildArch: noarch
Summary: Meta package for n
License: BSD-3-Clause and GFDL-1.2 and GPL-2.0+ and LPPL-1.0 and LPPL-1.3c and SUSE-Public-Domain
Group: Productivity/Publishing/TeX/Base
%description
Meta package to build tons of noarch texlive packages.
%prep
%setup -q -c -T
%build
%package -n texlive-l2tabu-french
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
Summary: French translation of l2tabu
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}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source1: l2tabu-french.doc.tar.xz
%description -n texlive-l2tabu-french
French translation of l2tabu.
date: 2006-12-15 13:14:43 +0000
%post -n texlive-l2tabu-french
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-l2tabu-french
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-l2tabu-french
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-l2tabu-french
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/l2tabu-french/README
%{_texmfdistdir}/doc/latex/l2tabu-french/l2tabufr-heavy.pdf
%{_texmfdistdir}/doc/latex/l2tabu-french/l2tabufr-light.pdf
%{_texmfdistdir}/doc/latex/l2tabu-french/l2tabufr.tex
/var/adm/update-scripts/texlive-l2tabu-french-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
%package -n texlive-l2tabu-italian
Version: %{texlive_version}.%{texlive_noarch}.1.8.4svn25218
Release: 0
Summary: Italian Translation of Obsolete packages and commands
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}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source2: l2tabu-italian.doc.tar.xz
%description -n texlive-l2tabu-italian
Italian translation of the l2tabu practical guide to LaTeX2e (a
list of obsolete packages and commands).
date: 2011-09-20 22:42:21 +0000
%post -n texlive-l2tabu-italian
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-l2tabu-italian
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-l2tabu-italian
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-l2tabu-italian
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/l2tabu-italian/l2tabuit.pdf
%{_texmfdistdir}/doc/latex/l2tabu-italian/l2tabuit.tex
/var/adm/update-scripts/texlive-l2tabu-italian-%{texlive_version}.%{texlive_noarch}.1.8.4svn25218-%{release}-zypper
%package -n texlive-l2tabu-spanish
Version: %{texlive_version}.%{texlive_noarch}.1.1svn15878
Release: 0
Summary: Spanish translation of "Obsolete packages and commands"
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}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source3: l2tabu-spanish.doc.tar.xz
%description -n texlive-l2tabu-spanish
A Spanish translation of the l2tabu practical guide to LaTeX2e
by Mark Trettin. A list of obsolete packages, commands and
usages.
date: 2008-08-22 08:50:40 +0000
%post -n texlive-l2tabu-spanish
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-l2tabu-spanish
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-l2tabu-spanish
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-l2tabu-spanish
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/l2tabu-spanish/README
%{_texmfdistdir}/doc/latex/l2tabu-spanish/l2tabues.pdf
%{_texmfdistdir}/doc/latex/l2tabu-spanish/l2tabues.tex
/var/adm/update-scripts/texlive-l2tabu-spanish-%{texlive_version}.%{texlive_noarch}.1.1svn15878-%{release}-zypper
%package -n texlive-l3experimental
Version: %{texlive_version}.%{texlive_noarch}.svn_4467svn29361
Release: 0
Summary: Experimental LaTeX3 concepts
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-l3experimental-doc >= %{texlive_version}
Provides: tex(l3dt.sty)
Provides: tex(l3flag.sty)
Provides: tex(l3galley.sty)
Provides: tex(l3regex-trace.sty)
Provides: tex(l3regex.sty)
Provides: tex(l3sort.sty)
Provides: tex(l3str-convert.sty)
Provides: tex(l3str-format.sty)
Provides: tex(l3str.sty)
Provides: tex(l3tl-analysis.sty)
Provides: tex(l3tl-build.sty)
Provides: tex(xcoffins.sty)
Provides: tex(xgalley.sty)
Requires: tex(expl3.sty)
Requires: tex(xparse.sty)
Requires: tex(xtemplate.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source4: l3experimental.tar.xz
Source5: l3experimental.doc.tar.xz
%description -n texlive-l3experimental
The l3experimental packages are a collection of experimental
implementations for aspects of the LaTeX3 kernel, dealing with
higher-level ideas such as the Designer Interface. Some of them
work as stand alone packages, providing new functionality, and
can be used on top of LaTeX2e with no changes to the existing
kernel. The present release includes: - xgalley, which controls
boxes receiving text for typesetting. - l3dt: kernel support
for data tables; - l3galley: kernel support for xgalley; -
l3regex: kernel support for regular expression search and
replace operations; - l3sort: kernel support for sorting
sequences, token lists or comma-lists, according to user-
specified comparison criteria; - l3str: kernel support for
string manipulation; - l3tl-build: kernel support for token
list building; - l3tl_analysis: kernel support for token list
analysis; and - xcoffins, which allows the alignment of boxes
using a series of 'handle' positions, supplementing the simple
TeX reference point. All the files of the bundle are also
available in the Subversion (SVN) repository of the LaTeX3
Project. The bundle on CTAN is based on a snapshot of the SVN
repository on 2012-11-21.
date: 2013-03-12 09:55:10 +0000
%package -n texlive-l3experimental-doc
Summary: Documentation for texlive-l3experimental
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn_4467svn29361
Release: 0
%description -n texlive-l3experimental-doc
This package includes the documentation for texlive-l3experimental
%post -n texlive-l3experimental
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-l3experimental
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-l3experimental
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-l3experimental-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/l3experimental/README
%{_texmfdistdir}/doc/latex/l3experimental/l3dt/l3dt.pdf
%{_texmfdistdir}/doc/latex/l3experimental/l3sort/l3sort.pdf
%{_texmfdistdir}/doc/latex/l3experimental/l3str/l3flag.pdf
%{_texmfdistdir}/doc/latex/l3experimental/l3str/l3regex.pdf
%{_texmfdistdir}/doc/latex/l3experimental/l3str/l3str-convert.pdf
%{_texmfdistdir}/doc/latex/l3experimental/l3str/l3str-format.pdf
%{_texmfdistdir}/doc/latex/l3experimental/l3str/l3str.pdf
%{_texmfdistdir}/doc/latex/l3experimental/l3str/l3tl-analysis.pdf
%{_texmfdistdir}/doc/latex/l3experimental/l3str/l3tl-build.pdf
%{_texmfdistdir}/doc/latex/l3experimental/xcoffins/xcoffins.pdf
%{_texmfdistdir}/doc/latex/l3experimental/xgalley/l3galley.pdf
%{_texmfdistdir}/doc/latex/l3experimental/xgalley/xgalley.pdf
%files -n texlive-l3experimental
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/l3experimental/l3dt/l3dt.sty
%{_texmfdistdir}/tex/latex/l3experimental/l3sort/l3sort.sty
%{_texmfdistdir}/tex/latex/l3experimental/l3str/l3flag.sty
%{_texmfdistdir}/tex/latex/l3experimental/l3str/l3regex-trace.sty
%{_texmfdistdir}/tex/latex/l3experimental/l3str/l3regex.sty
%{_texmfdistdir}/tex/latex/l3experimental/l3str/l3str-convert.sty
%{_texmfdistdir}/tex/latex/l3experimental/l3str/l3str-format.sty
%{_texmfdistdir}/tex/latex/l3experimental/l3str/l3str.sty
%{_texmfdistdir}/tex/latex/l3experimental/l3str/l3tl-analysis.sty
%{_texmfdistdir}/tex/latex/l3experimental/l3str/l3tl-build.sty
%{_texmfdistdir}/tex/latex/l3experimental/xcoffins/xcoffins.sty
%{_texmfdistdir}/tex/latex/l3experimental/xgalley/l3galley.sty
%{_texmfdistdir}/tex/latex/l3experimental/xgalley/xgalley.sty
/var/adm/update-scripts/texlive-l3experimental-%{texlive_version}.%{texlive_noarch}.svn_4467svn29361-%{release}-zypper
%package -n texlive-l3kernel
Version: %{texlive_version}.%{texlive_noarch}.svn_4469svn29409
Release: 0
Summary: LaTeX3 programming conventions
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-l3kernel-doc >= %{texlive_version}
Provides: tex(expl3.sty)
Provides: tex(l3basics.sty)
Provides: tex(l3bootstrap.sty)
Provides: tex(l3box.sty)
Provides: tex(l3candidates.sty)
Provides: tex(l3clist.sty)
Provides: tex(l3coffins.sty)
Provides: tex(l3color.sty)
Provides: tex(l3doc.cls)
Provides: tex(l3docstrip.tex)
Provides: tex(l3dvipdfmx.def)
Provides: tex(l3dvips.def)
Provides: tex(l3expan.sty)
Provides: tex(l3file.sty)
Provides: tex(l3fp.sty)
Provides: tex(l3int.sty)
Provides: tex(l3keys.sty)
Provides: tex(l3luatex.sty)
Provides: tex(l3msg.sty)
Provides: tex(l3names.sty)
Provides: tex(l3pdfmode.def)
Provides: tex(l3prg.sty)
Provides: tex(l3prop.sty)
Provides: tex(l3quark.sty)
Provides: tex(l3seq.sty)
Provides: tex(l3skip.sty)
Provides: tex(l3tl.sty)
Provides: tex(l3token.sty)
Provides: tex(l3xdvipdfmx.def)
Requires: tex(article.cls)
Requires: tex(calc.sty)
Requires: tex(doc.sty)
Requires: tex(etex.sty)
Requires: tex(fontenc.sty)
Requires: tex(hypdoc.sty)
Requires: tex(ifpdf.sty)
Requires: tex(lmodern.sty)
Requires: tex(luatex.sty)
Requires: tex(pdftexcmds.sty)
Requires: tex(xparse.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source6: l3kernel.tar.xz
Source7: l3kernel.doc.tar.xz
%description -n texlive-l3kernel
The l3kernel bundle provides an implementation of the LaTeX3
programmers' interface, as a set of packages that run under
LaTeX 2e. The interface provides the foundation on which the
LaTeX3 kernel and other future code are built: it is an API for
TeX programmers. The packages are set up so that the LaTeX3
conventions can be used with regular LaTeX 2e packages. All the
files of the bundle are also available in the Subversion (SVN)
repository of the LaTeX3 Project. The bundle on CTAN is based
on a snapshot of the SVN repository on 2012-11-21.
date: 2013-03-14 20:55:57 +0000
%package -n texlive-l3kernel-doc
Summary: Documentation for texlive-l3kernel
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn_4469svn29409
Release: 0
%description -n texlive-l3kernel-doc
This package includes the documentation for texlive-l3kernel
%post -n texlive-l3kernel
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-l3kernel
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-l3kernel
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-l3kernel-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/l3kernel/README
%{_texmfdistdir}/doc/latex/l3kernel/expl3.pdf
%{_texmfdistdir}/doc/latex/l3kernel/interface3.pdf
%{_texmfdistdir}/doc/latex/l3kernel/interface3.tex
%{_texmfdistdir}/doc/latex/l3kernel/l3docstrip.pdf
%{_texmfdistdir}/doc/latex/l3kernel/l3styleguide.pdf
%{_texmfdistdir}/doc/latex/l3kernel/l3styleguide.tex
%{_texmfdistdir}/doc/latex/l3kernel/l3syntax-changes.pdf
%{_texmfdistdir}/doc/latex/l3kernel/l3syntax-changes.tex
%{_texmfdistdir}/doc/latex/l3kernel/source3.pdf
%{_texmfdistdir}/doc/latex/l3kernel/source3.tex
%{_texmfdistdir}/doc/latex/l3kernel/source3body.tex
%files -n texlive-l3kernel
%defattr(-,root,root,755)
%{_texmfdistdir}/makeindex/l3kernel/l3doc.ist
%{_texmfdistdir}/tex/latex/l3kernel/expl3.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3basics.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3bootstrap.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3box.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3candidates.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3clist.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3coffins.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3color.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3doc.cls
%{_texmfdistdir}/tex/latex/l3kernel/l3docstrip.tex
%{_texmfdistdir}/tex/latex/l3kernel/l3dvipdfmx.def
%{_texmfdistdir}/tex/latex/l3kernel/l3dvips.def
%{_texmfdistdir}/tex/latex/l3kernel/l3expan.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3file.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3fp.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3int.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3keys.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3luatex.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3msg.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3names.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3pdfmode.def
%{_texmfdistdir}/tex/latex/l3kernel/l3prg.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3prop.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3quark.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3seq.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3skip.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3tl.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3token.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3xdvipdfmx.def
/var/adm/update-scripts/texlive-l3kernel-%{texlive_version}.%{texlive_noarch}.svn_4469svn29409-%{release}-zypper
%package -n texlive-l3packages
Version: %{texlive_version}.%{texlive_noarch}.svn_4467svn29361
Release: 0
Summary: High-level LaTeX3 concepts
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-l3packages-doc >= %{texlive_version}
Provides: tex(l3keys2e.sty)
Provides: tex(xfrac.sty)
Provides: tex(xparse.sty)
Provides: tex(xtemplate.sty)
Requires: tex(amstext.sty)
Requires: tex(expl3.sty)
Requires: tex(graphicx.sty)
Requires: tex(textcomp.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source8: l3packages.tar.xz
Source9: l3packages.doc.tar.xz
%description -n texlive-l3packages
The bundle holds prototype implementations of concepts for a
LaTeX designer interface, to be used with the experimental
LaTeX kernel as programming tools and kernel support. Packages
provided in this release are: - l3keys2e, which makes the
facilities of the kernel module l3keys available for use by
LaTeX 2e packages; - xfrac, which provides flexible split-level
fractions; - xparse, which provides a high-level interface for
declaring document commands; and - xtemplate, which provides a
means of defining generic functions using a key-value syntax.
All the files of the bundle are also available in the
Subversion (SVN) repository of the LaTeX3 Project. The bundle
on CTAN is based on a snapshot of the SVN repository on 2012-
11-21.
date: 2013-03-12 09:55:10 +0000
%package -n texlive-l3packages-doc
Summary: Documentation for texlive-l3packages
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn_4467svn29361
Release: 0
%description -n texlive-l3packages-doc
This package includes the documentation for texlive-l3packages
%post -n texlive-l3packages
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-l3packages
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-l3packages
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-l3packages-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/l3packages/README
%{_texmfdistdir}/doc/latex/l3packages/l3keys2e/l3keys2e.pdf
%{_texmfdistdir}/doc/latex/l3packages/xfrac/xfrac.pdf
%{_texmfdistdir}/doc/latex/l3packages/xparse/xparse.pdf
%{_texmfdistdir}/doc/latex/l3packages/xtemplate/xtemplate.pdf
%files -n texlive-l3packages
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/l3packages/l3keys2e/l3keys2e.sty
%{_texmfdistdir}/tex/latex/l3packages/xfrac/xfrac.sty
%{_texmfdistdir}/tex/latex/l3packages/xparse/xparse.sty
%{_texmfdistdir}/tex/latex/l3packages/xtemplate/xtemplate.sty
/var/adm/update-scripts/texlive-l3packages-%{texlive_version}.%{texlive_noarch}.svn_4467svn29361-%{release}-zypper
%package -n texlive-labbook
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
Summary: Typeset laboratory 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-labbook-doc >= %{texlive_version}
Provides: tex(labbook.cls)
Requires: tex(makeidx.sty)
Requires: tex(scrbook.cls)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source10: labbook.tar.xz
Source11: labbook.doc.tar.xz
%description -n texlive-labbook
This class is designed to typeset laboratory journals that
contain chronologically ordered records about experiments. From
the sectioning commands, an experiment index is generated. The
class is based on the KOMA-Script class scrbook.cls. There can
be several index entries for one experiment.
date: 2008-03-30 18:37:26 +0000
%package -n texlive-labbook-doc
Summary: Documentation for texlive-labbook
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
Provides: locale(texlive-labbook-doc:de;en)
%description -n texlive-labbook-doc
This package includes the documentation for texlive-labbook
%post -n texlive-labbook
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-labbook
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-labbook
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-labbook-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/labbook/README
%{_texmfdistdir}/doc/latex/labbook/boilerplates.tex
%{_texmfdistdir}/doc/latex/labbook/examplde.tex
%{_texmfdistdir}/doc/latex/labbook/examplen.tex
%{_texmfdistdir}/doc/latex/labbook/labboode.pdf
%{_texmfdistdir}/doc/latex/labbook/labboode.tex
%{_texmfdistdir}/doc/latex/labbook/labbook.el
%{_texmfdistdir}/doc/latex/labbook/labbook.pdf
%files -n texlive-labbook
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/labbook/labbook.cls
/var/adm/update-scripts/texlive-labbook-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
%package -n texlive-labelcas
Version: %{texlive_version}.%{texlive_noarch}.1.12svn15878
Release: 0
Summary: Check the existence of labels, and fork accordingly
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-labelcas-doc >= %{texlive_version}
Provides: tex(labelcas.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source12: labelcas.tar.xz
Source13: labelcas.doc.tar.xz
%description -n texlive-labelcas
The package defines two commands: - \eachlabelcase, which
distinguishes whether a set of labels is defined, and for each
label either queues action accordingly, or appends the action
to a macro; and - \lotlabelcase, which takes a comma-separated
list of label names, and distinguishes the resulting action on
whether all were defined, whether none were defined, whether
not all were defined, or whether the lest is empty (again, the
action resulting from \lotlabelcase may be written to a macro).
date: 2007-03-08 20:58:53 +0000
%package -n texlive-labelcas-doc
Summary: Documentation for texlive-labelcas
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.12svn15878
Release: 0
%description -n texlive-labelcas-doc
This package includes the documentation for texlive-labelcas
%post -n texlive-labelcas
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-labelcas
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-labelcas
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-labelcas-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/labelcas/README
%{_texmfdistdir}/doc/latex/labelcas/labelcas.pdf
%files -n texlive-labelcas
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/labelcas/labelcas.sty
/var/adm/update-scripts/texlive-labelcas-%{texlive_version}.%{texlive_noarch}.1.12svn15878-%{release}-zypper
%package -n texlive-labels
Version: %{texlive_version}.%{texlive_noarch}.0.0.13svn15878
Release: 0
Summary: Print sheets of sticky labels
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-labels-doc >= %{texlive_version}
Provides: tex(labels.sty)
Provides: tex(olabels.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source14: labels.tar.xz
Source15: labels.doc.tar.xz
%description -n texlive-labels
A LaTeX package to print a regular grid of ragged-right labels
on a page, suitable for sheets of labels which can be fed
through a printer. Macros are provided to allow easy input of
names and addresses in a form free of TeX markup. Equally
useful is a feature for making multiple copies of a single
label, e.g., return address stickers to go with the labels.
Rows, columns, borders can all be specified to match the label
sheet being used.
date: 2009-09-28 22:01:21 +0000
%package -n texlive-labels-doc
Summary: Documentation for texlive-labels
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.0.0.13svn15878
Release: 0
%description -n texlive-labels-doc
This package includes the documentation for texlive-labels
%post -n texlive-labels
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-labels
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-labels
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-labels-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/labels/README
%{_texmfdistdir}/doc/latex/labels/labels.pdf
%{_texmfdistdir}/doc/latex/labels/test/avery5162.tex
%{_texmfdistdir}/doc/latex/labels/test/badge.tex
%{_texmfdistdir}/doc/latex/labels/test/beebe.tex
%{_texmfdistdir}/doc/latex/labels/test/door.tex
%{_texmfdistdir}/doc/latex/labels/test/door209.tex
%{_texmfdistdir}/doc/latex/labels/test/names.dat
%{_texmfdistdir}/doc/latex/labels/test/news.tex
%{_texmfdistdir}/doc/latex/labels/test/test.tex
%{_texmfdistdir}/doc/latex/labels/test/test1.tex
%{_texmfdistdir}/doc/latex/labels/test/test10.tex
%{_texmfdistdir}/doc/latex/labels/test/test11.tex
%{_texmfdistdir}/doc/latex/labels/test/test12.tex
%{_texmfdistdir}/doc/latex/labels/test/test2.tex
%{_texmfdistdir}/doc/latex/labels/test/test3.tex
%{_texmfdistdir}/doc/latex/labels/test/test4.tex
%{_texmfdistdir}/doc/latex/labels/test/test5.tex
%{_texmfdistdir}/doc/latex/labels/test/test6.tex
%{_texmfdistdir}/doc/latex/labels/test/test7.tex
%{_texmfdistdir}/doc/latex/labels/test/test8.tex
%{_texmfdistdir}/doc/latex/labels/test/test9.tex
%{_texmfdistdir}/doc/latex/labels/test/testnew.tex
%{_texmfdistdir}/doc/latex/labels/test/testnew1.tex
%{_texmfdistdir}/doc/latex/labels/test/testnew10.tex
%{_texmfdistdir}/doc/latex/labels/test/testnew11.tex
%{_texmfdistdir}/doc/latex/labels/test/testnew12.tex
%{_texmfdistdir}/doc/latex/labels/test/testnew13.tex
%{_texmfdistdir}/doc/latex/labels/test/testnew2.tex
%{_texmfdistdir}/doc/latex/labels/test/testnew3.tex
%{_texmfdistdir}/doc/latex/labels/test/testnew4.tex
%{_texmfdistdir}/doc/latex/labels/test/testnew5.tex
%{_texmfdistdir}/doc/latex/labels/test/testnew6.tex
%{_texmfdistdir}/doc/latex/labels/test/testnew7.tex
%{_texmfdistdir}/doc/latex/labels/test/testnew8.tex
%{_texmfdistdir}/doc/latex/labels/test/testnew9.tex
%{_texmfdistdir}/doc/latex/labels/test/zwekform.tex
%files -n texlive-labels
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/labels/labels.sty
%{_texmfdistdir}/tex/latex/labels/olabels.sty
/var/adm/update-scripts/texlive-labels-%{texlive_version}.%{texlive_noarch}.0.0.13svn15878-%{release}-zypper
%package -n texlive-lacheck
Version: %{texlive_version}.%{texlive_noarch}.1.26svn29764
Release: 0
Summary: LaTeX checker
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive-lacheck-bin >= %{texlive_version}
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
Source16: lacheck.tar.xz
%description -n texlive-lacheck
Lacheck is a tool for finding common mistakes in LaTeX
documents. The distribution includes sources, and executables
for OS/2 and Win32 environments.
date: 2012-06-23 22:35:21 +0000
%post -n texlive-lacheck
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-lacheck
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-lacheck
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-lacheck
%defattr(-,root,root,755)
%{_mandir}/man1/lacheck.1*
/var/adm/update-scripts/texlive-lacheck-%{texlive_version}.%{texlive_noarch}.1.26svn29764-%{release}-zypper
%package -n texlive-lambda
Version: %{texlive_version}.%{texlive_noarch}.svn28669
Release: 0
Summary: Package lambda
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(UT1cmr.fd)
Provides: tex(UT1omlgc.fd)
Provides: tex(elhyph16.tex)
Provides: tex(grcodes.tex)
Provides: tex(grmhyph.tex)
Provides: tex(lambda.tex)
Provides: tex(language.dat)
Provides: tex(lchcmr.fd)
Provides: tex(lchenc.def)
Provides: tex(ocherokee.sty)
Provides: tex(odev.sty)
Provides: tex(ojapan.sty)
Provides: tex(omarab.cfg)
Provides: tex(omega.sty)
Provides: tex(omlgc.cfg)
Provides: tex(ot1omarb.fd)
Provides: tex(ot1omlgc.fd)
Provides: tex(ot1uctt.fd)
Provides: tex(ut1enc.def)
Requires: tex(grlccode.tex)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source17: lambda.tar.xz
%description -n texlive-lambda
The lambda package
%post -n texlive-lambda
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-lambda
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-lambda
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-lambda
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/lambda/base/UT1cmr.fd
%{_texmfdistdir}/tex/lambda/base/UT1omlgc.fd
%{_texmfdistdir}/tex/lambda/base/elhyph16.tex
%{_texmfdistdir}/tex/lambda/base/french.bgd
%{_texmfdistdir}/tex/lambda/base/french.lay
%{_texmfdistdir}/tex/lambda/base/grcodes.tex
%{_texmfdistdir}/tex/lambda/base/greek.bgd
%{_texmfdistdir}/tex/lambda/base/greek.lay
%{_texmfdistdir}/tex/lambda/base/grmhyph.tex
%{_texmfdistdir}/tex/lambda/base/inuit.hpn
%{_texmfdistdir}/tex/lambda/base/lambda.tex
%{_texmfdistdir}/tex/lambda/base/lchcmr.fd
%{_texmfdistdir}/tex/lambda/base/lchenc.def
%{_texmfdistdir}/tex/lambda/base/ocherokee.sty
%{_texmfdistdir}/tex/lambda/base/odev.sty
%{_texmfdistdir}/tex/lambda/base/ojapan.sty
%{_texmfdistdir}/tex/lambda/base/omarab.cfg
%{_texmfdistdir}/tex/lambda/base/omega.sty
%{_texmfdistdir}/tex/lambda/base/omlgc.cfg
%{_texmfdistdir}/tex/lambda/base/ot1omarb.fd
%{_texmfdistdir}/tex/lambda/base/ot1omlgc.fd
%{_texmfdistdir}/tex/lambda/base/ot1uctt.fd
%{_texmfdistdir}/tex/lambda/base/usenglish.bgd
%{_texmfdistdir}/tex/lambda/base/usenglish.lay
%{_texmfdistdir}/tex/lambda/base/ut1enc.def
%{_texmfdistdir}/tex/lambda/config/lambda.ini
%verify(link) %{_texmfdistdir}/tex/lambda/config/language.dat
%config %verify(not md5 mtime size) %{_texmfconfdir}/tex/lambda/config/language.dat
/var/adm/update-scripts/texlive-lambda-%{texlive_version}.%{texlive_noarch}.svn28669-%{release}-zypper
%package -n texlive-langcode
Version: %{texlive_version}.%{texlive_noarch}.svn27764
Release: 0
Summary: Package langcode
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-langcode-doc >= %{texlive_version}
Provides: tex(langcode.sty)
Requires: tex(dowith.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source18: langcode.tar.xz
Source19: langcode.doc.tar.xz
%description -n texlive-langcode
The langcode package
%package -n texlive-langcode-doc
Summary: Documentation for texlive-langcode
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn27764
Release: 0
%description -n texlive-langcode-doc
This package includes the documentation for texlive-langcode
%post -n texlive-langcode
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-langcode
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-langcode
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-langcode-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/generic/langcode/README
%{_texmfdistdir}/doc/generic/langcode/SrcFILEs.txt
%{_texmfdistdir}/doc/generic/langcode/langcode.pdf
%files -n texlive-langcode
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/generic/langcode/langcode.sty
/var/adm/update-scripts/texlive-langcode-%{texlive_version}.%{texlive_noarch}.svn27764-%{release}-zypper
%package -n texlive-lapdf
Version: %{texlive_version}.%{texlive_noarch}.1.1svn23806
Release: 0
Summary: PDF drawing directly in TeX 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-lapdf-doc >= %{texlive_version}
Provides: tex(lapdf.sty)
Requires: tex(calc.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source20: lapdf.tar.xz
Source21: lapdf.doc.tar.xz
%description -n texlive-lapdf
The package provides the means to use PDF drawing primitives to
produce high quality, colored graphics. It - uses Bezier curves
(integral and rational) from degree one to seven, - allows TeX
typesetting in the graphic, - offers most of the standard math
functions, - allows plotting normal, parametric and polar
functions. The package has linear, logx, logy, logxy and polar
grids with many specs; - it can rotate, clip and do many nice
things easily - it has two looping commands for programming and
many instructive example files. The package requires pdfTeX but
otherwise only depends on the calc package.
date: 2011-09-03 23:09:50 +0000
%package -n texlive-lapdf-doc
Summary: Documentation for texlive-lapdf
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.1svn23806
Release: 0
%description -n texlive-lapdf-doc
This package includes the documentation for texlive-lapdf
%post -n texlive-lapdf
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-lapdf
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-lapdf
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-lapdf-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/lapdf/README
%{_texmfdistdir}/doc/latex/lapdf/arcs.pdf
%{_texmfdistdir}/doc/latex/lapdf/arcs.tex
%{_texmfdistdir}/doc/latex/lapdf/bezier.pdf
%{_texmfdistdir}/doc/latex/lapdf/bezier.tex
%{_texmfdistdir}/doc/latex/lapdf/bezinfo.pdf
%{_texmfdistdir}/doc/latex/lapdf/bezinfo.tex
%{_texmfdistdir}/doc/latex/lapdf/buttrfly.pdf
%{_texmfdistdir}/doc/latex/lapdf/buttrfly.tex
%{_texmfdistdir}/doc/latex/lapdf/cfamily.pdf
%{_texmfdistdir}/doc/latex/lapdf/cfamily.tex
%{_texmfdistdir}/doc/latex/lapdf/chrysant.pdf
%{_texmfdistdir}/doc/latex/lapdf/chrysant.tex
%{_texmfdistdir}/doc/latex/lapdf/circle.pdf
%{_texmfdistdir}/doc/latex/lapdf/circle.tex
%{_texmfdistdir}/doc/latex/lapdf/colors.pdf
%{_texmfdistdir}/doc/latex/lapdf/colors.tex
%{_texmfdistdir}/doc/latex/lapdf/conic.pdf
%{_texmfdistdir}/doc/latex/lapdf/conic.tex
%{_texmfdistdir}/doc/latex/lapdf/curve.pdf
%{_texmfdistdir}/doc/latex/lapdf/curve.tex
%{_texmfdistdir}/doc/latex/lapdf/curveto.pdf
%{_texmfdistdir}/doc/latex/lapdf/curveto.tex
%{_texmfdistdir}/doc/latex/lapdf/cycloid.pdf
%{_texmfdistdir}/doc/latex/lapdf/cycloid.tex
%{_texmfdistdir}/doc/latex/lapdf/drawing.pdf
%{_texmfdistdir}/doc/latex/lapdf/drawing.tex
%{_texmfdistdir}/doc/latex/lapdf/ellipse.pdf
%{_texmfdistdir}/doc/latex/lapdf/ellipse.tex
%{_texmfdistdir}/doc/latex/lapdf/fplot.pdf
%{_texmfdistdir}/doc/latex/lapdf/fplot.tex
%{_texmfdistdir}/doc/latex/lapdf/geometry.pdf
%{_texmfdistdir}/doc/latex/lapdf/geometry.tex
%{_texmfdistdir}/doc/latex/lapdf/grids.pdf
%{_texmfdistdir}/doc/latex/lapdf/grids.tex
%{_texmfdistdir}/doc/latex/lapdf/hippo.pdf
%{_texmfdistdir}/doc/latex/lapdf/hippo.tex
%{_texmfdistdir}/doc/latex/lapdf/lapdf.pdf
%{_texmfdistdir}/doc/latex/lapdf/lapdf.tex
%{_texmfdistdir}/doc/latex/lapdf/licence.txt
%{_texmfdistdir}/doc/latex/lapdf/line.pdf
%{_texmfdistdir}/doc/latex/lapdf/line.tex
%{_texmfdistdir}/doc/latex/lapdf/polygon.pdf
%{_texmfdistdir}/doc/latex/lapdf/polygon.tex
%{_texmfdistdir}/doc/latex/lapdf/polynom.pdf
%{_texmfdistdir}/doc/latex/lapdf/polynom.tex
%{_texmfdistdir}/doc/latex/lapdf/pplot.pdf
%{_texmfdistdir}/doc/latex/lapdf/pplot.tex
%{_texmfdistdir}/doc/latex/lapdf/preamble.tex
%{_texmfdistdir}/doc/latex/lapdf/pythagor.pdf
%{_texmfdistdir}/doc/latex/lapdf/pythagor.tex
%{_texmfdistdir}/doc/latex/lapdf/qcircle.pdf
%{_texmfdistdir}/doc/latex/lapdf/qcircle.tex
%{_texmfdistdir}/doc/latex/lapdf/quartic.pdf
%{_texmfdistdir}/doc/latex/lapdf/quartic.tex
%{_texmfdistdir}/doc/latex/lapdf/rational.pdf
%{_texmfdistdir}/doc/latex/lapdf/rational.tex
%{_texmfdistdir}/doc/latex/lapdf/rcircle.pdf
%{_texmfdistdir}/doc/latex/lapdf/rcircle.tex
%{_texmfdistdir}/doc/latex/lapdf/rcurve.pdf
%{_texmfdistdir}/doc/latex/lapdf/rcurve.tex
%{_texmfdistdir}/doc/latex/lapdf/recttria.pdf
%{_texmfdistdir}/doc/latex/lapdf/recttria.tex
%{_texmfdistdir}/doc/latex/lapdf/roundtri.pdf
%{_texmfdistdir}/doc/latex/lapdf/roundtri.tex
%{_texmfdistdir}/doc/latex/lapdf/rparams.pdf
%{_texmfdistdir}/doc/latex/lapdf/rparams.tex
%{_texmfdistdir}/doc/latex/lapdf/superell.pdf
%{_texmfdistdir}/doc/latex/lapdf/superell.tex
%{_texmfdistdir}/doc/latex/lapdf/tplot.pdf
%{_texmfdistdir}/doc/latex/lapdf/tplot.tex
%{_texmfdistdir}/doc/latex/lapdf/trochoid.pdf
%{_texmfdistdir}/doc/latex/lapdf/trochoid.tex
%{_texmfdistdir}/doc/latex/lapdf/turtle.pdf
%{_texmfdistdir}/doc/latex/lapdf/turtle.tex
%{_texmfdistdir}/doc/latex/lapdf/vector.pdf
%{_texmfdistdir}/doc/latex/lapdf/vector.tex
%files -n texlive-lapdf
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/lapdf/lapdf.sty
/var/adm/update-scripts/texlive-lapdf-%{texlive_version}.%{texlive_noarch}.1.1svn23806-%{release}-zypper
%package -n texlive-lastpage
Version: %{texlive_version}.%{texlive_noarch}.1.2lsvn28985
Release: 0
Summary: Reference last page for Page N of M type footers
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-lastpage-doc >= %{texlive_version}
Provides: tex(lastpage.sty)
Provides: tex(lastpage209.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source22: lastpage.tar.xz
Source23: lastpage.doc.tar.xz
%description -n texlive-lastpage
Reference the number of pages in your LaTeX document through
the introduction of a new label which can be referenced like
\pageref{LastPage} to give a reference to the last page of a
document. It is particularly useful in the page footer that
says: Page N of M.
date: 2013-01-29 09:13:54 +0000
%package -n texlive-lastpage-doc
Summary: Documentation for texlive-lastpage
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.2lsvn28985
Release: 0
%description -n texlive-lastpage-doc
This package includes the documentation for texlive-lastpage
%post -n texlive-lastpage
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-lastpage
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-lastpage
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-lastpage-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/lastpage/README
%{_texmfdistdir}/doc/latex/lastpage/lastpage-example.pdf
%{_texmfdistdir}/doc/latex/lastpage/lastpage-example.tex
%{_texmfdistdir}/doc/latex/lastpage/lastpage.pdf
%files -n texlive-lastpage
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/lastpage/lastpage.sty
%{_texmfdistdir}/tex/latex/lastpage/lastpage209.sty
/var/adm/update-scripts/texlive-lastpage-%{texlive_version}.%{texlive_noarch}.1.2lsvn28985-%{release}-zypper
%package -n texlive-latex
Version: %{texlive_version}.%{texlive_noarch}.svn27907
Release: 0
Summary: A TeX macro package that defines LaTeX
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive-latex-bin >= %{texlive_version}
Requires: texlive-latex-fonts >= %{texlive_version}
Requires: texlive-latexconfig >= %{texlive_version}
Requires: texlive-luatex >= %{texlive_version}
Requires: texlive-pdftex >= %{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-latex-doc >= %{texlive_version}
Provides: tex(alltt.sty)
Provides: tex(ansinew.def)
Provides: tex(applemac.def)
Provides: tex(article.cls)
Provides: tex(article.sty)
Provides: tex(ascii.def)
Provides: tex(bezier.sty)
Provides: tex(bk10.clo)
Provides: tex(bk11.clo)
Provides: tex(bk12.clo)
Provides: tex(book.cls)
Provides: tex(book.sty)
Provides: tex(cp1250.def)
Provides: tex(cp1252.def)
Provides: tex(cp1257.def)
Provides: tex(cp437.def)
Provides: tex(cp437de.def)
Provides: tex(cp850.def)
Provides: tex(cp852.def)
Provides: tex(cp858.def)
Provides: tex(cp865.def)
Provides: tex(decmulti.def)
Provides: tex(doc.sty)
Provides: tex(docstrip.tex)
Provides: tex(exscale.sty)
Provides: tex(fix-cm.sty)
Provides: tex(fixltx2e.sty)
Provides: tex(flafter.sty)
Provides: tex(fleqn.clo)
Provides: tex(fleqn.sty)
Provides: tex(fontenc.sty)
Provides: tex(fontmath.cfg)
Provides: tex(fonttext.cfg)
Provides: tex(graphpap.sty)
Provides: tex(idx.tex)
Provides: tex(ifthen.sty)
Provides: tex(inputenc.sty)
Provides: tex(lablst.tex)
Provides: tex(latex209.def)
Provides: tex(latexbug.tex)
Provides: tex(latexsym.sty)
Provides: tex(latin1.def)
Provides: tex(latin10.def)
Provides: tex(latin2.def)
Provides: tex(latin3.def)
Provides: tex(latin4.def)
Provides: tex(latin5.def)
Provides: tex(latin9.def)
Provides: tex(leqno.clo)
Provides: tex(leqno.sty)
Provides: tex(letter.cls)
Provides: tex(letter.sty)
Provides: tex(lppl.tex)
Provides: tex(ltnews.cls)
Provides: tex(ltxcheck.tex)
Provides: tex(ltxdoc.cls)
Provides: tex(ltxguide.cls)
Provides: tex(macce.def)
Provides: tex(makeidx.sty)
Provides: tex(minimal.cls)
Provides: tex(newlfont.sty)
Provides: tex(next.def)
Provides: tex(nfssfont.tex)
Provides: tex(oldlfont.sty)
Provides: tex(omlcmm.fd)
Provides: tex(omlcmr.fd)
Provides: tex(omlenc.def)
Provides: tex(omllcmm.fd)
Provides: tex(omscmr.fd)
Provides: tex(omscmsy.fd)
Provides: tex(omsenc.def)
Provides: tex(omslcmsy.fd)
Provides: tex(omxcmex.fd)
Provides: tex(omxlcmex.fd)
Provides: tex(openbib.sty)
Provides: tex(ot1cmdh.fd)
Provides: tex(ot1cmfib.fd)
Provides: tex(ot1cmfr.fd)
Provides: tex(ot1cmr.fd)
Provides: tex(ot1cmss.fd)
Provides: tex(ot1cmtt.fd)
Provides: tex(ot1cmvtt.fd)
Provides: tex(ot1enc.def)
Provides: tex(ot1lcmss.fd)
Provides: tex(ot1lcmtt.fd)
Provides: tex(ot4enc.def)
Provides: tex(preload.cfg)
Provides: tex(proc.cls)
Provides: tex(proc.sty)
Provides: tex(report.cls)
Provides: tex(report.sty)
Provides: tex(sample2e.tex)
Provides: tex(sfonts.def)
Provides: tex(shortvrb.sty)
Provides: tex(showidx.sty)
Provides: tex(size10.clo)
Provides: tex(size11.clo)
Provides: tex(size12.clo)
Provides: tex(slides.cls)
Provides: tex(slides.def)
Provides: tex(slides.sty)
Provides: tex(small2e.tex)
Provides: tex(syntonly.sty)
Provides: tex(t1cmdh.fd)
Provides: tex(t1cmfib.fd)
Provides: tex(t1cmfr.fd)
Provides: tex(t1cmr.fd)
Provides: tex(t1cmss.fd)
Provides: tex(t1cmtt.fd)
Provides: tex(t1cmvtt.fd)
Provides: tex(t1enc.def)
Provides: tex(t1enc.sty)
Provides: tex(t1lcmss.fd)
Provides: tex(t1lcmtt.fd)
Provides: tex(testpage.tex)
Provides: tex(texsys.cfg)
Provides: tex(textcomp.sty)
Provides: tex(tracefnt.sty)
Provides: tex(ts1cmr.fd)
Provides: tex(ts1cmss.fd)
Provides: tex(ts1cmtt.fd)
Provides: tex(ts1cmvtt.fd)
Provides: tex(ts1enc.def)
Provides: tex(ucmr.fd)
Provides: tex(ucmss.fd)
Provides: tex(ucmtt.fd)
Provides: tex(ulasy.fd)
Provides: tex(ullasy.fd)
Provides: tex(utf8-test.tex)
Provides: tex(utf8.def)
Provides: tex(utf8test.tex)
Requires: tex(hyperref.sty)
Requires: tex(multicol.sty)
Requires: tex(url.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source24: latex.tar.xz
Source25: latex.doc.tar.xz
%description -n texlive-latex
LaTeX is a widely-used macro package for TeX, providing many
basic document formating commands extended by a wide range of
packages. It is a development of Leslie Lamport's original
LaTeX 2.09, and superseded the older system in June 1994. The
basic distribution is catalogued separately, at latex-base;
apart from a large set of contributed packages and third-party
documentation (elsewhere on the archive), the distribution
includes: - a bunch of required packages, which LaTeX authors
are "entitled to assume" will be present on any system running
LaTeX; and - a minimal set of documentation detailing
differences from the 'old' version of LaTeX in the areas of
user commands, font selection and control, class and package
writing, font encodings, configuration options and modification
of LaTeX. For downloading details, see the linked catalogue
entries above.
date: 2012-07-07 14:18:52 +0000
%package -n texlive-latex-doc
Summary: Documentation for texlive-latex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn27907
Release: 0
%description -n texlive-latex-doc
This package includes the documentation for texlive-latex
%post -n texlive-latex
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-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-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-latex-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/base/00readme.txt
%{_texmfdistdir}/doc/latex/base/alltt.pdf
%{_texmfdistdir}/doc/latex/base/autoload.txt
%{_texmfdistdir}/doc/latex/base/bugs.txt
%{_texmfdistdir}/doc/latex/base/cfgguide.pdf
%{_texmfdistdir}/doc/latex/base/changes.txt
%{_texmfdistdir}/doc/latex/base/classes.pdf
%{_texmfdistdir}/doc/latex/base/clsguide.pdf
%{_texmfdistdir}/doc/latex/base/cmfonts.pdf
%{_texmfdistdir}/doc/latex/base/cyrguide.pdf
%{_texmfdistdir}/doc/latex/base/doc.pdf
%{_texmfdistdir}/doc/latex/base/docstrip.pdf
%{_texmfdistdir}/doc/latex/base/encguide.pdf
%{_texmfdistdir}/doc/latex/base/exscale.pdf
%{_texmfdistdir}/doc/latex/base/fixltx2e.pdf
%{_texmfdistdir}/doc/latex/base/fntguide.pdf
%{_texmfdistdir}/doc/latex/base/graphpap.pdf
%{_texmfdistdir}/doc/latex/base/ifthen.pdf
%{_texmfdistdir}/doc/latex/base/inputenc.pdf
%{_texmfdistdir}/doc/latex/base/latex209.pdf
%{_texmfdistdir}/doc/latex/base/latexsym.pdf
%{_texmfdistdir}/doc/latex/base/lb2.pdf
%{_texmfdistdir}/doc/latex/base/legal.txt
%{_texmfdistdir}/doc/latex/base/letter.pdf
%{_texmfdistdir}/doc/latex/base/lgc2.pdf
%{_texmfdistdir}/doc/latex/base/lppl-1-0.txt
%{_texmfdistdir}/doc/latex/base/lppl-1-1.txt
%{_texmfdistdir}/doc/latex/base/lppl-1-2.txt
%{_texmfdistdir}/doc/latex/base/lppl.pdf
%{_texmfdistdir}/doc/latex/base/lppl.txt
%{_texmfdistdir}/doc/latex/base/ltnews.pdf
%{_texmfdistdir}/doc/latex/base/ltx3info.pdf
%{_texmfdistdir}/doc/latex/base/ltxcheck.pdf
%{_texmfdistdir}/doc/latex/base/ltxdoc.pdf
%{_texmfdistdir}/doc/latex/base/makeindx.pdf
%{_texmfdistdir}/doc/latex/base/manifest.txt
%{_texmfdistdir}/doc/latex/base/manual.pdf
%{_texmfdistdir}/doc/latex/base/modguide.pdf
%{_texmfdistdir}/doc/latex/base/newlfont.pdf
%{_texmfdistdir}/doc/latex/base/oldlfont.pdf
%{_texmfdistdir}/doc/latex/base/patches.txt
%{_texmfdistdir}/doc/latex/base/proc.pdf
%{_texmfdistdir}/doc/latex/base/slides.pdf
%{_texmfdistdir}/doc/latex/base/slifonts.pdf
%{_texmfdistdir}/doc/latex/base/source2e.pdf
%{_texmfdistdir}/doc/latex/base/syntonly.pdf
%{_texmfdistdir}/doc/latex/base/tex2.txt
%{_texmfdistdir}/doc/latex/base/texpert.txt
%{_texmfdistdir}/doc/latex/base/tlc2.pdf
%{_texmfdistdir}/doc/latex/base/usrguide.pdf
%{_texmfdistdir}/doc/latex/base/utf8ienc.pdf
%{_texmfdistdir}/doc/latex/base/webcomp.pdf
%files -n texlive-latex
%defattr(-,root,root,755)
%{_texmfdistdir}/makeindex/latex/gglo.ist
%{_texmfdistdir}/makeindex/latex/gind.ist
%{_texmfdistdir}/tex/latex/base/alltt.sty
%{_texmfdistdir}/tex/latex/base/ansinew.def
%{_texmfdistdir}/tex/latex/base/applemac.def
%{_texmfdistdir}/tex/latex/base/article.cls
%{_texmfdistdir}/tex/latex/base/article.sty
%{_texmfdistdir}/tex/latex/base/ascii.def
%{_texmfdistdir}/tex/latex/base/bezier.sty
%{_texmfdistdir}/tex/latex/base/bk10.clo
%{_texmfdistdir}/tex/latex/base/bk11.clo
%{_texmfdistdir}/tex/latex/base/bk12.clo
%{_texmfdistdir}/tex/latex/base/book.cls
%{_texmfdistdir}/tex/latex/base/book.sty
%{_texmfdistdir}/tex/latex/base/cp1250.def
%{_texmfdistdir}/tex/latex/base/cp1252.def
%{_texmfdistdir}/tex/latex/base/cp1257.def
%{_texmfdistdir}/tex/latex/base/cp437.def
%{_texmfdistdir}/tex/latex/base/cp437de.def
%{_texmfdistdir}/tex/latex/base/cp850.def
%{_texmfdistdir}/tex/latex/base/cp852.def
%{_texmfdistdir}/tex/latex/base/cp858.def
%{_texmfdistdir}/tex/latex/base/cp865.def
%{_texmfdistdir}/tex/latex/base/decmulti.def
%{_texmfdistdir}/tex/latex/base/doc.sty
%{_texmfdistdir}/tex/latex/base/docstrip.tex
%{_texmfdistdir}/tex/latex/base/exscale.sty
%{_texmfdistdir}/tex/latex/base/fix-cm.sty
%{_texmfdistdir}/tex/latex/base/fixltx2e.sty
%{_texmfdistdir}/tex/latex/base/flafter.sty
%{_texmfdistdir}/tex/latex/base/fleqn.clo
%{_texmfdistdir}/tex/latex/base/fleqn.sty
%{_texmfdistdir}/tex/latex/base/fontenc.sty
%{_texmfdistdir}/tex/latex/base/fontmath.cfg
%{_texmfdistdir}/tex/latex/base/fontmath.ltx
%{_texmfdistdir}/tex/latex/base/fonttext.cfg
%{_texmfdistdir}/tex/latex/base/fonttext.ltx
%{_texmfdistdir}/tex/latex/base/graphpap.sty
%{_texmfdistdir}/tex/latex/base/hyphen.ltx
%{_texmfdistdir}/tex/latex/base/idx.tex
%{_texmfdistdir}/tex/latex/base/ifthen.sty
%{_texmfdistdir}/tex/latex/base/inputenc.sty
%{_texmfdistdir}/tex/latex/base/lablst.tex
%{_texmfdistdir}/tex/latex/base/latex.ltx
%{_texmfdistdir}/tex/latex/base/latex209.def
%{_texmfdistdir}/tex/latex/base/latexbug.tex
%{_texmfdistdir}/tex/latex/base/latexsym.sty
%{_texmfdistdir}/tex/latex/base/latin1.def
%{_texmfdistdir}/tex/latex/base/latin10.def
%{_texmfdistdir}/tex/latex/base/latin2.def
%{_texmfdistdir}/tex/latex/base/latin3.def
%{_texmfdistdir}/tex/latex/base/latin4.def
%{_texmfdistdir}/tex/latex/base/latin5.def
%{_texmfdistdir}/tex/latex/base/latin9.def
%{_texmfdistdir}/tex/latex/base/lcyenc.dfu
%{_texmfdistdir}/tex/latex/base/leqno.clo
%{_texmfdistdir}/tex/latex/base/leqno.sty
%{_texmfdistdir}/tex/latex/base/letter.cls
%{_texmfdistdir}/tex/latex/base/letter.sty
%{_texmfdistdir}/tex/latex/base/lppl.tex
%{_texmfdistdir}/tex/latex/base/ltnews.cls
%{_texmfdistdir}/tex/latex/base/ltpatch.ltx
%{_texmfdistdir}/tex/latex/base/ltxcheck.tex
%{_texmfdistdir}/tex/latex/base/ltxdoc.cls
%{_texmfdistdir}/tex/latex/base/ltxguide.cls
%{_texmfdistdir}/tex/latex/base/ly1enc.dfu
%{_texmfdistdir}/tex/latex/base/macce.def
%{_texmfdistdir}/tex/latex/base/makeidx.sty
%{_texmfdistdir}/tex/latex/base/minimal.cls
%{_texmfdistdir}/tex/latex/base/newlfont.sty
%{_texmfdistdir}/tex/latex/base/next.def
%{_texmfdistdir}/tex/latex/base/nfssfont.tex
%{_texmfdistdir}/tex/latex/base/oldlfont.sty
%{_texmfdistdir}/tex/latex/base/omlcmm.fd
%{_texmfdistdir}/tex/latex/base/omlcmr.fd
%{_texmfdistdir}/tex/latex/base/omlenc.def
%{_texmfdistdir}/tex/latex/base/omllcmm.fd
%{_texmfdistdir}/tex/latex/base/omscmr.fd
%{_texmfdistdir}/tex/latex/base/omscmsy.fd
%{_texmfdistdir}/tex/latex/base/omsenc.def
%{_texmfdistdir}/tex/latex/base/omsenc.dfu
%{_texmfdistdir}/tex/latex/base/omslcmsy.fd
%{_texmfdistdir}/tex/latex/base/omxcmex.fd
%{_texmfdistdir}/tex/latex/base/omxlcmex.fd
%{_texmfdistdir}/tex/latex/base/openbib.sty
%{_texmfdistdir}/tex/latex/base/ot1cmdh.fd
%{_texmfdistdir}/tex/latex/base/ot1cmfib.fd
%{_texmfdistdir}/tex/latex/base/ot1cmfr.fd
%{_texmfdistdir}/tex/latex/base/ot1cmr.fd
%{_texmfdistdir}/tex/latex/base/ot1cmss.fd
%{_texmfdistdir}/tex/latex/base/ot1cmtt.fd
%{_texmfdistdir}/tex/latex/base/ot1cmvtt.fd
%{_texmfdistdir}/tex/latex/base/ot1enc.def
%{_texmfdistdir}/tex/latex/base/ot1enc.dfu
%{_texmfdistdir}/tex/latex/base/ot1lcmss.fd
%{_texmfdistdir}/tex/latex/base/ot1lcmtt.fd
%{_texmfdistdir}/tex/latex/base/ot2enc.dfu
%{_texmfdistdir}/tex/latex/base/ot4enc.def
%{_texmfdistdir}/tex/latex/base/preload.cfg
%{_texmfdistdir}/tex/latex/base/preload.ltx
%{_texmfdistdir}/tex/latex/base/proc.cls
%{_texmfdistdir}/tex/latex/base/proc.sty
%{_texmfdistdir}/tex/latex/base/report.cls
%{_texmfdistdir}/tex/latex/base/report.sty
%{_texmfdistdir}/tex/latex/base/sample2e.tex
%{_texmfdistdir}/tex/latex/base/sfonts.def
%{_texmfdistdir}/tex/latex/base/shortvrb.sty
%{_texmfdistdir}/tex/latex/base/showidx.sty
%{_texmfdistdir}/tex/latex/base/size10.clo
%{_texmfdistdir}/tex/latex/base/size11.clo
%{_texmfdistdir}/tex/latex/base/size12.clo
%{_texmfdistdir}/tex/latex/base/slides.cls
%{_texmfdistdir}/tex/latex/base/slides.def
%{_texmfdistdir}/tex/latex/base/slides.sty
%{_texmfdistdir}/tex/latex/base/small2e.tex
%{_texmfdistdir}/tex/latex/base/syntonly.sty
%{_texmfdistdir}/tex/latex/base/t1cmdh.fd
%{_texmfdistdir}/tex/latex/base/t1cmfib.fd
%{_texmfdistdir}/tex/latex/base/t1cmfr.fd
%{_texmfdistdir}/tex/latex/base/t1cmr.fd
%{_texmfdistdir}/tex/latex/base/t1cmss.fd
%{_texmfdistdir}/tex/latex/base/t1cmtt.fd
%{_texmfdistdir}/tex/latex/base/t1cmvtt.fd
%{_texmfdistdir}/tex/latex/base/t1enc.def
%{_texmfdistdir}/tex/latex/base/t1enc.dfu
%{_texmfdistdir}/tex/latex/base/t1enc.sty
%{_texmfdistdir}/tex/latex/base/t1lcmss.fd
%{_texmfdistdir}/tex/latex/base/t1lcmtt.fd
%{_texmfdistdir}/tex/latex/base/t2aenc.dfu
%{_texmfdistdir}/tex/latex/base/t2benc.dfu
%{_texmfdistdir}/tex/latex/base/t2cenc.dfu
%{_texmfdistdir}/tex/latex/base/testpage.tex
%{_texmfdistdir}/tex/latex/base/texsys.cfg
%{_texmfdistdir}/tex/latex/base/textcomp.sty
%{_texmfdistdir}/tex/latex/base/tracefnt.sty
%{_texmfdistdir}/tex/latex/base/ts1cmr.fd
%{_texmfdistdir}/tex/latex/base/ts1cmss.fd
%{_texmfdistdir}/tex/latex/base/ts1cmtt.fd
%{_texmfdistdir}/tex/latex/base/ts1cmvtt.fd
%{_texmfdistdir}/tex/latex/base/ts1enc.def
%{_texmfdistdir}/tex/latex/base/ts1enc.dfu
%{_texmfdistdir}/tex/latex/base/ucmr.fd
%{_texmfdistdir}/tex/latex/base/ucmss.fd
%{_texmfdistdir}/tex/latex/base/ucmtt.fd
%{_texmfdistdir}/tex/latex/base/ulasy.fd
%{_texmfdistdir}/tex/latex/base/ullasy.fd
%{_texmfdistdir}/tex/latex/base/utf8-test.tex
%{_texmfdistdir}/tex/latex/base/utf8.def
%{_texmfdistdir}/tex/latex/base/utf8enc.dfu
%{_texmfdistdir}/tex/latex/base/utf8test.tex
%{_texmfdistdir}/tex/latex/base/x2enc.dfu
/var/adm/update-scripts/texlive-latex-%{texlive_version}.%{texlive_noarch}.svn27907-%{release}-zypper
%package -n texlive-latex-bin
Version: %{texlive_version}.%{texlive_noarch}.svn29764
Release: 0
Summary: LaTeX executables and man pages
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires: texlive-latex >= %{texlive_version}
Requires(pre): texlive-latex-bin-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(posttrans): texlive >= %{texlive_version}
Requires(posttrans): texlive-amsfonts >= %{texlive_version}
Requires(posttrans): texlive-cm >= %{texlive_version}
Requires(posttrans): texlive-cm-super >= %{texlive_version}
Requires(posttrans): texlive-ec >= %{texlive_version}
Requires(posttrans): texlive-dehyph-exptl >= %{texlive_version}
Requires(posttrans): texlive-hyph-utf8 >= %{texlive_version}
Requires(posttrans): texlive-hyphen-base >= %{texlive_version}
Requires(posttrans): texlive-hyphen-ancientgreek >= %{texlive_version}
Requires(posttrans): texlive-hyphen-german >= %{texlive_version}
Requires(posttrans): texlive-hyphen-greek >= %{texlive_version}
Requires(posttrans): texlive-pdftex >= %{texlive_version}
Requires(posttrans): texlive-pdftex-def >= %{texlive_version}
Requires(posttrans): texlive-ruhyphen >= %{texlive_version}
Requires(posttrans): texlive-ukrhyph >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source26: latex-bin.doc.tar.xz
%description -n texlive-latex-bin
The latex-bin package
%post -n texlive-latex-bin
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
sed -ri 's/^\#\![[= =]]+latex\b.*/latex pdftex language.dat -translate-file=cp227.tcx *latex.ini/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
sed -ri 's/^\#\![[= =]]+pdflatex\b.*/pdflatex pdftex language.dat -translate-file=cp227.tcx *pdflatex.ini/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
sed -ri 's/^\#\![[= =]]+dvilualatex\b.*/dvilualatex luatex language.dat,language.dat.lua dvilualatex.ini/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
sed -ri 's/^\#\![[= =]]+lualatex\b.*/lualatex luatex language.dat,language.dat.lua lualatex.ini/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
> /var/run/texlive/run-fmtutil
%postun -n texlive-latex-bin
if test $1 = 0; then
sed -ri 's/^(latex\b)/\#\!\ \1/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
sed -ri 's/^(pdflatex\b)/\#\!\ \1/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
sed -ri 's/^(dvilualatex\b)/\#\!\ \1/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
sed -ri 's/^(lualatex\b)/\#\!\ \1/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
%{_bindir}/mktexlsr 2> /dev/null || :
%{_bindir}/fmtutil-sys --missing > /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
%posttrans -n texlive-latex-bin
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-latex-bin
%defattr(-,root,root,755)
%{_mandir}/man1/latex.1*
%{_mandir}/man1/pdflatex.1*
/var/adm/update-scripts/texlive-latex-bin-%{texlive_version}.%{texlive_noarch}.svn29764-%{release}-zypper
%package -n texlive-latex-bib-ex
Version: %{texlive_version}.%{texlive_noarch}.svn25831
Release: 0
Summary: Examples for the book Bibliografien mit LaTeX
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source27: latex-bib-ex.doc.tar.xz
%description -n texlive-latex-bib-ex
The bundle provides a collection of files containing every
example in the book "Bibliografien mit LaTeX" (ISBN 978-
3865414151), by the package author.
date: 2012-04-02 11:07:24 +0000
%post -n texlive-latex-bib-ex
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-latex-bib-ex
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-latex-bib-ex
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-latex-bib-ex
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/latex-bib-ex/01-01-1.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/01-01-2.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/01-02-1.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/01-02-2.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/01-02-3.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/01-03-1.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/01-03-2.ltx2
%{_texmfdistdir}/doc/latex/latex-bib-ex/01-03-3.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/01-03-4.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/02-01-1.ltx2
%{_texmfdistdir}/doc/latex/latex-bib-ex/02-01-2.ltx2
%{_texmfdistdir}/doc/latex/latex-bib-ex/02-02-1.ltx2
%{_texmfdistdir}/doc/latex/latex-bib-ex/02-02-2.ltx2
%{_texmfdistdir}/doc/latex/latex-bib-ex/02-02-3.ltx2
%{_texmfdistdir}/doc/latex/latex-bib-ex/02-03-1.ltx2
%{_texmfdistdir}/doc/latex/latex-bib-ex/02-03-2.ltx2
%{_texmfdistdir}/doc/latex/latex-bib-ex/02-03-3.ltx2
%{_texmfdistdir}/doc/latex/latex-bib-ex/02-04-1.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/02-04-2.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/02-04-3.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/02-04-4.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/02-04-5.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/02-06-1.ltx2crop
%{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-1.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-10.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-11.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-12.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-13.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-14.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-15.ltx2
%{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-16.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-17.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-18.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-19.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-2.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-20.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-21.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-22.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-23.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-3.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-4.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-5.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-6.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-7.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-8.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-9.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-1.ltx2
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-10.ltx2
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-11.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-12.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-13.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-14.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-15.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-16.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-17.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-18.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-19.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-2.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-20.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-21.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-22.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-23.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-24.ltx2
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-25.ltx2
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-26.ltx2
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-3.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-4.ltx2
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-5.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-6.ltx2
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-7.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-8.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-9.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-04-1.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-04-10.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-04-11.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-04-2.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-04-3.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-04-4.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-04-5.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-04-6.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-04-7.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-04-8.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-04-9.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-05-1.ltx2
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-05-2.ltx2
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-05-3.ltx2
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-05-4.ltx2
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-06-1.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-06-2.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-06-3.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-06-4.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-06-5.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-07-1.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-08-1.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-08-2.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-08-3.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-08-4.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-08-5.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-09-1.ltx2
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-09-2.ltx2
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-09-3.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-09-4.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-10-1.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-10-10.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-10-11.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-10-12.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-10-13.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-10-14.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-10-15.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-10-2.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-10-3.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-10-4.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-10-5.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-10-6.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-10-7.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-10-8.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-10-9.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-1.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-10.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-11.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-12.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-13.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-14.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-15.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-16.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-17.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-18.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-19.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-2.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-20.ltx2
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-21.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-22.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-23.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-24.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-3.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-4.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-5.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-6.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-7.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-8.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-9.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/04-05-1.ltx2crop
%{_texmfdistdir}/doc/latex/latex-bib-ex/04-05-2.ltx2crop
%{_texmfdistdir}/doc/latex/latex-bib-ex/04-07-1.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/05-04-1.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/06-01-1.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/06-01-2.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/06-01-3.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/06-01-4.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/06-01-5.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/06-01-6.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/06-01-7.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/06-02-1.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/08-01-1.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/08-02-1.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/08-03-1.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/08-04-1.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/08-05-1.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/08-06-1.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/08-06-2.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/08-06-3.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/08-06-4.ltx
%{_texmfdistdir}/doc/latex/latex-bib-ex/README
%{_texmfdistdir}/doc/latex/latex-bib-ex/UTF8.bib
%{_texmfdistdir}/doc/latex/latex-bib-ex/articles.bib
%{_texmfdistdir}/doc/latex/latex-bib-ex/bibA.bib
%{_texmfdistdir}/doc/latex/latex-bib-ex/bibB.bib
%{_texmfdistdir}/doc/latex/latex-bib-ex/bibtool.bib
%{_texmfdistdir}/doc/latex/latex-bib-ex/bibtool2.bib
%{_texmfdistdir}/doc/latex/latex-bib-ex/books.bib
%{_texmfdistdir}/doc/latex/latex-bib-ex/case.bib
%{_texmfdistdir}/doc/latex/latex-bib-ex/case2.bib
%{_texmfdistdir}/doc/latex/latex-bib-ex/crossref.bib
%{_texmfdistdir}/doc/latex/latex-bib-ex/crossref2.bib
%{_texmfdistdir}/doc/latex/latex-bib-ex/de-examples-dw.bib
%{_texmfdistdir}/doc/latex/latex-bib-ex/demo.bib
%{_texmfdistdir}/doc/latex/latex-bib-ex/demo.lbx
%{_texmfdistdir}/doc/latex/latex-bib-ex/demo10.bib
%{_texmfdistdir}/doc/latex/latex-bib-ex/demo11.bib
%{_texmfdistdir}/doc/latex/latex-bib-ex/demo2.bib
%{_texmfdistdir}/doc/latex/latex-bib-ex/demo3.bib
%{_texmfdistdir}/doc/latex/latex-bib-ex/demo4.bib
%{_texmfdistdir}/doc/latex/latex-bib-ex/demo4.bl2
%{_texmfdistdir}/doc/latex/latex-bib-ex/demo5.bib
%{_texmfdistdir}/doc/latex/latex-bib-ex/demo6.bib
%{_texmfdistdir}/doc/latex/latex-bib-ex/demo7.bib
%{_texmfdistdir}/doc/latex/latex-bib-ex/demo8.bib
%{_texmfdistdir}/doc/latex/latex-bib-ex/demo9.bib
%{_texmfdistdir}/doc/latex/latex-bib-ex/easy.bst
%{_texmfdistdir}/doc/latex/latex-bib-ex/examples-dw.bib
%{_texmfdistdir}/doc/latex/latex-bib-ex/examples.bib
%{_texmfdistdir}/doc/latex/latex-bib-ex/examplesA.bib
%{_texmfdistdir}/doc/latex/latex-bib-ex/examplesB.bib
%{_texmfdistdir}/doc/latex/latex-bib-ex/klassiker.bib
%{_texmfdistdir}/doc/latex/latex-bib-ex/natbib.cfg
%{_texmfdistdir}/doc/latex/latex-bib-ex/philosophy-examples.bib
%{_texmfdistdir}/doc/latex/latex-bib-ex/plainDemo.bst
%{_texmfdistdir}/doc/latex/latex-bib-ex/vanBib.bib
/var/adm/update-scripts/texlive-latex-bib-ex-%{texlive_version}.%{texlive_noarch}.svn25831-%{release}-zypper
%package -n texlive-latex-brochure
Version: %{texlive_version}.%{texlive_noarch}.20130122svn28916
Release: 0
Summary: A publicity flyer for 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}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source28: latex-brochure.doc.tar.xz
%description -n texlive-latex-brochure
The document is designed as a publicity flyer for LaTeX, but
also serves as an interesting showcase of what LaTeX can do.
The flyer is designed for printing, double-sided, on A3 paper,
which would then be folded once.
date: 2013-01-22 17:02:11 +0000
%post -n texlive-latex-brochure
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-latex-brochure
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-latex-brochure
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-latex-brochure
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/latex-brochure/README
%{_texmfdistdir}/doc/latex/latex-brochure/README.pdf
%{_texmfdistdir}/doc/latex/latex-brochure/brochure-a3folderFB.pdf
%{_texmfdistdir}/doc/latex/latex-brochure/brochure-a3folderIN.pdf
%{_texmfdistdir}/doc/latex/latex-brochure/brochure-a4.pdf
%{_texmfdistdir}/doc/latex/latex-brochure/brochure-ledgerfolderFB.pdf
%{_texmfdistdir}/doc/latex/latex-brochure/brochure-ledgerfolderIN.pdf
%{_texmfdistdir}/doc/latex/latex-brochure/brochure-letter.pdf
%{_texmfdistdir}/doc/latex/latex-brochure/brochure.bib
%{_texmfdistdir}/doc/latex/latex-brochure/brochure.pdf
%{_texmfdistdir}/doc/latex/latex-brochure/brochure.sty
%{_texmfdistdir}/doc/latex/latex-brochure/brochure.tex
%{_texmfdistdir}/doc/latex/latex-brochure/build
%{_texmfdistdir}/doc/latex/latex-brochure/diagram-crop.eps
%{_texmfdistdir}/doc/latex/latex-brochure/diagram-crop.pdf
%{_texmfdistdir}/doc/latex/latex-brochure/fullscreen.eps
%{_texmfdistdir}/doc/latex/latex-brochure/fullscreen.png
%{_texmfdistdir}/doc/latex/latex-brochure/index.html
%{_texmfdistdir}/doc/latex/latex-brochure/sample-crop.eps
%{_texmfdistdir}/doc/latex/latex-brochure/sample-crop.pdf
%{_texmfdistdir}/doc/latex/latex-brochure/typo-degraded.eps
%{_texmfdistdir}/doc/latex/latex-brochure/typo-degraded.png
/var/adm/update-scripts/texlive-latex-brochure-%{texlive_version}.%{texlive_noarch}.20130122svn28916-%{release}-zypper
%package -n texlive-latex-course
Version: %{texlive_version}.%{texlive_noarch}.svn25505
Release: 0
Summary: A LaTeX course as a projected presentation
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}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source29: latex-course.doc.tar.xz
%description -n texlive-latex-course
A brief Beamer-based slide presentation on LaTeX, based on
Rupprecht's LaTeX 2.09 course, which the author has translated
to English and taken to LaTeX2e/Beamer. Additional material was
taken from the Short Introduction to LaTeX.
date: 2008-08-22 14:39:18 +0000
%post -n texlive-latex-course
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-latex-course
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-latex-course
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-latex-course
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/latex-course/Graphics/Ross-Siegel.png
%{_texmfdistdir}/doc/latex/latex-course/Graphics/Thumbs.db
%{_texmfdistdir}/doc/latex/latex-course/Graphics/campus3.png
%{_texmfdistdir}/doc/latex/latex-course/LaTeX-Course.pdf
%{_texmfdistdir}/doc/latex/latex-course/LaTeX-Course.tex
%{_texmfdistdir}/doc/latex/latex-course/LaTeX-course.prj
%{_texmfdistdir}/doc/latex/latex-course/README
%{_texmfdistdir}/doc/latex/latex-course/beamercolorthemeross.sty
/var/adm/update-scripts/texlive-latex-course-%{texlive_version}.%{texlive_noarch}.svn25505-%{release}-zypper
%package -n texlive-latex-doc-ptr
Version: %{texlive_version}.%{texlive_noarch}.20090324svn15878
Release: 0
Summary: A direction-finder for LaTeX documentation
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}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source30: latex-doc-ptr.doc.tar.xz
%description -n texlive-latex-doc-ptr
A two-page set of recommendations for users who need on-line
documentation of LaTeX. The document supports the need for
documentation of LaTeX itself, in distributions. For example,
it could be used in the command texdoc latex, in the TeX live
distribution.
date: 2009-06-03 13:14:30 +0000
%post -n texlive-latex-doc-ptr
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-latex-doc-ptr
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-latex-doc-ptr
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-latex-doc-ptr
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/latex-doc-ptr/Makefile
%{_texmfdistdir}/doc/latex/latex-doc-ptr/README
%{_texmfdistdir}/doc/latex/latex-doc-ptr/latex-doc-ptr.pdf
%{_texmfdistdir}/doc/latex/latex-doc-ptr/latex-doc-ptr.sty
%{_texmfdistdir}/doc/latex/latex-doc-ptr/latex-doc-ptr.tex
/var/adm/update-scripts/texlive-latex-doc-ptr-%{texlive_version}.%{texlive_noarch}.20090324svn15878-%{release}-zypper
%package -n texlive-latex-fonts
Version: %{texlive_version}.%{texlive_noarch}.svn28888
Release: 0
Summary: A collection of fonts used in LaTeX distributions
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-latex-fonts-doc >= %{texlive_version}
Provides: tex(icmcsc10.tfm)
Provides: tex(icmex10.tfm)
Provides: tex(icmmi8.tfm)
Provides: tex(icmsy8.tfm)
Provides: tex(icmtt8.tfm)
Provides: tex(ilasy8.tfm)
Provides: tex(ilcmss8.tfm)
Provides: tex(ilcmssb8.tfm)
Provides: tex(ilcmssi8.tfm)
Provides: tex(lasy10.tfm)
Provides: tex(lasy5.tfm)
Provides: tex(lasy6.tfm)
Provides: tex(lasy7.tfm)
Provides: tex(lasy8.tfm)
Provides: tex(lasy9.tfm)
Provides: tex(lasyb10.tfm)
Provides: tex(lcircle10.tfm)
Provides: tex(lcirclew10.tfm)
Provides: tex(lcmss8.tfm)
Provides: tex(lcmssb8.tfm)
Provides: tex(lcmssi8.tfm)
Provides: tex(line10.tfm)
Provides: tex(linew10.tfm)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source31: latex-fonts.tar.xz
Source32: latex-fonts.doc.tar.xz
%description -n texlive-latex-fonts
This is a collection of fonts for use with standard latex
packages and classes. It includes 'invisible' fonts (for use
with the slides class), line and circle fonts (for use in the
picture environment) and 'latex symbol' fonts. For full support
of a latex installation, some Computer Modern font variants
cmbsy(6-9), cmcsc(8,9), cmex(7-9) and cmmib(5-9) from the
amsfonts distribution, are also necessary. The fonts are
available as Metafont source, and metric (tfm) files are also
provided. Most of the fonts are also available in Adobe Type 1
format, in the amsfonts distribution.
date: 2012-07-07 13:54:01 +0000
%package -n texlive-latex-fonts-doc
Summary: Documentation for texlive-latex-fonts
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn28888
Release: 0
%description -n texlive-latex-fonts-doc
This package includes the documentation for texlive-latex-fonts
%post -n texlive-latex-fonts
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-latex-fonts
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-latex-fonts
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-latex-fonts-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/latex-fonts/README
%{_texmfdistdir}/doc/fonts/latex-fonts/legal.txt
%files -n texlive-latex-fonts
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/source/public/latex-fonts/circle.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/icmcsc10.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/icmex10.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/icmmi8.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/icmsy8.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/icmtt8.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/ilasy8.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/ilcmss8.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/ilcmssb8.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/ilcmssi8.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/lasy.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/lasy10.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/lasy5.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/lasy6.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/lasy7.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/lasy8.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/lasy9.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/lasyb10.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/lcircle10.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/lcirclew10.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/lcmss8.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/lcmssb8.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/lcmssi8.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/line.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/line10.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/linew10.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/sroman.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/sromanu.mf
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/icmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/icmex10.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/icmmi8.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/icmsy8.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/icmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/ilasy8.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/ilcmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/ilcmssb8.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/ilcmssi8.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/lasy10.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/lasy5.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/lasy6.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/lasy7.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/lasy8.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/lasy9.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/lasyb10.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/lcircle10.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/lcirclew10.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/lcmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/lcmssb8.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/lcmssi8.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/line10.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/linew10.tfm
/var/adm/update-scripts/texlive-latex-fonts-%{texlive_version}.%{texlive_noarch}.svn28888-%{release}-zypper
%package -n texlive-latex-graphics-companion
Version: %{texlive_version}.%{texlive_noarch}.svn29235
Release: 0
Summary: Examples from The LaTeX Graphics Companion
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
Source33: latex-graphics-companion.doc.tar.xz
%description -n texlive-latex-graphics-companion
The source of the examples printed in the book, together with
necessary supporting files.
date: 2012-05-22 09:10:15 +0000
%post -n texlive-latex-graphics-companion
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-latex-graphics-companion
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-latex-graphics-companion
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-latex-graphics-companion
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/latex-graphics-companion/1-4-1.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/1-4-10.pic
%{_texmfdistdir}/doc/latex/latex-graphics-companion/1-4-11.pic
%{_texmfdistdir}/doc/latex/latex-graphics-companion/1-4-12.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/1-4-2.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/1-4-3.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/1-4-4.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/1-4-5.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/1-4-6.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/1-4-7.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/1-4-8.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/1-4-9.pic
%{_texmfdistdir}/doc/latex/latex-graphics-companion/10-1-1.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/10-1-2.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/10-1-3.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/10-1-4.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/10-1-5.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/10-5-1.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/11-3-1.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/11-6-1.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/12-0-1.mp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/12-0-10.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/12-0-11.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/12-0-12.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/12-0-2.mp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/12-0-3.mp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/12-0-4.mp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/12-0-5.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/12-0-6.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/12-0-7.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/12-0-8.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/12-0-9.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/2-2-1.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/2-2-10.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/2-2-11.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/2-2-12.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/2-2-13.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/2-2-14.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/2-2-15.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/2-2-16.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/2-2-17.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/2-2-18.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/2-2-19.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/2-2-2.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/2-2-20.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/2-2-3.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/2-2-4.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/2-2-5.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/2-2-6.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/2-2-7.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/2-2-8.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/2-2-9.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/2-3-1.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/2-3-10.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/2-3-11.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/2-3-12.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/2-3-13.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/2-3-14.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/2-3-15.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/2-3-16.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/2-3-17.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/2-3-2.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/2-3-3.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/2-3-4.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/2-3-5.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/2-3-6.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/2-3-7.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/2-3-8.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/2-3-9.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/3-1-1.mp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/3-1-2.mp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/3-1-3.mp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/3-1-4.mp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/3-1-5.mp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/3-1-6.mp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/3-1-7.mp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/3-1-8.mp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/3-1-9.mp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/3-2-1.mp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/3-2-2.mp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/3-2-3.mp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/3-3-1.mp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/3-3-10.mp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/3-3-11.mp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/3-3-12.mp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/3-3-13.mp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/3-3-14.mp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/3-3-15.mp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/3-3-16.mp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/3-3-17.mp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/3-3-18.mp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/3-3-19.mp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/3-3-2.mp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/3-3-3.mp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/3-3-4.mp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/3-3-5.mp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/3-3-6.mp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/3-3-7.mp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/3-3-8.mp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/3-3-9.mp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/3-4-1.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/3-4-2.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/3-4-3.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/3-4-4.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/3-4-5.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/3-4-6.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-10-1.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-10-10.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-10-11.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-10-2.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-10-3.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-10-4.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-10-5.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-10-6.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-10-7.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-10-8.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-10-9.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-2-1.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-2-2.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-2-3.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-2-4.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-2-5.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-3-1.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-3-2.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-4-1.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-4-10.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-4-11.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-4-12.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-4-2.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-4-3.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-4-4.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-4-5.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-4-6.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-4-7.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-4-8.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-4-9.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-5-1.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-5-10.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-5-11.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-5-12.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-5-13.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-5-14.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-5-15.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-5-16.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-5-2.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-5-3.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-5-4.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-5-5.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-5-6.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-5-7.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-5-8.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-5-9.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-1.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-10.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-11.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-12.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-13.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-14.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-15.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-16.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-17.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-18.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-19.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-2.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-20.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-21.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-22.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-23.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-24.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-25.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-26.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-27.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-28.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-29.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-3.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-30.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-31.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-32.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-33.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-34.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-35.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-36.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-37.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-38.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-39.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-4.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-40.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-41.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-42.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-43.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-44.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-45.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-46.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-5.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-6.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-7.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-8.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-9.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-7-1.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-7-2.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-7-3.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-7-4.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-8-1.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-8-2.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-8-3.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-8-4.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-8-5.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-9-1.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-9-10.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/4-9-2.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-2-1.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-3-1.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-3-2.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-3-3.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-3-4.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-3-5.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-3-6.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-3-7.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-3-8.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-3-9.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-4-1.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-4-2.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-4-3.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-4-4.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-1.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-10.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-11.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-12.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-13.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-14.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-15.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-16.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-17.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-18.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-19.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-2.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-20.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-21.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-22.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-23.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-24.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-25.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-26.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-27.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-28.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-29.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-3.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-30.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-31.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-32.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-33.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-34.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-35.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-4.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-5.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-6.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-7.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-8.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-9.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-1.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-10.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-11.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-12.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-13.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-14.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-15.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-16.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-17.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-18.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-19.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-2.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-20.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-21.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-22.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-23.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-24.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-3.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-4.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-5.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-6.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-7.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-8.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-9.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-3-1.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-3-10.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-3-11.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-3-12.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-3-13.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-3-14.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-3-2.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-3-3.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-3-4.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-3-5.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-3-6.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-3-7.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-3-8.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-3-9.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-4-1.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-4-2.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-4-3.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-5-1.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-6-1.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-6-2.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-6-3.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-6-4.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-6-5.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-6-6.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-6-7.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-7-1.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-7-1.m4
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-7-2.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-7-2.m4
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-7-3.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-7-3.m4
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-7-4.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/6-7-4.m4
%{_texmfdistdir}/doc/latex/latex-graphics-companion/7-2-1.mx1
%{_texmfdistdir}/doc/latex/latex-graphics-companion/7-2-1.mx2
%{_texmfdistdir}/doc/latex/latex-graphics-companion/7-2-1.ptx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/7-2-2.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/7-2-3.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/7-2-4.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/7-2-5.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/7-2-6.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/7-3-1.abc
%{_texmfdistdir}/doc/latex/latex-graphics-companion/7-3-2.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/7-3-3.abc
%{_texmfdistdir}/doc/latex/latex-graphics-companion/7-3-4.abc
%{_texmfdistdir}/doc/latex/latex-graphics-companion/7-3-5.abc
%{_texmfdistdir}/doc/latex/latex-graphics-companion/7-3-6.abc
%{_texmfdistdir}/doc/latex/latex-graphics-companion/7-3-7.abc
%{_texmfdistdir}/doc/latex/latex-graphics-companion/7-3-8.abc
%{_texmfdistdir}/doc/latex/latex-graphics-companion/7-3-9.abc
%{_texmfdistdir}/doc/latex/latex-graphics-companion/7-4-1.mpp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/7-4-10.mx1
%{_texmfdistdir}/doc/latex/latex-graphics-companion/7-4-10.mx2
%{_texmfdistdir}/doc/latex/latex-graphics-companion/7-4-10.ptx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/7-4-2.mpp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/7-4-3.mpp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/7-4-4.mpp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/7-4-5.mpp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/7-4-6.mpp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/7-4-7.mpp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/7-4-8.mpp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/7-4-9.mpp
%{_texmfdistdir}/doc/latex/latex-graphics-companion/8-1-1.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/8-1-2.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/8-1-3.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/8-1-4.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/8-2-1.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/8-2-2.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/8-2-3.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/8-3-1.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/8-3-2.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/8-3-3.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/8-4-1.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/8-4-2.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/8-5-1.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/8-6-1.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/8-6-2.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/8-6-3.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/8-6-4.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/8-6-5.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/8-6-6.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/8-6-7.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/8-6-8.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/8-7-1.acr
%{_texmfdistdir}/doc/latex/latex-graphics-companion/8-7-1.dwn
%{_texmfdistdir}/doc/latex/latex-graphics-companion/8-7-1.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/8-7-2.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/8-7-3.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/8-7-4.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/9-2-1.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/9-2-2.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/9-2-3.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/9-2-4.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/9-2-5.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/9-2-6.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/9-2-7.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/9-2-8.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/9-2-9.ltx
%{_texmfdistdir}/doc/latex/latex-graphics-companion/9-3-1.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/9-3-10.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/9-3-11.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/9-3-12.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/9-3-13.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/9-3-14.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/9-3-15.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/9-3-16.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/9-3-17.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/9-3-18.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/9-3-19.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/9-3-2.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/9-3-20.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/9-3-3.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/9-3-4.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/9-3-5.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/9-3-6.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/9-3-7.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/9-3-8.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/9-3-9.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/A-1-1.inl
%{_texmfdistdir}/doc/latex/latex-graphics-companion/Makefile
%{_texmfdistdir}/doc/latex/latex-graphics-companion/README
%{_texmfdistdir}/doc/latex/latex-graphics-companion/ages.dat
%{_texmfdistdir}/doc/latex/latex-graphics-companion/bar.ini
%{_texmfdistdir}/doc/latex/latex-graphics-companion/chap.dat
%{_texmfdistdir}/doc/latex/latex-graphics-companion/clef.ini
%{_texmfdistdir}/doc/latex/latex-graphics-companion/config.ps
%{_texmfdistdir}/doc/latex/latex-graphics-companion/decade.dat
%{_texmfdistdir}/doc/latex/latex-graphics-companion/feature.ini
%{_texmfdistdir}/doc/latex/latex-graphics-companion/graves.dat
%{_texmfdistdir}/doc/latex/latex-graphics-companion/inputs/graphics.cfg
%{_texmfdistdir}/doc/latex/latex-graphics-companion/inputs/header.tex
%{_texmfdistdir}/doc/latex/latex-graphics-companion/inputs/mfpic.sty
%{_texmfdistdir}/doc/latex/latex-graphics-companion/inputs/ppex.cls
%{_texmfdistdir}/doc/latex/latex-graphics-companion/key.ini
%{_texmfdistdir}/doc/latex/latex-graphics-companion/langs.dat
%{_texmfdistdir}/doc/latex/latex-graphics-companion/langs2.dat
%{_texmfdistdir}/doc/latex/latex-graphics-companion/langs3.dat
%{_texmfdistdir}/doc/latex/latex-graphics-companion/macro.ini
%{_texmfdistdir}/doc/latex/latex-graphics-companion/mpp.tex
%{_texmfdistdir}/doc/latex/latex-graphics-companion/note.ini
%{_texmfdistdir}/doc/latex/latex-graphics-companion/notecc.ini
%{_texmfdistdir}/doc/latex/latex-graphics-companion/pot.dat
%{_texmfdistdir}/doc/latex/latex-graphics-companion/script.ini
%{_texmfdistdir}/doc/latex/latex-graphics-companion/scriptcc.ini
%{_texmfdistdir}/doc/latex/latex-graphics-companion/showgrid.tex
%{_texmfdistdir}/doc/latex/latex-graphics-companion/stones.dat
%{_texmfdistdir}/doc/latex/latex-graphics-companion/students.dat
%{_texmfdistdir}/doc/latex/latex-graphics-companion/veracx.mx1
%{_texmfdistdir}/doc/latex/latex-graphics-companion/veracx.tex
%{_texmfdistdir}/doc/latex/latex-graphics-companion/yearm.dat
%{_texmfdistdir}/doc/latex/latex-graphics-companion/years.dat
%{_texmfdistdir}/doc/latex/latex-graphics-companion/years.men
%{_texmfdistdir}/doc/latex/latex-graphics-companion/years.wom
%{_texmfdistdir}/doc/latex/latex-graphics-companion/yearw.dat
/var/adm/update-scripts/texlive-latex-graphics-companion-%{texlive_version}.%{texlive_noarch}.svn29235-%{release}-zypper
%package -n texlive-latex-notes-zh-cn
Version: %{texlive_version}.%{texlive_noarch}.1.20svn15878
Release: 0
Summary: Chinese Introduction to TeX and 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}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source34: latex-notes-zh-cn.doc.tar.xz
%description -n texlive-latex-notes-zh-cn
The document is an introduction to TeX/LaTeX, in Chinese. It
covers basic text typesetting, mathematics, graphics, tables,
Chinese language & fonts, and some miscellaneous features
(hyperlinks, long documents, bibliographies, indexes and page
layout).
date: 2009-11-09 21:53:30 +0000
%post -n texlive-latex-notes-zh-cn
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-latex-notes-zh-cn
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-latex-notes-zh-cn
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-latex-notes-zh-cn
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/README
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/history.txt
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/latex-notes-zh-cn.pdf
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/license.txt
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/basics.tex
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/dscf4684.jpg
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/arrow.mps
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/color.mps
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/colors.mps
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/curve.mps
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/dashed.mps
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/dot.mps
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/fill.mps
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/label.mps
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/line.mps
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/loop.mps
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/path.mps
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/predefined.mps
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/pst_arc.eps
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/pst_arrow.eps
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/pst_axis.eps
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/pst_bezier.eps
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/pst_circle.eps
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/pst_color.eps
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/pst_curve.eps
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/pst_dot.eps
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/pst_fill.eps
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/pst_frame.eps
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/pst_grid.eps
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/pst_label.eps
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/pst_line.eps
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/pst_linestyle.eps
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/pst_origin.eps
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/pst_parabola.eps
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/pst_polygon.eps
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/pst_rput.eps
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/pst_uput.eps
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/subfig.mps
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/subfig_left.mps
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/subfig_right.mps
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/transform.mps
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/uline.mps
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/fonts.tex
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/graphics.tex
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/i18n.tex
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/introduction.tex
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/lnotes.tex
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/math.tex
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/misc.tex
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/postcript.tex
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/preface.tex
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/reading.bib
%{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/tables.tex
/var/adm/update-scripts/texlive-latex-notes-zh-cn-%{texlive_version}.%{texlive_noarch}.1.20svn15878-%{release}-zypper
%package -n texlive-latex-referenz
Version: %{texlive_version}.%{texlive_noarch}.svn16980
Release: 0
Summary: Examples from the book "LaTeX Referenz"
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
Source35: latex-referenz.doc.tar.xz
%description -n texlive-latex-referenz
This bundle contains all the examples, as source, eps and pdf,
of the author's book "LaTeX Referenz" (2nd ed.), published by
DANTE/Lehmanns. The examples can be run as usual with the
example class ttctexa.cls, which is in the distribution.
date: 2010-02-12 12:59:30 +0000
%post -n texlive-latex-referenz
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-latex-referenz
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-latex-referenz
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-latex-referenz
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/latex-referenz/01-03-1.xltx
%{_texmfdistdir}/doc/latex/latex-referenz/01-04-1.lux
%{_texmfdistdir}/doc/latex/latex-referenz/01-04-2.lux
%{_texmfdistdir}/doc/latex/latex-referenz/02-03-1.ltxps
%{_texmfdistdir}/doc/latex/latex-referenz/02-03-2.ltx2crop
%{_texmfdistdir}/doc/latex/latex-referenz/02-03-3.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/02-03-4.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/03-03-1.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/03-04-1.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/03-05-1.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/03-06-1.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/03-07-1.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/03-08-1.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/04-02-1.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/05-01-1.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/06-03-1.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/06-03-10.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/06-03-11.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/06-03-12.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/06-03-13.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/06-03-14.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/06-03-15.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/06-03-16.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/06-03-17.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/06-03-18.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/06-03-19.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/06-03-2.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/06-03-20.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/06-03-21.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/06-03-3.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/06-03-4.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/06-03-5.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/06-03-6.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/06-03-7.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/06-03-8.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/06-03-9.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/08-03-1.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/08-03-2.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/08-03-3.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/08-03-4.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/08-05-1.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/08-05-2.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/08-05-3.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/08-05-4.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/08-05-5.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/08-05-6.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/08-05-7.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/08-05-8.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/08-07-1.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/08-07-10.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/08-07-11.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/08-07-12.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/08-07-13.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/08-07-2.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/08-07-3.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/08-07-4.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/08-07-5.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/08-07-6.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/08-07-7.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/08-07-8.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/08-07-9.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/08-08-1.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/08-08-10.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/08-08-11.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/08-08-12.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/08-08-13.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/08-08-2.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/08-08-3.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/08-08-4.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/08-08-5.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/08-08-6.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/08-08-7.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/08-08-8.ltxps
%{_texmfdistdir}/doc/latex/latex-referenz/08-08-9.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/09-02-1.ltx2crop
%{_texmfdistdir}/doc/latex/latex-referenz/09-03-1.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/09-03-10.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/09-03-11.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/09-03-12.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/09-03-13.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/09-03-14.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/09-03-15.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/09-03-16.ltx2
%{_texmfdistdir}/doc/latex/latex-referenz/09-03-2.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/09-03-3.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/09-03-4.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/09-03-5.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/09-03-6.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/09-03-7.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/09-03-8.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/09-03-9.ltx
%{_texmfdistdir}/doc/latex/latex-referenz/README
/var/adm/update-scripts/texlive-latex-referenz-%{texlive_version}.%{texlive_noarch}.svn16980-%{release}-zypper
%package -n texlive-latex-tabellen
Version: %{texlive_version}.%{texlive_noarch}.svn16979
Release: 0
Summary: LaTeX Tabellen
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
Source36: latex-tabellen.doc.tar.xz
%description -n texlive-latex-tabellen
The examples from the book <<Tabellen mit LaTeX>>, 2nd ed.
date: 2010-02-12 12:59:30 +0000
%post -n texlive-latex-tabellen
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-latex-tabellen
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-latex-tabellen
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-latex-tabellen
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/latex-tabellen/01-01-1.ltxps
%{_texmfdistdir}/doc/latex/latex-tabellen/01-01-10.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/01-01-11.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/01-01-12.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/01-01-13.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/01-01-14.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/01-01-15.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/01-01-16.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/01-01-17.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/01-01-18.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/01-01-19.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/01-01-2.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/01-01-3.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/01-01-4.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/01-01-5.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/01-01-6.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/01-01-7.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/01-01-8.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/01-01-9.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/01-02-1.ltxps
%{_texmfdistdir}/doc/latex/latex-tabellen/01-02-2.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/01-02-3.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/01-02-4.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/01-02-5.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/01-02-6.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/01-02-7.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/01-02-8.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/01-02-9.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-01-1.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-01-10.ltxps
%{_texmfdistdir}/doc/latex/latex-tabellen/02-01-11.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-01-12.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-01-13.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-01-14.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-01-15.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-01-16.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-01-17.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-01-18.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-01-19.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-01-2.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-01-3.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-01-4.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-01-5.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-01-6.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-01-7.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-01-8.ltxps
%{_texmfdistdir}/doc/latex/latex-tabellen/02-01-9.ltxps
%{_texmfdistdir}/doc/latex/latex-tabellen/02-02-1.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-02-2.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-02-3.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-02-4.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-02-5.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-02-6.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-03-1.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-03-10.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-03-11.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-03-12.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-03-13.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-03-14.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-03-2.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-03-3.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-03-4.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-03-5.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-03-6.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-03-7.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-03-8.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-03-9.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-04-1.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-04-10.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-04-2.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-04-3.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-04-4.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-04-5.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-04-6.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-04-7.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-04-8.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-04-9.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-05-1.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-05-10.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-05-11.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-05-2.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-05-3.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-05-4.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-05-5.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-05-6.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-05-7.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-05-8.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-05-9.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-06-1.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-06-2.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-06-3.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-06-4.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-06-5.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-07-1.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-07-2.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-07-3.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-07-4.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/02-07-5.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-08-1.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-08-2.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-08-3.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-08-4.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-08-5.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-08-6.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-08-7.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-08-8.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-09-1.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-09-2.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-09-3.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-10-1.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-11-1.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-11-10.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-11-11.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-11-12.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-11-13.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-11-2.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-11-3.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-11-4.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-11-5.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-11-6.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-11-7.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-11-8.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-11-9.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-12-1.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-12-2.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-13-1.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-13-2.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-13-3.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-13-4.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-14-1.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-14-10.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-14-11.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-14-12.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-14-13.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-14-14.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-14-15.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-14-2.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-14-3.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-14-4.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-14-5.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-14-6.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-14-7.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-14-8.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-14-9.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-15-1.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-15-2.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-15-3.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-16-1.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-16-2.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-16-3.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-17-1.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-18-1.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-18-2.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-18-3.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-18-4.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-18-5.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-19-1.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-19-2.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-20-1.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-20-2.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-21-1.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/02-21-2.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/02-22-1.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-22-2.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-22-3.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-22-4.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-23-1.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-24-1.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-24-2.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-24-3.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-24-4.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-25-1.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-25-2.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-26-1.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-26-10.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-26-2.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-26-3.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-26-4.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-26-5.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-26-6.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-26-7.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-26-8.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-26-9.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-27-1.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-28-1.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-28-2.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-28-3.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-28-4.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-29-1.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/02-29-2.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/03-01-1.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/03-01-10.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/03-01-11.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/03-01-12.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/03-01-2.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/03-01-3.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/03-01-4.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/03-01-5.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/03-01-6.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/03-01-7.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/03-01-8.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/03-01-9.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/03-02-1.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/03-02-2.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/03-02-3.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/03-02-4.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/03-02-5.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/03-02-6.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/03-02-7.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/03-03-1.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/03-03-2.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/03-03-3.ltxb
%{_texmfdistdir}/doc/latex/latex-tabellen/03-03-4.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/03-03-5.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/03-03-6.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/04-01-1.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/04-01-10.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/04-01-11.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/04-01-12.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/04-01-13.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/04-01-14.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/04-01-15.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/04-01-2.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/04-01-3.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/04-01-4.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/04-01-5.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/04-01-6.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/04-01-7.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/04-01-8.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/04-01-9.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/04-02-1.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/04-02-2.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/04-03-1.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/04-03-2.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/04-03-3.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/04-04-1.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/04-04-2.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/04-04-3.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/04-04-4.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/04-04-5.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/04-05-1.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/04-05-2.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/04-05-3.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/04-05-4.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/04-05-5.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/04-05-6.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/04-05-7.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/04-05-8.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/04-06-1.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/04-06-2.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/04-06-3.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/04-06-4.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/04-06-5.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/04-06-6.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/04-06-7.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/04-06-8.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/04-06-9.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/05-01-1.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/05-01-2.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/05-01-3.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/05-01-4.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/05-01-5.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/05-02-1.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/05-03-1.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/05-03-2.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/05-03-3.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/05-04-1.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/05-04-2.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/05-05-1.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/05-05-2.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/05-06-1.ltxE
%{_texmfdistdir}/doc/latex/latex-tabellen/05-06-2.ltxE
%{_texmfdistdir}/doc/latex/latex-tabellen/05-06-3.ltxE
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-1.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-10.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-11.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-12.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-13.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-14.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-15.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-16.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-17.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-18.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-19.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-2.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-20.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-21.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-22.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-23.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-24.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-25.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-26.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-27.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-28.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-29.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-3.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-30.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-31.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-32.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-33.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-34.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-35.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-36.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-37.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-38.ltxps
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-39.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-4.ltxps
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-40.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-41.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-42.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-43.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-44.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-45.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-46.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-5.ltxps
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-6.ltxps
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-7.ltxps
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-8.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/06-00-9.ltx
%{_texmfdistdir}/doc/latex/latex-tabellen/07-03-1.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/07-03-2.ltx2
%{_texmfdistdir}/doc/latex/latex-tabellen/README
/var/adm/update-scripts/texlive-latex-tabellen-%{texlive_version}.%{texlive_noarch}.svn16979-%{release}-zypper
%package -n texlive-latex-tds
Version: %{texlive_version}.%{texlive_noarch}.svn29325
Release: 0
Summary: A structured copy of the LaTeX distribution
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-latex-tds-doc >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source37: latex-tds.source.tar.xz
Source38: latex-tds.doc.tar.xz
%description -n texlive-latex-tds
This bundle provides a set of zip file modules containing TDS-
compliant trees for items of the LaTeX distribution (both the
base system and required packages), together with 'user-
friendly' documentation (PDF files with navigation support
using bookmarks and links). A further module (knuth) performs
the same service for Knuth's software distribution.
date: 2013-03-10 14:09:27 +0000
%package -n texlive-latex-tds-doc
Summary: Documentation for texlive-latex-tds
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn29325
Release: 0
%description -n texlive-latex-tds-doc
This package includes the documentation for texlive-latex-tds
%post -n texlive-latex-tds
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-latex-tds
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-latex-tds
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-latex-tds-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/latex-tds/README
%{_texmfdistdir}/doc/latex/latex-tds/README.html
%{_texmfdistdir}/doc/latex/latex-tds/README.pdf
%files -n texlive-latex-tds
%defattr(-,root,root,755)
%{_texmfdistdir}/source/latex/latex-tds/README-docinfo.html
%{_texmfdistdir}/source/latex/latex-tds/README.asciidoc
%{_texmfdistdir}/source/latex/latex-tds/build.pl
%{_texmfdistdir}/source/latex/latex-tds/lib/adjust_checksum.pl
%{_texmfdistdir}/source/latex/latex-tds/lib/ziptimetree.pl
%{_texmfdistdir}/source/latex/latex-tds/license/adjust_checksum/lppl.txt
%{_texmfdistdir}/source/latex/latex-tds/license/latex-tds/lppl.txt
%{_texmfdistdir}/source/latex/latex-tds/license/ziptimetree/lgpl.txt
%{_texmfdistdir}/source/latex/latex-tds/patch/amsclass.dtx.diff
%{_texmfdistdir}/source/latex/latex-tds/patch/amsfndoc.def.diff
%{_texmfdistdir}/source/latex/latex-tds/patch/amsfndoc.tex.diff
%{_texmfdistdir}/source/latex/latex-tds/patch/amsldoc.tex.diff
%{_texmfdistdir}/source/latex/latex-tds/patch/changes.tex.diff
%{_texmfdistdir}/source/latex/latex-tds/patch/encguide.tex.diff
%{_texmfdistdir}/source/latex/latex-tds/patch/hebrew.fdd.diff
%{_texmfdistdir}/source/latex/latex-tds/patch/logmac.tex.diff
%{_texmfdistdir}/source/latex/latex-tds/patch/source2e.tex.diff
%{_texmfdistdir}/source/latex/latex-tds/patch/tlc2.err.diff
%{_texmfdistdir}/source/latex/latex-tds/patch/trapman.tex.diff
%{_texmfdistdir}/source/latex/latex-tds/patch/tripman.tex.diff
%{_texmfdistdir}/source/latex/latex-tds/patch/utf8ienc.dtx.diff
%{_texmfdistdir}/source/latex/latex-tds/patch/webman.tex.diff
%{_texmfdistdir}/source/latex/latex-tds/tex/ams.drv
%{_texmfdistdir}/source/latex/latex-tds/tex/babel.tex
%{_texmfdistdir}/source/latex/latex-tds/tex/doc_lppl.tex
%{_texmfdistdir}/source/latex/latex-tds/tex/docstrip.cfg
%{_texmfdistdir}/source/latex/latex-tds/tex/errata.all
%{_texmfdistdir}/source/latex/latex-tds/tex/errata.cfg
%{_texmfdistdir}/source/latex/latex-tds/tex/errata.drv
%{_texmfdistdir}/source/latex/latex-tds/tex/errorlog.drv
%{_texmfdistdir}/source/latex/latex-tds/tex/etex_man.drv
%{_texmfdistdir}/source/latex/latex-tds/tex/greek-usage.tex
%{_texmfdistdir}/source/latex/latex-tds/tex/hyperref.cfg
%{_texmfdistdir}/source/latex/latex-tds/tex/knuth.drv
%{_texmfdistdir}/source/latex/latex-tds/tex/ltnews.cfg
%{_texmfdistdir}/source/latex/latex-tds/tex/ltnews.tex
%{_texmfdistdir}/source/latex/latex-tds/tex/ltugboat.cfg
%{_texmfdistdir}/source/latex/latex-tds/tex/ltxcheck.drv
%{_texmfdistdir}/source/latex/latex-tds/tex/ltxdoc.cfg
%{_texmfdistdir}/source/latex/latex-tds/tex/ltxguide.cfg
%{_texmfdistdir}/source/latex/latex-tds/tex/lualatex-tds.ini
%{_texmfdistdir}/source/latex/latex-tds/tex/lualatex-tds2.ini
%{_texmfdistdir}/source/latex/latex-tds/tex/manual.cfg
%{_texmfdistdir}/source/latex/latex-tds/tex/pdflatex-tds.ini
%{_texmfdistdir}/source/latex/latex-tds/tex/psnfss2e.drv
%{_texmfdistdir}/source/latex/latex-tds/tex/tdsguide.cfg
%{_texmfdistdir}/source/latex/latex-tds/tex/tools-overview.cls
%{_texmfdistdir}/source/latex/latex-tds/tex/tools.tex
/var/adm/update-scripts/texlive-latex-tds-%{texlive_version}.%{texlive_noarch}.svn29325-%{release}-zypper
%package -n texlive-latex-veryshortguide
Version: %{texlive_version}.%{texlive_noarch}.svn29803
Release: 0
Summary: The Very Short Guide to 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}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source39: latex-veryshortguide.doc.tar.xz
%description -n texlive-latex-veryshortguide
This is a 4-page reminder of what LaTeX does. It is designed
for printing on A4 paper, double-sided, and folding once to A5.
(Such an 'imposed' version of the document is provided in the
distribution, as PDF.)
date: 2013-01-22 17:02:11 +0000
%post -n texlive-latex-veryshortguide
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-latex-veryshortguide
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-latex-veryshortguide
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-latex-veryshortguide
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/latex-veryshortguide/README
%{_texmfdistdir}/doc/latex/latex-veryshortguide/build
%{_texmfdistdir}/doc/latex/latex-veryshortguide/index.html
%{_texmfdistdir}/doc/latex/latex-veryshortguide/menno-a.eps
%{_texmfdistdir}/doc/latex/latex-veryshortguide/menno-a.jpg
%{_texmfdistdir}/doc/latex/latex-veryshortguide/veryshortguide-imposed.pdf
%{_texmfdistdir}/doc/latex/latex-veryshortguide/veryshortguide.pdf
%{_texmfdistdir}/doc/latex/latex-veryshortguide/veryshortguide.tex
%{_texmfdistdir}/doc/latex/latex-veryshortguide/vsg-1.jpg
%{_texmfdistdir}/doc/latex/latex-veryshortguide/vsg-2.jpg
%{_texmfdistdir}/doc/latex/latex-veryshortguide/vsg-3.jpg
%{_texmfdistdir}/doc/latex/latex-veryshortguide/vsg-4.jpg
/var/adm/update-scripts/texlive-latex-veryshortguide-%{texlive_version}.%{texlive_noarch}.svn29803-%{release}-zypper
%package -n texlive-latex-web-companion
Version: %{texlive_version}.%{texlive_noarch}.svn29349
Release: 0
Summary: Examples from The LaTeX Web Companion
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
Source40: latex-web-companion.doc.tar.xz
%description -n texlive-latex-web-companion
The source of the examples printed in the book, together with
necessary supporting files.
date: 2012-07-10 06:38:43 +0000
%post -n texlive-latex-web-companion
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-latex-web-companion
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-latex-web-companion
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-latex-web-companion
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/latex-web-companion/apa/README.apa
%{_texmfdistdir}/doc/latex/latex-web-companion/apa/latexexa-raw.xml
%{_texmfdistdir}/doc/latex/latex-web-companion/apa/latexexa.dtd
%{_texmfdistdir}/doc/latex/latex-web-companion/apa/latexexa.tex
%{_texmfdistdir}/doc/latex/latex-web-companion/apa/latexexa.xml
%{_texmfdistdir}/doc/latex/latex-web-companion/apa/phys332-1.eps
%{_texmfdistdir}/doc/latex/latex-web-companion/apa/phys332-2.eps
%{_texmfdistdir}/doc/latex/latex-web-companion/apa/teched.html
%{_texmfdistdir}/doc/latex/latex-web-companion/apa/teched.java
%{_texmfdistdir}/doc/latex/latex-web-companion/apb/InvitationSAX.class
%{_texmfdistdir}/doc/latex/latex-web-companion/apb/InvitationSAX.java
%{_texmfdistdir}/doc/latex/latex-web-companion/apb/MySAXApp.class
%{_texmfdistdir}/doc/latex/latex-web-companion/apb/MySAXApp.java
%{_texmfdistdir}/doc/latex/latex-web-companion/apb/README.apb
%{_texmfdistdir}/doc/latex/latex-web-companion/apb/bibliotest1.xml
%{_texmfdistdir}/doc/latex/latex-web-companion/apb/bibliotest2.xml
%{_texmfdistdir}/doc/latex/latex-web-companion/apb/biblioxml1.dtd
%{_texmfdistdir}/doc/latex/latex-web-companion/apb/biblioxml2.dtd
%{_texmfdistdir}/doc/latex/latex-web-companion/apb/colorcir.eps
%{_texmfdistdir}/doc/latex/latex-web-companion/apb/inv2.tex
%{_texmfdistdir}/doc/latex/latex-web-companion/apb/invitation.sty
%{_texmfdistdir}/doc/latex/latex-web-companion/apb/invitation2.dtd
%{_texmfdistdir}/doc/latex/latex-web-companion/apb/invitation2.xml
%{_texmfdistdir}/doc/latex/latex-web-companion/apb/latexmath.dtd
%{_texmfdistdir}/doc/latex/latex-web-companion/apb/latexmml.dtd
%{_texmfdistdir}/doc/latex/latex-web-companion/apb/makelatex.sh
%{_texmfdistdir}/doc/latex/latex-web-companion/apb/minilatex.dtd
%{_texmfdistdir}/doc/latex/latex-web-companion/apb/minilatex.xsl
%{_texmfdistdir}/doc/latex/latex-web-companion/apb/minilatexexa.tex
%{_texmfdistdir}/doc/latex/latex-web-companion/apb/minilatexexa.xml
%{_texmfdistdir}/doc/latex/latex-web-companion/apb/mybiblio.dtd
%{_texmfdistdir}/doc/latex/latex-web-companion/apb/utf82latin1.sh
%{_texmfdistdir}/doc/latex/latex-web-companion/apc/ISOcyr1.pen
%{_texmfdistdir}/doc/latex/latex-web-companion/apc/README.apc
%{_texmfdistdir}/doc/latex/latex-web-companion/apc/invitation.sty
%{_texmfdistdir}/doc/latex/latex-web-companion/apc/invitationfr.dtd
%{_texmfdistdir}/doc/latex/latex-web-companion/apc/invitationfr.tex
%{_texmfdistdir}/doc/latex/latex-web-companion/apc/invitationfr.xml
%{_texmfdistdir}/doc/latex/latex-web-companion/apc/invitationfrraw.tex
%{_texmfdistdir}/doc/latex/latex-web-companion/apc/invlat1fr.xsl
%{_texmfdistdir}/doc/latex/latex-web-companion/apc/utf8.html
%{_texmfdistdir}/doc/latex/latex-web-companion/apc/utf8.xml
%{_texmfdistdir}/doc/latex/latex-web-companion/apc/utf8.xsl
%{_texmfdistdir}/doc/latex/latex-web-companion/apc/utf8raw.html
%{_texmfdistdir}/doc/latex/latex-web-companion/ch2/latexexa.aux
%{_texmfdistdir}/doc/latex/latex-web-companion/ch2/latexexa.brf
%{_texmfdistdir}/doc/latex/latex-web-companion/ch2/latexexa.log
%{_texmfdistdir}/doc/latex/latex-web-companion/ch2/latexexa.out
%{_texmfdistdir}/doc/latex/latex-web-companion/ch2/latexexa.pdf
%{_texmfdistdir}/doc/latex/latex-web-companion/ch2/latexexa.tex
%{_texmfdistdir}/doc/latex/latex-web-companion/ch2/phys332-1.pdf
%{_texmfdistdir}/doc/latex/latex-web-companion/ch2/phys332-2.pdf
%{_texmfdistdir}/doc/latex/latex-web-companion/ch3/Makefile.ex2
%{_texmfdistdir}/doc/latex/latex-web-companion/ch3/Makefile.ex3
%{_texmfdistdir}/doc/latex/latex-web-companion/ch3/README.ch3
%{_texmfdistdir}/doc/latex/latex-web-companion/ch3/colorcir.eps
%{_texmfdistdir}/doc/latex/latex-web-companion/ch3/ex20.tex
%{_texmfdistdir}/doc/latex/latex-web-companion/ch3/ex21.tex
%{_texmfdistdir}/doc/latex/latex-web-companion/ch3/ex22.tex
%{_texmfdistdir}/doc/latex/latex-web-companion/ch3/ex2bib.tex
%{_texmfdistdir}/doc/latex/latex-web-companion/ch3/ex30.tex
%{_texmfdistdir}/doc/latex/latex-web-companion/ch3/ex31.tex
%{_texmfdistdir}/doc/latex/latex-web-companion/ch3/ex32.tex
%{_texmfdistdir}/doc/latex/latex-web-companion/ch3/ex3bib.tex
%{_texmfdistdir}/doc/latex/latex-web-companion/ch3/l2hexa.tex
%{_texmfdistdir}/doc/latex/latex-web-companion/ch3/myinit.pl
%{_texmfdistdir}/doc/latex/latex-web-companion/ch3/sampleAMS.css
%{_texmfdistdir}/doc/latex/latex-web-companion/ch3/sampleAMS.tex
%{_texmfdistdir}/doc/latex/latex-web-companion/ch3/sampleMath.tex
%{_texmfdistdir}/doc/latex/latex-web-companion/ch3/sampleMathImages.tex
%{_texmfdistdir}/doc/latex/latex-web-companion/ch3/sampleMathThumb.tex
%{_texmfdistdir}/doc/latex/latex-web-companion/ch3/tac2dim.eps
%{_texmfdistdir}/doc/latex/latex-web-companion/ch4/latexexa.aux
%{_texmfdistdir}/doc/latex/latex-web-companion/ch4/latexexa.css
%{_texmfdistdir}/doc/latex/latex-web-companion/ch4/latexexa.dvi
%{_texmfdistdir}/doc/latex/latex-web-companion/ch4/latexexa.html
%{_texmfdistdir}/doc/latex/latex-web-companion/ch4/latexexa.idv
%{_texmfdistdir}/doc/latex/latex-web-companion/ch4/latexexa.lg
%{_texmfdistdir}/doc/latex/latex-web-companion/ch4/latexexa.log
%{_texmfdistdir}/doc/latex/latex-web-companion/ch4/latexexa.otc
%{_texmfdistdir}/doc/latex/latex-web-companion/ch4/latexexa.tex
%{_texmfdistdir}/doc/latex/latex-web-companion/ch4/latexexa.toc
%{_texmfdistdir}/doc/latex/latex-web-companion/ch4/latexexa.xref
%{_texmfdistdir}/doc/latex/latex-web-companion/ch4/phys332-1.eps
%{_texmfdistdir}/doc/latex/latex-web-companion/ch4/phys332-2.eps
%{_texmfdistdir}/doc/latex/latex-web-companion/ch4/tex4ht.env
%{_texmfdistdir}/doc/latex/latex-web-companion/ch4/tex4ht.tmp
%{_texmfdistdir}/doc/latex/latex-web-companion/ch4/tmp.ps
%{_texmfdistdir}/doc/latex/latex-web-companion/ch6/README.ch6
%{_texmfdistdir}/doc/latex/latex-web-companion/ch6/catalog
%{_texmfdistdir}/doc/latex/latex-web-companion/ch6/emptyexample.xml
%{_texmfdistdir}/doc/latex/latex-web-companion/ch6/invitation.dtd
%{_texmfdistdir}/doc/latex/latex-web-companion/ch6/invitation.xml
%{_texmfdistdir}/doc/latex/latex-web-companion/ch6/wrong.xml
%{_texmfdistdir}/doc/latex/latex-web-companion/ch6/xml.dcl
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/README.ch7
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/SGMLS.pm
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/SGMLS/Output.pm
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/SGMLS/Refs.pm
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/SGMLS/SGMLS.pm
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/any.xml
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/any.xsl
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/catalog
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/catalog.dsssl
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/catalog.xml
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/debug.txt
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/dsssl.cat
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/dsssl.dtd
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/empty.dsl
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/empty.xsl
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/emptyexample.xml
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/fot.dtd
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/inv1html.pl
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/inv2css.html.save
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/inv2html.pl
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/inv2lat.pl
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/inv3.xml
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/invcss.html.save
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/invfo1.fop
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/invfo1.out
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/invfo1.pdf
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/invfo1.xsl
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/invhtml.dsl
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/invhtml2.xsl
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/invit.css
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/invitation.dsl
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/invitation.dtd
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/invitation.fot
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/invitation.sty
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/invitation.tex.save
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/invitation.xml
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/invitation2.dtd
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/invitation2.xml
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/invitationfr.sty
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/invlat1.xsl
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/invtab1.dsl
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/invtab2.dsl
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/makesum.xml
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/makesum.xsl
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/sectionexa.xml
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/sectionexa.xsl
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/sgmlspl.pl
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/skel.pl
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/style-sheet.dtd
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/templatest.xml
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/templatest.xsl
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/templatestnok.xsl
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/templatestok.xsl
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/test-SGMLS.pl
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/writefile.xsl
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/writefiles.xml
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/wrong.xml
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/xml.dcl
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/xsl.xml
%{_texmfdistdir}/doc/latex/latex-web-companion/ch7/xslexa1.xsl
/var/adm/update-scripts/texlive-latex-web-companion-%{texlive_version}.%{texlive_noarch}.svn29349-%{release}-zypper
%package -n texlive-latex2e-help-texinfo
Version: %{texlive_version}.%{texlive_noarch}.svn30487
Release: 0
Summary: Unoffical reference manual covering LaTeX2e
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
Source41: latex2e-help-texinfo.doc.tar.xz
%description -n texlive-latex2e-help-texinfo
The manual is provided as Texinfo source (which was originally
derived from the VMS help file in the DECUS TeX distribution of
1990, with many subsequent changes). This is a collaborative
development, and details of getting involved are to be found on
the package home page. All the other formats in the
distribution are derived from the Texinfo source, as usual.
date: 2013-05-14 21:18:47 +0000
%preun -n texlive-latex2e-help-texinfo
if test $1 = 0; then
%install_info_delete --info-dir=%{_infodir} %{_infodir}/latex2e.info
fi
%post -n texlive-latex2e-help-texinfo
%install_info --info-dir=%{_infodir} %{_infodir}/latex2e.info
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-latex2e-help-texinfo
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-latex2e-help-texinfo
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-latex2e-help-texinfo
%defattr(-,root,root,755)
%{_infodir}/latex2e.info*
%{_texmfdistdir}/doc/latex/latex2e-help-texinfo/ChangeLog
%{_texmfdistdir}/doc/latex/latex2e-help-texinfo/Makefile
%{_texmfdistdir}/doc/latex/latex2e-help-texinfo/NEWS
%{_texmfdistdir}/doc/latex/latex2e-help-texinfo/README
%{_texmfdistdir}/doc/latex/latex2e-help-texinfo/latex2e.dbk
%{_texmfdistdir}/doc/latex/latex2e-help-texinfo/latex2e.html
%{_texmfdistdir}/doc/latex/latex2e-help-texinfo/latex2e.pdf
%{_texmfdistdir}/doc/latex/latex2e-help-texinfo/latex2e.texi
%{_texmfdistdir}/doc/latex/latex2e-help-texinfo/latex2e.txt
%{_texmfdistdir}/doc/latex/latex2e-help-texinfo/latex2e.xml
%{_texmfdistdir}/doc/latex/latex2e-help-texinfo/ltx-help.el
/var/adm/update-scripts/texlive-latex2e-help-texinfo-%{texlive_version}.%{texlive_noarch}.svn30487-%{release}-zypper
%package -n texlive-latex2e-help-texinfo-spanish
Version: %{texlive_version}.%{texlive_noarch}.svn29725
Release: 0
Summary: Package latex2e-help-texinfo-spanish
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
Source42: latex2e-help-texinfo-spanish.doc.tar.xz
%description -n texlive-latex2e-help-texinfo-spanish
The latex2e-help-texinfo-spanish package
%preun -n texlive-latex2e-help-texinfo-spanish
if test $1 = 0; then
%install_info_delete --info-dir=%{_infodir} %{_infodir}/latex2e-es.info
fi
%post -n texlive-latex2e-help-texinfo-spanish
%install_info --info-dir=%{_infodir} %{_infodir}/latex2e-es.info
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-latex2e-help-texinfo-spanish
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-latex2e-help-texinfo-spanish
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-latex2e-help-texinfo-spanish
%defattr(-,root,root,755)
%{_infodir}/latex2e-es.info*
%{_texmfdistdir}/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.dbk
%{_texmfdistdir}/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.html
%{_texmfdistdir}/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.pdf
%{_texmfdistdir}/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.texi
%{_texmfdistdir}/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.txt
%{_texmfdistdir}/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.xml
/var/adm/update-scripts/texlive-latex2e-help-texinfo-spanish-%{texlive_version}.%{texlive_noarch}.svn29725-%{release}-zypper
%package -n texlive-latex2man
Version: %{texlive_version}.%{texlive_noarch}.1.24svn29725
Release: 0
Summary: Translate LaTeX-based manual pages into Unix man format
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive-latex2man-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-latex2man-doc >= %{texlive_version}
Provides: tex(latex2man.cfg)
Provides: tex(latex2man.sty)
Requires: tex(fancyhdr.sty)
Requires: tex(fancyheadings.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source43: latex2man.tar.xz
Source44: latex2man.doc.tar.xz
Source45: latex2man_tmphandling.dif
%description -n texlive-latex2man
A tool to translate UNIX manual pages written with LaTeX into a
man-page format understood by the Unix man(1) command.
Alternatively HTML or TexInfo code can be produced. Output of
parts of the text may be supressed using the conditional text
feature.
date: 2012-06-09 08:33:16 +0000
%package -n texlive-latex2man-doc
Summary: Documentation for texlive-latex2man
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.24svn29725
Release: 0
Requires(preun): %install_info_prereq
Requires(post): %install_info_prereq
%description -n texlive-latex2man-doc
This package includes the documentation for texlive-latex2man
%post -n texlive-latex2man
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-latex2man
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-latex2man
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
%preun -n texlive-latex2man-doc
if test $1 = 0; then
%install_info_delete --info-dir=%{_infodir} %{_infodir}/latex2man.info
fi
%post -n texlive-latex2man-doc
%install_info --info-dir=%{_infodir} %{_infodir}/latex2man.info
%files -n texlive-latex2man-doc
%defattr(-,root,root,755)
%{_infodir}/latex2man.info*
%{_texmfdistdir}/doc/support/latex2man/CHANGES
%{_texmfdistdir}/doc/support/latex2man/INSTALL
%{_texmfdistdir}/doc/support/latex2man/Makefile
%{_texmfdistdir}/doc/support/latex2man/README
%{_texmfdistdir}/doc/support/latex2man/THIS-IS-VERSION-1.24
%{_texmfdistdir}/doc/support/latex2man/latex2man-CHANGES.html
%{_texmfdistdir}/doc/support/latex2man/latex2man.1
%{_texmfdistdir}/doc/support/latex2man/latex2man.css
%{_texmfdistdir}/doc/support/latex2man/latex2man.html
%{_texmfdistdir}/doc/support/latex2man/latex2man.pdf
%{_texmfdistdir}/doc/support/latex2man/latex2man.tex
%{_texmfdistdir}/doc/support/latex2man/latex2man.texi
%{_texmfdistdir}/doc/support/latex2man/latex2man.trans
%{_texmfdistdir}/doc/support/latex2man/latex2man.txt
%files -n texlive-latex2man
%defattr(-,root,root,755)
%{_texmfdistdir}/scripts/latex2man/latex2man
%{_texmfdistdir}/tex/latex/latex2man/latex2man.cfg
%{_texmfdistdir}/tex/latex/latex2man/latex2man.sty
/var/adm/update-scripts/texlive-latex2man-%{texlive_version}.%{texlive_noarch}.1.24svn29725-%{release}-zypper
%package -n texlive-latex4wp
Version: %{texlive_version}.%{texlive_noarch}.1.0.7svn22314
Release: 0
Summary: A LaTeX guide specifically designed for word processor users
License: GFDL-1.2
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
Source46: latex4wp.doc.tar.xz
%description -n texlive-latex4wp
"LaTeX for Word Processor Users" is a guide that helps
converting knowledge and techniques of word processing into the
LaTeX typesetting environment. It aims at helping WP users use
LaTeX instead.
date: 2010-09-15 15:37:36 +0000
%post -n texlive-latex4wp
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-latex4wp
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-latex4wp
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-latex4wp
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/latex4wp/HOW-TO-TYPESET
%{_texmfdistdir}/doc/latex/latex4wp/README
%{_texmfdistdir}/doc/latex/latex4wp/dat2tex
%{_texmfdistdir}/doc/latex/latex4wp/exa.sty
%{_texmfdistdir}/doc/latex/latex4wp/gnuplot.gp
%{_texmfdistdir}/doc/latex/latex4wp/gnuplot.pdf
%{_texmfdistdir}/doc/latex/latex4wp/latex4wp.pdf
%{_texmfdistdir}/doc/latex/latex4wp/latex4wp.tex
%{_texmfdistdir}/doc/latex/latex4wp/midifile.mid
%{_texmfdistdir}/doc/latex/latex4wp/small.eepic
%{_texmfdistdir}/doc/latex/latex4wp/small.eps
%{_texmfdistdir}/doc/latex/latex4wp/small.fig
%{_texmfdistdir}/doc/latex/latex4wp/small.pdf
%{_texmfdistdir}/doc/latex/latex4wp/small.pdf_t
%{_texmfdistdir}/doc/latex/latex4wp/tbx.eps
%{_texmfdistdir}/doc/latex/latex4wp/tbx.pdf
%{_texmfdistdir}/doc/latex/latex4wp/tbx.tex
%{_texmfdistdir}/doc/latex/latex4wp/xfig.eps
%{_texmfdistdir}/doc/latex/latex4wp/xfig.png
/var/adm/update-scripts/texlive-latex4wp-%{texlive_version}.%{texlive_noarch}.1.0.7svn22314-%{release}-zypper
%package -n texlive-latex4wp-it
Version: %{texlive_version}.%{texlive_noarch}.svn22335
Release: 0
Summary: Package latex4wp-it
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
Source47: latex4wp-it.doc.tar.xz
%description -n texlive-latex4wp-it
The latex4wp-it package
%post -n texlive-latex4wp-it
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-latex4wp-it
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-latex4wp-it
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-latex4wp-it
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/latex4wp-it/COME-COMPORRE
%{_texmfdistdir}/doc/latex/latex4wp-it/README
%{_texmfdistdir}/doc/latex/latex4wp-it/dat2tex
%{_texmfdistdir}/doc/latex/latex4wp-it/exa.sty
%{_texmfdistdir}/doc/latex/latex4wp-it/gnuplot.gp
%{_texmfdistdir}/doc/latex/latex4wp-it/gnuplot.pdf
%{_texmfdistdir}/doc/latex/latex4wp-it/latex4wp-it.pdf
%{_texmfdistdir}/doc/latex/latex4wp-it/latex4wp-it.tex
%{_texmfdistdir}/doc/latex/latex4wp-it/midifile.mid
%{_texmfdistdir}/doc/latex/latex4wp-it/small.eepic
%{_texmfdistdir}/doc/latex/latex4wp-it/small.eps
%{_texmfdistdir}/doc/latex/latex4wp-it/small.fig
%{_texmfdistdir}/doc/latex/latex4wp-it/small.pdf
%{_texmfdistdir}/doc/latex/latex4wp-it/small.pdf_t
%{_texmfdistdir}/doc/latex/latex4wp-it/tbx.epsi
%{_texmfdistdir}/doc/latex/latex4wp-it/tbx.pdf
%{_texmfdistdir}/doc/latex/latex4wp-it/tbx.tex
%{_texmfdistdir}/doc/latex/latex4wp-it/xfig.eps
%{_texmfdistdir}/doc/latex/latex4wp-it/xfig.png
/var/adm/update-scripts/texlive-latex4wp-it-%{texlive_version}.%{texlive_noarch}.svn22335-%{release}-zypper
%package -n texlive-latexcheat
Version: %{texlive_version}.%{texlive_noarch}.1.13svn15878
Release: 0
Summary: A LaTeX cheat sheet
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
Source48: latexcheat.doc.tar.xz
%description -n texlive-latexcheat
A LaTeX reference sheet for writing scientific papers. Unlike
many other such sheets, this sheet does not focus on
typesetting mathematics (though it does list some symbols).
date: 2009-04-07 06:49:48 +0000
%post -n texlive-latexcheat
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-latexcheat
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-latexcheat
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-latexcheat
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/latexcheat/README
%{_texmfdistdir}/doc/latex/latexcheat/latexsheet.pdf
%{_texmfdistdir}/doc/latex/latexcheat/latexsheet.tex
/var/adm/update-scripts/texlive-latexcheat-%{texlive_version}.%{texlive_noarch}.1.13svn15878-%{release}-zypper
%package -n texlive-latexcheat-esmx
Version: %{texlive_version}.%{texlive_noarch}.svn16664
Release: 0
Summary: A LaTeX cheat sheet, in Spanish
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
Source49: latexcheat-esmx.doc.tar.xz
%description -n texlive-latexcheat-esmx
This is a translation to Spanish (Castellano) of Winston
Chang's LaTeX cheat sheet (a reference sheet for writing
scientific papers).
date: 2010-01-09 23:40:15 +0000
%post -n texlive-latexcheat-esmx
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-latexcheat-esmx
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-latexcheat-esmx
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-latexcheat-esmx
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/latexcheat-esmx/README
%{_texmfdistdir}/doc/latex/latexcheat-esmx/latexsheet-esmx.pdf
%{_texmfdistdir}/doc/latex/latexcheat-esmx/latexsheet-esmx.tex
/var/adm/update-scripts/texlive-latexcheat-esmx-%{texlive_version}.%{texlive_noarch}.svn16664-%{release}-zypper
%package -n texlive-latexcheat-ptbr
Version: %{texlive_version}.%{texlive_noarch}.1.13svn15878
Release: 0
Summary: A LaTeX cheat sheet, in Brazilian Portuguese
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
Source50: latexcheat-ptbr.doc.tar.xz
%description -n texlive-latexcheat-ptbr
This is a translation to Brazilian Portuguese of Winston
Chang's LaTeX cheat sheet
date: 2009-04-10 09:30:41 +0000
%post -n texlive-latexcheat-ptbr
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-latexcheat-ptbr
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-latexcheat-ptbr
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-latexcheat-ptbr
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/latexcheat-ptbr/README-ptbr
%{_texmfdistdir}/doc/latex/latexcheat-ptbr/latexsheet-ptbr.pdf
%{_texmfdistdir}/doc/latex/latexcheat-ptbr/latexsheet-ptbr.tex
/var/adm/update-scripts/texlive-latexcheat-ptbr-%{texlive_version}.%{texlive_noarch}.1.13svn15878-%{release}-zypper
%package -n texlive-latexconfig
Version: %{texlive_version}.%{texlive_noarch}.svn28991
Release: 0
Summary: Package latexconfig
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(color.cfg)
Provides: tex(epstopdf-sys.cfg)
Provides: tex(graphics.cfg)
Provides: tex(hyperref.cfg)
Provides: tex(lualatex-patch-kernel.tex)
Provides: tex(lualatex-reset-codes.tex)
Provides: tex(lualatexiniconfig.tex)
Provides: tex(lualatexquotejobname.tex)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source51: latexconfig.tar.xz
%description -n texlive-latexconfig
The latexconfig package
%post -n texlive-latexconfig
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-latexconfig
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-latexconfig
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-latexconfig
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/latexconfig/color.cfg
%{_texmfdistdir}/tex/latex/latexconfig/dvilualatex.ini
%{_texmfdistdir}/tex/latex/latexconfig/epstopdf-sys.cfg
%{_texmfdistdir}/tex/latex/latexconfig/graphics.cfg
%{_texmfdistdir}/tex/latex/latexconfig/hyperref.cfg
%{_texmfdistdir}/tex/latex/latexconfig/latex.ini
%{_texmfdistdir}/tex/latex/latexconfig/lualatex-patch-kernel.tex
%{_texmfdistdir}/tex/latex/latexconfig/lualatex-reset-codes.tex
%{_texmfdistdir}/tex/latex/latexconfig/lualatex.ini
%{_texmfdistdir}/tex/latex/latexconfig/lualatexiniconfig.tex
%{_texmfdistdir}/tex/latex/latexconfig/lualatexquotejobname.lua
%{_texmfdistdir}/tex/latex/latexconfig/lualatexquotejobname.tex
%{_texmfdistdir}/tex/latex/latexconfig/mllatex.ini
%{_texmfdistdir}/tex/latex/latexconfig/pdflatex.ini
%{_texmfdistdir}/tex/latex/latexconfig/xelatex.ini
/var/adm/update-scripts/texlive-latexconfig-%{texlive_version}.%{texlive_noarch}.svn28991-%{release}-zypper
%package -n texlive-latexdiff
Version: %{texlive_version}.%{texlive_noarch}.1.0.2svn29752
Release: 0
Summary: Determine and mark up significant differences between latex files
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive-latexdiff-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-latexdiff-doc >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source52: latexdiff.tar.xz
Source53: latexdiff.doc.tar.xz
Source54: latexdiff_env.dif
%description -n texlive-latexdiff
Latexdiff is a Perl script for visual mark up and revision of
significant differences between two latex files. Various
options are available for visual markup using standard latex
packages such as color. Changes not directly affecting visible
text, for example in formatting commands, are still marked in
the latex source. A rudimentary revision facilility is provided
by another Perl script, latexrevise, which accepts or rejects
all changes. Manual editing of the difference file can be used
to override this default behaviour and accept or reject
selected changes only.
date: 2012-12-18 11:31:15 +0000
%package -n texlive-latexdiff-doc
Summary: Documentation for texlive-latexdiff
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.0.2svn29752
Release: 0
%description -n texlive-latexdiff-doc
This package includes the documentation for texlive-latexdiff
%post -n texlive-latexdiff
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-latexdiff
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-latexdiff
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-latexdiff-doc
%defattr(-,root,root,755)
%{_mandir}/man1/latexdiff-vc.1*
%{_mandir}/man1/latexdiff.1*
%{_mandir}/man1/latexrevise.1*
%{_texmfdistdir}/doc/support/latexdiff/COPYING
%{_texmfdistdir}/doc/support/latexdiff/README
%{_texmfdistdir}/doc/support/latexdiff/contrib/README.latexchanges
%{_texmfdistdir}/doc/support/latexdiff/contrib/latexchanges.py
%{_texmfdistdir}/doc/support/latexdiff/contrib/latexdiff-wrap
%{_texmfdistdir}/doc/support/latexdiff/contrib/latexdiff.spec
%{_texmfdistdir}/doc/support/latexdiff/doc/example-diff.tex
%{_texmfdistdir}/doc/support/latexdiff/doc/latexdiff-man.pdf
%{_texmfdistdir}/doc/support/latexdiff/doc/latexdiff-man.tex
%{_texmfdistdir}/doc/support/latexdiff/example/example-draft.tex
%{_texmfdistdir}/doc/support/latexdiff/example/example-rev.tex
%{_texmfdistdir}/doc/support/latexdiff/latexdiff
%{_texmfdistdir}/doc/support/latexdiff/latexdiff-fast
%files -n texlive-latexdiff
%defattr(-,root,root,755)
%{_texmfdistdir}/scripts/latexdiff/latexdiff-vc.pl
%{_texmfdistdir}/scripts/latexdiff/latexdiff.pl
%{_texmfdistdir}/scripts/latexdiff/latexrevise.pl
/var/adm/update-scripts/texlive-latexdiff-%{texlive_version}.%{texlive_noarch}.1.0.2svn29752-%{release}-zypper
%package -n texlive-latexfileinfo-pkgs
Version: %{texlive_version}.%{texlive_noarch}.0.0.22svn26760
Release: 0
Summary: A comparison of packages showing LaTeX file information
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-latexfileinfo-pkgs-doc >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source55: latexfileinfo-pkgs.tar.xz
Source56: latexfileinfo-pkgs.doc.tar.xz
%description -n texlive-latexfileinfo-pkgs
The package provides an HTML file that lists and compares CTAN
packages that display LaTeX source file information from
\ProvidesClass, \ProvidesFile, and \ProvidesPackage commands in
the LaTeX file. Five packages of the author's, and several
other packages are discussed; revision control systems are
mentioned briefly.
date: 2012-05-30 12:24:48 +0000
%package -n texlive-latexfileinfo-pkgs-doc
Summary: Documentation for texlive-latexfileinfo-pkgs
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.0.0.22svn26760
Release: 0
%description -n texlive-latexfileinfo-pkgs-doc
This package includes the documentation for texlive-latexfileinfo-pkgs
%post -n texlive-latexfileinfo-pkgs
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-latexfileinfo-pkgs
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-latexfileinfo-pkgs
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-latexfileinfo-pkgs-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/latexfileinfo-pkgs/README
%{_texmfdistdir}/doc/latex/latexfileinfo-pkgs/latexfileinfo_pkgs.htm
%files -n texlive-latexfileinfo-pkgs
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/latexfileinfo-pkgs/latexfileinfo_pkgs.RLS
/var/adm/update-scripts/texlive-latexfileinfo-pkgs-%{texlive_version}.%{texlive_noarch}.0.0.22svn26760-%{release}-zypper
%package -n texlive-latexfileversion
Version: %{texlive_version}.%{texlive_noarch}.v0.3svn29349
Release: 0
Summary: Prints the version and date of a LaTeX class or style file
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive-latexfileversion-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-latexfileversion-doc >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source57: latexfileversion.tar.xz
Source58: latexfileversion.doc.tar.xz
%description -n texlive-latexfileversion
This simple shell script prints the version and date of a LaTeX
class or style file. Syntax: latexfileversion <file> This
programme handles style files (extension .sty), class files
(extension .cls), and other tex input files. The file extension
must be given.
date: 2012-05-22 11:29:11 +0000
%package -n texlive-latexfileversion-doc
Summary: Documentation for texlive-latexfileversion
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.v0.3svn29349
Release: 0
%description -n texlive-latexfileversion-doc
This package includes the documentation for texlive-latexfileversion
%post -n texlive-latexfileversion
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-latexfileversion
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-latexfileversion
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-latexfileversion-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/support/latexfileversion/ChangeLog
%{_texmfdistdir}/doc/support/latexfileversion/README
%files -n texlive-latexfileversion
%defattr(-,root,root,755)
%{_texmfdistdir}/scripts/latexfileversion/latexfileversion
/var/adm/update-scripts/texlive-latexfileversion-%{texlive_version}.%{texlive_noarch}.v0.3svn29349-%{release}-zypper
%package -n texlive-latexmk
Version: %{texlive_version}.%{texlive_noarch}.4.35svn29752
Release: 0
Summary: Fully automated LaTeX document generation
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive-latexmk-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-latexmk-doc >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source59: latexmk.tar.xz
Source60: latexmk.doc.tar.xz
%description -n texlive-latexmk
Latexmk completely automates the process of generating a LaTeX
document. Given the source files for a document, latexmk issues
the appropriate sequence of commands to generate a .dvi, .ps,
.pdf or hardcopy version of the document. An important feature
is the "preview continuous mode", where the script watches all
of the source files (primary file and included TeX and graphics
files), and reruns LaTeX, etc., whenever a source file has
changed. Thus a previewer can have an updated display whenever
the source files change.
date: 2012-11-17 00:32:51 +0000
%package -n texlive-latexmk-doc
Summary: Documentation for texlive-latexmk
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.4.35svn29752
Release: 0
%description -n texlive-latexmk-doc
This package includes the documentation for texlive-latexmk
%post -n texlive-latexmk
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-latexmk
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-latexmk
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-latexmk-doc
%defattr(-,root,root,755)
%{_mandir}/man1/latexmk.1*
%{_texmfdistdir}/doc/support/latexmk/CHANGES
%{_texmfdistdir}/doc/support/latexmk/COPYING
%{_texmfdistdir}/doc/support/latexmk/INSTALL
%{_texmfdistdir}/doc/support/latexmk/README
%{_texmfdistdir}/doc/support/latexmk/example_rcfiles/README
%{_texmfdistdir}/doc/support/latexmk/example_rcfiles/Sweave_latexmkrc
%{_texmfdistdir}/doc/support/latexmk/example_rcfiles/TeX4ht-latexmkrc
%{_texmfdistdir}/doc/support/latexmk/example_rcfiles/asymptote_latexmkrc
%{_texmfdistdir}/doc/support/latexmk/example_rcfiles/glossary_latexmkrc
%{_texmfdistdir}/doc/support/latexmk/example_rcfiles/mpost_latexmkrc
%{_texmfdistdir}/doc/support/latexmk/example_rcfiles/pdflatexmkrc
%{_texmfdistdir}/doc/support/latexmk/example_rcfiles/sagetex_latexmkrc
%{_texmfdistdir}/doc/support/latexmk/example_rcfiles/sweave_latexmkrc
%{_texmfdistdir}/doc/support/latexmk/example_rcfiles/xelatex_latexmkrc
%{_texmfdistdir}/doc/support/latexmk/extra-scripts/README1
%{_texmfdistdir}/doc/support/latexmk/extra-scripts/dvipdfm_call
%{_texmfdistdir}/doc/support/latexmk/extra-scripts/dvipdfmx_call
%{_texmfdistdir}/doc/support/latexmk/extra-scripts/htlatexonly
%{_texmfdistdir}/doc/support/latexmk/extra-scripts/kickxdvi
%{_texmfdistdir}/doc/support/latexmk/extra-scripts/l1
%{_texmfdistdir}/doc/support/latexmk/extra-scripts/l2
%{_texmfdistdir}/doc/support/latexmk/extra-scripts/myhtlatex2
%{_texmfdistdir}/doc/support/latexmk/extra-scripts/pst2pdf_for_latexmk
%{_texmfdistdir}/doc/support/latexmk/extra-scripts/pst2pdf_for_latexmk_README.txt
%{_texmfdistdir}/doc/support/latexmk/extra-scripts/startacroread
%{_texmfdistdir}/doc/support/latexmk/latexmk.pdf
%{_texmfdistdir}/doc/support/latexmk/latexmk.txt
%files -n texlive-latexmk
%defattr(-,root,root,755)
%{_texmfdistdir}/scripts/latexmk/latexmk.pl
/var/adm/update-scripts/texlive-latexmk-%{texlive_version}.%{texlive_noarch}.4.35svn29752-%{release}-zypper
%package -n texlive-latexmp
Version: %{texlive_version}.%{texlive_noarch}.1.2.1svn15878
Release: 0
Summary: Interface for LaTeX-based typesetting in MetaPost
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-latexmp-doc >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source61: latexmp.tar.xz
Source62: latexmp.doc.tar.xz
%description -n texlive-latexmp
The MetaPost package latexMP implements a user-friendly
interface to access LaTeX-based typesetting capabilities in
MetaPost. The text to be typeset is given as string. This
allows even dynamic text elements, for example counters, to be
used in labels. Compared to other implementations it is much
more flexible, since it can be used as direct replacement for
btex..etex, and much faster, compared for example to the
solution provided by tex.mp
date: 2007-02-22 23:16:39 +0000
%package -n texlive-latexmp-doc
Summary: Documentation for texlive-latexmp
License: SUSE-Public-Domain
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.2.1svn15878
Release: 0
%description -n texlive-latexmp-doc
This package includes the documentation for texlive-latexmp
%post -n texlive-latexmp
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-latexmp
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-latexmp
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-latexmp-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/metapost/latexmp/README
%{_texmfdistdir}/doc/metapost/latexmp/latexmp.pdf
%files -n texlive-latexmp
%defattr(-,root,root,755)
%{_texmfdistdir}/metapost/latexmp/latexmp.mp
/var/adm/update-scripts/texlive-latexmp-%{texlive_version}.%{texlive_noarch}.1.2.1svn15878-%{release}-zypper
%package -n texlive-latexpand
Version: %{texlive_version}.%{texlive_noarch}.svn28402
Release: 0
Summary: Expand \input and \include in a LaTeX document
License: BSD-3-Clause
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive-latexpand-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-latexpand-doc >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source63: latexpand.tar.xz
Source64: latexpand.doc.tar.xz
%description -n texlive-latexpand
Latexpand is a Perl script that simply replaces \input and
\include commands with the content of the file input/included.
The script does not deal with \includeonly commands.
date: 2012-11-28 12:57:31 +0000
%package -n texlive-latexpand-doc
Summary: Documentation for texlive-latexpand
License: BSD-3-Clause
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn28402
Release: 0
%description -n texlive-latexpand-doc
This package includes the documentation for texlive-latexpand
%post -n texlive-latexpand
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-latexpand
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-latexpand
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-latexpand-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/support/latexpand/Makefile
%{_texmfdistdir}/doc/support/latexpand/README
%{_texmfdistdir}/doc/support/latexpand/tests/README
%{_texmfdistdir}/doc/support/latexpand/tests/foo.tex
%{_texmfdistdir}/doc/support/latexpand/tests/includer.tex
%{_texmfdistdir}/doc/support/latexpand/tests/just-comment.tex
%{_texmfdistdir}/doc/support/latexpand/tests/my-package.sty
%{_texmfdistdir}/doc/support/latexpand/tests/no-eol.tex
%{_texmfdistdir}/doc/support/latexpand/tests/package-user.tex
%{_texmfdistdir}/doc/support/latexpand/version.txt
%files -n texlive-latexpand
%defattr(-,root,root,755)
%{_texmfdistdir}/scripts/latexpand/latexpand
/var/adm/update-scripts/texlive-latexpand-%{texlive_version}.%{texlive_noarch}.svn28402-%{release}-zypper
%package -n texlive-lato
Version: %{texlive_version}.%{texlive_noarch}.2.2svn24986
Release: 0
Summary: Lato font fanily 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-lato-fonts >= %{texlive_version}
Recommends: texlive-lato-doc >= %{texlive_version}
Provides: tex(Lato-Bla-01.tfm)
Provides: tex(Lato-Bla-02.tfm)
Provides: tex(Lato-Bla-SmallCaps-ot1.tfm)
Provides: tex(Lato-Bla-SmallCaps-ot1.vf)
Provides: tex(Lato-Bla-SmallCaps-t1.tfm)
Provides: tex(Lato-Bla-SmallCaps-t1.vf)
Provides: tex(Lato-Bla-dotlessj.tfm)
Provides: tex(Lato-Bla-ot1.tfm)
Provides: tex(Lato-Bla-ot1.vf)
Provides: tex(Lato-Bla-t1.tfm)
Provides: tex(Lato-Bla-t1.vf)
Provides: tex(Lato-Bla-ts1.tfm)
Provides: tex(Lato-Bla-ts1.vf)
Provides: tex(Lato-BlaIta-01.tfm)
Provides: tex(Lato-BlaIta-02.tfm)
Provides: tex(Lato-BlaIta-SmallCaps-ot1.tfm)
Provides: tex(Lato-BlaIta-SmallCaps-ot1.vf)
Provides: tex(Lato-BlaIta-SmallCaps-t1.tfm)
Provides: tex(Lato-BlaIta-SmallCaps-t1.vf)
Provides: tex(Lato-BlaIta-dotlessj.tfm)
Provides: tex(Lato-BlaIta-ot1.tfm)
Provides: tex(Lato-BlaIta-ot1.vf)
Provides: tex(Lato-BlaIta-t1.tfm)
Provides: tex(Lato-BlaIta-t1.vf)
Provides: tex(Lato-BlaIta-ts1.tfm)
Provides: tex(Lato-BlaIta-ts1.vf)
Provides: tex(Lato-Bol-01.tfm)
Provides: tex(Lato-Bol-02.tfm)
Provides: tex(Lato-Bol-SmallCaps-ot1.tfm)
Provides: tex(Lato-Bol-SmallCaps-ot1.vf)
Provides: tex(Lato-Bol-SmallCaps-t1.tfm)
Provides: tex(Lato-Bol-SmallCaps-t1.vf)
Provides: tex(Lato-Bol-dotlessj.tfm)
Provides: tex(Lato-Bol-ot1.tfm)
Provides: tex(Lato-Bol-ot1.vf)
Provides: tex(Lato-Bol-t1.tfm)
Provides: tex(Lato-Bol-t1.vf)
Provides: tex(Lato-Bol-ts1.tfm)
Provides: tex(Lato-Bol-ts1.vf)
Provides: tex(Lato-BolIta-01.tfm)
Provides: tex(Lato-BolIta-02.tfm)
Provides: tex(Lato-BolIta-SmallCaps-ot1.tfm)
Provides: tex(Lato-BolIta-SmallCaps-ot1.vf)
Provides: tex(Lato-BolIta-SmallCaps-t1.tfm)
Provides: tex(Lato-BolIta-SmallCaps-t1.vf)
Provides: tex(Lato-BolIta-dotlessj.tfm)
Provides: tex(Lato-BolIta-ot1.tfm)
Provides: tex(Lato-BolIta-ot1.vf)
Provides: tex(Lato-BolIta-t1.tfm)
Provides: tex(Lato-BolIta-t1.vf)
Provides: tex(Lato-BolIta-ts1.tfm)
Provides: tex(Lato-BolIta-ts1.vf)
Provides: tex(Lato-Hai-01.tfm)
Provides: tex(Lato-Hai-02.tfm)
Provides: tex(Lato-Hai-SmallCaps-ot1.tfm)
Provides: tex(Lato-Hai-SmallCaps-ot1.vf)
Provides: tex(Lato-Hai-SmallCaps-t1.tfm)
Provides: tex(Lato-Hai-SmallCaps-t1.vf)
Provides: tex(Lato-Hai-dotlessj.tfm)
Provides: tex(Lato-Hai-ot1.tfm)
Provides: tex(Lato-Hai-ot1.vf)
Provides: tex(Lato-Hai-t1.tfm)
Provides: tex(Lato-Hai-t1.vf)
Provides: tex(Lato-Hai-ts1.tfm)
Provides: tex(Lato-Hai-ts1.vf)
Provides: tex(Lato-HaiIta-01.tfm)
Provides: tex(Lato-HaiIta-02.tfm)
Provides: tex(Lato-HaiIta-SmallCaps-ot1.tfm)
Provides: tex(Lato-HaiIta-SmallCaps-ot1.vf)
Provides: tex(Lato-HaiIta-SmallCaps-t1.tfm)
Provides: tex(Lato-HaiIta-SmallCaps-t1.vf)
Provides: tex(Lato-HaiIta-dotlessj.tfm)
Provides: tex(Lato-HaiIta-ot1.tfm)
Provides: tex(Lato-HaiIta-ot1.vf)
Provides: tex(Lato-HaiIta-t1.tfm)
Provides: tex(Lato-HaiIta-t1.vf)
Provides: tex(Lato-HaiIta-ts1.tfm)
Provides: tex(Lato-HaiIta-ts1.vf)
Provides: tex(Lato-Lig-01.tfm)
Provides: tex(Lato-Lig-02.tfm)
Provides: tex(Lato-Lig-SmallCaps-ot1.tfm)
Provides: tex(Lato-Lig-SmallCaps-ot1.vf)
Provides: tex(Lato-Lig-SmallCaps-t1.tfm)
Provides: tex(Lato-Lig-SmallCaps-t1.vf)
Provides: tex(Lato-Lig-dotlessj.tfm)
Provides: tex(Lato-Lig-ot1.tfm)
Provides: tex(Lato-Lig-ot1.vf)
Provides: tex(Lato-Lig-t1.tfm)
Provides: tex(Lato-Lig-t1.vf)
Provides: tex(Lato-Lig-ts1.tfm)
Provides: tex(Lato-Lig-ts1.vf)
Provides: tex(Lato-LigIta-01.tfm)
Provides: tex(Lato-LigIta-02.tfm)
Provides: tex(Lato-LigIta-SmallCaps-ot1.tfm)
Provides: tex(Lato-LigIta-SmallCaps-ot1.vf)
Provides: tex(Lato-LigIta-SmallCaps-t1.tfm)
Provides: tex(Lato-LigIta-SmallCaps-t1.vf)
Provides: tex(Lato-LigIta-dotlessj.tfm)
Provides: tex(Lato-LigIta-ot1.tfm)
Provides: tex(Lato-LigIta-ot1.vf)
Provides: tex(Lato-LigIta-t1.tfm)
Provides: tex(Lato-LigIta-t1.vf)
Provides: tex(Lato-LigIta-ts1.tfm)
Provides: tex(Lato-LigIta-ts1.vf)
Provides: tex(Lato-Reg-01.tfm)
Provides: tex(Lato-Reg-02.tfm)
Provides: tex(Lato-Reg-SmallCaps-ot1.tfm)
Provides: tex(Lato-Reg-SmallCaps-ot1.vf)
Provides: tex(Lato-Reg-SmallCaps-t1.tfm)
Provides: tex(Lato-Reg-SmallCaps-t1.vf)
Provides: tex(Lato-Reg-dotlessj.tfm)
Provides: tex(Lato-Reg-ot1.tfm)
Provides: tex(Lato-Reg-ot1.vf)
Provides: tex(Lato-Reg-t1.tfm)
Provides: tex(Lato-Reg-t1.vf)
Provides: tex(Lato-Reg-ts1.tfm)
Provides: tex(Lato-Reg-ts1.vf)
Provides: tex(Lato-RegIta-01.tfm)
Provides: tex(Lato-RegIta-02.tfm)
Provides: tex(Lato-RegIta-SmallCaps-ot1.tfm)
Provides: tex(Lato-RegIta-SmallCaps-ot1.vf)
Provides: tex(Lato-RegIta-SmallCaps-t1.tfm)
Provides: tex(Lato-RegIta-SmallCaps-t1.vf)
Provides: tex(Lato-RegIta-dotlessj.tfm)
Provides: tex(Lato-RegIta-ot1.tfm)
Provides: tex(Lato-RegIta-ot1.vf)
Provides: tex(Lato-RegIta-t1.tfm)
Provides: tex(Lato-RegIta-t1.vf)
Provides: tex(Lato-RegIta-ts1.tfm)
Provides: tex(Lato-RegIta-ts1.vf)
Provides: tex(lato-01.enc)
Provides: tex(lato-02.enc)
Provides: tex(lato-dotlessj.enc)
Provides: tex(lato.map)
Provides: tex(lato.sty)
Provides: tex(ot1fla.fd)
Provides: tex(t1fla.fd)
Provides: tex(ts1fla.fd)
Requires: tex(keyval.sty)
Requires: tex(slantsc.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source65: lato.tar.xz
Source66: lato.doc.tar.xz
%description -n texlive-lato
Lato is a sanserif typeface family designed in the Summer 2010
by Warsaw-based designer Lukasz Dziedzic for the tyPoland
foundry. This font, which includes five weights (hairline,
light, regular, bold and black), is available from the Google
Font Directory as TrueType files under the Open Font License
version 1.1. The package provides support for this font in
LaTeX. It includes the original TrueType fonts, as well as Type
1 versions, converted for this package using FontForge for full
support with Dvips.
date: 2011-12-31 12:07:31 +0000
%package -n texlive-lato-doc
Summary: Documentation for texlive-lato
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.2.2svn24986
Release: 0
%description -n texlive-lato-doc
This package includes the documentation for texlive-lato
%package -n texlive-lato-fonts
Summary: Severed fonts for texlive-lato
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.2.2svn24986
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-lato-fonts
The separated fonts package for texlive-lato
%post -n texlive-lato
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if grep -qsE 'Map[[:blank:]]+lato.map' %{_texmfconfdir}/web2c/updmap.cfg; then
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+lato.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
echo 'Map lato.map' >> %{_texmfconfdir}/web2c/updmap.cfg
fi
> /var/run/texlive/run-updmap
%postun -n texlive-lato
if test $1 = 0; then
sed -ri 's/^(Map[[:blank:]]+lato.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-lato
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-lato-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/lato/CHANGES
%{_texmfdistdir}/doc/fonts/lato/README
%{_texmfdistdir}/doc/fonts/lato/lato-samples.pdf
%{_texmfdistdir}/doc/fonts/lato/lato-samples.tex
%{_texmfdistdir}/doc/fonts/lato/lato.pdf
%{_texmfdistdir}/doc/fonts/lato/lato.tex
%{_texmfdistdir}/doc/fonts/lato/manifest.txt
%files -n texlive-lato
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/afm/public/lato/Lato-Bla-LCDFJ.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-Bla.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-BlaIta-LCDFJ.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-BlaIta.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-Bol-LCDFJ.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-Bol.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-BolIta-LCDFJ.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-BolIta.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-Hai-LCDFJ.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-Hai.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-HaiIta-LCDFJ.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-HaiIta.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-Lig-LCDFJ.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-Lig.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-LigIta-LCDFJ.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-LigIta.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-Reg-LCDFJ.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-Reg.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-RegIta-LCDFJ.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-RegIta.afm
%{_texmfdistdir}/fonts/enc/dvips/lato/lato-01.enc
%{_texmfdistdir}/fonts/enc/dvips/lato/lato-02.enc
%{_texmfdistdir}/fonts/enc/dvips/lato/lato-dotlessj.enc
%{_texmfdistdir}/fonts/map/dvips/lato/lato.map
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bla-01.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bla-02.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bla-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bla-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bla-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bla-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bla-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bla-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BlaIta-01.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BlaIta-02.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BlaIta-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BlaIta-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BlaIta-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BlaIta-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BlaIta-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BlaIta-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bol-01.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bol-02.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bol-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bol-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bol-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bol-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bol-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bol-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BolIta-01.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BolIta-02.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BolIta-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BolIta-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BolIta-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BolIta-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BolIta-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BolIta-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Hai-01.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Hai-02.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Hai-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Hai-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Hai-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Hai-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Hai-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Hai-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-HaiIta-01.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-HaiIta-02.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-HaiIta-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-HaiIta-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-HaiIta-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-HaiIta-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-HaiIta-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-HaiIta-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Lig-01.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Lig-02.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Lig-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Lig-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Lig-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Lig-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Lig-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Lig-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-LigIta-01.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-LigIta-02.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-LigIta-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-LigIta-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-LigIta-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-LigIta-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-LigIta-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-LigIta-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Reg-01.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Reg-02.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Reg-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Reg-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Reg-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Reg-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Reg-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Reg-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-RegIta-01.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-RegIta-02.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-RegIta-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-RegIta-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-RegIta-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-RegIta-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-RegIta-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-RegIta-ts1.tfm
%{_texmfdistdir}/fonts/truetype/public/lato/Lato-Bla.ttf
%{_texmfdistdir}/fonts/truetype/public/lato/Lato-BlaIta.ttf
%{_texmfdistdir}/fonts/truetype/public/lato/Lato-Bol.ttf
%{_texmfdistdir}/fonts/truetype/public/lato/Lato-BolIta.ttf
%{_texmfdistdir}/fonts/truetype/public/lato/Lato-Hai.ttf
%{_texmfdistdir}/fonts/truetype/public/lato/Lato-HaiIta.ttf
%{_texmfdistdir}/fonts/truetype/public/lato/Lato-Lig.ttf
%{_texmfdistdir}/fonts/truetype/public/lato/Lato-LigIta.ttf
%{_texmfdistdir}/fonts/truetype/public/lato/Lato-Reg.ttf
%{_texmfdistdir}/fonts/truetype/public/lato/Lato-RegIta.ttf
%{_texmfdistdir}/fonts/type1/public/lato/Lato-Bla-LCDFJ.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-Bla.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-BlaIta-LCDFJ.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-BlaIta.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-Bol-LCDFJ.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-Bol.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-BolIta-LCDFJ.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-BolIta.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-Hai-LCDFJ.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-Hai.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-HaiIta-LCDFJ.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-HaiIta.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-Lig-LCDFJ.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-Lig.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-LigIta-LCDFJ.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-LigIta.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-Reg-LCDFJ.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-Reg.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-RegIta-LCDFJ.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-RegIta.pfb
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Bla-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Bla-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Bla-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Bla-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Bla-ts1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-BlaIta-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-BlaIta-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-BlaIta-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-BlaIta-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-BlaIta-ts1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Bol-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Bol-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Bol-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Bol-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Bol-ts1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-BolIta-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-BolIta-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-BolIta-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-BolIta-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-BolIta-ts1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Hai-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Hai-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Hai-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Hai-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Hai-ts1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-HaiIta-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-HaiIta-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-HaiIta-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-HaiIta-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-HaiIta-ts1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Lig-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Lig-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Lig-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Lig-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Lig-ts1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-LigIta-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-LigIta-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-LigIta-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-LigIta-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-LigIta-ts1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Reg-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Reg-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Reg-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Reg-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Reg-ts1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-RegIta-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-RegIta-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-RegIta-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-RegIta-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-RegIta-ts1.vf
%{_texmfdistdir}/tex/latex/lato/lato.sty
%{_texmfdistdir}/tex/latex/lato/ot1fla.fd
%{_texmfdistdir}/tex/latex/lato/t1fla.fd
%{_texmfdistdir}/tex/latex/lato/ts1fla.fd
/var/adm/update-scripts/texlive-lato-%{texlive_version}.%{texlive_noarch}.2.2svn24986-%{release}-zypper
%package -n texlive-layaureo
Version: %{texlive_version}.%{texlive_noarch}.svn19087
Release: 0
Summary: A package to improve the A4 page layout
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-layaureo-doc >= %{texlive_version}
Provides: tex(layaureo.sty)
Requires: tex(calc.sty)
Requires: tex(geometry.sty)
Requires: tex(keyval.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source67: layaureo.tar.xz
Source68: layaureo.doc.tar.xz
%description -n texlive-layaureo
This package produces a wide page layout for documents that use
A4 paper size. Moreover, LayAureo provides both a simple hook
for leaving an empty space which is required if pages are
bundled by a press binding use option binding=length), and an
option called big which it forces typearea to become maximum.
date: 2006-12-30 09:59:01 +0000
%package -n texlive-layaureo-doc
Summary: Documentation for texlive-layaureo
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn19087
Release: 0
%description -n texlive-layaureo-doc
This package includes the documentation for texlive-layaureo
%post -n texlive-layaureo
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-layaureo
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-layaureo
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-layaureo-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/layaureo/README
%{_texmfdistdir}/doc/latex/layaureo/layaureo.pdf
%files -n texlive-layaureo
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/layaureo/layaureo.sty
/var/adm/update-scripts/texlive-layaureo-%{texlive_version}.%{texlive_noarch}.svn19087-%{release}-zypper
%package -n texlive-layouts
Version: %{texlive_version}.%{texlive_noarch}.2.6dsvn15878
Release: 0
Summary: Display various elements of a document's layout
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-layouts-doc >= %{texlive_version}
Provides: tex(layouts.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source69: layouts.tar.xz
Source70: layouts.doc.tar.xz
%description -n texlive-layouts
Display information about a document, including: text
positioning on a page; disposition of floats; layout of
paragraphs, lists, footnotes, table of contents, and sectional
headings; font boxes. Facilities are provided for a document
designer to experiment with the layout parameters.
date: 2009-09-02 16:09:14 +0000
%package -n texlive-layouts-doc
Summary: Documentation for texlive-layouts
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.2.6dsvn15878
Release: 0
%description -n texlive-layouts-doc
This package includes the documentation for texlive-layouts
%post -n texlive-layouts
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-layouts
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-layouts
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-layouts-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/layouts/README
%{_texmfdistdir}/doc/latex/layouts/layman.pdf
%{_texmfdistdir}/doc/latex/layouts/layouts.pdf
%files -n texlive-layouts
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/layouts/layouts.sty
/var/adm/update-scripts/texlive-layouts-%{texlive_version}.%{texlive_noarch}.2.6dsvn15878-%{release}-zypper
%package -n texlive-lazylist
Version: %{texlive_version}.%{texlive_noarch}.1.0asvn17691
Release: 0
Summary: Lists in TeX's "mouth"
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-lazylist-doc >= %{texlive_version}
Provides: tex(lazylist.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source71: lazylist.tar.xz
Source72: lazylist.doc.tar.xz
%description -n texlive-lazylist
This package provides a pile of lambda-calculus and list-
handling macros of an incredibly obtuse nature. The TUGboat
paper serves as a manual for the macros. This TeX code was
formally verified.
date: 2006-12-30 09:59:01 +0000
%package -n texlive-lazylist-doc
Summary: Documentation for texlive-lazylist
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.0asvn17691
Release: 0
%description -n texlive-lazylist-doc
This package includes the documentation for texlive-lazylist
%post -n texlive-lazylist
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-lazylist
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-lazylist
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-lazylist-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/lazylist/lazylist.pdf
%{_texmfdistdir}/doc/latex/lazylist/lazylist.tex
%files -n texlive-lazylist
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/lazylist/lazylist.sty
/var/adm/update-scripts/texlive-lazylist-%{texlive_version}.%{texlive_noarch}.1.0asvn17691-%{release}-zypper
%package -n texlive-lcd
Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn16549
Release: 0
Summary: Alphanumerical LCD-style displays
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-lcd-doc >= %{texlive_version}
Provides: tex(lcd.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source73: lcd.tar.xz
Source74: lcd.doc.tar.xz
%description -n texlive-lcd
A LaTeX package that will display text as on an LCD display.
Assumes 8-bit input in its internal verbatim-style environment.
date: 2006-11-14 19:05:17 +0000
%package -n texlive-lcd-doc
Summary: Documentation for texlive-lcd
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn16549
Release: 0
%description -n texlive-lcd-doc
This package includes the documentation for texlive-lcd
%post -n texlive-lcd
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-lcd
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-lcd
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-lcd-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/lcd/00readme
%{_texmfdistdir}/doc/latex/lcd/example.pdf
%{_texmfdistdir}/doc/latex/lcd/example.tex
%files -n texlive-lcd
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/lcd/lcd.sty
/var/adm/update-scripts/texlive-lcd-%{texlive_version}.%{texlive_noarch}.0.0.3svn16549-%{release}-zypper
%global with_lcdf_typetools 1
%bcond_with lcdf_typetools
%package -n texlive-lcdftypetools
Version: %{texlive_version}.%{texlive_noarch}.2.97svn29764
Release: 0
Summary: A bundle of outline font manipulation tools
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%if %{with lcdf_typetools}
Conflicts: lcdf-typetools
%else
Requires: lcdf-typetools
%endif
Requires: texlive-glyphlist >= %{texlive_version}
Requires(pre): texlive-lcdftypetools-bin >= %{texlive_version}
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
Source75: lcdftypetools.doc.tar.xz
%description -n texlive-lcdftypetools
This bundle of tools comprises: - Cfftot1, which translates a
Compact Font Format (CFF) font, or a PostScript-flavored
OpenType font, into PostScript Type 1 format. It correctly
handles subroutines and hints; - Mmafm and mmpfb, which create
instances of multiple-master fonts (mmafm and mmpfb were
previously distributed in their own package, mminstance); -
Otfinfo, which reports information about OpenType fonts, such
as the features they support and the contents of their 'size'
optical size features; - Otftotfm, which creates TeX font
metrics and encodings that correspond to a PostScript-flavored
OpenType font. It will interpret glyph positionings,
substitutions, and ligatures as far as it is able. You can say
which OpenType features should be activated; - T1dotlessj,
creates a Type 1 font whose only character is a dotless j
matching the input font's design; - T1lint, which checks a Type
1 font for correctness; - T1reencode, which replaces a font's
internal encoding with one you specify; and - T1testpage, which
creates a PostScript proof for a Type 1 font. It is preliminary
software.
date: 2012-10-25 22:32:45 +0000
%post -n texlive-lcdftypetools
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-lcdftypetools
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-lcdftypetools
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-lcdftypetools
%defattr(-,root,root,755)
%if %{with lcdf_typetools}
%{_mandir}/man1/cfftot1.1*
%{_mandir}/man1/mmafm.1*
%{_mandir}/man1/mmpfb.1*
%{_mandir}/man1/otfinfo.1*
%{_mandir}/man1/otftotfm.1*
%{_mandir}/man1/t1dotlessj.1*
%{_mandir}/man1/t1lint.1*
%{_mandir}/man1/t1rawafm.1*
%{_mandir}/man1/t1reencode.1*
%{_mandir}/man1/t1testpage.1*
%{_mandir}/man1/ttftotype42.1*
%endif
/var/adm/update-scripts/texlive-lcdftypetools-%{texlive_version}.%{texlive_noarch}.2.97svn29764-%{release}-zypper
%package -n texlive-lcg
Version: %{texlive_version}.%{texlive_noarch}.1.2svn15878
Release: 0
Summary: Generate random integers
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-lcg-doc >= %{texlive_version}
Provides: tex(lcg.sty)
Requires: tex(keyval.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source76: lcg.tar.xz
Source77: lcg.doc.tar.xz
%description -n texlive-lcg
The lcg package generates random numbers (integers) via a
linear congruential generator (Schrage's method). The random
numbers are written to a counter. The keyval package is used to
set values for the range, a seed, and the name of the counter.
date: 2008-09-10 20:47:41 +0000
%package -n texlive-lcg-doc
Summary: Documentation for texlive-lcg
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.2svn15878
Release: 0
%description -n texlive-lcg-doc
This package includes the documentation for texlive-lcg
%post -n texlive-lcg
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-lcg
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-lcg
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-lcg-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/lcg/lcg.pdf
%files -n texlive-lcg
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/lcg/lcg.sty
/var/adm/update-scripts/texlive-lcg-%{texlive_version}.%{texlive_noarch}.1.2svn15878-%{release}-zypper
%package -n texlive-lcyw
Version: %{texlive_version}.%{texlive_noarch}.v1.1svn15878
Release: 0
Summary: Make Classic Cyrillic CM fonts accessible 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-lcyw-doc >= %{texlive_version}
Provides: tex(cmap-cyr-vf.sty)
Provides: tex(lcywcmr.fd)
Provides: tex(lcywcmss.fd)
Provides: tex(lcywcmssq.fd)
Provides: tex(lcywcmtt.fd)
Provides: tex(lcywenc.def)
Requires: tex(ifpdf.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source78: lcyw.tar.xz
Source79: lcyw.doc.tar.xz
%description -n texlive-lcyw
The package makes the classic CM Cyrillic fonts accessible for
use with LaTeX.
date: 2009-12-16 18:51:33 +0000
%package -n texlive-lcyw-doc
Summary: Documentation for texlive-lcyw
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.v1.1svn15878
Release: 0
%description -n texlive-lcyw-doc
This package includes the documentation for texlive-lcyw
%post -n texlive-lcyw
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-lcyw
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-lcyw
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-lcyw-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/lcyw/README
%{_texmfdistdir}/doc/latex/lcyw/README.koi8-r
%{_texmfdistdir}/doc/latex/lcyw/example-lcyw.tex
%{_texmfdistdir}/doc/latex/lcyw/lcyw.pdf
%files -n texlive-lcyw
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/lcyw/cmap-cyr-vf.sty
%{_texmfdistdir}/tex/latex/lcyw/koi7a.cmap
%{_texmfdistdir}/tex/latex/lcyw/lcywcmr.fd
%{_texmfdistdir}/tex/latex/lcyw/lcywcmss.fd
%{_texmfdistdir}/tex/latex/lcyw/lcywcmssq.fd
%{_texmfdistdir}/tex/latex/lcyw/lcywcmtt.fd
%{_texmfdistdir}/tex/latex/lcyw/lcywenc.def
/var/adm/update-scripts/texlive-lcyw-%{texlive_version}.%{texlive_noarch}.v1.1svn15878-%{release}-zypper
%package -n texlive-leading
Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn15878
Release: 0
Summary: Define leading with a length
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-leading-doc >= %{texlive_version}
Provides: tex(leading.sty)
Requires: tex(calc.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source80: leading.tar.xz
Source81: leading.doc.tar.xz
%description -n texlive-leading
The package defines a command \leading, whose argument is a
<length> that specifies the nominal distance between
consecutive baselines of typeset text. The command replaces the
rather more difficult LaTeX command \linespread{<ratio>}, where
the leading is specified by reference to the font size.
date: 2008-12-15 17:32:16 +0000
%package -n texlive-leading-doc
Summary: Documentation for texlive-leading
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn15878
Release: 0
%description -n texlive-leading-doc
This package includes the documentation for texlive-leading
%post -n texlive-leading
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-leading
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-leading
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-leading-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/leading/README
%{_texmfdistdir}/doc/latex/leading/leading.pdf
%files -n texlive-leading
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/leading/leading.sty
/var/adm/update-scripts/texlive-leading-%{texlive_version}.%{texlive_noarch}.0.0.3svn15878-%{release}-zypper
%package -n texlive-leaflet
Version: %{texlive_version}.%{texlive_noarch}.1.0dsvn27126
Release: 0
Summary: Create small handouts (flyers)
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-leaflet-doc >= %{texlive_version}
Provides: tex(leaflet.cls)
Requires: tex(article.cls)
Requires: tex(calc.sty)
Requires: tex(etex.sty)
Requires: tex(everyshi.sty)
Requires: tex(graphicx.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source82: leaflet.tar.xz
Source83: leaflet.doc.tar.xz
%description -n texlive-leaflet
A document class to create small hand-outs (flyers) that fit on
a single sheet of paper which is then folded twice. Pages are
rearranged by LaTeX so that they print correctly on a single
sheet -- no external script is necessary. (Works with
PostScript and PDF.) This is a complete reimplementation with
permission of the original author Jurgen Schlegelmilch.
date: 2012-07-05 13:17:31 +0000
%package -n texlive-leaflet-doc
Summary: Documentation for texlive-leaflet
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.0dsvn27126
Release: 0
%description -n texlive-leaflet-doc
This package includes the documentation for texlive-leaflet
%post -n texlive-leaflet
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-leaflet
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-leaflet
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-leaflet-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/leaflet/README
%{_texmfdistdir}/doc/latex/leaflet/leaflet-manual.pdf
%{_texmfdistdir}/doc/latex/leaflet/leaflet-manual.tex
%{_texmfdistdir}/doc/latex/leaflet/leaflet.pdf
%files -n texlive-leaflet
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/leaflet/leaflet.cls
/var/adm/update-scripts/texlive-leaflet-%{texlive_version}.%{texlive_noarch}.1.0dsvn27126-%{release}-zypper
%package -n texlive-lecturer
Version: %{texlive_version}.%{texlive_noarch}.svn23916
Release: 0
Summary: On-screen presentations for (almost) all formats
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-lecturer-doc >= %{texlive_version}
Provides: tex(lecturer.sty)
Provides: tex(lecturer.tex)
Provides: tex(ltr-areas.tex)
Provides: tex(ltr-graphics.tex)
Provides: tex(ltr-job.tex)
Provides: tex(ltr-navigation.tex)
Provides: tex(ltr-slides.tex)
Provides: tex(ltr-steps.tex)
Provides: tex(t-lecturer.tex)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source84: lecturer.tar.xz
Source85: lecturer.doc.tar.xz
%description -n texlive-lecturer
The package creates slides for on-screen presentations based on
PDF features without manipulating TeX's typesetting process.
The presentation flow relies on PDF's abilities to display
content step by step. Features include: - Free positioning of
anything anywhere in painted areas on the slide, as well as in
the main textblock; - Numerous attributes to control the layout
and the presentation flow, from TeX's primitive dimensions to
the visibility of steps; - Feature inheritance from global to
local settings, with intermediate types; - Basic drawing
facilities to produce symbols, e.g., for list items or buttons;
- Colors, transparency, shades, and pictures; - Navigation with
links, pop-up menus, and customizable bookmarks; - Easy switch
between presentation and handout; and - PDF transitions.
Besides the traditional documentation, the distribution
includes visual documentation and six demo presentations
ranging from geometric abstraction to classic style to silly
video game. Lecturer is designed to work with all formats, but
presently fails with ConTeXt MkIV (because of clashes in
management of PDF objects, probably), works only with pdfTeX
and LuaTeX for the time being, and requires texapi and yax,
both v.1.02.
date: 2011-09-11 10:44:24 +0000
%package -n texlive-lecturer-doc
Summary: Documentation for texlive-lecturer
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn23916
Release: 0
%description -n texlive-lecturer-doc
This package includes the documentation for texlive-lecturer
%post -n texlive-lecturer
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-lecturer
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-lecturer
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-lecturer-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-BeamerCambridgeUS.pdf
%{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-BeamerCambridgeUS.tex
%{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-KitschScienceFiction.pdf
%{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-KitschScienceFiction.tex
%{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-Mondrian.pdf
%{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-Mondrian.tex
%{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-SimplePresentation.pdf
%{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-SimplePresentation.tex
%{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-SquaresOfAs.pdf
%{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-SquaresOfAs.tex
%{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-ThePoodleLectures.pdf
%{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-ThePoodleLectures.tex
%{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-VisualDoc.pdf
%{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-VisualDoc.tex
%{_texmfdistdir}/doc/generic/lecturer/README
%{_texmfdistdir}/doc/generic/lecturer/lecturer-doc.pdf
%{_texmfdistdir}/doc/generic/lecturer/lecturer-doc.tex
%{_texmfdistdir}/doc/generic/lecturer/universe.jpg
%files -n texlive-lecturer
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/generic/lecturer/lecturer.sty
%{_texmfdistdir}/tex/generic/lecturer/lecturer.tex
%{_texmfdistdir}/tex/generic/lecturer/ltr-areas.tex
%{_texmfdistdir}/tex/generic/lecturer/ltr-graphics.tex
%{_texmfdistdir}/tex/generic/lecturer/ltr-job.tex
%{_texmfdistdir}/tex/generic/lecturer/ltr-navigation.tex
%{_texmfdistdir}/tex/generic/lecturer/ltr-slides.tex
%{_texmfdistdir}/tex/generic/lecturer/ltr-steps.tex
%{_texmfdistdir}/tex/generic/lecturer/t-lecturer.tex
/var/adm/update-scripts/texlive-lecturer-%{texlive_version}.%{texlive_noarch}.svn23916-%{release}-zypper
%package -n texlive-ledmac
Version: %{texlive_version}.%{texlive_noarch}.0.0.19svn27721
Release: 0
Summary: Typeset scholarly editions
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-ledmac-doc >= %{texlive_version}
Provides: tex(afoot.sty)
Provides: tex(ledarab.sty)
Provides: tex(ledmac.sty)
Provides: tex(ledpar.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source86: ledmac.tar.xz
Source87: ledmac.doc.tar.xz
%description -n texlive-ledmac
A macro package for typesetting scholarly critical editions.
The ledmac package is a LaTeX port of the plain TeX EDMAC
macros. It supports indexing by page and line number and simple
tabular- and array-style environments. The package is
distributed with the related ledpar and ledarab packages. The
package is now superseded by eledmac.
date: 2012-09-17 10:04:36 +0000
%package -n texlive-ledmac-doc
Summary: Documentation for texlive-ledmac
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.0.0.19svn27721
Release: 0
%description -n texlive-ledmac-doc
This package includes the documentation for texlive-ledmac
%post -n texlive-ledmac
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-ledmac
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-ledmac
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-ledmac-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/ledmac/Makefile
%{_texmfdistdir}/doc/latex/ledmac/README
%{_texmfdistdir}/doc/latex/ledmac/djd17nov.tex
%{_texmfdistdir}/doc/latex/ledmac/djd17novL.eps
%{_texmfdistdir}/doc/latex/ledmac/djd17novR.eps
%{_texmfdistdir}/doc/latex/ledmac/djdpoems.tex
%{_texmfdistdir}/doc/latex/ledmac/djdpoems1.eps
%{_texmfdistdir}/doc/latex/ledmac/djdpoems2.eps
%{_texmfdistdir}/doc/latex/ledmac/djdpoems3.eps
%{_texmfdistdir}/doc/latex/ledmac/djdpoems4.eps
%{_texmfdistdir}/doc/latex/ledmac/egarab.eps
%{_texmfdistdir}/doc/latex/ledmac/egarab.tex
%{_texmfdistdir}/doc/latex/ledmac/egarabpar.eps
%{_texmfdistdir}/doc/latex/ledmac/egarabpar.tex
%{_texmfdistdir}/doc/latex/ledmac/ledarab.pdf
%{_texmfdistdir}/doc/latex/ledmac/ledarden.eps
%{_texmfdistdir}/doc/latex/ledmac/ledarden.tex
%{_texmfdistdir}/doc/latex/ledmac/ledbraonain.eps
%{_texmfdistdir}/doc/latex/ledmac/ledbraonain.tex
%{_texmfdistdir}/doc/latex/ledmac/ledeasy.eps
%{_texmfdistdir}/doc/latex/ledmac/ledeasy.tex
%{_texmfdistdir}/doc/latex/ledmac/ledekker.eps
%{_texmfdistdir}/doc/latex/ledmac/ledekker.tex
%{_texmfdistdir}/doc/latex/ledmac/ledfeat.eps
%{_texmfdistdir}/doc/latex/ledmac/ledfeat.tex
%{_texmfdistdir}/doc/latex/ledmac/ledioc.eps
%{_texmfdistdir}/doc/latex/ledmac/ledioc.tex
%{_texmfdistdir}/doc/latex/ledmac/ledmac.pdf
%{_texmfdistdir}/doc/latex/ledmac/ledmixed.eps
%{_texmfdistdir}/doc/latex/ledmac/ledmixed.tex
%{_texmfdistdir}/doc/latex/ledmac/ledpar.pdf
%{_texmfdistdir}/doc/latex/ledmac/villon.eps
%{_texmfdistdir}/doc/latex/ledmac/villon.tex
%files -n texlive-ledmac
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/ledmac/afoot.sty
%{_texmfdistdir}/tex/latex/ledmac/ledarab.sty
%{_texmfdistdir}/tex/latex/ledmac/ledmac.sty
%{_texmfdistdir}/tex/latex/ledmac/ledpar.sty
/var/adm/update-scripts/texlive-ledmac-%{texlive_version}.%{texlive_noarch}.0.0.19svn27721-%{release}-zypper
%package -n texlive-leftidx
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
Summary: Left and right subscripts and superscripts in math mode
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-leftidx-doc >= %{texlive_version}
Provides: tex(leftidx.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source88: leftidx.tar.xz
Source89: leftidx.doc.tar.xz
%description -n texlive-leftidx
Left and right subscripts and superscripts are automatically
raised for better fitting to the symbol they belong to.
date: 2007-01-08 21:21:56 +0000
%package -n texlive-leftidx-doc
Summary: Documentation for texlive-leftidx
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
%description -n texlive-leftidx-doc
This package includes the documentation for texlive-leftidx
%post -n texlive-leftidx
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-leftidx
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-leftidx
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-leftidx-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/leftidx/README
%{_texmfdistdir}/doc/latex/leftidx/leftidx.pdf
%files -n texlive-leftidx
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/leftidx/leftidx.sty
/var/adm/update-scripts/texlive-leftidx-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
%package -n texlive-leipzig
Version: %{texlive_version}.%{texlive_noarch}.svn30785
Release: 0
Summary: Package leipzig
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-leipzig-doc >= %{texlive_version}
Provides: tex(leipzig.sty)
Provides: tex(leipzig.tex)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source90: leipzig.tar.xz
Source91: leipzig.doc.tar.xz
%description -n texlive-leipzig
The leipzig package
%package -n texlive-leipzig-doc
Summary: Documentation for texlive-leipzig
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn30785
Release: 0
%description -n texlive-leipzig-doc
This package includes the documentation for texlive-leipzig
%post -n texlive-leipzig
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-leipzig
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-leipzig
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-leipzig-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/leipzig/README.txt
%{_texmfdistdir}/doc/latex/leipzig/leipzig.pdf
%files -n texlive-leipzig
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/leipzig/leipzig.tex
%{_texmfdistdir}/tex/latex/leipzig/leipzig.sty
/var/adm/update-scripts/texlive-leipzig-%{texlive_version}.%{texlive_noarch}.svn30785-%{release}-zypper
%package -n texlive-lettre
Version: %{texlive_version}.%{texlive_noarch}.2.346svn21400
Release: 0
Summary: Letters and faxes in French
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-lettre-doc >= %{texlive_version}
Provides: tex(lettre.cls)
Requires: tex(graphicx.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source92: lettre.tar.xz
Source93: lettre.doc.tar.xz
%description -n texlive-lettre
Developed from the ancestor of the standard letter class, at
the Observatoire de Geneve.
date: 2007-01-08 21:21:56 +0000
%package -n texlive-lettre-doc
Summary: Documentation for texlive-lettre
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.2.346svn21400
Release: 0
Provides: locale(texlive-lettre-doc:fr)
%description -n texlive-lettre-doc
This package includes the documentation for texlive-lettre
%post -n texlive-lettre
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-lettre
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-lettre
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-lettre-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/lettre/2.346-release-notes
%{_texmfdistdir}/doc/latex/lettre/ALIRE
%{_texmfdistdir}/doc/latex/lettre/LAST_VERSION_IS_2.346
%{_texmfdistdir}/doc/latex/lettre/LICENSE
%{_texmfdistdir}/doc/latex/lettre/README
%{_texmfdistdir}/doc/latex/lettre/institut.tpl
%{_texmfdistdir}/doc/latex/lettre/letdoc.ps
%{_texmfdistdir}/doc/latex/lettre/letex1.odt
%{_texmfdistdir}/doc/latex/lettre/letex1.ps
%{_texmfdistdir}/doc/latex/lettre/letex1.tex
%{_texmfdistdir}/doc/latex/lettre/letex2.odt
%{_texmfdistdir}/doc/latex/lettre/letex2.ps
%{_texmfdistdir}/doc/latex/lettre/letex2.tex
%{_texmfdistdir}/doc/latex/lettre/letex3.odt
%{_texmfdistdir}/doc/latex/lettre/letex3.ps
%{_texmfdistdir}/doc/latex/lettre/letex3.tex
%{_texmfdistdir}/doc/latex/lettre/letex4.odt
%{_texmfdistdir}/doc/latex/lettre/letex4.ps
%{_texmfdistdir}/doc/latex/lettre/letex4.tex
%{_texmfdistdir}/doc/latex/lettre/letex5.odt
%{_texmfdistdir}/doc/latex/lettre/letex5.ps
%{_texmfdistdir}/doc/latex/lettre/letex5.tex
%{_texmfdistdir}/doc/latex/lettre/letex6.odt
%{_texmfdistdir}/doc/latex/lettre/letex6.ps
%{_texmfdistdir}/doc/latex/lettre/letex6.tex
%{_texmfdistdir}/doc/latex/lettre/letex7.odt
%{_texmfdistdir}/doc/latex/lettre/letex7.tex
%{_texmfdistdir}/doc/latex/lettre/letex71.ps
%{_texmfdistdir}/doc/latex/lettre/letex72.ps
%{_texmfdistdir}/doc/latex/lettre/letex8.odt
%{_texmfdistdir}/doc/latex/lettre/letex8.tex
%{_texmfdistdir}/doc/latex/lettre/letex81.ps
%{_texmfdistdir}/doc/latex/lettre/letex82.ps
%{_texmfdistdir}/doc/latex/lettre/letex83.ps
%{_texmfdistdir}/doc/latex/lettre/lettre.tpl
%{_texmfdistdir}/doc/latex/lettre/lppl.txt
%{_texmfdistdir}/doc/latex/lettre/telefax.tpl
%{_texmfdistdir}/doc/latex/lettre/testfaxd.odt
%{_texmfdistdir}/doc/latex/lettre/testfaxd.ps
%{_texmfdistdir}/doc/latex/lettre/testfaxd.tex
%{_texmfdistdir}/doc/latex/lettre/testfaxe.odt
%{_texmfdistdir}/doc/latex/lettre/testfaxe.ps
%{_texmfdistdir}/doc/latex/lettre/testfaxe.tex
%{_texmfdistdir}/doc/latex/lettre/testfaxf.odt
%{_texmfdistdir}/doc/latex/lettre/testfaxf.tex
%{_texmfdistdir}/doc/latex/lettre/testfaxf1.ps
%{_texmfdistdir}/doc/latex/lettre/testfaxf2.ps
%files -n texlive-lettre
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/lettre/default.ins
%{_texmfdistdir}/tex/latex/lettre/lettre.cls
%{_texmfdistdir}/tex/latex/lettre/lettre.cls_2.346
%{_texmfdistdir}/tex/latex/lettre/obs.ins
/var/adm/update-scripts/texlive-lettre-%{texlive_version}.%{texlive_noarch}.2.346svn21400-%{release}-zypper
%package -n texlive-lettrine
Version: %{texlive_version}.%{texlive_noarch}.1.64svn29391
Release: 0
Summary: Typeset dropped capitals
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-lettrine-doc >= %{texlive_version}
Provides: tex(lettrine.cfg)
Provides: tex(lettrine.sty)
Requires: tex(keyval.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source94: lettrine.tar.xz
Source95: lettrine.doc.tar.xz
%description -n texlive-lettrine
The lettrine package supports various dropped capitals styles,
typically those described in the French typographic books. In
particular, it has facilities for the paragraph text's left
edge to follow the outline of capitals that have a regular
shape (such as "A" and "V").
date: 2013-03-14 16:29:15 +0000
%package -n texlive-lettrine-doc
Summary: Documentation for texlive-lettrine
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.64svn29391
Release: 0
%description -n texlive-lettrine-doc
This package includes the documentation for texlive-lettrine
%post -n texlive-lettrine
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-lettrine
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-lettrine
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-lettrine-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/lettrine/README
%{_texmfdistdir}/doc/latex/lettrine/W.eps
%{_texmfdistdir}/doc/latex/lettrine/W.pdf
%{_texmfdistdir}/doc/latex/lettrine/demo-de.pdf
%{_texmfdistdir}/doc/latex/lettrine/demo-de.tex
%{_texmfdistdir}/doc/latex/lettrine/demo.pdf
%{_texmfdistdir}/doc/latex/lettrine/demo.tex
%{_texmfdistdir}/doc/latex/lettrine/lettrine.pdf
%files -n texlive-lettrine
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/lettrine/lettrine.cfg
%{_texmfdistdir}/tex/latex/lettrine/lettrine.sty
%{_texmfdistdir}/tex/latex/lettrine/optfile.cfl
%{_texmfdistdir}/tex/latex/lettrine/pacl.cfl
%{_texmfdistdir}/tex/latex/lettrine/padl.cfl
%{_texmfdistdir}/tex/latex/lettrine/pzc2.cfl
%{_texmfdistdir}/tex/latex/lettrine/pzc3.cfl
/var/adm/update-scripts/texlive-lettrine-%{texlive_version}.%{texlive_noarch}.1.64svn29391-%{release}-zypper
%package -n texlive-levy
Version: %{texlive_version}.%{texlive_noarch}.svn21750
Release: 0
Summary: Fonts for typesetting classical greek
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-levy-doc >= %{texlive_version}
Provides: tex(grbld10.tfm)
Provides: tex(grbld8.tfm)
Provides: tex(grbld9.tfm)
Provides: tex(greekmacros.tex)
Provides: tex(grreg10.tfm)
Provides: tex(grreg8.tfm)
Provides: tex(grreg9.tfm)
Provides: tex(slgreek.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source96: levy.tar.xz
Source97: levy.doc.tar.xz
%description -n texlive-levy
These fonts are derivatives of Kunth's CM fonts. Macros for use
with Plain TeX are included in the package; for use with LaTeX,
see lgreek (with English documentation) or levy (with German
documentation).
date: 2011-03-16 11:04:55 +0000
%package -n texlive-levy-doc
Summary: Documentation for texlive-levy
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn21750
Release: 0
%description -n texlive-levy-doc
This package includes the documentation for texlive-levy
%post -n texlive-levy
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-levy
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-levy
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-levy-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/levy/README
%{_texmfdistdir}/doc/fonts/levy/digits.mf-old
%{_texmfdistdir}/doc/fonts/levy/g.mf-old
%{_texmfdistdir}/doc/fonts/levy/greekhist.tex
%{_texmfdistdir}/doc/fonts/levy/greekuse.tex
%{_texmfdistdir}/doc/fonts/levy/grinstall.tex
%{_texmfdistdir}/doc/fonts/levy/grtestfont.tex
%{_texmfdistdir}/doc/fonts/levy/makeall
%{_texmfdistdir}/doc/fonts/levy/makefont
%{_texmfdistdir}/doc/fonts/levy/testfont
%files -n texlive-levy
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/source/public/levy/a.mf
%{_texmfdistdir}/fonts/source/public/levy/b.mf
%{_texmfdistdir}/fonts/source/public/levy/d.mf
%{_texmfdistdir}/fonts/source/public/levy/digits.mf
%{_texmfdistdir}/fonts/source/public/levy/e.mf
%{_texmfdistdir}/fonts/source/public/levy/f.mf
%{_texmfdistdir}/fonts/source/public/levy/g.mf
%{_texmfdistdir}/fonts/source/public/levy/gen_acc.mf
%{_texmfdistdir}/fonts/source/public/levy/gen_sigma.mf
%{_texmfdistdir}/fonts/source/public/levy/graccent.mf
%{_texmfdistdir}/fonts/source/public/levy/grbase.mf
%{_texmfdistdir}/fonts/source/public/levy/grbld10.mf
%{_texmfdistdir}/fonts/source/public/levy/grbld8.mf
%{_texmfdistdir}/fonts/source/public/levy/grbld9.mf
%{_texmfdistdir}/fonts/source/public/levy/greek.mf
%{_texmfdistdir}/fonts/source/public/levy/grpunct.mf
%{_texmfdistdir}/fonts/source/public/levy/grreg10.mf
%{_texmfdistdir}/fonts/source/public/levy/grreg8.mf
%{_texmfdistdir}/fonts/source/public/levy/grreg9.mf
%{_texmfdistdir}/fonts/source/public/levy/grtt10.mf
%{_texmfdistdir}/fonts/source/public/levy/h.mf
%{_texmfdistdir}/fonts/source/public/levy/i.mf
%{_texmfdistdir}/fonts/source/public/levy/j.mf
%{_texmfdistdir}/fonts/source/public/levy/k.mf
%{_texmfdistdir}/fonts/source/public/levy/l.mf
%{_texmfdistdir}/fonts/source/public/levy/lig.mf
%{_texmfdistdir}/fonts/source/public/levy/lower.mf
%{_texmfdistdir}/fonts/source/public/levy/m.mf
%{_texmfdistdir}/fonts/source/public/levy/n.mf
%{_texmfdistdir}/fonts/source/public/levy/o.mf
%{_texmfdistdir}/fonts/source/public/levy/p.mf
%{_texmfdistdir}/fonts/source/public/levy/q.mf
%{_texmfdistdir}/fonts/source/public/levy/r.mf
%{_texmfdistdir}/fonts/source/public/levy/s.mf
%{_texmfdistdir}/fonts/source/public/levy/t.mf
%{_texmfdistdir}/fonts/source/public/levy/u.mf
%{_texmfdistdir}/fonts/source/public/levy/upper.mf
%{_texmfdistdir}/fonts/source/public/levy/w.mf
%{_texmfdistdir}/fonts/source/public/levy/x.mf
%{_texmfdistdir}/fonts/source/public/levy/y.mf
%{_texmfdistdir}/fonts/source/public/levy/z.mf
%{_texmfdistdir}/fonts/tfm/public/levy/grbld10.tfm
%{_texmfdistdir}/fonts/tfm/public/levy/grbld8.tfm
%{_texmfdistdir}/fonts/tfm/public/levy/grbld9.tfm
%{_texmfdistdir}/fonts/tfm/public/levy/grreg10.tfm
%{_texmfdistdir}/fonts/tfm/public/levy/grreg8.tfm
%{_texmfdistdir}/fonts/tfm/public/levy/grreg9.tfm
%{_texmfdistdir}/tex/generic/levy/greekmacros.tex
%{_texmfdistdir}/tex/generic/levy/slgreek.sty
/var/adm/update-scripts/texlive-levy-%{texlive_version}.%{texlive_noarch}.svn21750-%{release}-zypper
%package -n texlive-lewis
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn15878
Release: 0
Summary: Draw Lewis structures
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-lewis-doc >= %{texlive_version}
Provides: tex(lewis.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source98: lewis.tar.xz
Source99: lewis.doc.tar.xz
%description -n texlive-lewis
The package provides rudimentary support for drawing Lewis
Structures. Support is limited to elements that support the
octet rule.
date: 2007-03-08 20:58:53 +0000
%package -n texlive-lewis-doc
Summary: Documentation for texlive-lewis
License: SUSE-Public-Domain
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn15878
Release: 0
%description -n texlive-lewis-doc
This package includes the documentation for texlive-lewis
%post -n texlive-lewis
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-lewis
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-lewis
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-lewis-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/lewis/README
%{_texmfdistdir}/doc/latex/lewis/lewis.pdf
%files -n texlive-lewis
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/lewis/lewis.sty
/var/adm/update-scripts/texlive-lewis-%{texlive_version}.%{texlive_noarch}.0.0.1svn15878-%{release}-zypper
%package -n texlive-lexikon
Version: %{texlive_version}.%{texlive_noarch}.1.0csvn17364
Release: 0
Summary: Macros for a two language dictionary
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-lexikon-doc >= %{texlive_version}
Provides: tex(lexikon.sty)
Requires: tex(ipa.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source100: lexikon.tar.xz
Source101: lexikon.doc.tar.xz
%description -n texlive-lexikon
The lexikon package
date: 2010-03-06 20:34:04 +0000
%package -n texlive-lexikon-doc
Summary: Documentation for texlive-lexikon
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.0csvn17364
Release: 0
%description -n texlive-lexikon-doc
This package includes the documentation for texlive-lexikon
%post -n texlive-lexikon
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-lexikon
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-lexikon
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-lexikon-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/lexikon/lexikon-doc.pdf
%{_texmfdistdir}/doc/latex/lexikon/lexikon-doc.tex
%{_texmfdistdir}/doc/latex/lexikon/lexikon.tex
%{_texmfdistdir}/doc/latex/lexikon/lexikon.upl
%files -n texlive-lexikon
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/lexikon/lexikon.sty
/var/adm/update-scripts/texlive-lexikon-%{texlive_version}.%{texlive_noarch}.1.0csvn17364-%{release}-zypper
%package -n texlive-lfb
Version: %{texlive_version}.%{texlive_noarch}.1.0svn15878
Release: 0
Summary: A Greek font with normal and bold variants
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-lfb-doc >= %{texlive_version}
Provides: tex(lfb10.tfm)
Provides: tex(lfb11.tfm)
Provides: tex(lfb12.tfm)
Provides: tex(lfb5.tfm)
Provides: tex(lfb6.tfm)
Provides: tex(lfb7.tfm)
Provides: tex(lfb8.tfm)
Provides: tex(lfb9.tfm)
Provides: tex(lfbb10.tfm)
Provides: tex(lfbb11.tfm)
Provides: tex(lfbb12.tfm)
Provides: tex(lfbb5.tfm)
Provides: tex(lfbb6.tfm)
Provides: tex(lfbb7.tfm)
Provides: tex(lfbb8.tfm)
Provides: tex(lfbb9.tfm)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source102: lfb.tar.xz
Source103: lfb.doc.tar.xz
%description -n texlive-lfb
This is a Greek font written in MetaFont, with inspiration from
the Bodoni typefaces in old books. It is stylistically a little
more exotic than the standard textbook Greek fonts,
particularly in glyphs like the lowercase rho and kappa. It
aims for a rather calligraphic feel, but seems to blend well
with Computer Modern. There is a ligature scheme which
automatically inserts the breathings required for ancient
texts, making the input text more readable than in some
schemes.
date: 2006-10-18 06:58:01 +0000
%package -n texlive-lfb-doc
Summary: Documentation for texlive-lfb
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.0svn15878
Release: 0
Provides: locale(texlive-lfb-doc:el)
%description -n texlive-lfb-doc
This package includes the documentation for texlive-lfb
%post -n texlive-lfb
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-lfb
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-lfb
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-lfb-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/lfb/README
%{_texmfdistdir}/doc/fonts/lfb/example.pdf
%{_texmfdistdir}/doc/fonts/lfb/example.tex
%{_texmfdistdir}/doc/fonts/lfb/lfb.make
%{_texmfdistdir}/doc/fonts/lfb/lfbacc.tex
%files -n texlive-lfb
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/source/public/lfb/accents.mf
%{_texmfdistdir}/fonts/source/public/lfb/alpha.mf
%{_texmfdistdir}/fonts/source/public/lfb/beta.mf
%{_texmfdistdir}/fonts/source/public/lfb/capitals.mf
%{_texmfdistdir}/fonts/source/public/lfb/charmap.mf
%{_texmfdistdir}/fonts/source/public/lfb/delta.mf
%{_texmfdistdir}/fonts/source/public/lfb/epsilon.mf
%{_texmfdistdir}/fonts/source/public/lfb/eta.mf
%{_texmfdistdir}/fonts/source/public/lfb/gamma.mf
%{_texmfdistdir}/fonts/source/public/lfb/iota.mf
%{_texmfdistdir}/fonts/source/public/lfb/kappa.mf
%{_texmfdistdir}/fonts/source/public/lfb/khi.mf
%{_texmfdistdir}/fonts/source/public/lfb/lambda.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfb.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfb10.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfb11.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfb12.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfb5.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfb6.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfb7.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfb8.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfb9.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfbb10.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfbb11.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfbb12.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfbb5.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfbb6.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfbb7.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfbb8.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfbb9.mf
%{_texmfdistdir}/fonts/source/public/lfb/ligature.mf
%{_texmfdistdir}/fonts/source/public/lfb/mu.mf
%{_texmfdistdir}/fonts/source/public/lfb/nu.mf
%{_texmfdistdir}/fonts/source/public/lfb/omega.mf
%{_texmfdistdir}/fonts/source/public/lfb/omikron.mf
%{_texmfdistdir}/fonts/source/public/lfb/others.mf
%{_texmfdistdir}/fonts/source/public/lfb/phi.mf
%{_texmfdistdir}/fonts/source/public/lfb/pi.mf
%{_texmfdistdir}/fonts/source/public/lfb/psi.mf
%{_texmfdistdir}/fonts/source/public/lfb/rho.mf
%{_texmfdistdir}/fonts/source/public/lfb/serifs.mf
%{_texmfdistdir}/fonts/source/public/lfb/sigma.mf
%{_texmfdistdir}/fonts/source/public/lfb/sigmafin.mf
%{_texmfdistdir}/fonts/source/public/lfb/tau.mf
%{_texmfdistdir}/fonts/source/public/lfb/theta.mf
%{_texmfdistdir}/fonts/source/public/lfb/upsilon.mf
%{_texmfdistdir}/fonts/source/public/lfb/xi.mf
%{_texmfdistdir}/fonts/source/public/lfb/zeta.mf
%{_texmfdistdir}/fonts/tfm/public/lfb/lfb10.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfb11.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfb12.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfb5.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfb6.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfb7.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfb8.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfb9.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfbb10.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfbb11.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfbb12.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfbb5.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfbb6.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfbb7.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfbb8.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfbb9.tfm
/var/adm/update-scripts/texlive-lfb-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{release}-zypper
%package -n texlive-lgreek
Version: %{texlive_version}.%{texlive_noarch}.svn21818
Release: 0
Summary: LaTeX macros for using Silvio Levy's Greek 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-lgreek-doc >= %{texlive_version}
Provides: tex(LGcmr.fd)
Provides: tex(LGcmtt.fd)
Provides: tex(LGenc.def)
Provides: tex(lgreek.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source104: lgreek.tar.xz
Source105: lgreek.doc.tar.xz
%description -n texlive-lgreek
A conversion of Silvio Levy's Plain TeX macros for use with
LaTeX.
date: 2011-03-14 19:27:38 +0000
%package -n texlive-lgreek-doc
Summary: Documentation for texlive-lgreek
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn21818
Release: 0
%description -n texlive-lgreek-doc
This package includes the documentation for texlive-lgreek
%post -n texlive-lgreek
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-lgreek
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-lgreek
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-lgreek-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/lgreek/README
%{_texmfdistdir}/doc/latex/lgreek/lgreekuse.pdf
%{_texmfdistdir}/doc/latex/lgreek/lgreekuse.tex
%files -n texlive-lgreek
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/lgreek/LGcmr.fd
%{_texmfdistdir}/tex/latex/lgreek/LGcmtt.fd
%{_texmfdistdir}/tex/latex/lgreek/LGenc.def
%{_texmfdistdir}/tex/latex/lgreek/lgreek.sty
/var/adm/update-scripts/texlive-lgreek-%{texlive_version}.%{texlive_noarch}.svn21818-%{release}-zypper
%package -n texlive-lgrx
Version: %{texlive_version}.%{texlive_noarch}.0.0.7svn30735
Release: 0
Summary: Greek text with the LGR 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-lgrx-doc >= %{texlive_version}
Provides: tex(alphabeta.sty)
Provides: tex(lgrxenc.def)
Provides: tex(textalpha.sty)
Requires: tex(fixltx2e.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source106: lgrx.tar.xz
Source107: lgrx.doc.tar.xz
%description -n texlive-lgrx
The LGRx bundle provides packages and definitions for
typesetting Greek text with fonts in the LGR encoding, the de-
facto standard set by babel. It includes a comprehensive font
definition file, support for Unicode input and macros for Greek
letters in non-Greek text.
date: 2013-05-08 09:19:07 +0000
%package -n texlive-lgrx-doc
Summary: Documentation for texlive-lgrx
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.0.0.7svn30735
Release: 0
%description -n texlive-lgrx-doc
This package includes the documentation for texlive-lgrx
%post -n texlive-lgrx
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-lgrx
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-lgrx
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-lgrx-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/lgrx/8-bit-greek.txt
%{_texmfdistdir}/doc/latex/lgrx/README
%{_texmfdistdir}/doc/latex/lgrx/README.html
%{_texmfdistdir}/doc/latex/lgrx/alphabeta-test.pdf
%{_texmfdistdir}/doc/latex/lgrx/alphabeta-test.tex
%{_texmfdistdir}/doc/latex/lgrx/alphabeta.sty.html
%{_texmfdistdir}/doc/latex/lgrx/diacritics.pdf
%{_texmfdistdir}/doc/latex/lgrx/diacritics.tex
%{_texmfdistdir}/doc/latex/lgrx/greek-unicode.pdf
%{_texmfdistdir}/doc/latex/lgrx/greek-unicode.tex
%{_texmfdistdir}/doc/latex/lgrx/greekhyperref.pdf
%{_texmfdistdir}/doc/latex/lgrx/greekhyperref.tex
%{_texmfdistdir}/doc/latex/lgrx/lgrenc.dfu.html
%{_texmfdistdir}/doc/latex/lgrx/lgrxenc-test.pdf
%{_texmfdistdir}/doc/latex/lgrx/lgrxenc-test.tex
%{_texmfdistdir}/doc/latex/lgrx/lgrxenc.def.html
%{_texmfdistdir}/doc/latex/lgrx/textalpha-test.pdf
%{_texmfdistdir}/doc/latex/lgrx/textalpha-test.tex
%{_texmfdistdir}/doc/latex/lgrx/textalpha.sty.html
%files -n texlive-lgrx
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/lgrx/lgrenc.dfu
%{_texmfdistdir}/tex/latex/lgrx/alphabeta.sty
%{_texmfdistdir}/tex/latex/lgrx/lgrxenc.def
%{_texmfdistdir}/tex/latex/lgrx/textalpha.sty
/var/adm/update-scripts/texlive-lgrx-%{texlive_version}.%{texlive_noarch}.0.0.7svn30735-%{release}-zypper
%package -n texlive-lh
Version: %{texlive_version}.%{texlive_noarch}.3.5gsvn15878
Release: 0
Summary: Cyrillic fonts that support LaTeX standard encodings
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires: texlive-ec >= %{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-lh-doc >= %{texlive_version}
Provides: tex(lh-lcy.sty)
Provides: tex(lh-lcyccr.sty)
Provides: tex(lh-lcyxccr.sty)
Provides: tex(lh-ot2.sty)
Provides: tex(lh-ot2ccr.sty)
Provides: tex(lh-ot2xccr.sty)
Provides: tex(lh-t2accr.sty)
Provides: tex(lh-t2axccr.sty)
Provides: tex(lh-t2bccr.sty)
Provides: tex(lh-t2bxccr.sty)
Provides: tex(lh-t2cccr.sty)
Provides: tex(lh-t2cxccr.sty)
Provides: tex(lh-x2ccr.sty)
Provides: tex(lh-x2xccr.sty)
Provides: tex(nfssfox.tex)
Provides: tex(testfox.tex)
Provides: tex(testkern.tex)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source108: lh.tar.xz
Source109: lh.doc.tar.xz
%description -n texlive-lh
The LH fonts address the problem of the wide variety of
alphabets that are written with Cyrillic-style characters. The
fonts are the original basis of the set of T2* and X2 encodings
that are now used when LaTeX users need to write in Cyrillic
languages. Macro support in standard LaTeX encodings is offered
through the cyrillic and t2 bundles, and the package itself
offers support for other (more traditional) encodings. The
fonts, in the standard T2* and X2 encodings are available in
Adobe Type 1 format, in the CM-Super family of fonts. The
package also offers its own LaTeX support for OT2 encoded
fonts, CM bright shaped fonts and Concrete shaped fonts.
date: 2009-09-21 19:37:51 +0000
%package -n texlive-lh-doc
Summary: Documentation for texlive-lh
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.3.5gsvn15878
Release: 0
%description -n texlive-lh-doc
This package includes the documentation for texlive-lh
%post -n texlive-lh
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-lh
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-lh
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-lh-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/lh/README
%{_texmfdistdir}/doc/fonts/lh/beresta/beresta.tex
%{_texmfdistdir}/doc/fonts/lh/beresta/berestax.tex
%{_texmfdistdir}/doc/fonts/lh/beresta/lacodes.tex
%{_texmfdistdir}/doc/fonts/lh/beresta/lbcodes.tex
%{_texmfdistdir}/doc/fonts/lh/beresta/lccodes.tex
%{_texmfdistdir}/doc/fonts/lh/beresta/ldcodes.tex
%{_texmfdistdir}/doc/fonts/lh/beresta/rxcodes.tex
%{_texmfdistdir}/doc/fonts/lh/beresta/txcodes.tex
%{_texmfdistdir}/doc/fonts/lh/beresta/yycodes.tex
%{_texmfdistdir}/doc/fonts/lh/fonttest/allenc.tex
%{_texmfdistdir}/doc/fonts/lh/fonttest/allenc0.tex
%{_texmfdistdir}/doc/fonts/lh/fonttest/allenc1.tex
%{_texmfdistdir}/doc/fonts/lh/fonttest/allenc2.tex
%{_texmfdistdir}/doc/fonts/lh/fonttest/allenc3.tex
%{_texmfdistdir}/doc/fonts/lh/fonttest/allenc4.tex
%{_texmfdistdir}/doc/fonts/lh/fonttest/katalog-beresta.tex
%{_texmfdistdir}/doc/fonts/lh/fonttest/katalog-short.t2
%{_texmfdistdir}/doc/fonts/lh/fonttest/katalog.lh
%{_texmfdistdir}/doc/fonts/lh/fonttest/katalog.t2
%{_texmfdistdir}/doc/fonts/lh/fonttest/katalog1.lh
%{_texmfdistdir}/doc/fonts/lh/fonttest/katalog1.t2
%{_texmfdistdir}/doc/fonts/lh/fonttest/katalog2.lh
%{_texmfdistdir}/doc/fonts/lh/fonttest/katalog2.t2
%{_texmfdistdir}/doc/fonts/lh/fonttest/katalog3.t2
%{_texmfdistdir}/doc/fonts/lh/fonttest/katalog4.t2
%{_texmfdistdir}/doc/fonts/lh/fonttest/katalog5.t2
%{_texmfdistdir}/doc/fonts/lh/fonttest/katalog6.t2
%{_texmfdistdir}/doc/fonts/lh/fonttest/katalog7.t2
%{_texmfdistdir}/doc/fonts/lh/fonttest/lh-fmap.tex
%{_texmfdistdir}/doc/fonts/lh/fonttest/lh-text.tex
%{_texmfdistdir}/doc/fonts/lh/fonttest/lh-texx.tex
%{_texmfdistdir}/doc/fonts/lh/fonttest/lh-texy.tex
%{_texmfdistdir}/doc/fonts/lh/fonttest/t2a-fmap-short.tex
%{_texmfdistdir}/doc/fonts/lh/fonttest/t2a-fmap.tex
%{_texmfdistdir}/doc/fonts/lh/fonttest/t2a-text.tex
%{_texmfdistdir}/doc/fonts/lh/fonttest/t2b-fmap.tex
%{_texmfdistdir}/doc/fonts/lh/fonttest/t2b-text.tex
%{_texmfdistdir}/doc/fonts/lh/fonttest/t2c-fmap.tex
%{_texmfdistdir}/doc/fonts/lh/fonttest/t2c-text.tex
%{_texmfdistdir}/doc/fonts/lh/fonttest/t2d-fmap.tex
%{_texmfdistdir}/doc/fonts/lh/fonttest/t2d-text.tex
%{_texmfdistdir}/doc/fonts/lh/fonttest/testLHtxt.tex
%{_texmfdistdir}/doc/fonts/lh/fonttest/uc-fmap.tex
%{_texmfdistdir}/doc/fonts/lh/fonttest/wn-comp.tex
%{_texmfdistdir}/doc/fonts/lh/fonttest/wn-fmap.tex
%{_texmfdistdir}/doc/fonts/lh/fonttest/wn-text.tex
%{_texmfdistdir}/doc/fonts/lh/fonttest/x2-fmap.tex
%{_texmfdistdir}/doc/fonts/lh/fonttest/x2-text.tex
%{_texmfdistdir}/doc/fonts/lh/fonttest/xsl-fmap.tex
%{_texmfdistdir}/doc/fonts/lh/fonttest/xsl-text.tex
%{_texmfdistdir}/doc/fonts/lh/install
%{_texmfdistdir}/doc/fonts/lh/lhfonts/T1inT2.en
%{_texmfdistdir}/doc/fonts/lh/lhfonts/fonttest.en
%{_texmfdistdir}/doc/fonts/lh/lhfonts/lhfont35.en
%{_texmfdistdir}/doc/fonts/lh/lhfonts/lhfont35.ru
%{_texmfdistdir}/doc/fonts/lh/lhfonts/lhfonts.hst
%{_texmfdistdir}/doc/fonts/lh/manifest.txt
%{_texmfdistdir}/doc/fonts/lh/readme35c.1st
%{_texmfdistdir}/doc/fonts/lh/readme35g.1st
%{_texmfdistdir}/doc/fonts/lh/samples/lh-lcy.tex
%{_texmfdistdir}/doc/fonts/lh/samples/lh-lcytext.tex
%{_texmfdistdir}/doc/fonts/lh/samples/lh-ot2.tex
%{_texmfdistdir}/doc/fonts/lh/samples/lh-ot2text.tex
%{_texmfdistdir}/doc/fonts/lh/samples/lh-t2a.tex
%{_texmfdistdir}/doc/fonts/lh/samples/lh-t2atext.tex
%files -n texlive-lh
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/source/lh/base/fikparm.mf
%{_texmfdistdir}/fonts/source/lh/base/lcyrbeg.mf
%{_texmfdistdir}/fonts/source/lh/base/lcyrdefs.mf
%{_texmfdistdir}/fonts/source/lh/base/ldbroman.mf
%{_texmfdistdir}/fonts/source/lh/base/ldcsc.mf
%{_texmfdistdir}/fonts/source/lh/base/ldroman.mf
%{_texmfdistdir}/fonts/source/lh/base/ldtexset.mf
%{_texmfdistdir}/fonts/source/lh/base/ldtextit.mf
%{_texmfdistdir}/fonts/source/lh/base/ldtitle.mf
%{_texmfdistdir}/fonts/source/lh/base/lebroman.mf
%{_texmfdistdir}/fonts/source/lh/base/lecsc.mf
%{_texmfdistdir}/fonts/source/lh/base/leroman.mf
%{_texmfdistdir}/fonts/source/lh/base/letextit.mf
%{_texmfdistdir}/fonts/source/lh/base/lgcspl.mf
%{_texmfdistdir}/fonts/source/lh/base/lgcyracc.mf
%{_texmfdistdir}/fonts/source/lh/base/lgcyri.mf
%{_texmfdistdir}/fonts/source/lh/base/lgcyrl.mf
%{_texmfdistdir}/fonts/source/lh/base/lgcyrsp.mf
%{_texmfdistdir}/fonts/source/lh/base/lgcyrsym.mf
%{_texmfdistdir}/fonts/source/lh/base/lgcyru.mf
%{_texmfdistdir}/fonts/source/lh/base/lgengsym.mf
%{_texmfdistdir}/fonts/source/lh/base/lgidigit.mf
%{_texmfdistdir}/fonts/source/lh/base/lgilig.mf
%{_texmfdistdir}/fonts/source/lh/base/lgitalp.mf
%{_texmfdistdir}/fonts/source/lh/base/lgocyrac.mf
%{_texmfdistdir}/fonts/source/lh/base/lgpunct.mf
%{_texmfdistdir}/fonts/source/lh/base/lgrdigit.mf
%{_texmfdistdir}/fonts/source/lh/base/lgrlig.mf
%{_texmfdistdir}/fonts/source/lh/base/lgromp.mf
%{_texmfdistdir}/fonts/source/lh/base/lgrusi.mf
%{_texmfdistdir}/fonts/source/lh/base/lgrusl.mf
%{_texmfdistdir}/fonts/source/lh/base/lgrusu.mf
%{_texmfdistdir}/fonts/source/lh/base/lgt2comi.mf
%{_texmfdistdir}/fonts/source/lh/base/lgt2coml.mf
%{_texmfdistdir}/fonts/source/lh/base/lgt2comu.mf
%{_texmfdistdir}/fonts/source/lh/base/lgt2loi.mf
%{_texmfdistdir}/fonts/source/lh/base/lgt2lol.mf
%{_texmfdistdir}/fonts/source/lh/base/lgt2lou.mf
%{_texmfdistdir}/fonts/source/lh/base/lgt2slvi.mf
%{_texmfdistdir}/fonts/source/lh/base/lgt2slvl.mf
%{_texmfdistdir}/fonts/source/lh/base/lgt2slvu.mf
%{_texmfdistdir}/fonts/source/lh/base/lgt2upi.mf
%{_texmfdistdir}/fonts/source/lh/base/lgt2upl.mf
%{_texmfdistdir}/fonts/source/lh/base/lgt2upu.mf
%{_texmfdistdir}/fonts/source/lh/base/lkligtbl.mf
%{_texmfdistdir}/fonts/source/lh/base/llbligtb.mf
%{_texmfdistdir}/fonts/source/lh/base/llcligtb.mf
%{_texmfdistdir}/fonts/source/lh/base/lliligtb.mf
%{_texmfdistdir}/fonts/source/lh/base/llmligtb.mf
%{_texmfdistdir}/fonts/source/lh/base/llrligtb.mf
%{_texmfdistdir}/fonts/source/lh/base/llvligtb.mf
%{_texmfdistdir}/fonts/source/lh/base/lwnligs.mf
%{_texmfdistdir}/fonts/source/lh/base/lxpseudo.mf
%{_texmfdistdir}/fonts/source/lh/base/lycyracc.mf
%{_texmfdistdir}/fonts/source/lh/base/lypseudo.mf
%{_texmfdistdir}/fonts/source/lh/base/nodraw.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/irslb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/irsli8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/irslo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/irslq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/irsltt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbbx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbegin.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbmo10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbmo17.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbmo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbmo9.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbmr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbmr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbmr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbmr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbso10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbso17.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbso8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbso9.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbsr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbsr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbsr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbsr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbtl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbto10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rscodes.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rslb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsli8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsliker.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rslo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rslq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsltt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsob10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsobx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsobx5.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsobx6.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsobx7.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsobx8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsobx9.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsobxsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsobxti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsocc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsorm10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsorm5.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsorm6.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsorm7.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsorm8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsorm9.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsosl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsosl5.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsosl6.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsosl7.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsosl8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsosl9.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsoslc9.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsoti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsqi8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rssq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsssdc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/00readme.txt
%{_texmfdistdir}/fonts/source/lh/lh-conc/ccb10.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/ccbx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/ccbx5.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/ccbx6.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/ccbx7.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/ccbx8.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/ccbx9.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/ccbxsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/ccbxti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/concb10pt.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/concbx10pt.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/concbx12pt.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/concbx5pt.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/concbx6pt.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/concbx7pt.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/concbx8pt.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/concbx9pt.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/concbxti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/concc9pt.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/eob10.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/eobx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/eobx5.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/eobx6.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/eobx7.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/eobx8.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/eobx9.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/eobxsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/eobxti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/eoslc9.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/ilhcsc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/ilhtt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/illhss8.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/illhssb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/illhssi8.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhbr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhbr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhbr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhbr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhbrbx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhbrsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhbrsl17.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhbrsl8.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhbrsl9.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcb10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcbx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcbx5.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcbx6.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcbx7.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcbx8.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcbx9.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcbxsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcbxti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhccsc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcodes.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcr5.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcr6.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcr7.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcsl9.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcslc9.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhliker.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhsltl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhtl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/llhss8.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/llhssb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/llhssi8.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/ilwnss8.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/ilwnssb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/ilwnssi8.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/iwncsc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/iwntt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/lwnss8.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/lwnssb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/lwnssi8.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wnbr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wnbr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wnbr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wnbr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wnbrbx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wnbrsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wnbrsl17.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wnbrsl8.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wnbrsl9.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncb10.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncbx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncbx5.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncbx6.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncbx7.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncbx8.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncbx9.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncbxsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncbxti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wnccsc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncodes.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncr5.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncr6.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncr7.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncsl9.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncslc9.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wnliker.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wnsltl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wntl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/ilalb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/ilali8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/ilalo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/ilalq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/ilaltt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labbx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labmo10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labmo17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labmo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labmo9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labmr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labmr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labmr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labmr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labso10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labso17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labso8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labso9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labsr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labsr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labsr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labsr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labtl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labto10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/lacodes.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/lalb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/lali8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laliker.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/lalo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/lalq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laltt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laob10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laobx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laobx5.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laobx6.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laobx7.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laobx8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laobx9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laobxsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laobxti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laocc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laorm10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laorm5.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laorm6.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laorm7.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laorm8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laorm9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laosl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laosl5.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laosl6.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laosl7.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laosl8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laosl9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laoslc9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laoti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laqi8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/lasq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/lassdc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/ilblb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/ilbli8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/ilblo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/ilblq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/ilbltt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbbx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbmo10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbmo17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbmo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbmo9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbmr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbmr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbmr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbmr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbso10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbso17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbso8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbso9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbsr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbsr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbsr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbsr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbtl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbto10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbcodes.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lblb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbli8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbliker.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lblo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lblq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbltt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbob10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbobx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbobx5.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbobx6.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbobx7.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbobx8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbobx9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbobxsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbobxti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbocc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lborm10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lborm5.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lborm6.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lborm7.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lborm8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lborm9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbosl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbosl5.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbosl6.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbosl7.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbosl8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbosl9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lboslc9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lboti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbqi8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbsq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbssdc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/ilclb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/ilcli8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/ilclo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/ilclq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/ilcltt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbbx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbmo10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbmo17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbmo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbmo9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbmr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbmr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbmr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbmr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbso10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbso17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbso8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbso9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbsr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbsr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbsr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbsr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbtl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbto10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lccodes.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lclb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcli8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcliker.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lclo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lclq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcltt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcob10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcobx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcobx5.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcobx6.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcobx7.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcobx8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcobx9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcobxsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcobxti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcocc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcorm10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcorm5.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcorm6.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcorm7.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcorm8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcorm9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcosl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcosl5.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcosl6.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcosl7.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcosl8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcosl9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcoslc9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcoti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcqi8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcsq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcssdc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ildlb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ildli8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ildlo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ildlq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ildltt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbbx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbmo10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbmo17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbmo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbmo9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbmr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbmr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbmr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbmr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbso10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbso17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbso8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbso9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbsr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbsr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbsr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbsr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbtl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbto10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldcodes.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldlb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldli8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldliker.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldlo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldlq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldltt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldob10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldobx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldobx5.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldobx6.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldobx7.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldobx8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldobx9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldobxsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldobxti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldocc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldorm10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldorm5.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldorm6.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldorm7.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldorm8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldorm9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldosl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldosl5.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldosl6.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldosl7.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldosl8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldosl9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldoslc9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldoti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldqi8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldsq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldssdc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/irxlb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/irxli8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/irxlo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/irxlq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/irxltt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbbx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbmo10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbmo17.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbmo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbmo9.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbmr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbmr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbmr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbmr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbso10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbso17.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbso8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbso9.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbsr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbsr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbsr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbsr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbtl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbto10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxcodes.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxlb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxli8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxliker.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxlo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxlq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxltt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxob10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxobx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxobx5.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxobx6.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxobx7.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxobx8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxobx9.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxobxsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxobxti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxocc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxorm10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxorm5.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxorm6.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxorm7.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxorm8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxorm9.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxosl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxosl5.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxosl6.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxosl7.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxosl8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxosl9.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxoslc9.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxoti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxqi8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxsq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxssdc10.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgbersta.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgberstb.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgberstc.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgcacci.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgcaccl.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgcaccu.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgcmodi.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgcmodl.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgcmodu.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgcvaci.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgcvacl.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgcvacu.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgt2slxi.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgt2slxl.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgt2slxu.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgunici.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgunicl.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgunicu.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lhberest.mf
%{_texmfdistdir}/fonts/source/lh/specific/lgcrusl.mf
%{_texmfdistdir}/fonts/source/lh/specific/lgcyrcl.mf
%{_texmfdistdir}/fonts/source/lh/specific/lgcyrcu.mf
%{_texmfdistdir}/fonts/source/lh/specific/lgnoncl.mf
%{_texmfdistdir}/fonts/source/lh/specific/lgnoncu.mf
%{_texmfdistdir}/fonts/source/lh/specific/lgrucl.mf
%{_texmfdistdir}/fonts/source/lh/specific/lgrucu.mf
%{_texmfdistdir}/tex/latex/lh/lh-lcy.sty
%{_texmfdistdir}/tex/latex/lh/lh-lcyccr.sty
%{_texmfdistdir}/tex/latex/lh/lh-lcyxccr.sty
%{_texmfdistdir}/tex/latex/lh/lh-ot2.sty
%{_texmfdistdir}/tex/latex/lh/lh-ot2ccr.sty
%{_texmfdistdir}/tex/latex/lh/lh-ot2xccr.sty
%{_texmfdistdir}/tex/latex/lh/lh-t2accr.sty
%{_texmfdistdir}/tex/latex/lh/lh-t2axccr.sty
%{_texmfdistdir}/tex/latex/lh/lh-t2bccr.sty
%{_texmfdistdir}/tex/latex/lh/lh-t2bxccr.sty
%{_texmfdistdir}/tex/latex/lh/lh-t2cccr.sty
%{_texmfdistdir}/tex/latex/lh/lh-t2cxccr.sty
%{_texmfdistdir}/tex/latex/lh/lh-x2ccr.sty
%{_texmfdistdir}/tex/latex/lh/lh-x2xccr.sty
%{_texmfdistdir}/tex/latex/lh/nfssfox.tex
%{_texmfdistdir}/tex/plain/lh/testfox.tex
%{_texmfdistdir}/tex/plain/lh/testkern.tex
/var/adm/update-scripts/texlive-lh-%{texlive_version}.%{texlive_noarch}.3.5gsvn15878-%{release}-zypper
%package -n texlive-lhcyr
Version: %{texlive_version}.%{texlive_noarch}.svn29349
Release: 0
Summary: A non-standard Cyrillic input scheme
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(karabas.tex)
Provides: tex(kniga.tex)
Provides: tex(lhcyralt-hyphen.cfg)
Provides: tex(lhcyralt-rhyphen.tex)
Provides: tex(lhcyralt.sty)
Provides: tex(lhcyrkoi-hyphen.cfg)
Provides: tex(lhcyrkoi-rhyphen.tex)
Provides: tex(lhcyrkoi.sty)
Provides: tex(lhcyrwin-hyphen.cfg)
Provides: tex(lhcyrwin-rhyphen.tex)
Provides: tex(lhcyrwin.sty)
Provides: tex(ot1kcdh.fd)
Provides: tex(ot1kcfib.fd)
Provides: tex(ot1kcfr.fd)
Provides: tex(ot1kcr.fd)
Provides: tex(ot1kcss.fd)
Provides: tex(ot1kctt.fd)
Provides: tex(ot1kcvtt.fd)
Provides: tex(ot1lhdh.fd)
Provides: tex(ot1lhfib.fd)
Provides: tex(ot1lhfr.fd)
Provides: tex(ot1lhr.fd)
Provides: tex(ot1lhss.fd)
Provides: tex(ot1lhtt.fd)
Provides: tex(ot1lhvtt.fd)
Provides: tex(ot1wcdh.fd)
Provides: tex(ot1wcfib.fd)
Provides: tex(ot1wcfr.fd)
Provides: tex(ot1wcr.fd)
Provides: tex(ot1wcss.fd)
Provides: tex(ot1wctt.fd)
Provides: tex(ot1wcvtt.fd)
Provides: tex(otchet.tex)
Provides: tex(pismo.tex)
Provides: tex(rusfonts.tex)
Provides: tex(statya.tex)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source110: lhcyr.tar.xz
%description -n texlive-lhcyr
A collection of three LaTeX 2e styles intended for typesetting
Russian and bilingual English-Russian documents, using the lh
fonts and without the benefit of babel's language-switching
mechanisms. The packages (lhcyralt and lhcyrwin for use under
emTeX, and lhcyrkoi for use under teTeX) provide mappings
between the input encoding and the font encoding (which is
described as OT1). The way this is done does not match the way
inputenc would do the job, for output via fontenc to one of the
T2 series of font encodings.
date: 2012-05-22 09:10:15 +0000
%post -n texlive-lhcyr
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-lhcyr
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-lhcyr
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-lhcyr
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/lhcyr/karabas.tex
%{_texmfdistdir}/tex/latex/lhcyr/kniga.tex
%{_texmfdistdir}/tex/latex/lhcyr/lhcyralt/README
%{_texmfdistdir}/tex/latex/lhcyr/lhcyralt/lhcyralt-hyphen.cfg
%{_texmfdistdir}/tex/latex/lhcyr/lhcyralt/lhcyralt-rhyphen.tex
%{_texmfdistdir}/tex/latex/lhcyr/lhcyralt/lhcyralt.sty
%{_texmfdistdir}/tex/latex/lhcyr/lhcyralt/ot1lhdh.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyralt/ot1lhfib.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyralt/ot1lhfr.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyralt/ot1lhr.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyralt/ot1lhss.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyralt/ot1lhtt.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyralt/ot1lhvtt.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/README
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/kcmf.tgz
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/lhcyrkoi-hyphen.cfg
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/lhcyrkoi-rhyphen.tex
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/lhcyrkoi.sty
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/maketfms.sh
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/ot1kcdh.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/ot1kcfib.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/ot1kcfr.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/ot1kcr.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/ot1kcss.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/ot1kctt.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/ot1kcvtt.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/special.kc
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrwin/README
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrwin/lhcyrwin-hyphen.cfg
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrwin/lhcyrwin-rhyphen.tex
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrwin/lhcyrwin.sty
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrwin/ot1wcdh.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrwin/ot1wcfib.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrwin/ot1wcfr.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrwin/ot1wcr.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrwin/ot1wcss.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrwin/ot1wctt.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrwin/ot1wcvtt.fd
%{_texmfdistdir}/tex/latex/lhcyr/otchet.tex
%{_texmfdistdir}/tex/latex/lhcyr/pismo.tex
%{_texmfdistdir}/tex/latex/lhcyr/rusfonts.tex
%{_texmfdistdir}/tex/latex/lhcyr/statya.tex
/var/adm/update-scripts/texlive-lhcyr-%{texlive_version}.%{texlive_noarch}.svn29349-%{release}-zypper
%package -n texlive-lhelp
Version: %{texlive_version}.%{texlive_noarch}.2.0svn23638
Release: 0
Summary: Miscellaneous helper packages
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-lhelp-doc >= %{texlive_version}
Provides: tex(lhelp.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source111: lhelp.tar.xz
Source112: lhelp.doc.tar.xz
%description -n texlive-lhelp
This package defines macros which are useful for many
documents. It is a large collection of simple 'little helpers'
which do not really warrant a separate package on their own.
Included are, among other things, definitions of common units
with preceeding thinspaces, framed boxes where both width and
height can be specified, starting new odd or even pages, draft
markers, notes, conditional includes, including EPS files, and
versions of enumerate and itemize which allow the horizontal
and vertical spacing to be changed.
date: 2007-01-08 21:21:56 +0000
%package -n texlive-lhelp-doc
Summary: Documentation for texlive-lhelp
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.2.0svn23638
Release: 0
%description -n texlive-lhelp-doc
This package includes the documentation for texlive-lhelp
%post -n texlive-lhelp
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-lhelp
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-lhelp
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-lhelp-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/lhelp/Makefile
%{_texmfdistdir}/doc/latex/lhelp/lhelp.pdf
%files -n texlive-lhelp
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/lhelp/lhelp.sty
/var/adm/update-scripts/texlive-lhelp-%{texlive_version}.%{texlive_noarch}.2.0svn23638-%{release}-zypper
%package -n texlive-libertine
Version: %{texlive_version}.%{texlive_noarch}.5.3.0_20130213svn29099
Release: 0
Summary: Use of Linux Libertine and Biolinum fonts 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(post): grep
Requires(post): sed
Requires(postun): sed
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Requires: texlive-libertine-fonts >= %{texlive_version}
Recommends: texlive-libertine-doc >= %{texlive_version}
Provides: tex(LKey.tex)
Provides: tex(LY1LinuxBiolinumT-LF.fd)
Provides: tex(LY1LinuxBiolinumT-OsF.fd)
Provides: tex(LY1LinuxBiolinumT-Sup.fd)
Provides: tex(LY1LinuxBiolinumT-TLF.fd)
Provides: tex(LY1LinuxBiolinumT-TOsF.fd)
Provides: tex(LY1LinuxLibertineDisplayT-LF.fd)
Provides: tex(LY1LinuxLibertineDisplayT-OsF.fd)
Provides: tex(LY1LinuxLibertineDisplayT-Sup.fd)
Provides: tex(LY1LinuxLibertineDisplayT-TLF.fd)
Provides: tex(LY1LinuxLibertineDisplayT-TOsF.fd)
Provides: tex(LY1LinuxLibertineInitialsT-LF.fd)
Provides: tex(LY1LinuxLibertineInitialsT-OsF.fd)
Provides: tex(LY1LinuxLibertineInitialsT-TLF.fd)
Provides: tex(LY1LinuxLibertineMonoT-Sup.fd)
Provides: tex(LY1LinuxLibertineMonoT-TLF.fd)
Provides: tex(LY1LinuxLibertineT-LF.fd)
Provides: tex(LY1LinuxLibertineT-OsF.fd)
Provides: tex(LY1LinuxLibertineT-Sup.fd)
Provides: tex(LY1LinuxLibertineT-TLF.fd)
Provides: tex(LY1LinuxLibertineT-TOsF.fd)
Provides: tex(LinBiolinumT-lf-ly1--base.tfm)
Provides: tex(LinBiolinumT-lf-ly1.tfm)
Provides: tex(LinBiolinumT-lf-ly1.vf)
Provides: tex(LinBiolinumT-lf-ot1--base.tfm)
Provides: tex(LinBiolinumT-lf-ot1.tfm)
Provides: tex(LinBiolinumT-lf-ot1.vf)
Provides: tex(LinBiolinumT-lf-sc-ly1--base.tfm)
Provides: tex(LinBiolinumT-lf-sc-ly1.tfm)
Provides: tex(LinBiolinumT-lf-sc-ly1.vf)
Provides: tex(LinBiolinumT-lf-sc-ot1--base.tfm)
Provides: tex(LinBiolinumT-lf-sc-ot1.tfm)
Provides: tex(LinBiolinumT-lf-sc-ot1.vf)
Provides: tex(LinBiolinumT-lf-sc-t1--base.tfm)
Provides: tex(LinBiolinumT-lf-sc-t1.tfm)
Provides: tex(LinBiolinumT-lf-sc-t1.vf)
Provides: tex(LinBiolinumT-lf-t1--base.tfm)
Provides: tex(LinBiolinumT-lf-t1.tfm)
Provides: tex(LinBiolinumT-lf-t1.vf)
Provides: tex(LinBiolinumT-lf-ts1--base.tfm)
Provides: tex(LinBiolinumT-lf-ts1.tfm)
Provides: tex(LinBiolinumT-lf-ts1.vf)
Provides: tex(LinBiolinumT-osf-ly1--base.tfm)
Provides: tex(LinBiolinumT-osf-ly1.tfm)
Provides: tex(LinBiolinumT-osf-ly1.vf)
Provides: tex(LinBiolinumT-osf-ot1--base.tfm)
Provides: tex(LinBiolinumT-osf-ot1.tfm)
Provides: tex(LinBiolinumT-osf-ot1.vf)
Provides: tex(LinBiolinumT-osf-sc-ly1--base.tfm)
Provides: tex(LinBiolinumT-osf-sc-ly1.tfm)
Provides: tex(LinBiolinumT-osf-sc-ly1.vf)
Provides: tex(LinBiolinumT-osf-sc-ot1--base.tfm)
Provides: tex(LinBiolinumT-osf-sc-ot1.tfm)
Provides: tex(LinBiolinumT-osf-sc-ot1.vf)
Provides: tex(LinBiolinumT-osf-sc-t1--base.tfm)
Provides: tex(LinBiolinumT-osf-sc-t1.tfm)
Provides: tex(LinBiolinumT-osf-sc-t1.vf)
Provides: tex(LinBiolinumT-osf-t1--base.tfm)
Provides: tex(LinBiolinumT-osf-t1.tfm)
Provides: tex(LinBiolinumT-osf-t1.vf)
Provides: tex(LinBiolinumT-osf-ts1--base.tfm)
Provides: tex(LinBiolinumT-osf-ts1.tfm)
Provides: tex(LinBiolinumT-osf-ts1.vf)
Provides: tex(LinBiolinumT-sup-ly1--base.tfm)
Provides: tex(LinBiolinumT-sup-ly1.tfm)
Provides: tex(LinBiolinumT-sup-ly1.vf)
Provides: tex(LinBiolinumT-sup-ot1.tfm)
Provides: tex(LinBiolinumT-sup-t1--base.tfm)
Provides: tex(LinBiolinumT-sup-t1.tfm)
Provides: tex(LinBiolinumT-sup-t1.vf)
Provides: tex(LinBiolinumT-tlf-ly1--base.tfm)
Provides: tex(LinBiolinumT-tlf-ly1.tfm)
Provides: tex(LinBiolinumT-tlf-ly1.vf)
Provides: tex(LinBiolinumT-tlf-ot1--base.tfm)
Provides: tex(LinBiolinumT-tlf-ot1.tfm)
Provides: tex(LinBiolinumT-tlf-ot1.vf)
Provides: tex(LinBiolinumT-tlf-sc-ly1--base.tfm)
Provides: tex(LinBiolinumT-tlf-sc-ly1.tfm)
Provides: tex(LinBiolinumT-tlf-sc-ly1.vf)
Provides: tex(LinBiolinumT-tlf-sc-ot1--base.tfm)
Provides: tex(LinBiolinumT-tlf-sc-ot1.tfm)
Provides: tex(LinBiolinumT-tlf-sc-ot1.vf)
Provides: tex(LinBiolinumT-tlf-sc-t1--base.tfm)
Provides: tex(LinBiolinumT-tlf-sc-t1.tfm)
Provides: tex(LinBiolinumT-tlf-sc-t1.vf)
Provides: tex(LinBiolinumT-tlf-t1--base.tfm)
Provides: tex(LinBiolinumT-tlf-t1.tfm)
Provides: tex(LinBiolinumT-tlf-t1.vf)
Provides: tex(LinBiolinumT-tlf-ts1--base.tfm)
Provides: tex(LinBiolinumT-tlf-ts1.tfm)
Provides: tex(LinBiolinumT-tlf-ts1.vf)
Provides: tex(LinBiolinumT-tosf-ly1--base.tfm)
Provides: tex(LinBiolinumT-tosf-ly1.tfm)
Provides: tex(LinBiolinumT-tosf-ly1.vf)
Provides: tex(LinBiolinumT-tosf-ot1--base.tfm)
Provides: tex(LinBiolinumT-tosf-ot1.tfm)
Provides: tex(LinBiolinumT-tosf-ot1.vf)
Provides: tex(LinBiolinumT-tosf-sc-ly1--base.tfm)
Provides: tex(LinBiolinumT-tosf-sc-ly1.tfm)
Provides: tex(LinBiolinumT-tosf-sc-ly1.vf)
Provides: tex(LinBiolinumT-tosf-sc-ot1--base.tfm)
Provides: tex(LinBiolinumT-tosf-sc-ot1.tfm)
Provides: tex(LinBiolinumT-tosf-sc-ot1.vf)
Provides: tex(LinBiolinumT-tosf-sc-t1--base.tfm)
Provides: tex(LinBiolinumT-tosf-sc-t1.tfm)
Provides: tex(LinBiolinumT-tosf-sc-t1.vf)
Provides: tex(LinBiolinumT-tosf-t1--base.tfm)
Provides: tex(LinBiolinumT-tosf-t1.tfm)
Provides: tex(LinBiolinumT-tosf-t1.vf)
Provides: tex(LinBiolinumT-tosf-ts1--base.tfm)
Provides: tex(LinBiolinumT-tosf-ts1.tfm)
Provides: tex(LinBiolinumT-tosf-ts1.vf)
Provides: tex(LinBiolinumTB-lf-ly1--base.tfm)
Provides: tex(LinBiolinumTB-lf-ly1.tfm)
Provides: tex(LinBiolinumTB-lf-ly1.vf)
Provides: tex(LinBiolinumTB-lf-ot1--base.tfm)
Provides: tex(LinBiolinumTB-lf-ot1.tfm)
Provides: tex(LinBiolinumTB-lf-ot1.vf)
Provides: tex(LinBiolinumTB-lf-sc-ly1--base.tfm)
Provides: tex(LinBiolinumTB-lf-sc-ly1.tfm)
Provides: tex(LinBiolinumTB-lf-sc-ly1.vf)
Provides: tex(LinBiolinumTB-lf-sc-ot1--base.tfm)
Provides: tex(LinBiolinumTB-lf-sc-ot1.tfm)
Provides: tex(LinBiolinumTB-lf-sc-ot1.vf)
Provides: tex(LinBiolinumTB-lf-sc-t1--base.tfm)
Provides: tex(LinBiolinumTB-lf-sc-t1.tfm)
Provides: tex(LinBiolinumTB-lf-sc-t1.vf)
Provides: tex(LinBiolinumTB-lf-t1--base.tfm)
Provides: tex(LinBiolinumTB-lf-t1.tfm)
Provides: tex(LinBiolinumTB-lf-t1.vf)
Provides: tex(LinBiolinumTB-lf-ts1--base.tfm)
Provides: tex(LinBiolinumTB-lf-ts1.tfm)
Provides: tex(LinBiolinumTB-lf-ts1.vf)
Provides: tex(LinBiolinumTB-osf-ly1--base.tfm)
Provides: tex(LinBiolinumTB-osf-ly1.tfm)
Provides: tex(LinBiolinumTB-osf-ly1.vf)
Provides: tex(LinBiolinumTB-osf-ot1--base.tfm)
Provides: tex(LinBiolinumTB-osf-ot1.tfm)
Provides: tex(LinBiolinumTB-osf-ot1.vf)
Provides: tex(LinBiolinumTB-osf-sc-ly1--base.tfm)
Provides: tex(LinBiolinumTB-osf-sc-ly1.tfm)
Provides: tex(LinBiolinumTB-osf-sc-ly1.vf)
Provides: tex(LinBiolinumTB-osf-sc-ot1--base.tfm)
Provides: tex(LinBiolinumTB-osf-sc-ot1.tfm)
Provides: tex(LinBiolinumTB-osf-sc-ot1.vf)
Provides: tex(LinBiolinumTB-osf-sc-t1--base.tfm)
Provides: tex(LinBiolinumTB-osf-sc-t1.tfm)
Provides: tex(LinBiolinumTB-osf-sc-t1.vf)
Provides: tex(LinBiolinumTB-osf-t1--base.tfm)
Provides: tex(LinBiolinumTB-osf-t1.tfm)
Provides: tex(LinBiolinumTB-osf-t1.vf)
Provides: tex(LinBiolinumTB-osf-ts1--base.tfm)
Provides: tex(LinBiolinumTB-osf-ts1.tfm)
Provides: tex(LinBiolinumTB-osf-ts1.vf)
Provides: tex(LinBiolinumTB-sup-ly1--base.tfm)
Provides: tex(LinBiolinumTB-sup-ly1.tfm)
Provides: tex(LinBiolinumTB-sup-ly1.vf)
Provides: tex(LinBiolinumTB-sup-ot1.tfm)
Provides: tex(LinBiolinumTB-sup-t1--base.tfm)
Provides: tex(LinBiolinumTB-sup-t1.tfm)
Provides: tex(LinBiolinumTB-sup-t1.vf)
Provides: tex(LinBiolinumTB-tlf-ly1--base.tfm)
Provides: tex(LinBiolinumTB-tlf-ly1.tfm)
Provides: tex(LinBiolinumTB-tlf-ly1.vf)
Provides: tex(LinBiolinumTB-tlf-ot1--base.tfm)
Provides: tex(LinBiolinumTB-tlf-ot1.tfm)
Provides: tex(LinBiolinumTB-tlf-ot1.vf)
Provides: tex(LinBiolinumTB-tlf-sc-ly1--base.tfm)
Provides: tex(LinBiolinumTB-tlf-sc-ly1.tfm)
Provides: tex(LinBiolinumTB-tlf-sc-ly1.vf)
Provides: tex(LinBiolinumTB-tlf-sc-ot1--base.tfm)
Provides: tex(LinBiolinumTB-tlf-sc-ot1.tfm)
Provides: tex(LinBiolinumTB-tlf-sc-ot1.vf)
Provides: tex(LinBiolinumTB-tlf-sc-t1--base.tfm)
Provides: tex(LinBiolinumTB-tlf-sc-t1.tfm)
Provides: tex(LinBiolinumTB-tlf-sc-t1.vf)
Provides: tex(LinBiolinumTB-tlf-t1--base.tfm)
Provides: tex(LinBiolinumTB-tlf-t1.tfm)
Provides: tex(LinBiolinumTB-tlf-t1.vf)
Provides: tex(LinBiolinumTB-tlf-ts1--base.tfm)
Provides: tex(LinBiolinumTB-tlf-ts1.tfm)
Provides: tex(LinBiolinumTB-tlf-ts1.vf)
Provides: tex(LinBiolinumTB-tosf-ly1--base.tfm)
Provides: tex(LinBiolinumTB-tosf-ly1.tfm)
Provides: tex(LinBiolinumTB-tosf-ly1.vf)
Provides: tex(LinBiolinumTB-tosf-ot1--base.tfm)
Provides: tex(LinBiolinumTB-tosf-ot1.tfm)
Provides: tex(LinBiolinumTB-tosf-ot1.vf)
Provides: tex(LinBiolinumTB-tosf-sc-ly1--base.tfm)
Provides: tex(LinBiolinumTB-tosf-sc-ly1.tfm)
Provides: tex(LinBiolinumTB-tosf-sc-ly1.vf)
Provides: tex(LinBiolinumTB-tosf-sc-ot1--base.tfm)
Provides: tex(LinBiolinumTB-tosf-sc-ot1.tfm)
Provides: tex(LinBiolinumTB-tosf-sc-ot1.vf)
Provides: tex(LinBiolinumTB-tosf-sc-t1--base.tfm)
Provides: tex(LinBiolinumTB-tosf-sc-t1.tfm)
Provides: tex(LinBiolinumTB-tosf-sc-t1.vf)
Provides: tex(LinBiolinumTB-tosf-t1--base.tfm)
Provides: tex(LinBiolinumTB-tosf-t1.tfm)
Provides: tex(LinBiolinumTB-tosf-t1.vf)
Provides: tex(LinBiolinumTB-tosf-ts1--base.tfm)
Provides: tex(LinBiolinumTB-tosf-ts1.tfm)
Provides: tex(LinBiolinumTB-tosf-ts1.vf)
Provides: tex(LinBiolinumTBO-lf-ly1--base.tfm)
Provides: tex(LinBiolinumTBO-lf-ly1.tfm)
Provides: tex(LinBiolinumTBO-lf-ly1.vf)
Provides: tex(LinBiolinumTBO-lf-ot1--base.tfm)
Provides: tex(LinBiolinumTBO-lf-ot1.tfm)
Provides: tex(LinBiolinumTBO-lf-ot1.vf)
Provides: tex(LinBiolinumTBO-lf-sc-ly1--base.tfm)
Provides: tex(LinBiolinumTBO-lf-sc-ly1.tfm)
Provides: tex(LinBiolinumTBO-lf-sc-ly1.vf)
Provides: tex(LinBiolinumTBO-lf-sc-ot1--base.tfm)
Provides: tex(LinBiolinumTBO-lf-sc-ot1.tfm)
Provides: tex(LinBiolinumTBO-lf-sc-ot1.vf)
Provides: tex(LinBiolinumTBO-lf-sc-t1--base.tfm)
Provides: tex(LinBiolinumTBO-lf-sc-t1.tfm)
Provides: tex(LinBiolinumTBO-lf-sc-t1.vf)
Provides: tex(LinBiolinumTBO-lf-t1--base.tfm)
Provides: tex(LinBiolinumTBO-lf-t1.tfm)
Provides: tex(LinBiolinumTBO-lf-t1.vf)
Provides: tex(LinBiolinumTBO-lf-ts1--base.tfm)
Provides: tex(LinBiolinumTBO-lf-ts1.tfm)
Provides: tex(LinBiolinumTBO-lf-ts1.vf)
Provides: tex(LinBiolinumTBO-osf-ly1--base.tfm)
Provides: tex(LinBiolinumTBO-osf-ly1.tfm)
Provides: tex(LinBiolinumTBO-osf-ly1.vf)
Provides: tex(LinBiolinumTBO-osf-ot1--base.tfm)
Provides: tex(LinBiolinumTBO-osf-ot1.tfm)
Provides: tex(LinBiolinumTBO-osf-ot1.vf)
Provides: tex(LinBiolinumTBO-osf-sc-ly1--base.tfm)
Provides: tex(LinBiolinumTBO-osf-sc-ly1.tfm)
Provides: tex(LinBiolinumTBO-osf-sc-ly1.vf)
Provides: tex(LinBiolinumTBO-osf-sc-ot1--base.tfm)
Provides: tex(LinBiolinumTBO-osf-sc-ot1.tfm)
Provides: tex(LinBiolinumTBO-osf-sc-ot1.vf)
Provides: tex(LinBiolinumTBO-osf-sc-t1--base.tfm)
Provides: tex(LinBiolinumTBO-osf-sc-t1.tfm)
Provides: tex(LinBiolinumTBO-osf-sc-t1.vf)
Provides: tex(LinBiolinumTBO-osf-t1--base.tfm)
Provides: tex(LinBiolinumTBO-osf-t1.tfm)
Provides: tex(LinBiolinumTBO-osf-t1.vf)
Provides: tex(LinBiolinumTBO-osf-ts1--base.tfm)
Provides: tex(LinBiolinumTBO-osf-ts1.tfm)
Provides: tex(LinBiolinumTBO-osf-ts1.vf)
Provides: tex(LinBiolinumTBO-sup-ly1--base.tfm)
Provides: tex(LinBiolinumTBO-sup-ly1.tfm)
Provides: tex(LinBiolinumTBO-sup-ly1.vf)
Provides: tex(LinBiolinumTBO-sup-ot1.tfm)
Provides: tex(LinBiolinumTBO-sup-t1--base.tfm)
Provides: tex(LinBiolinumTBO-sup-t1.tfm)
Provides: tex(LinBiolinumTBO-sup-t1.vf)
Provides: tex(LinBiolinumTBO-tlf-ly1--base.tfm)
Provides: tex(LinBiolinumTBO-tlf-ly1.tfm)
Provides: tex(LinBiolinumTBO-tlf-ly1.vf)
Provides: tex(LinBiolinumTBO-tlf-ot1--base.tfm)
Provides: tex(LinBiolinumTBO-tlf-ot1.tfm)
Provides: tex(LinBiolinumTBO-tlf-ot1.vf)
Provides: tex(LinBiolinumTBO-tlf-sc-ly1--base.tfm)
Provides: tex(LinBiolinumTBO-tlf-sc-ly1.tfm)
Provides: tex(LinBiolinumTBO-tlf-sc-ly1.vf)
Provides: tex(LinBiolinumTBO-tlf-sc-ot1--base.tfm)
Provides: tex(LinBiolinumTBO-tlf-sc-ot1.tfm)
Provides: tex(LinBiolinumTBO-tlf-sc-ot1.vf)
Provides: tex(LinBiolinumTBO-tlf-sc-t1--base.tfm)
Provides: tex(LinBiolinumTBO-tlf-sc-t1.tfm)
Provides: tex(LinBiolinumTBO-tlf-sc-t1.vf)
Provides: tex(LinBiolinumTBO-tlf-t1--base.tfm)
Provides: tex(LinBiolinumTBO-tlf-t1.tfm)
Provides: tex(LinBiolinumTBO-tlf-t1.vf)
Provides: tex(LinBiolinumTBO-tlf-ts1--base.tfm)
Provides: tex(LinBiolinumTBO-tlf-ts1.tfm)
Provides: tex(LinBiolinumTBO-tlf-ts1.vf)
Provides: tex(LinBiolinumTBO-tosf-ly1--base.tfm)
Provides: tex(LinBiolinumTBO-tosf-ly1.tfm)
Provides: tex(LinBiolinumTBO-tosf-ly1.vf)
Provides: tex(LinBiolinumTBO-tosf-ot1--base.tfm)
Provides: tex(LinBiolinumTBO-tosf-ot1.tfm)
Provides: tex(LinBiolinumTBO-tosf-ot1.vf)
Provides: tex(LinBiolinumTBO-tosf-sc-ly1--base.tfm)
Provides: tex(LinBiolinumTBO-tosf-sc-ly1.tfm)
Provides: tex(LinBiolinumTBO-tosf-sc-ly1.vf)
Provides: tex(LinBiolinumTBO-tosf-sc-ot1--base.tfm)
Provides: tex(LinBiolinumTBO-tosf-sc-ot1.tfm)
Provides: tex(LinBiolinumTBO-tosf-sc-ot1.vf)
Provides: tex(LinBiolinumTBO-tosf-sc-t1--base.tfm)
Provides: tex(LinBiolinumTBO-tosf-sc-t1.tfm)
Provides: tex(LinBiolinumTBO-tosf-sc-t1.vf)
Provides: tex(LinBiolinumTBO-tosf-t1--base.tfm)
Provides: tex(LinBiolinumTBO-tosf-t1.tfm)
Provides: tex(LinBiolinumTBO-tosf-t1.vf)
Provides: tex(LinBiolinumTBO-tosf-ts1--base.tfm)
Provides: tex(LinBiolinumTBO-tosf-ts1.tfm)
Provides: tex(LinBiolinumTBO-tosf-ts1.vf)
Provides: tex(LinBiolinumTI-lf-ly1--base.tfm)
Provides: tex(LinBiolinumTI-lf-ly1.tfm)
Provides: tex(LinBiolinumTI-lf-ly1.vf)
Provides: tex(LinBiolinumTI-lf-ot1--base.tfm)
Provides: tex(LinBiolinumTI-lf-ot1.tfm)
Provides: tex(LinBiolinumTI-lf-ot1.vf)
Provides: tex(LinBiolinumTI-lf-sc-ly1--base.tfm)
Provides: tex(LinBiolinumTI-lf-sc-ly1.tfm)
Provides: tex(LinBiolinumTI-lf-sc-ly1.vf)
Provides: tex(LinBiolinumTI-lf-sc-ot1--base.tfm)
Provides: tex(LinBiolinumTI-lf-sc-ot1.tfm)
Provides: tex(LinBiolinumTI-lf-sc-ot1.vf)
Provides: tex(LinBiolinumTI-lf-sc-t1--base.tfm)
Provides: tex(LinBiolinumTI-lf-sc-t1.tfm)
Provides: tex(LinBiolinumTI-lf-sc-t1.vf)
Provides: tex(LinBiolinumTI-lf-t1--base.tfm)
Provides: tex(LinBiolinumTI-lf-t1.tfm)
Provides: tex(LinBiolinumTI-lf-t1.vf)
Provides: tex(LinBiolinumTI-lf-ts1--base.tfm)
Provides: tex(LinBiolinumTI-lf-ts1.tfm)
Provides: tex(LinBiolinumTI-lf-ts1.vf)
Provides: tex(LinBiolinumTI-osf-ly1--base.tfm)
Provides: tex(LinBiolinumTI-osf-ly1.tfm)
Provides: tex(LinBiolinumTI-osf-ly1.vf)
Provides: tex(LinBiolinumTI-osf-ot1--base.tfm)
Provides: tex(LinBiolinumTI-osf-ot1.tfm)
Provides: tex(LinBiolinumTI-osf-ot1.vf)
Provides: tex(LinBiolinumTI-osf-sc-ly1--base.tfm)
Provides: tex(LinBiolinumTI-osf-sc-ly1.tfm)
Provides: tex(LinBiolinumTI-osf-sc-ly1.vf)
Provides: tex(LinBiolinumTI-osf-sc-ot1--base.tfm)
Provides: tex(LinBiolinumTI-osf-sc-ot1.tfm)
Provides: tex(LinBiolinumTI-osf-sc-ot1.vf)
Provides: tex(LinBiolinumTI-osf-sc-t1--base.tfm)
Provides: tex(LinBiolinumTI-osf-sc-t1.tfm)
Provides: tex(LinBiolinumTI-osf-sc-t1.vf)
Provides: tex(LinBiolinumTI-osf-t1--base.tfm)
Provides: tex(LinBiolinumTI-osf-t1.tfm)
Provides: tex(LinBiolinumTI-osf-t1.vf)
Provides: tex(LinBiolinumTI-osf-ts1--base.tfm)
Provides: tex(LinBiolinumTI-osf-ts1.tfm)
Provides: tex(LinBiolinumTI-osf-ts1.vf)
Provides: tex(LinBiolinumTI-sup-ly1--base.tfm)
Provides: tex(LinBiolinumTI-sup-ly1.tfm)
Provides: tex(LinBiolinumTI-sup-ly1.vf)
Provides: tex(LinBiolinumTI-sup-ot1.tfm)
Provides: tex(LinBiolinumTI-sup-t1--base.tfm)
Provides: tex(LinBiolinumTI-sup-t1.tfm)
Provides: tex(LinBiolinumTI-sup-t1.vf)
Provides: tex(LinBiolinumTI-tlf-ly1--base.tfm)
Provides: tex(LinBiolinumTI-tlf-ly1.tfm)
Provides: tex(LinBiolinumTI-tlf-ly1.vf)
Provides: tex(LinBiolinumTI-tlf-ot1--base.tfm)
Provides: tex(LinBiolinumTI-tlf-ot1.tfm)
Provides: tex(LinBiolinumTI-tlf-ot1.vf)
Provides: tex(LinBiolinumTI-tlf-sc-ly1--base.tfm)
Provides: tex(LinBiolinumTI-tlf-sc-ly1.tfm)
Provides: tex(LinBiolinumTI-tlf-sc-ly1.vf)
Provides: tex(LinBiolinumTI-tlf-sc-ot1--base.tfm)
Provides: tex(LinBiolinumTI-tlf-sc-ot1.tfm)
Provides: tex(LinBiolinumTI-tlf-sc-ot1.vf)
Provides: tex(LinBiolinumTI-tlf-sc-t1--base.tfm)
Provides: tex(LinBiolinumTI-tlf-sc-t1.tfm)
Provides: tex(LinBiolinumTI-tlf-sc-t1.vf)
Provides: tex(LinBiolinumTI-tlf-t1--base.tfm)
Provides: tex(LinBiolinumTI-tlf-t1.tfm)
Provides: tex(LinBiolinumTI-tlf-t1.vf)
Provides: tex(LinBiolinumTI-tlf-ts1--base.tfm)
Provides: tex(LinBiolinumTI-tlf-ts1.tfm)
Provides: tex(LinBiolinumTI-tlf-ts1.vf)
Provides: tex(LinBiolinumTI-tosf-ly1--base.tfm)
Provides: tex(LinBiolinumTI-tosf-ly1.tfm)
Provides: tex(LinBiolinumTI-tosf-ly1.vf)
Provides: tex(LinBiolinumTI-tosf-ot1--base.tfm)
Provides: tex(LinBiolinumTI-tosf-ot1.tfm)
Provides: tex(LinBiolinumTI-tosf-ot1.vf)
Provides: tex(LinBiolinumTI-tosf-sc-ly1--base.tfm)
Provides: tex(LinBiolinumTI-tosf-sc-ly1.tfm)
Provides: tex(LinBiolinumTI-tosf-sc-ly1.vf)
Provides: tex(LinBiolinumTI-tosf-sc-ot1--base.tfm)
Provides: tex(LinBiolinumTI-tosf-sc-ot1.tfm)
Provides: tex(LinBiolinumTI-tosf-sc-ot1.vf)
Provides: tex(LinBiolinumTI-tosf-sc-t1--base.tfm)
Provides: tex(LinBiolinumTI-tosf-sc-t1.tfm)
Provides: tex(LinBiolinumTI-tosf-sc-t1.vf)
Provides: tex(LinBiolinumTI-tosf-t1--base.tfm)
Provides: tex(LinBiolinumTI-tosf-t1.tfm)
Provides: tex(LinBiolinumTI-tosf-t1.vf)
Provides: tex(LinBiolinumTI-tosf-ts1--base.tfm)
Provides: tex(LinBiolinumTI-tosf-ts1.tfm)
Provides: tex(LinBiolinumTI-tosf-ts1.vf)
Provides: tex(LinBiolinum_K.tex)
Provides: tex(LinBiolinum_R.tex)
Provides: tex(LinLibertineDisplayT-lf-ly1--base.tfm)
Provides: tex(LinLibertineDisplayT-lf-ly1.tfm)
Provides: tex(LinLibertineDisplayT-lf-ly1.vf)
Provides: tex(LinLibertineDisplayT-lf-ot1--base.tfm)
Provides: tex(LinLibertineDisplayT-lf-ot1.tfm)
Provides: tex(LinLibertineDisplayT-lf-ot1.vf)
Provides: tex(LinLibertineDisplayT-lf-t1--base.tfm)
Provides: tex(LinLibertineDisplayT-lf-t1.tfm)
Provides: tex(LinLibertineDisplayT-lf-t1.vf)
Provides: tex(LinLibertineDisplayT-lf-ts1--base.tfm)
Provides: tex(LinLibertineDisplayT-lf-ts1.tfm)
Provides: tex(LinLibertineDisplayT-lf-ts1.vf)
Provides: tex(LinLibertineDisplayT-osf-ly1--base.tfm)
Provides: tex(LinLibertineDisplayT-osf-ly1.tfm)
Provides: tex(LinLibertineDisplayT-osf-ly1.vf)
Provides: tex(LinLibertineDisplayT-osf-ot1--base.tfm)
Provides: tex(LinLibertineDisplayT-osf-ot1.tfm)
Provides: tex(LinLibertineDisplayT-osf-ot1.vf)
Provides: tex(LinLibertineDisplayT-osf-t1--base.tfm)
Provides: tex(LinLibertineDisplayT-osf-t1.tfm)
Provides: tex(LinLibertineDisplayT-osf-t1.vf)
Provides: tex(LinLibertineDisplayT-osf-ts1--base.tfm)
Provides: tex(LinLibertineDisplayT-osf-ts1.tfm)
Provides: tex(LinLibertineDisplayT-osf-ts1.vf)
Provides: tex(LinLibertineDisplayT-sup-ly1--base.tfm)
Provides: tex(LinLibertineDisplayT-sup-ly1.tfm)
Provides: tex(LinLibertineDisplayT-sup-ly1.vf)
Provides: tex(LinLibertineDisplayT-sup-ot1.tfm)
Provides: tex(LinLibertineDisplayT-sup-t1--base.tfm)
Provides: tex(LinLibertineDisplayT-sup-t1.tfm)
Provides: tex(LinLibertineDisplayT-sup-t1.vf)
Provides: tex(LinLibertineDisplayT-tlf-ly1--base.tfm)
Provides: tex(LinLibertineDisplayT-tlf-ly1.tfm)
Provides: tex(LinLibertineDisplayT-tlf-ly1.vf)
Provides: tex(LinLibertineDisplayT-tlf-ot1--base.tfm)
Provides: tex(LinLibertineDisplayT-tlf-ot1.tfm)
Provides: tex(LinLibertineDisplayT-tlf-ot1.vf)
Provides: tex(LinLibertineDisplayT-tlf-t1--base.tfm)
Provides: tex(LinLibertineDisplayT-tlf-t1.tfm)
Provides: tex(LinLibertineDisplayT-tlf-t1.vf)
Provides: tex(LinLibertineDisplayT-tlf-ts1--base.tfm)
Provides: tex(LinLibertineDisplayT-tlf-ts1.tfm)
Provides: tex(LinLibertineDisplayT-tlf-ts1.vf)
Provides: tex(LinLibertineDisplayT-tosf-ly1--base.tfm)
Provides: tex(LinLibertineDisplayT-tosf-ly1.tfm)
Provides: tex(LinLibertineDisplayT-tosf-ly1.vf)
Provides: tex(LinLibertineDisplayT-tosf-ot1--base.tfm)
Provides: tex(LinLibertineDisplayT-tosf-ot1.tfm)
Provides: tex(LinLibertineDisplayT-tosf-ot1.vf)
Provides: tex(LinLibertineDisplayT-tosf-t1--base.tfm)
Provides: tex(LinLibertineDisplayT-tosf-t1.tfm)
Provides: tex(LinLibertineDisplayT-tosf-t1.vf)
Provides: tex(LinLibertineDisplayT-tosf-ts1--base.tfm)
Provides: tex(LinLibertineDisplayT-tosf-ts1.tfm)
Provides: tex(LinLibertineDisplayT-tosf-ts1.vf)
Provides: tex(LinLibertineIT-lf-ly1--base.tfm)
Provides: tex(LinLibertineIT-lf-ly1.tfm)
Provides: tex(LinLibertineIT-lf-ly1.vf)
Provides: tex(LinLibertineIT-lf-ot1.tfm)
Provides: tex(LinLibertineIT-lf-t1--base.tfm)
Provides: tex(LinLibertineIT-lf-t1.tfm)
Provides: tex(LinLibertineIT-lf-t1.vf)
Provides: tex(LinLibertineIT-lf-ts1--base.tfm)
Provides: tex(LinLibertineIT-lf-ts1.tfm)
Provides: tex(LinLibertineIT-lf-ts1.vf)
Provides: tex(LinLibertineIT-osf-ly1--base.tfm)
Provides: tex(LinLibertineIT-osf-ly1.tfm)
Provides: tex(LinLibertineIT-osf-ly1.vf)
Provides: tex(LinLibertineIT-osf-ot1.tfm)
Provides: tex(LinLibertineIT-osf-t1--base.tfm)
Provides: tex(LinLibertineIT-osf-t1.tfm)
Provides: tex(LinLibertineIT-osf-t1.vf)
Provides: tex(LinLibertineIT-osf-ts1--base.tfm)
Provides: tex(LinLibertineIT-osf-ts1.tfm)
Provides: tex(LinLibertineIT-osf-ts1.vf)
Provides: tex(LinLibertineIT-tlf-ly1--base.tfm)
Provides: tex(LinLibertineIT-tlf-ly1.tfm)
Provides: tex(LinLibertineIT-tlf-ly1.vf)
Provides: tex(LinLibertineIT-tlf-ot1.tfm)
Provides: tex(LinLibertineIT-tlf-t1--base.tfm)
Provides: tex(LinLibertineIT-tlf-t1.tfm)
Provides: tex(LinLibertineIT-tlf-t1.vf)
Provides: tex(LinLibertineIT-tlf-ts1--base.tfm)
Provides: tex(LinLibertineIT-tlf-ts1.tfm)
Provides: tex(LinLibertineIT-tlf-ts1.vf)
Provides: tex(LinLibertineMT-sup-ly1--base.tfm)
Provides: tex(LinLibertineMT-sup-ly1.tfm)
Provides: tex(LinLibertineMT-sup-ly1.vf)
Provides: tex(LinLibertineMT-sup-ot1.tfm)
Provides: tex(LinLibertineMT-sup-t1--base.tfm)
Provides: tex(LinLibertineMT-sup-t1.tfm)
Provides: tex(LinLibertineMT-sup-t1.vf)
Provides: tex(LinLibertineMT-tlf-ly1--base.tfm)
Provides: tex(LinLibertineMT-tlf-ly1.tfm)
Provides: tex(LinLibertineMT-tlf-ly1.vf)
Provides: tex(LinLibertineMT-tlf-ot1.tfm)
Provides: tex(LinLibertineMT-tlf-t1--base.tfm)
Provides: tex(LinLibertineMT-tlf-t1.tfm)
Provides: tex(LinLibertineMT-tlf-t1.vf)
Provides: tex(LinLibertineMT-tlf-ts1--base.tfm)
Provides: tex(LinLibertineMT-tlf-ts1.tfm)
Provides: tex(LinLibertineMT-tlf-ts1.vf)
Provides: tex(LinLibertineMTB-sup-ly1--base.tfm)
Provides: tex(LinLibertineMTB-sup-ly1.tfm)
Provides: tex(LinLibertineMTB-sup-ly1.vf)
Provides: tex(LinLibertineMTB-sup-ot1.tfm)
Provides: tex(LinLibertineMTB-sup-t1--base.tfm)
Provides: tex(LinLibertineMTB-sup-t1.tfm)
Provides: tex(LinLibertineMTB-sup-t1.vf)
Provides: tex(LinLibertineMTB-tlf-ly1--base.tfm)
Provides: tex(LinLibertineMTB-tlf-ly1.tfm)
Provides: tex(LinLibertineMTB-tlf-ly1.vf)
Provides: tex(LinLibertineMTB-tlf-ot1.tfm)
Provides: tex(LinLibertineMTB-tlf-t1--base.tfm)
Provides: tex(LinLibertineMTB-tlf-t1.tfm)
Provides: tex(LinLibertineMTB-tlf-t1.vf)
Provides: tex(LinLibertineMTB-tlf-ts1--base.tfm)
Provides: tex(LinLibertineMTB-tlf-ts1.tfm)
Provides: tex(LinLibertineMTB-tlf-ts1.vf)
Provides: tex(LinLibertineMTBO-sup-ly1--base.tfm)
Provides: tex(LinLibertineMTBO-sup-ly1.tfm)
Provides: tex(LinLibertineMTBO-sup-ly1.vf)
Provides: tex(LinLibertineMTBO-sup-ot1.tfm)
Provides: tex(LinLibertineMTBO-sup-t1--base.tfm)
Provides: tex(LinLibertineMTBO-sup-t1.tfm)
Provides: tex(LinLibertineMTBO-sup-t1.vf)
Provides: tex(LinLibertineMTBO-tlf-ly1--base.tfm)
Provides: tex(LinLibertineMTBO-tlf-ly1.tfm)
Provides: tex(LinLibertineMTBO-tlf-ly1.vf)
Provides: tex(LinLibertineMTBO-tlf-ot1.tfm)
Provides: tex(LinLibertineMTBO-tlf-t1--base.tfm)
Provides: tex(LinLibertineMTBO-tlf-t1.tfm)
Provides: tex(LinLibertineMTBO-tlf-t1.vf)
Provides: tex(LinLibertineMTBO-tlf-ts1--base.tfm)
Provides: tex(LinLibertineMTBO-tlf-ts1.tfm)
Provides: tex(LinLibertineMTBO-tlf-ts1.vf)
Provides: tex(LinLibertineMTO-sup-ly1--base.tfm)
Provides: tex(LinLibertineMTO-sup-ly1.tfm)
Provides: tex(LinLibertineMTO-sup-ly1.vf)
Provides: tex(LinLibertineMTO-sup-ot1.tfm)
Provides: tex(LinLibertineMTO-sup-t1--base.tfm)
Provides: tex(LinLibertineMTO-sup-t1.tfm)
Provides: tex(LinLibertineMTO-sup-t1.vf)
Provides: tex(LinLibertineMTO-tlf-ly1--base.tfm)
Provides: tex(LinLibertineMTO-tlf-ly1.tfm)
Provides: tex(LinLibertineMTO-tlf-ly1.vf)
Provides: tex(LinLibertineMTO-tlf-ot1.tfm)
Provides: tex(LinLibertineMTO-tlf-t1--base.tfm)
Provides: tex(LinLibertineMTO-tlf-t1.tfm)
Provides: tex(LinLibertineMTO-tlf-t1.vf)
Provides: tex(LinLibertineMTO-tlf-ts1--base.tfm)
Provides: tex(LinLibertineMTO-tlf-ts1.tfm)
Provides: tex(LinLibertineMTO-tlf-ts1.vf)
Provides: tex(LinLibertineT-lf-ly1--base.tfm)
Provides: tex(LinLibertineT-lf-ly1.tfm)
Provides: tex(LinLibertineT-lf-ly1.vf)
Provides: tex(LinLibertineT-lf-ot1--base.tfm)
Provides: tex(LinLibertineT-lf-ot1.tfm)
Provides: tex(LinLibertineT-lf-ot1.vf)
Provides: tex(LinLibertineT-lf-sc-ly1--base.tfm)
Provides: tex(LinLibertineT-lf-sc-ly1.tfm)
Provides: tex(LinLibertineT-lf-sc-ly1.vf)
Provides: tex(LinLibertineT-lf-sc-ot1--base.tfm)
Provides: tex(LinLibertineT-lf-sc-ot1.tfm)
Provides: tex(LinLibertineT-lf-sc-ot1.vf)
Provides: tex(LinLibertineT-lf-sc-t1--base.tfm)
Provides: tex(LinLibertineT-lf-sc-t1.tfm)
Provides: tex(LinLibertineT-lf-sc-t1.vf)
Provides: tex(LinLibertineT-lf-t1--base.tfm)
Provides: tex(LinLibertineT-lf-t1.tfm)
Provides: tex(LinLibertineT-lf-t1.vf)
Provides: tex(LinLibertineT-lf-ts1--base.tfm)
Provides: tex(LinLibertineT-lf-ts1.tfm)
Provides: tex(LinLibertineT-lf-ts1.vf)
Provides: tex(LinLibertineT-osf-ly1--base.tfm)
Provides: tex(LinLibertineT-osf-ly1.tfm)
Provides: tex(LinLibertineT-osf-ly1.vf)
Provides: tex(LinLibertineT-osf-ot1--base.tfm)
Provides: tex(LinLibertineT-osf-ot1.tfm)
Provides: tex(LinLibertineT-osf-ot1.vf)
Provides: tex(LinLibertineT-osf-sc-ly1--base.tfm)
Provides: tex(LinLibertineT-osf-sc-ly1.tfm)
Provides: tex(LinLibertineT-osf-sc-ly1.vf)
Provides: tex(LinLibertineT-osf-sc-ot1--base.tfm)
Provides: tex(LinLibertineT-osf-sc-ot1.tfm)
Provides: tex(LinLibertineT-osf-sc-ot1.vf)
Provides: tex(LinLibertineT-osf-sc-t1--base.tfm)
Provides: tex(LinLibertineT-osf-sc-t1.tfm)
Provides: tex(LinLibertineT-osf-sc-t1.vf)
Provides: tex(LinLibertineT-osf-t1--base.tfm)
Provides: tex(LinLibertineT-osf-t1.tfm)
Provides: tex(LinLibertineT-osf-t1.vf)
Provides: tex(LinLibertineT-osf-ts1--base.tfm)
Provides: tex(LinLibertineT-osf-ts1.tfm)
Provides: tex(LinLibertineT-osf-ts1.vf)
Provides: tex(LinLibertineT-sup-ly1--base.tfm)
Provides: tex(LinLibertineT-sup-ly1.tfm)
Provides: tex(LinLibertineT-sup-ly1.vf)
Provides: tex(LinLibertineT-sup-ot1.tfm)
Provides: tex(LinLibertineT-sup-t1--base.tfm)
Provides: tex(LinLibertineT-sup-t1.tfm)
Provides: tex(LinLibertineT-sup-t1.vf)
Provides: tex(LinLibertineT-tlf-ly1--base.tfm)
Provides: tex(LinLibertineT-tlf-ly1.tfm)
Provides: tex(LinLibertineT-tlf-ly1.vf)
Provides: tex(LinLibertineT-tlf-ot1--base.tfm)
Provides: tex(LinLibertineT-tlf-ot1.tfm)
Provides: tex(LinLibertineT-tlf-ot1.vf)
Provides: tex(LinLibertineT-tlf-sc-ly1--base.tfm)
Provides: tex(LinLibertineT-tlf-sc-ly1.tfm)
Provides: tex(LinLibertineT-tlf-sc-ly1.vf)
Provides: tex(LinLibertineT-tlf-sc-ot1--base.tfm)
Provides: tex(LinLibertineT-tlf-sc-ot1.tfm)
Provides: tex(LinLibertineT-tlf-sc-ot1.vf)
Provides: tex(LinLibertineT-tlf-sc-t1--base.tfm)
Provides: tex(LinLibertineT-tlf-sc-t1.tfm)
Provides: tex(LinLibertineT-tlf-sc-t1.vf)
Provides: tex(LinLibertineT-tlf-t1--base.tfm)
Provides: tex(LinLibertineT-tlf-t1.tfm)
Provides: tex(LinLibertineT-tlf-t1.vf)
Provides: tex(LinLibertineT-tlf-ts1--base.tfm)
Provides: tex(LinLibertineT-tlf-ts1.tfm)
Provides: tex(LinLibertineT-tlf-ts1.vf)
Provides: tex(LinLibertineT-tosf-ly1--base.tfm)
Provides: tex(LinLibertineT-tosf-ly1.tfm)
Provides: tex(LinLibertineT-tosf-ly1.vf)
Provides: tex(LinLibertineT-tosf-ot1--base.tfm)
Provides: tex(LinLibertineT-tosf-ot1.tfm)
Provides: tex(LinLibertineT-tosf-ot1.vf)
Provides: tex(LinLibertineT-tosf-sc-ly1--base.tfm)
Provides: tex(LinLibertineT-tosf-sc-ly1.tfm)
Provides: tex(LinLibertineT-tosf-sc-ly1.vf)
Provides: tex(LinLibertineT-tosf-sc-ot1--base.tfm)
Provides: tex(LinLibertineT-tosf-sc-ot1.tfm)
Provides: tex(LinLibertineT-tosf-sc-ot1.vf)
Provides: tex(LinLibertineT-tosf-sc-t1--base.tfm)
Provides: tex(LinLibertineT-tosf-sc-t1.tfm)
Provides: tex(LinLibertineT-tosf-sc-t1.vf)
Provides: tex(LinLibertineT-tosf-t1--base.tfm)
Provides: tex(LinLibertineT-tosf-t1.tfm)
Provides: tex(LinLibertineT-tosf-t1.vf)
Provides: tex(LinLibertineT-tosf-ts1--base.tfm)
Provides: tex(LinLibertineT-tosf-ts1.tfm)
Provides: tex(LinLibertineT-tosf-ts1.vf)
Provides: tex(LinLibertineTB-lf-ly1--base.tfm)
Provides: tex(LinLibertineTB-lf-ly1.tfm)
Provides: tex(LinLibertineTB-lf-ly1.vf)
Provides: tex(LinLibertineTB-lf-ot1--base.tfm)
Provides: tex(LinLibertineTB-lf-ot1.tfm)
Provides: tex(LinLibertineTB-lf-ot1.vf)
Provides: tex(LinLibertineTB-lf-sc-ly1--base.tfm)
Provides: tex(LinLibertineTB-lf-sc-ly1.tfm)
Provides: tex(LinLibertineTB-lf-sc-ly1.vf)
Provides: tex(LinLibertineTB-lf-sc-ot1--base.tfm)
Provides: tex(LinLibertineTB-lf-sc-ot1.tfm)
Provides: tex(LinLibertineTB-lf-sc-ot1.vf)
Provides: tex(LinLibertineTB-lf-sc-t1--base.tfm)
Provides: tex(LinLibertineTB-lf-sc-t1.tfm)
Provides: tex(LinLibertineTB-lf-sc-t1.vf)
Provides: tex(LinLibertineTB-lf-t1--base.tfm)
Provides: tex(LinLibertineTB-lf-t1.tfm)
Provides: tex(LinLibertineTB-lf-t1.vf)
Provides: tex(LinLibertineTB-lf-ts1--base.tfm)
Provides: tex(LinLibertineTB-lf-ts1.tfm)
Provides: tex(LinLibertineTB-lf-ts1.vf)
Provides: tex(LinLibertineTB-osf-ly1--base.tfm)
Provides: tex(LinLibertineTB-osf-ly1.tfm)
Provides: tex(LinLibertineTB-osf-ly1.vf)
Provides: tex(LinLibertineTB-osf-ot1--base.tfm)
Provides: tex(LinLibertineTB-osf-ot1.tfm)
Provides: tex(LinLibertineTB-osf-ot1.vf)
Provides: tex(LinLibertineTB-osf-sc-ly1--base.tfm)
Provides: tex(LinLibertineTB-osf-sc-ly1.tfm)
Provides: tex(LinLibertineTB-osf-sc-ly1.vf)
Provides: tex(LinLibertineTB-osf-sc-ot1--base.tfm)
Provides: tex(LinLibertineTB-osf-sc-ot1.tfm)
Provides: tex(LinLibertineTB-osf-sc-ot1.vf)
Provides: tex(LinLibertineTB-osf-sc-t1--base.tfm)
Provides: tex(LinLibertineTB-osf-sc-t1.tfm)
Provides: tex(LinLibertineTB-osf-sc-t1.vf)
Provides: tex(LinLibertineTB-osf-t1--base.tfm)
Provides: tex(LinLibertineTB-osf-t1.tfm)
Provides: tex(LinLibertineTB-osf-t1.vf)
Provides: tex(LinLibertineTB-osf-ts1--base.tfm)
Provides: tex(LinLibertineTB-osf-ts1.tfm)
Provides: tex(LinLibertineTB-osf-ts1.vf)
Provides: tex(LinLibertineTB-sup-ly1--base.tfm)
Provides: tex(LinLibertineTB-sup-ly1.tfm)
Provides: tex(LinLibertineTB-sup-ly1.vf)
Provides: tex(LinLibertineTB-sup-ot1.tfm)
Provides: tex(LinLibertineTB-sup-t1--base.tfm)
Provides: tex(LinLibertineTB-sup-t1.tfm)
Provides: tex(LinLibertineTB-sup-t1.vf)
Provides: tex(LinLibertineTB-tlf-ly1--base.tfm)
Provides: tex(LinLibertineTB-tlf-ly1.tfm)
Provides: tex(LinLibertineTB-tlf-ly1.vf)
Provides: tex(LinLibertineTB-tlf-ot1--base.tfm)
Provides: tex(LinLibertineTB-tlf-ot1.tfm)
Provides: tex(LinLibertineTB-tlf-ot1.vf)
Provides: tex(LinLibertineTB-tlf-sc-ly1--base.tfm)
Provides: tex(LinLibertineTB-tlf-sc-ly1.tfm)
Provides: tex(LinLibertineTB-tlf-sc-ly1.vf)
Provides: tex(LinLibertineTB-tlf-sc-ot1--base.tfm)
Provides: tex(LinLibertineTB-tlf-sc-ot1.tfm)
Provides: tex(LinLibertineTB-tlf-sc-ot1.vf)
Provides: tex(LinLibertineTB-tlf-sc-t1--base.tfm)
Provides: tex(LinLibertineTB-tlf-sc-t1.tfm)
Provides: tex(LinLibertineTB-tlf-sc-t1.vf)
Provides: tex(LinLibertineTB-tlf-t1--base.tfm)
Provides: tex(LinLibertineTB-tlf-t1.tfm)
Provides: tex(LinLibertineTB-tlf-t1.vf)
Provides: tex(LinLibertineTB-tlf-ts1--base.tfm)
Provides: tex(LinLibertineTB-tlf-ts1.tfm)
Provides: tex(LinLibertineTB-tlf-ts1.vf)
Provides: tex(LinLibertineTB-tosf-ly1--base.tfm)
Provides: tex(LinLibertineTB-tosf-ly1.tfm)
Provides: tex(LinLibertineTB-tosf-ly1.vf)
Provides: tex(LinLibertineTB-tosf-ot1--base.tfm)
Provides: tex(LinLibertineTB-tosf-ot1.tfm)
Provides: tex(LinLibertineTB-tosf-ot1.vf)
Provides: tex(LinLibertineTB-tosf-sc-ly1--base.tfm)
Provides: tex(LinLibertineTB-tosf-sc-ly1.tfm)
Provides: tex(LinLibertineTB-tosf-sc-ly1.vf)
Provides: tex(LinLibertineTB-tosf-sc-ot1--base.tfm)
Provides: tex(LinLibertineTB-tosf-sc-ot1.tfm)
Provides: tex(LinLibertineTB-tosf-sc-ot1.vf)
Provides: tex(LinLibertineTB-tosf-sc-t1--base.tfm)
Provides: tex(LinLibertineTB-tosf-sc-t1.tfm)
Provides: tex(LinLibertineTB-tosf-sc-t1.vf)
Provides: tex(LinLibertineTB-tosf-t1--base.tfm)
Provides: tex(LinLibertineTB-tosf-t1.tfm)
Provides: tex(LinLibertineTB-tosf-t1.vf)
Provides: tex(LinLibertineTB-tosf-ts1--base.tfm)
Provides: tex(LinLibertineTB-tosf-ts1.tfm)
Provides: tex(LinLibertineTB-tosf-ts1.vf)
Provides: tex(LinLibertineTBI-lf-ly1--base.tfm)
Provides: tex(LinLibertineTBI-lf-ly1.tfm)
Provides: tex(LinLibertineTBI-lf-ly1.vf)
Provides: tex(LinLibertineTBI-lf-ot1--base.tfm)
Provides: tex(LinLibertineTBI-lf-ot1.tfm)
Provides: tex(LinLibertineTBI-lf-ot1.vf)
Provides: tex(LinLibertineTBI-lf-sc-ly1--base.tfm)
Provides: tex(LinLibertineTBI-lf-sc-ly1.tfm)
Provides: tex(LinLibertineTBI-lf-sc-ly1.vf)
Provides: tex(LinLibertineTBI-lf-sc-ot1--base.tfm)
Provides: tex(LinLibertineTBI-lf-sc-ot1.tfm)
Provides: tex(LinLibertineTBI-lf-sc-ot1.vf)
Provides: tex(LinLibertineTBI-lf-sc-t1--base.tfm)
Provides: tex(LinLibertineTBI-lf-sc-t1.tfm)
Provides: tex(LinLibertineTBI-lf-sc-t1.vf)
Provides: tex(LinLibertineTBI-lf-t1--base.tfm)
Provides: tex(LinLibertineTBI-lf-t1.tfm)
Provides: tex(LinLibertineTBI-lf-t1.vf)
Provides: tex(LinLibertineTBI-lf-ts1--base.tfm)
Provides: tex(LinLibertineTBI-lf-ts1.tfm)
Provides: tex(LinLibertineTBI-lf-ts1.vf)
Provides: tex(LinLibertineTBI-osf-ly1--base.tfm)
Provides: tex(LinLibertineTBI-osf-ly1.tfm)
Provides: tex(LinLibertineTBI-osf-ly1.vf)
Provides: tex(LinLibertineTBI-osf-ot1--base.tfm)
Provides: tex(LinLibertineTBI-osf-ot1.tfm)
Provides: tex(LinLibertineTBI-osf-ot1.vf)
Provides: tex(LinLibertineTBI-osf-sc-ly1--base.tfm)
Provides: tex(LinLibertineTBI-osf-sc-ly1.tfm)
Provides: tex(LinLibertineTBI-osf-sc-ly1.vf)
Provides: tex(LinLibertineTBI-osf-sc-ot1--base.tfm)
Provides: tex(LinLibertineTBI-osf-sc-ot1.tfm)
Provides: tex(LinLibertineTBI-osf-sc-ot1.vf)
Provides: tex(LinLibertineTBI-osf-sc-t1--base.tfm)
Provides: tex(LinLibertineTBI-osf-sc-t1.tfm)
Provides: tex(LinLibertineTBI-osf-sc-t1.vf)
Provides: tex(LinLibertineTBI-osf-t1--base.tfm)
Provides: tex(LinLibertineTBI-osf-t1.tfm)
Provides: tex(LinLibertineTBI-osf-t1.vf)
Provides: tex(LinLibertineTBI-osf-ts1--base.tfm)
Provides: tex(LinLibertineTBI-osf-ts1.tfm)
Provides: tex(LinLibertineTBI-osf-ts1.vf)
Provides: tex(LinLibertineTBI-sup-ly1--base.tfm)
Provides: tex(LinLibertineTBI-sup-ly1.tfm)
Provides: tex(LinLibertineTBI-sup-ly1.vf)
Provides: tex(LinLibertineTBI-sup-ot1.tfm)
Provides: tex(LinLibertineTBI-sup-t1--base.tfm)
Provides: tex(LinLibertineTBI-sup-t1.tfm)
Provides: tex(LinLibertineTBI-sup-t1.vf)
Provides: tex(LinLibertineTBI-tlf-ly1--base.tfm)
Provides: tex(LinLibertineTBI-tlf-ly1.tfm)
Provides: tex(LinLibertineTBI-tlf-ly1.vf)
Provides: tex(LinLibertineTBI-tlf-ot1--base.tfm)
Provides: tex(LinLibertineTBI-tlf-ot1.tfm)
Provides: tex(LinLibertineTBI-tlf-ot1.vf)
Provides: tex(LinLibertineTBI-tlf-sc-ly1--base.tfm)
Provides: tex(LinLibertineTBI-tlf-sc-ly1.tfm)
Provides: tex(LinLibertineTBI-tlf-sc-ly1.vf)
Provides: tex(LinLibertineTBI-tlf-sc-ot1--base.tfm)
Provides: tex(LinLibertineTBI-tlf-sc-ot1.tfm)
Provides: tex(LinLibertineTBI-tlf-sc-ot1.vf)
Provides: tex(LinLibertineTBI-tlf-sc-t1--base.tfm)
Provides: tex(LinLibertineTBI-tlf-sc-t1.tfm)
Provides: tex(LinLibertineTBI-tlf-sc-t1.vf)
Provides: tex(LinLibertineTBI-tlf-t1--base.tfm)
Provides: tex(LinLibertineTBI-tlf-t1.tfm)
Provides: tex(LinLibertineTBI-tlf-t1.vf)
Provides: tex(LinLibertineTBI-tlf-ts1--base.tfm)
Provides: tex(LinLibertineTBI-tlf-ts1.tfm)
Provides: tex(LinLibertineTBI-tlf-ts1.vf)
Provides: tex(LinLibertineTBI-tosf-ly1--base.tfm)
Provides: tex(LinLibertineTBI-tosf-ly1.tfm)
Provides: tex(LinLibertineTBI-tosf-ly1.vf)
Provides: tex(LinLibertineTBI-tosf-ot1--base.tfm)
Provides: tex(LinLibertineTBI-tosf-ot1.tfm)
Provides: tex(LinLibertineTBI-tosf-ot1.vf)
Provides: tex(LinLibertineTBI-tosf-sc-ly1--base.tfm)
Provides: tex(LinLibertineTBI-tosf-sc-ly1.tfm)
Provides: tex(LinLibertineTBI-tosf-sc-ly1.vf)
Provides: tex(LinLibertineTBI-tosf-sc-ot1--base.tfm)
Provides: tex(LinLibertineTBI-tosf-sc-ot1.tfm)
Provides: tex(LinLibertineTBI-tosf-sc-ot1.vf)
Provides: tex(LinLibertineTBI-tosf-sc-t1--base.tfm)
Provides: tex(LinLibertineTBI-tosf-sc-t1.tfm)
Provides: tex(LinLibertineTBI-tosf-sc-t1.vf)
Provides: tex(LinLibertineTBI-tosf-t1--base.tfm)
Provides: tex(LinLibertineTBI-tosf-t1.tfm)
Provides: tex(LinLibertineTBI-tosf-t1.vf)
Provides: tex(LinLibertineTBI-tosf-ts1--base.tfm)
Provides: tex(LinLibertineTBI-tosf-ts1.tfm)
Provides: tex(LinLibertineTBI-tosf-ts1.vf)
Provides: tex(LinLibertineTI-lf-ly1--base.tfm)
Provides: tex(LinLibertineTI-lf-ly1.tfm)
Provides: tex(LinLibertineTI-lf-ly1.vf)
Provides: tex(LinLibertineTI-lf-ot1--base.tfm)
Provides: tex(LinLibertineTI-lf-ot1.tfm)
Provides: tex(LinLibertineTI-lf-ot1.vf)
Provides: tex(LinLibertineTI-lf-sc-ly1--base.tfm)
Provides: tex(LinLibertineTI-lf-sc-ly1.tfm)
Provides: tex(LinLibertineTI-lf-sc-ly1.vf)
Provides: tex(LinLibertineTI-lf-sc-ot1--base.tfm)
Provides: tex(LinLibertineTI-lf-sc-ot1.tfm)
Provides: tex(LinLibertineTI-lf-sc-ot1.vf)
Provides: tex(LinLibertineTI-lf-sc-t1--base.tfm)
Provides: tex(LinLibertineTI-lf-sc-t1.tfm)
Provides: tex(LinLibertineTI-lf-sc-t1.vf)
Provides: tex(LinLibertineTI-lf-t1--base.tfm)
Provides: tex(LinLibertineTI-lf-t1.tfm)
Provides: tex(LinLibertineTI-lf-t1.vf)
Provides: tex(LinLibertineTI-lf-ts1--base.tfm)
Provides: tex(LinLibertineTI-lf-ts1.tfm)
Provides: tex(LinLibertineTI-lf-ts1.vf)
Provides: tex(LinLibertineTI-osf-ly1--base.tfm)
Provides: tex(LinLibertineTI-osf-ly1.tfm)
Provides: tex(LinLibertineTI-osf-ly1.vf)
Provides: tex(LinLibertineTI-osf-ot1--base.tfm)
Provides: tex(LinLibertineTI-osf-ot1.tfm)
Provides: tex(LinLibertineTI-osf-ot1.vf)
Provides: tex(LinLibertineTI-osf-sc-ly1--base.tfm)
Provides: tex(LinLibertineTI-osf-sc-ly1.tfm)
Provides: tex(LinLibertineTI-osf-sc-ly1.vf)
Provides: tex(LinLibertineTI-osf-sc-ot1--base.tfm)
Provides: tex(LinLibertineTI-osf-sc-ot1.tfm)
Provides: tex(LinLibertineTI-osf-sc-ot1.vf)
Provides: tex(LinLibertineTI-osf-sc-t1--base.tfm)
Provides: tex(LinLibertineTI-osf-sc-t1.tfm)
Provides: tex(LinLibertineTI-osf-sc-t1.vf)
Provides: tex(LinLibertineTI-osf-t1--base.tfm)
Provides: tex(LinLibertineTI-osf-t1.tfm)
Provides: tex(LinLibertineTI-osf-t1.vf)
Provides: tex(LinLibertineTI-osf-ts1--base.tfm)
Provides: tex(LinLibertineTI-osf-ts1.tfm)
Provides: tex(LinLibertineTI-osf-ts1.vf)
Provides: tex(LinLibertineTI-sup-ly1--base.tfm)
Provides: tex(LinLibertineTI-sup-ly1.tfm)
Provides: tex(LinLibertineTI-sup-ly1.vf)
Provides: tex(LinLibertineTI-sup-ot1.tfm)
Provides: tex(LinLibertineTI-sup-t1--base.tfm)
Provides: tex(LinLibertineTI-sup-t1.tfm)
Provides: tex(LinLibertineTI-sup-t1.vf)
Provides: tex(LinLibertineTI-tlf-ly1--base.tfm)
Provides: tex(LinLibertineTI-tlf-ly1.tfm)
Provides: tex(LinLibertineTI-tlf-ly1.vf)
Provides: tex(LinLibertineTI-tlf-ot1--base.tfm)
Provides: tex(LinLibertineTI-tlf-ot1.tfm)
Provides: tex(LinLibertineTI-tlf-ot1.vf)
Provides: tex(LinLibertineTI-tlf-sc-ly1--base.tfm)
Provides: tex(LinLibertineTI-tlf-sc-ly1.tfm)
Provides: tex(LinLibertineTI-tlf-sc-ly1.vf)
Provides: tex(LinLibertineTI-tlf-sc-ot1--base.tfm)
Provides: tex(LinLibertineTI-tlf-sc-ot1.tfm)
Provides: tex(LinLibertineTI-tlf-sc-ot1.vf)
Provides: tex(LinLibertineTI-tlf-sc-t1--base.tfm)
Provides: tex(LinLibertineTI-tlf-sc-t1.tfm)
Provides: tex(LinLibertineTI-tlf-sc-t1.vf)
Provides: tex(LinLibertineTI-tlf-t1--base.tfm)
Provides: tex(LinLibertineTI-tlf-t1.tfm)
Provides: tex(LinLibertineTI-tlf-t1.vf)
Provides: tex(LinLibertineTI-tlf-ts1--base.tfm)
Provides: tex(LinLibertineTI-tlf-ts1.tfm)
Provides: tex(LinLibertineTI-tlf-ts1.vf)
Provides: tex(LinLibertineTI-tosf-ly1--base.tfm)
Provides: tex(LinLibertineTI-tosf-ly1.tfm)
Provides: tex(LinLibertineTI-tosf-ly1.vf)
Provides: tex(LinLibertineTI-tosf-ot1--base.tfm)
Provides: tex(LinLibertineTI-tosf-ot1.tfm)
Provides: tex(LinLibertineTI-tosf-ot1.vf)
Provides: tex(LinLibertineTI-tosf-sc-ly1--base.tfm)
Provides: tex(LinLibertineTI-tosf-sc-ly1.tfm)
Provides: tex(LinLibertineTI-tosf-sc-ly1.vf)
Provides: tex(LinLibertineTI-tosf-sc-ot1--base.tfm)
Provides: tex(LinLibertineTI-tosf-sc-ot1.tfm)
Provides: tex(LinLibertineTI-tosf-sc-ot1.vf)
Provides: tex(LinLibertineTI-tosf-sc-t1--base.tfm)
Provides: tex(LinLibertineTI-tosf-sc-t1.tfm)
Provides: tex(LinLibertineTI-tosf-sc-t1.vf)
Provides: tex(LinLibertineTI-tosf-t1--base.tfm)
Provides: tex(LinLibertineTI-tosf-t1.tfm)
Provides: tex(LinLibertineTI-tosf-t1.vf)
Provides: tex(LinLibertineTI-tosf-ts1--base.tfm)
Provides: tex(LinLibertineTI-tosf-ts1.tfm)
Provides: tex(LinLibertineTI-tosf-ts1.vf)
Provides: tex(LinLibertineTZ-lf-ly1--base.tfm)
Provides: tex(LinLibertineTZ-lf-ly1.tfm)
Provides: tex(LinLibertineTZ-lf-ly1.vf)
Provides: tex(LinLibertineTZ-lf-ot1--base.tfm)
Provides: tex(LinLibertineTZ-lf-ot1.tfm)
Provides: tex(LinLibertineTZ-lf-ot1.vf)
Provides: tex(LinLibertineTZ-lf-sc-ly1--base.tfm)
Provides: tex(LinLibertineTZ-lf-sc-ly1.tfm)
Provides: tex(LinLibertineTZ-lf-sc-ly1.vf)
Provides: tex(LinLibertineTZ-lf-sc-ot1--base.tfm)
Provides: tex(LinLibertineTZ-lf-sc-ot1.tfm)
Provides: tex(LinLibertineTZ-lf-sc-ot1.vf)
Provides: tex(LinLibertineTZ-lf-sc-t1--base.tfm)
Provides: tex(LinLibertineTZ-lf-sc-t1.tfm)
Provides: tex(LinLibertineTZ-lf-sc-t1.vf)
Provides: tex(LinLibertineTZ-lf-t1--base.tfm)
Provides: tex(LinLibertineTZ-lf-t1.tfm)
Provides: tex(LinLibertineTZ-lf-t1.vf)
Provides: tex(LinLibertineTZ-lf-ts1--base.tfm)
Provides: tex(LinLibertineTZ-lf-ts1.tfm)
Provides: tex(LinLibertineTZ-lf-ts1.vf)
Provides: tex(LinLibertineTZ-osf-ly1--base.tfm)
Provides: tex(LinLibertineTZ-osf-ly1.tfm)
Provides: tex(LinLibertineTZ-osf-ly1.vf)
Provides: tex(LinLibertineTZ-osf-ot1--base.tfm)
Provides: tex(LinLibertineTZ-osf-ot1.tfm)
Provides: tex(LinLibertineTZ-osf-ot1.vf)
Provides: tex(LinLibertineTZ-osf-sc-ly1--base.tfm)
Provides: tex(LinLibertineTZ-osf-sc-ly1.tfm)
Provides: tex(LinLibertineTZ-osf-sc-ly1.vf)
Provides: tex(LinLibertineTZ-osf-sc-ot1--base.tfm)
Provides: tex(LinLibertineTZ-osf-sc-ot1.tfm)
Provides: tex(LinLibertineTZ-osf-sc-ot1.vf)
Provides: tex(LinLibertineTZ-osf-sc-t1--base.tfm)
Provides: tex(LinLibertineTZ-osf-sc-t1.tfm)
Provides: tex(LinLibertineTZ-osf-sc-t1.vf)
Provides: tex(LinLibertineTZ-osf-t1--base.tfm)
Provides: tex(LinLibertineTZ-osf-t1.tfm)
Provides: tex(LinLibertineTZ-osf-t1.vf)
Provides: tex(LinLibertineTZ-osf-ts1--base.tfm)
Provides: tex(LinLibertineTZ-osf-ts1.tfm)
Provides: tex(LinLibertineTZ-osf-ts1.vf)
Provides: tex(LinLibertineTZ-sup-ly1--base.tfm)
Provides: tex(LinLibertineTZ-sup-ly1.tfm)
Provides: tex(LinLibertineTZ-sup-ly1.vf)
Provides: tex(LinLibertineTZ-sup-ot1.tfm)
Provides: tex(LinLibertineTZ-sup-t1--base.tfm)
Provides: tex(LinLibertineTZ-sup-t1.tfm)
Provides: tex(LinLibertineTZ-sup-t1.vf)
Provides: tex(LinLibertineTZ-tlf-ly1--base.tfm)
Provides: tex(LinLibertineTZ-tlf-ly1.tfm)
Provides: tex(LinLibertineTZ-tlf-ly1.vf)
Provides: tex(LinLibertineTZ-tlf-ot1--base.tfm)
Provides: tex(LinLibertineTZ-tlf-ot1.tfm)
Provides: tex(LinLibertineTZ-tlf-ot1.vf)
Provides: tex(LinLibertineTZ-tlf-sc-ly1--base.tfm)
Provides: tex(LinLibertineTZ-tlf-sc-ly1.tfm)
Provides: tex(LinLibertineTZ-tlf-sc-ly1.vf)
Provides: tex(LinLibertineTZ-tlf-sc-ot1--base.tfm)
Provides: tex(LinLibertineTZ-tlf-sc-ot1.tfm)
Provides: tex(LinLibertineTZ-tlf-sc-ot1.vf)
Provides: tex(LinLibertineTZ-tlf-sc-t1--base.tfm)
Provides: tex(LinLibertineTZ-tlf-sc-t1.tfm)
Provides: tex(LinLibertineTZ-tlf-sc-t1.vf)
Provides: tex(LinLibertineTZ-tlf-t1--base.tfm)
Provides: tex(LinLibertineTZ-tlf-t1.tfm)
Provides: tex(LinLibertineTZ-tlf-t1.vf)
Provides: tex(LinLibertineTZ-tlf-ts1--base.tfm)
Provides: tex(LinLibertineTZ-tlf-ts1.tfm)
Provides: tex(LinLibertineTZ-tlf-ts1.vf)
Provides: tex(LinLibertineTZ-tosf-ly1--base.tfm)
Provides: tex(LinLibertineTZ-tosf-ly1.tfm)
Provides: tex(LinLibertineTZ-tosf-ly1.vf)
Provides: tex(LinLibertineTZ-tosf-ot1--base.tfm)
Provides: tex(LinLibertineTZ-tosf-ot1.tfm)
Provides: tex(LinLibertineTZ-tosf-ot1.vf)
Provides: tex(LinLibertineTZ-tosf-sc-ly1--base.tfm)
Provides: tex(LinLibertineTZ-tosf-sc-ly1.tfm)
Provides: tex(LinLibertineTZ-tosf-sc-ly1.vf)
Provides: tex(LinLibertineTZ-tosf-sc-ot1--base.tfm)
Provides: tex(LinLibertineTZ-tosf-sc-ot1.tfm)
Provides: tex(LinLibertineTZ-tosf-sc-ot1.vf)
Provides: tex(LinLibertineTZ-tosf-sc-t1--base.tfm)
Provides: tex(LinLibertineTZ-tosf-sc-t1.tfm)
Provides: tex(LinLibertineTZ-tosf-sc-t1.vf)
Provides: tex(LinLibertineTZ-tosf-t1--base.tfm)
Provides: tex(LinLibertineTZ-tosf-t1.tfm)
Provides: tex(LinLibertineTZ-tosf-t1.vf)
Provides: tex(LinLibertineTZ-tosf-ts1--base.tfm)
Provides: tex(LinLibertineTZ-tosf-ts1.tfm)
Provides: tex(LinLibertineTZ-tosf-ts1.vf)
Provides: tex(LinLibertineTZI-lf-ly1.tfm)
Provides: tex(LinLibertineTZI-lf-ot1--base.tfm)
Provides: tex(LinLibertineTZI-lf-ot1.tfm)
Provides: tex(LinLibertineTZI-lf-ot1.vf)
Provides: tex(LinLibertineTZI-lf-sc-ly1--base.tfm)
Provides: tex(LinLibertineTZI-lf-sc-ly1.tfm)
Provides: tex(LinLibertineTZI-lf-sc-ly1.vf)
Provides: tex(LinLibertineTZI-lf-sc-ot1--base.tfm)
Provides: tex(LinLibertineTZI-lf-sc-ot1.tfm)
Provides: tex(LinLibertineTZI-lf-sc-ot1.vf)
Provides: tex(LinLibertineTZI-lf-sc-t1--base.tfm)
Provides: tex(LinLibertineTZI-lf-sc-t1.tfm)
Provides: tex(LinLibertineTZI-lf-sc-t1.vf)
Provides: tex(LinLibertineTZI-lf-t1--base.tfm)
Provides: tex(LinLibertineTZI-lf-t1.tfm)
Provides: tex(LinLibertineTZI-lf-t1.vf)
Provides: tex(LinLibertineTZI-lf-ts1--base.tfm)
Provides: tex(LinLibertineTZI-lf-ts1.tfm)
Provides: tex(LinLibertineTZI-lf-ts1.vf)
Provides: tex(LinLibertineTZI-osf-ly1.tfm)
Provides: tex(LinLibertineTZI-osf-ot1--base.tfm)
Provides: tex(LinLibertineTZI-osf-ot1.tfm)
Provides: tex(LinLibertineTZI-osf-ot1.vf)
Provides: tex(LinLibertineTZI-osf-sc-ly1--base.tfm)
Provides: tex(LinLibertineTZI-osf-sc-ly1.tfm)
Provides: tex(LinLibertineTZI-osf-sc-ly1.vf)
Provides: tex(LinLibertineTZI-osf-sc-ot1--base.tfm)
Provides: tex(LinLibertineTZI-osf-sc-ot1.tfm)
Provides: tex(LinLibertineTZI-osf-sc-ot1.vf)
Provides: tex(LinLibertineTZI-osf-sc-t1--base.tfm)
Provides: tex(LinLibertineTZI-osf-sc-t1.tfm)
Provides: tex(LinLibertineTZI-osf-sc-t1.vf)
Provides: tex(LinLibertineTZI-osf-t1--base.tfm)
Provides: tex(LinLibertineTZI-osf-t1.tfm)
Provides: tex(LinLibertineTZI-osf-t1.vf)
Provides: tex(LinLibertineTZI-osf-ts1--base.tfm)
Provides: tex(LinLibertineTZI-osf-ts1.tfm)
Provides: tex(LinLibertineTZI-osf-ts1.vf)
Provides: tex(LinLibertineTZI-sup-ly1.tfm)
Provides: tex(LinLibertineTZI-sup-ot1.tfm)
Provides: tex(LinLibertineTZI-sup-t1--base.tfm)
Provides: tex(LinLibertineTZI-sup-t1.tfm)
Provides: tex(LinLibertineTZI-sup-t1.vf)
Provides: tex(LinLibertineTZI-tlf-ly1.tfm)
Provides: tex(LinLibertineTZI-tlf-ot1--base.tfm)
Provides: tex(LinLibertineTZI-tlf-ot1.tfm)
Provides: tex(LinLibertineTZI-tlf-ot1.vf)
Provides: tex(LinLibertineTZI-tlf-sc-ly1--base.tfm)
Provides: tex(LinLibertineTZI-tlf-sc-ly1.tfm)
Provides: tex(LinLibertineTZI-tlf-sc-ly1.vf)
Provides: tex(LinLibertineTZI-tlf-sc-ot1--base.tfm)
Provides: tex(LinLibertineTZI-tlf-sc-ot1.tfm)
Provides: tex(LinLibertineTZI-tlf-sc-ot1.vf)
Provides: tex(LinLibertineTZI-tlf-sc-t1--base.tfm)
Provides: tex(LinLibertineTZI-tlf-sc-t1.tfm)
Provides: tex(LinLibertineTZI-tlf-sc-t1.vf)
Provides: tex(LinLibertineTZI-tlf-t1--base.tfm)
Provides: tex(LinLibertineTZI-tlf-t1.tfm)
Provides: tex(LinLibertineTZI-tlf-t1.vf)
Provides: tex(LinLibertineTZI-tlf-ts1--base.tfm)
Provides: tex(LinLibertineTZI-tlf-ts1.tfm)
Provides: tex(LinLibertineTZI-tlf-ts1.vf)
Provides: tex(LinLibertineTZI-tosf-ly1.tfm)
Provides: tex(LinLibertineTZI-tosf-ot1--base.tfm)
Provides: tex(LinLibertineTZI-tosf-ot1.tfm)
Provides: tex(LinLibertineTZI-tosf-ot1.vf)
Provides: tex(LinLibertineTZI-tosf-sc-ly1--base.tfm)
Provides: tex(LinLibertineTZI-tosf-sc-ly1.tfm)
Provides: tex(LinLibertineTZI-tosf-sc-ly1.vf)
Provides: tex(LinLibertineTZI-tosf-sc-ot1--base.tfm)
Provides: tex(LinLibertineTZI-tosf-sc-ot1.tfm)
Provides: tex(LinLibertineTZI-tosf-sc-ot1.vf)
Provides: tex(LinLibertineTZI-tosf-sc-t1--base.tfm)
Provides: tex(LinLibertineTZI-tosf-sc-t1.tfm)
Provides: tex(LinLibertineTZI-tosf-sc-t1.vf)
Provides: tex(LinLibertineTZI-tosf-t1--base.tfm)
Provides: tex(LinLibertineTZI-tosf-t1.tfm)
Provides: tex(LinLibertineTZI-tosf-t1.vf)
Provides: tex(LinLibertineTZI-tosf-ts1--base.tfm)
Provides: tex(LinLibertineTZI-tosf-ts1.tfm)
Provides: tex(LinLibertineTZI-tosf-ts1.vf)
Provides: tex(LinLibertine_I.tex)
Provides: tex(LinLibertine_R.tex)
Provides: tex(OT1LinuxBiolinumT-LF.fd)
Provides: tex(OT1LinuxBiolinumT-OsF.fd)
Provides: tex(OT1LinuxBiolinumT-Sup.fd)
Provides: tex(OT1LinuxBiolinumT-TLF.fd)
Provides: tex(OT1LinuxBiolinumT-TOsF.fd)
Provides: tex(OT1LinuxLibertineDisplayT-LF.fd)
Provides: tex(OT1LinuxLibertineDisplayT-OsF.fd)
Provides: tex(OT1LinuxLibertineDisplayT-Sup.fd)
Provides: tex(OT1LinuxLibertineDisplayT-TLF.fd)
Provides: tex(OT1LinuxLibertineDisplayT-TOsF.fd)
Provides: tex(OT1LinuxLibertineInitialsT-LF.fd)
Provides: tex(OT1LinuxLibertineInitialsT-OsF.fd)
Provides: tex(OT1LinuxLibertineInitialsT-TLF.fd)
Provides: tex(OT1LinuxLibertineMonoT-Sup.fd)
Provides: tex(OT1LinuxLibertineMonoT-TLF.fd)
Provides: tex(OT1LinuxLibertineT-LF.fd)
Provides: tex(OT1LinuxLibertineT-OsF.fd)
Provides: tex(OT1LinuxLibertineT-Sup.fd)
Provides: tex(OT1LinuxLibertineT-TLF.fd)
Provides: tex(OT1LinuxLibertineT-TOsF.fd)
Provides: tex(T1LinuxBiolinumT-LF.fd)
Provides: tex(T1LinuxBiolinumT-OsF.fd)
Provides: tex(T1LinuxBiolinumT-Sup.fd)
Provides: tex(T1LinuxBiolinumT-TLF.fd)
Provides: tex(T1LinuxBiolinumT-TOsF.fd)
Provides: tex(T1LinuxLibertineDisplayT-LF.fd)
Provides: tex(T1LinuxLibertineDisplayT-OsF.fd)
Provides: tex(T1LinuxLibertineDisplayT-Sup.fd)
Provides: tex(T1LinuxLibertineDisplayT-TLF.fd)
Provides: tex(T1LinuxLibertineDisplayT-TOsF.fd)
Provides: tex(T1LinuxLibertineInitialsT-LF.fd)
Provides: tex(T1LinuxLibertineInitialsT-OsF.fd)
Provides: tex(T1LinuxLibertineInitialsT-TLF.fd)
Provides: tex(T1LinuxLibertineMonoT-Sup.fd)
Provides: tex(T1LinuxLibertineMonoT-TLF.fd)
Provides: tex(T1LinuxLibertineT-LF.fd)
Provides: tex(T1LinuxLibertineT-OsF.fd)
Provides: tex(T1LinuxLibertineT-Sup.fd)
Provides: tex(T1LinuxLibertineT-TLF.fd)
Provides: tex(T1LinuxLibertineT-TOsF.fd)
Provides: tex(TS1LinuxBiolinumT-LF.fd)
Provides: tex(TS1LinuxBiolinumT-OsF.fd)
Provides: tex(TS1LinuxBiolinumT-TLF.fd)
Provides: tex(TS1LinuxBiolinumT-TOsF.fd)
Provides: tex(TS1LinuxLibertineDisplayT-LF.fd)
Provides: tex(TS1LinuxLibertineDisplayT-OsF.fd)
Provides: tex(TS1LinuxLibertineDisplayT-TLF.fd)
Provides: tex(TS1LinuxLibertineDisplayT-TOsF.fd)
Provides: tex(TS1LinuxLibertineInitialsT-LF.fd)
Provides: tex(TS1LinuxLibertineInitialsT-OsF.fd)
Provides: tex(TS1LinuxLibertineInitialsT-TLF.fd)
Provides: tex(TS1LinuxLibertineMonoT-TLF.fd)
Provides: tex(TS1LinuxLibertineT-LF.fd)
Provides: tex(TS1LinuxLibertineT-OsF.fd)
Provides: tex(TS1LinuxLibertineT-TLF.fd)
Provides: tex(TS1LinuxLibertineT-TOsF.fd)
Provides: tex(biolinum-type1.sty)
Provides: tex(lbtn_25tcsq.enc)
Provides: tex(lbtn_2exa4z.enc)
Provides: tex(lbtn_2ezly2.enc)
Provides: tex(lbtn_2jy62z.enc)
Provides: tex(lbtn_2or2lf.enc)
Provides: tex(lbtn_2xw2fz.enc)
Provides: tex(lbtn_3acize.enc)
Provides: tex(lbtn_3c7nkx.enc)
Provides: tex(lbtn_3csahh.enc)
Provides: tex(lbtn_3gqkkc.enc)
Provides: tex(lbtn_3r2fe2.enc)
Provides: tex(lbtn_4gizrm.enc)
Provides: tex(lbtn_4h5nuw.enc)
Provides: tex(lbtn_4ifdhd.enc)
Provides: tex(lbtn_4jqvtd.enc)
Provides: tex(lbtn_4p7cpr.enc)
Provides: tex(lbtn_4pa5s6.enc)
Provides: tex(lbtn_4qdwcl.enc)
Provides: tex(lbtn_4wvzw4.enc)
Provides: tex(lbtn_4xgrig.enc)
Provides: tex(lbtn_4zgdm7.enc)
Provides: tex(lbtn_5t7yy5.enc)
Provides: tex(lbtn_5yotx4.enc)
Provides: tex(lbtn_64fcpm.enc)
Provides: tex(lbtn_67ud6q.enc)
Provides: tex(lbtn_6fbtzc.enc)
Provides: tex(lbtn_6icwtb.enc)
Provides: tex(lbtn_6koeqx.enc)
Provides: tex(lbtn_6mhf45.enc)
Provides: tex(lbtn_6p6dn5.enc)
Provides: tex(lbtn_75c3wo.enc)
Provides: tex(lbtn_76gpa5.enc)
Provides: tex(lbtn_77vsbz.enc)
Provides: tex(lbtn_7aljsl.enc)
Provides: tex(lbtn_7f4ce4.enc)
Provides: tex(lbtn_7fko2h.enc)
Provides: tex(lbtn_7gfcac.enc)
Provides: tex(lbtn_7grukw.enc)
Provides: tex(lbtn_7ukmos.enc)
Provides: tex(lbtn_7yry24.enc)
Provides: tex(lbtn_ac44fr.enc)
Provides: tex(lbtn_afusau.enc)
Provides: tex(lbtn_agarrr.enc)
Provides: tex(lbtn_aiatc4.enc)
Provides: tex(lbtn_ashjgg.enc)
Provides: tex(lbtn_azutla.enc)
Provides: tex(lbtn_b7buxp.enc)
Provides: tex(lbtn_b7tf5m.enc)
Provides: tex(lbtn_bgokdj.enc)
Provides: tex(lbtn_bgqvqi.enc)
Provides: tex(lbtn_bkwvsw.enc)
Provides: tex(lbtn_bvtjwh.enc)
Provides: tex(lbtn_c3m4uk.enc)
Provides: tex(lbtn_c4mbat.enc)
Provides: tex(lbtn_c6xmqr.enc)
Provides: tex(lbtn_c6yh3y.enc)
Provides: tex(lbtn_c7kyj5.enc)
Provides: tex(lbtn_cetbgr.enc)
Provides: tex(lbtn_cg3sqm.enc)
Provides: tex(lbtn_coqhcm.enc)
Provides: tex(lbtn_crxz7j.enc)
Provides: tex(lbtn_ctsnwr.enc)
Provides: tex(lbtn_d4efeo.enc)
Provides: tex(lbtn_d6jdyt.enc)
Provides: tex(lbtn_dc4jmj.enc)
Provides: tex(lbtn_dgc7p3.enc)
Provides: tex(lbtn_dgwfac.enc)
Provides: tex(lbtn_dh3kuf.enc)
Provides: tex(lbtn_djk3hd.enc)
Provides: tex(lbtn_dm3bvq.enc)
Provides: tex(lbtn_dobmnc.enc)
Provides: tex(lbtn_doxsfd.enc)
Provides: tex(lbtn_drc7cb.enc)
Provides: tex(lbtn_dylq3g.enc)
Provides: tex(lbtn_e2nnp6.enc)
Provides: tex(lbtn_ee6wgp.enc)
Provides: tex(lbtn_eesn4m.enc)
Provides: tex(lbtn_eh2cuc.enc)
Provides: tex(lbtn_ehpgim.enc)
Provides: tex(lbtn_ek5o26.enc)
Provides: tex(lbtn_etetpy.enc)
Provides: tex(lbtn_ew6fhv.enc)
Provides: tex(lbtn_ewm74v.enc)
Provides: tex(lbtn_ezf25l.enc)
Provides: tex(lbtn_f4vjgq.enc)
Provides: tex(lbtn_f75mth.enc)
Provides: tex(lbtn_fah7mx.enc)
Provides: tex(lbtn_fdphbq.enc)
Provides: tex(lbtn_ffhb5a.enc)
Provides: tex(lbtn_g3iycs.enc)
Provides: tex(lbtn_g3y3rv.enc)
Provides: tex(lbtn_g73f77.enc)
Provides: tex(lbtn_gannye.enc)
Provides: tex(lbtn_gj2vz5.enc)
Provides: tex(lbtn_gppru4.enc)
Provides: tex(lbtn_gw5dl2.enc)
Provides: tex(lbtn_gzistf.enc)
Provides: tex(lbtn_h7zthp.enc)
Provides: tex(lbtn_hj4mhx.enc)
Provides: tex(lbtn_hk6flg.enc)
Provides: tex(lbtn_hraow7.enc)
Provides: tex(lbtn_hrou5r.enc)
Provides: tex(lbtn_htcja3.enc)
Provides: tex(lbtn_hx6qbg.enc)
Provides: tex(lbtn_i5uqjc.enc)
Provides: tex(lbtn_igd6cx.enc)
Provides: tex(lbtn_ilz2ox.enc)
Provides: tex(lbtn_imzna7.enc)
Provides: tex(lbtn_indkeb.enc)
Provides: tex(lbtn_io54zc.enc)
Provides: tex(lbtn_ip3srb.enc)
Provides: tex(lbtn_iqbcqn.enc)
Provides: tex(lbtn_ism4pi.enc)
Provides: tex(lbtn_itwafr.enc)
Provides: tex(lbtn_j6rzs3.enc)
Provides: tex(lbtn_jbwhst.enc)
Provides: tex(lbtn_jk65vs.enc)
Provides: tex(lbtn_jkqd5u.enc)
Provides: tex(lbtn_jm7hzd.enc)
Provides: tex(lbtn_jnah33.enc)
Provides: tex(lbtn_jtbvjr.enc)
Provides: tex(lbtn_jtta5h.enc)
Provides: tex(lbtn_jubyw6.enc)
Provides: tex(lbtn_jvhpxk.enc)
Provides: tex(lbtn_ka7zfp.enc)
Provides: tex(lbtn_ki75ao.enc)
Provides: tex(lbtn_kozgsn.enc)
Provides: tex(lbtn_kuli6n.enc)
Provides: tex(lbtn_kvn6mi.enc)
Provides: tex(lbtn_l4ygyh.enc)
Provides: tex(lbtn_l5ekfx.enc)
Provides: tex(lbtn_l7w3c6.enc)
Provides: tex(lbtn_lqfkm2.enc)
Provides: tex(lbtn_lrrvac.enc)
Provides: tex(lbtn_lu6v53.enc)
Provides: tex(lbtn_lu7m2n.enc)
Provides: tex(lbtn_m4ul6s.enc)
Provides: tex(lbtn_m7vdvu.enc)
Provides: tex(lbtn_mdetlm.enc)
Provides: tex(lbtn_mmutss.enc)
Provides: tex(lbtn_mx3chd.enc)
Provides: tex(lbtn_mywn7m.enc)
Provides: tex(lbtn_n3ddym.enc)
Provides: tex(lbtn_n3xw57.enc)
Provides: tex(lbtn_n7uljd.enc)
Provides: tex(lbtn_naooyc.enc)
Provides: tex(lbtn_ncsllp.enc)
Provides: tex(lbtn_nh77jq.enc)
Provides: tex(lbtn_nifh3d.enc)
Provides: tex(lbtn_o3jfbt.enc)
Provides: tex(lbtn_o3v7gd.enc)
Provides: tex(lbtn_oie7e6.enc)
Provides: tex(lbtn_omcwp2.enc)
Provides: tex(lbtn_otwoau.enc)
Provides: tex(lbtn_ouu7z6.enc)
Provides: tex(lbtn_ov2e4f.enc)
Provides: tex(lbtn_owz7oq.enc)
Provides: tex(lbtn_p657rp.enc)
Provides: tex(lbtn_pagsao.enc)
Provides: tex(lbtn_pjjyzv.enc)
Provides: tex(lbtn_pjxd67.enc)
Provides: tex(lbtn_prxh5x.enc)
Provides: tex(lbtn_pwsgbx.enc)
Provides: tex(lbtn_pznusu.enc)
Provides: tex(lbtn_q2zrjv.enc)
Provides: tex(lbtn_q6vmp6.enc)
Provides: tex(lbtn_qac756.enc)
Provides: tex(lbtn_qacof3.enc)
Provides: tex(lbtn_qgimbz.enc)
Provides: tex(lbtn_qlw4xk.enc)
Provides: tex(lbtn_qwz7uv.enc)
Provides: tex(lbtn_qzi2b5.enc)
Provides: tex(lbtn_r4tgzq.enc)
Provides: tex(lbtn_rat5le.enc)
Provides: tex(lbtn_roevjg.enc)
Provides: tex(lbtn_rvmawp.enc)
Provides: tex(lbtn_s5bq4i.enc)
Provides: tex(lbtn_sakzps.enc)
Provides: tex(lbtn_sc4wfs.enc)
Provides: tex(lbtn_sdmuhw.enc)
Provides: tex(lbtn_sfn3yq.enc)
Provides: tex(lbtn_sjkbhb.enc)
Provides: tex(lbtn_snmbym.enc)
Provides: tex(lbtn_soyanm.enc)
Provides: tex(lbtn_t62t6h.enc)
Provides: tex(lbtn_tctjin.enc)
Provides: tex(lbtn_tltjc6.enc)
Provides: tex(lbtn_tlukpt.enc)
Provides: tex(lbtn_tnngrt.enc)
Provides: tex(lbtn_txfk5t.enc)
Provides: tex(lbtn_u442ab.enc)
Provides: tex(lbtn_u7qtuy.enc)
Provides: tex(lbtn_ufdkzv.enc)
Provides: tex(lbtn_ulngvd.enc)
Provides: tex(lbtn_urpt4g.enc)
Provides: tex(lbtn_utckyy.enc)
Provides: tex(lbtn_v2xmgd.enc)
Provides: tex(lbtn_v3uc42.enc)
Provides: tex(lbtn_vezqth.enc)
Provides: tex(lbtn_vfdxlw.enc)
Provides: tex(lbtn_vm42ve.enc)
Provides: tex(lbtn_voilzo.enc)
Provides: tex(lbtn_volajt.enc)
Provides: tex(lbtn_vp3gac.enc)
Provides: tex(lbtn_vpeqwl.enc)
Provides: tex(lbtn_vsrqlo.enc)
Provides: tex(lbtn_w5h3ip.enc)
Provides: tex(lbtn_w6afmj.enc)
Provides: tex(lbtn_wcay2e.enc)
Provides: tex(lbtn_weuxsp.enc)
Provides: tex(lbtn_wfw7lb.enc)
Provides: tex(lbtn_wnipxy.enc)
Provides: tex(lbtn_wzgokb.enc)
Provides: tex(lbtn_x4bvel.enc)
Provides: tex(lbtn_xc6c72.enc)
Provides: tex(lbtn_xeech7.enc)
Provides: tex(lbtn_xogrpz.enc)
Provides: tex(lbtn_xpavo4.enc)
Provides: tex(lbtn_xsgxhq.enc)
Provides: tex(lbtn_xz74p6.enc)
Provides: tex(lbtn_xzlo5e.enc)
Provides: tex(lbtn_y6cxei.enc)
Provides: tex(lbtn_y6gumo.enc)
Provides: tex(lbtn_yea32d.enc)
Provides: tex(lbtn_yruotg.enc)
Provides: tex(lbtn_yvenhr.enc)
Provides: tex(lbtn_z254vq.enc)
Provides: tex(lbtn_zacdtl.enc)
Provides: tex(lbtn_zajy4r.enc)
Provides: tex(lbtn_zauseh.enc)
Provides: tex(lbtn_zoexom.enc)
Provides: tex(lbtn_zp73k3.enc)
Provides: tex(lbtn_zq22hj.enc)
Provides: tex(lbtn_zxvhqu.enc)
Provides: tex(lbtn_zycpkp.enc)
Provides: tex(lbtn_zyymej.enc)
Provides: tex(libertine-type1.sty)
Provides: tex(libertine.map)
Provides: tex(libertine.sty)
Provides: tex(libertineMono-type1.sty)
Provides: tex(libertineotf.sty)
Provides: tex(mt-EBGaramond.cfg)
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
Source113: libertine.tar.xz
Source114: libertine.doc.tar.xz
%description -n texlive-libertine
The package provides the Libertine and Biolinum fonts in both
Type 1 and OTF styles, together with support macros for their
use. Monospaced and display fonts, and the "keyboard" set are
also included, in OTF style, only. The package supersedes both
the libertineotf and the libertine-legacy packages.
date: 2013-02-13 17:18:56 +0000
%package -n texlive-libertine-doc
Summary: Documentation for texlive-libertine
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.5.3.0_20130213svn29099
Release: 0
%description -n texlive-libertine-doc
This package includes the documentation for texlive-libertine
%package -n texlive-libertine-fonts
Summary: Severed fonts for texlive-libertine
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.5.3.0_20130213svn29099
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-libertine-fonts
The separated fonts package for texlive-libertine
%post -n texlive-libertine
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if grep -qsE 'Map[[:blank:]]+libertine.map' %{_texmfconfdir}/web2c/updmap.cfg; then
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+libertine.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
echo 'Map libertine.map' >> %{_texmfconfdir}/web2c/updmap.cfg
fi
> /var/run/texlive/run-updmap
%postun -n texlive-libertine
if test $1 = 0; then
sed -ri 's/^(Map[[:blank:]]+libertine.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-libertine
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-libertine-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/libertine/Bugs.txt
%{_texmfdistdir}/doc/fonts/libertine/ChangeLog.txt
%{_texmfdistdir}/doc/fonts/libertine/GPL.txt
%{_texmfdistdir}/doc/fonts/libertine/LICENCE.txt
%{_texmfdistdir}/doc/fonts/libertine/README
%{_texmfdistdir}/doc/fonts/libertine/ToDo.txt
%{_texmfdistdir}/doc/fonts/libertine/g2ntotex.c
%{_texmfdistdir}/doc/fonts/libertine/libertine.pdf
%{_texmfdistdir}/doc/fonts/libertine/libertine.tex
%{_texmfdistdir}/doc/fonts/libertine/rename_enc
%{_texmfdistdir}/doc/fonts/libertine/samples.pdf
%{_texmfdistdir}/doc/fonts/libertine/samples.tex
%files -n texlive-libertine
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_25tcsq.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_2exa4z.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_2ezly2.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_2jy62z.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_2or2lf.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_2xw2fz.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_3acize.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_3c7nkx.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_3csahh.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_3gqkkc.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_3r2fe2.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_4gizrm.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_4h5nuw.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_4ifdhd.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_4jqvtd.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_4p7cpr.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_4pa5s6.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_4qdwcl.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_4wvzw4.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_4xgrig.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_4zgdm7.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_5t7yy5.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_5yotx4.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_64fcpm.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_67ud6q.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_6fbtzc.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_6icwtb.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_6koeqx.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_6mhf45.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_6p6dn5.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_75c3wo.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_76gpa5.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_77vsbz.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_7aljsl.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_7f4ce4.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_7fko2h.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_7gfcac.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_7grukw.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_7ukmos.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_7yry24.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_ac44fr.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_afusau.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_agarrr.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_aiatc4.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_ashjgg.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_azutla.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_b7buxp.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_b7tf5m.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_bgokdj.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_bgqvqi.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_bkwvsw.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_bvtjwh.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_c3m4uk.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_c4mbat.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_c6xmqr.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_c6yh3y.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_c7kyj5.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_cetbgr.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_cg3sqm.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_coqhcm.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_crxz7j.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_ctsnwr.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_d4efeo.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_d6jdyt.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_dc4jmj.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_dgc7p3.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_dgwfac.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_dh3kuf.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_djk3hd.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_dm3bvq.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_dobmnc.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_doxsfd.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_drc7cb.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_dylq3g.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_e2nnp6.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_ee6wgp.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_eesn4m.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_eh2cuc.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_ehpgim.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_ek5o26.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_etetpy.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_ew6fhv.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_ewm74v.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_ezf25l.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_f4vjgq.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_f75mth.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_fah7mx.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_fdphbq.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_ffhb5a.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_g3iycs.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_g3y3rv.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_g73f77.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_gannye.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_gj2vz5.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_gppru4.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_gw5dl2.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_gzistf.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_h7zthp.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_hj4mhx.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_hk6flg.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_hraow7.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_hrou5r.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_htcja3.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_hx6qbg.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_i5uqjc.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_igd6cx.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_ilz2ox.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_imzna7.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_indkeb.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_io54zc.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_ip3srb.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_iqbcqn.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_ism4pi.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_itwafr.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_j6rzs3.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_jbwhst.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_jk65vs.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_jkqd5u.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_jm7hzd.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_jnah33.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_jtbvjr.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_jtta5h.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_jubyw6.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_jvhpxk.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_ka7zfp.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_ki75ao.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_kozgsn.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_kuli6n.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_kvn6mi.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_l4ygyh.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_l5ekfx.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_l7w3c6.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_lqfkm2.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_lrrvac.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_lu6v53.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_lu7m2n.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_m4ul6s.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_m7vdvu.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_mdetlm.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_mmutss.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_mx3chd.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_mywn7m.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_n3ddym.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_n3xw57.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_n7uljd.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_naooyc.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_ncsllp.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_nh77jq.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_nifh3d.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_o3jfbt.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_o3v7gd.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_oie7e6.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_omcwp2.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_otwoau.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_ouu7z6.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_ov2e4f.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_owz7oq.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_p657rp.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_pagsao.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_pjjyzv.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_pjxd67.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_prxh5x.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_pwsgbx.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_pznusu.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_q2zrjv.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_q6vmp6.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_qac756.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_qacof3.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_qgimbz.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_qlw4xk.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_qwz7uv.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_qzi2b5.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_r4tgzq.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_rat5le.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_roevjg.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_rvmawp.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_s5bq4i.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_sakzps.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_sc4wfs.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_sdmuhw.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_sfn3yq.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_sjkbhb.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_snmbym.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_soyanm.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_t62t6h.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_tctjin.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_tltjc6.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_tlukpt.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_tnngrt.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_txfk5t.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_u442ab.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_u7qtuy.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_ufdkzv.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_ulngvd.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_urpt4g.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_utckyy.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_v2xmgd.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_v3uc42.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_vezqth.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_vfdxlw.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_vm42ve.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_voilzo.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_volajt.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_vp3gac.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_vpeqwl.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_vsrqlo.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_w5h3ip.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_w6afmj.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_wcay2e.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_weuxsp.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_wfw7lb.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_wnipxy.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_wzgokb.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_x4bvel.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_xc6c72.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_xeech7.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_xogrpz.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_xpavo4.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_xsgxhq.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_xz74p6.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_xzlo5e.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_y6cxei.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_y6gumo.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_yea32d.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_yruotg.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_yvenhr.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_z254vq.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_zacdtl.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_zajy4r.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_zauseh.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_zoexom.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_zp73k3.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_zq22hj.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_zxvhqu.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_zycpkp.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine/lbtn_zyymej.enc
%{_texmfdistdir}/fonts/map/dvips/libertine/libertine.map
%{_texmfdistdir}/fonts/opentype/public/libertine/LinBiolinum_K.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinBiolinum_R.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinBiolinum_RB.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinBiolinum_RBO.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinBiolinum_RI.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinLibertine_DR.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinLibertine_I.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinLibertine_M.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinLibertine_MB.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinLibertine_MBO.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinLibertine_MO.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinLibertine_R.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinLibertine_RB.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinLibertine_RBI.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinLibertine_RI.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinLibertine_RZ.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinLibertine_RZI.otf
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-lf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-lf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-lf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-lf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-lf-sc-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-lf-sc-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-lf-sc-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-lf-sc-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-lf-sc-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-lf-sc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-lf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-lf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-lf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-lf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-osf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-osf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-osf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-osf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-osf-sc-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-osf-sc-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-osf-sc-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-osf-sc-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-osf-sc-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-osf-sc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-osf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-osf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-osf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-osf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-sup-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-sup-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-sup-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-sup-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-sup-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-tlf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-tlf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-tlf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-tlf-sc-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-tlf-sc-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-tlf-sc-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-tlf-sc-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-tlf-sc-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-tlf-sc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-tosf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-tosf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-tosf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-tosf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-tosf-sc-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-tosf-sc-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-tosf-sc-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-tosf-sc-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-tosf-sc-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-tosf-sc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-tosf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-tosf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-tosf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumT-tosf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-lf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-lf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-lf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-lf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-lf-sc-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-lf-sc-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-lf-sc-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-lf-sc-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-lf-sc-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-lf-sc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-lf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-lf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-lf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-lf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-osf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-osf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-osf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-osf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-osf-sc-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-osf-sc-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-osf-sc-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-osf-sc-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-osf-sc-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-osf-sc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-osf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-osf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-osf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-osf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-sup-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-sup-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-sup-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-sup-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-sup-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-tlf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-tlf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-tlf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-tlf-sc-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-tlf-sc-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-tlf-sc-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-tlf-sc-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-tlf-sc-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-tlf-sc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-tosf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-tosf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-tosf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-tosf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-tosf-sc-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-tosf-sc-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-tosf-sc-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-tosf-sc-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-tosf-sc-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-tosf-sc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-tosf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-tosf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-tosf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTB-tosf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-lf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-lf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-lf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-lf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-lf-sc-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-lf-sc-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-lf-sc-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-lf-sc-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-lf-sc-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-lf-sc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-lf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-lf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-lf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-lf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-osf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-osf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-osf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-osf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-osf-sc-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-osf-sc-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-osf-sc-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-osf-sc-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-osf-sc-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-osf-sc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-osf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-osf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-osf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-osf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-sup-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-sup-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-sup-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-sup-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-sup-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-tlf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-tlf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-tlf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-tlf-sc-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-tlf-sc-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-tlf-sc-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-tlf-sc-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-tlf-sc-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-tlf-sc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-tosf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-tosf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-tosf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-tosf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-tosf-sc-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-tosf-sc-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-tosf-sc-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-tosf-sc-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-tosf-sc-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-tosf-sc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-tosf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-tosf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-tosf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTBO-tosf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-lf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-lf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-lf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-lf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-lf-sc-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-lf-sc-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-lf-sc-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-lf-sc-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-lf-sc-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-lf-sc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-lf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-lf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-lf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-lf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-osf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-osf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-osf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-osf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-osf-sc-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-osf-sc-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-osf-sc-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-osf-sc-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-osf-sc-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-osf-sc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-osf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-osf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-osf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-osf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-sup-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-sup-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-sup-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-sup-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-sup-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-tlf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-tlf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-tlf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-tlf-sc-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-tlf-sc-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-tlf-sc-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-tlf-sc-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-tlf-sc-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-tlf-sc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-tosf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-tosf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-tosf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-tosf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-tosf-sc-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-tosf-sc-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-tosf-sc-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-tosf-sc-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-tosf-sc-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-tosf-sc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-tosf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-tosf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-tosf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinBiolinumTI-tosf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineDisplayT-lf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineDisplayT-lf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineDisplayT-lf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineDisplayT-lf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineDisplayT-lf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineDisplayT-lf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineDisplayT-lf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineDisplayT-lf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineDisplayT-osf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineDisplayT-osf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineDisplayT-osf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineDisplayT-osf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineDisplayT-osf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineDisplayT-osf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineDisplayT-osf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineDisplayT-osf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineDisplayT-sup-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineDisplayT-sup-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineDisplayT-sup-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineDisplayT-sup-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineDisplayT-sup-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineDisplayT-tlf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineDisplayT-tlf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineDisplayT-tlf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineDisplayT-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineDisplayT-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineDisplayT-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineDisplayT-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineDisplayT-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineDisplayT-tosf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineDisplayT-tosf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineDisplayT-tosf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineDisplayT-tosf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineDisplayT-tosf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineDisplayT-tosf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineDisplayT-tosf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineDisplayT-tosf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineIT-lf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineIT-lf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineIT-lf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineIT-lf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineIT-lf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineIT-lf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineIT-lf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineIT-osf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineIT-osf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineIT-osf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineIT-osf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineIT-osf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineIT-osf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineIT-osf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineIT-tlf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineIT-tlf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineIT-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineIT-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineIT-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineIT-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineIT-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMT-sup-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMT-sup-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMT-sup-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMT-sup-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMT-sup-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMT-tlf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMT-tlf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMT-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMT-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMT-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMT-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMT-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMTB-sup-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMTB-sup-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMTB-sup-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMTB-sup-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMTB-sup-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMTB-tlf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMTB-tlf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMTB-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMTB-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMTB-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMTB-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMTB-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMTBO-sup-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMTBO-sup-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMTBO-sup-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMTBO-sup-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMTBO-sup-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMTBO-tlf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMTBO-tlf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMTBO-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMTBO-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMTBO-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMTBO-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMTBO-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMTO-sup-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMTO-sup-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMTO-sup-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMTO-sup-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMTO-sup-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMTO-tlf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMTO-tlf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMTO-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMTO-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMTO-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMTO-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineMTO-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-lf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-lf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-lf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-lf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-lf-sc-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-lf-sc-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-lf-sc-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-lf-sc-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-lf-sc-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-lf-sc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-lf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-lf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-lf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-lf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-osf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-osf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-osf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-osf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-osf-sc-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-osf-sc-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-osf-sc-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-osf-sc-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-osf-sc-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-osf-sc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-osf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-osf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-osf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-osf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-sup-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-sup-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-sup-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-sup-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-sup-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-tlf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-tlf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-tlf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-tlf-sc-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-tlf-sc-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-tlf-sc-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-tlf-sc-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-tlf-sc-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-tlf-sc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-tosf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-tosf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-tosf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-tosf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-tosf-sc-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-tosf-sc-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-tosf-sc-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-tosf-sc-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-tosf-sc-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-tosf-sc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-tosf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-tosf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-tosf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineT-tosf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-lf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-lf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-lf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-lf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-lf-sc-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-lf-sc-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-lf-sc-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-lf-sc-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-lf-sc-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-lf-sc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-lf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-lf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-lf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-lf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-osf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-osf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-osf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-osf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-osf-sc-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-osf-sc-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-osf-sc-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-osf-sc-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-osf-sc-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-osf-sc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-osf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-osf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-osf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-osf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-sup-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-sup-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-sup-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-sup-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-sup-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-tlf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-tlf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-tlf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-tlf-sc-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-tlf-sc-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-tlf-sc-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-tlf-sc-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-tlf-sc-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-tlf-sc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-tosf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-tosf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-tosf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-tosf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-tosf-sc-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-tosf-sc-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-tosf-sc-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-tosf-sc-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-tosf-sc-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-tosf-sc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-tosf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-tosf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-tosf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTB-tosf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-lf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-lf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-lf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-lf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-lf-sc-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-lf-sc-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-lf-sc-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-lf-sc-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-lf-sc-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-lf-sc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-lf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-lf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-lf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-lf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-osf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-osf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-osf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-osf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-osf-sc-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-osf-sc-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-osf-sc-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-osf-sc-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-osf-sc-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-osf-sc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-osf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-osf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-osf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-osf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-sup-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-sup-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-sup-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-sup-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-sup-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-tlf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-tlf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-tlf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-tlf-sc-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-tlf-sc-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-tlf-sc-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-tlf-sc-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-tlf-sc-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-tlf-sc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-tosf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-tosf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-tosf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-tosf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-tosf-sc-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-tosf-sc-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-tosf-sc-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-tosf-sc-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-tosf-sc-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-tosf-sc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-tosf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-tosf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-tosf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTBI-tosf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-lf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-lf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-lf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-lf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-lf-sc-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-lf-sc-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-lf-sc-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-lf-sc-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-lf-sc-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-lf-sc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-lf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-lf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-lf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-lf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-osf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-osf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-osf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-osf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-osf-sc-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-osf-sc-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-osf-sc-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-osf-sc-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-osf-sc-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-osf-sc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-osf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-osf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-osf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-osf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-sup-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-sup-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-sup-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-sup-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-sup-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-tlf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-tlf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-tlf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-tlf-sc-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-tlf-sc-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-tlf-sc-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-tlf-sc-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-tlf-sc-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-tlf-sc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-tosf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-tosf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-tosf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-tosf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-tosf-sc-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-tosf-sc-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-tosf-sc-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-tosf-sc-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-tosf-sc-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-tosf-sc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-tosf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-tosf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-tosf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTI-tosf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-lf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-lf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-lf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-lf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-lf-sc-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-lf-sc-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-lf-sc-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-lf-sc-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-lf-sc-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-lf-sc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-lf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-lf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-lf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-lf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-osf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-osf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-osf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-osf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-osf-sc-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-osf-sc-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-osf-sc-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-osf-sc-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-osf-sc-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-osf-sc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-osf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-osf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-osf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-osf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-sup-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-sup-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-sup-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-sup-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-sup-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-tlf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-tlf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-tlf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-tlf-sc-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-tlf-sc-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-tlf-sc-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-tlf-sc-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-tlf-sc-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-tlf-sc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-tosf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-tosf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-tosf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-tosf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-tosf-sc-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-tosf-sc-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-tosf-sc-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-tosf-sc-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-tosf-sc-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-tosf-sc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-tosf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-tosf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-tosf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZ-tosf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-lf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-lf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-lf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-lf-sc-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-lf-sc-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-lf-sc-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-lf-sc-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-lf-sc-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-lf-sc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-lf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-lf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-lf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-lf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-osf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-osf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-osf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-osf-sc-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-osf-sc-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-osf-sc-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-osf-sc-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-osf-sc-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-osf-sc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-osf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-osf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-osf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-osf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-sup-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-sup-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-sup-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-sup-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-tlf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-tlf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-tlf-sc-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-tlf-sc-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-tlf-sc-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-tlf-sc-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-tlf-sc-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-tlf-sc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-tosf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-tosf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-tosf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-tosf-sc-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-tosf-sc-ly1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-tosf-sc-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-tosf-sc-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-tosf-sc-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-tosf-sc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-tosf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-tosf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-tosf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine/LinLibertineTZI-tosf-ts1.tfm
%{_texmfdistdir}/fonts/type1/public/libertine/LinBiolinumT.pfb
%{_texmfdistdir}/fonts/type1/public/libertine/LinBiolinumTB.pfb
%{_texmfdistdir}/fonts/type1/public/libertine/LinBiolinumTBO.pfb
%{_texmfdistdir}/fonts/type1/public/libertine/LinBiolinumTI.pfb
%{_texmfdistdir}/fonts/type1/public/libertine/LinLibertineDisplayT.pfb
%{_texmfdistdir}/fonts/type1/public/libertine/LinLibertineIT.pfb
%{_texmfdistdir}/fonts/type1/public/libertine/LinLibertineMT.pfb
%{_texmfdistdir}/fonts/type1/public/libertine/LinLibertineMTB.pfb
%{_texmfdistdir}/fonts/type1/public/libertine/LinLibertineMTBO.pfb
%{_texmfdistdir}/fonts/type1/public/libertine/LinLibertineMTO.pfb
%{_texmfdistdir}/fonts/type1/public/libertine/LinLibertineT.pfb
%{_texmfdistdir}/fonts/type1/public/libertine/LinLibertineTB.pfb
%{_texmfdistdir}/fonts/type1/public/libertine/LinLibertineTBI.pfb
%{_texmfdistdir}/fonts/type1/public/libertine/LinLibertineTI.pfb
%{_texmfdistdir}/fonts/type1/public/libertine/LinLibertineTZ.pfb
%{_texmfdistdir}/fonts/type1/public/libertine/LinLibertineTZI.pfb
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumT-lf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumT-lf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumT-lf-sc-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumT-lf-sc-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumT-lf-sc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumT-lf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumT-lf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumT-osf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumT-osf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumT-osf-sc-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumT-osf-sc-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumT-osf-sc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumT-osf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumT-osf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumT-sup-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumT-sup-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumT-tlf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumT-tlf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumT-tlf-sc-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumT-tlf-sc-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumT-tlf-sc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumT-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumT-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumT-tosf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumT-tosf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumT-tosf-sc-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumT-tosf-sc-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumT-tosf-sc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumT-tosf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumT-tosf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTB-lf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTB-lf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTB-lf-sc-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTB-lf-sc-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTB-lf-sc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTB-lf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTB-lf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTB-osf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTB-osf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTB-osf-sc-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTB-osf-sc-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTB-osf-sc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTB-osf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTB-osf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTB-sup-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTB-sup-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTB-tlf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTB-tlf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTB-tlf-sc-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTB-tlf-sc-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTB-tlf-sc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTB-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTB-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTB-tosf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTB-tosf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTB-tosf-sc-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTB-tosf-sc-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTB-tosf-sc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTB-tosf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTB-tosf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTBO-lf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTBO-lf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTBO-lf-sc-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTBO-lf-sc-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTBO-lf-sc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTBO-lf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTBO-lf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTBO-osf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTBO-osf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTBO-osf-sc-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTBO-osf-sc-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTBO-osf-sc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTBO-osf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTBO-osf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTBO-sup-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTBO-sup-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTBO-tlf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTBO-tlf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTBO-tlf-sc-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTBO-tlf-sc-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTBO-tlf-sc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTBO-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTBO-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTBO-tosf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTBO-tosf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTBO-tosf-sc-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTBO-tosf-sc-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTBO-tosf-sc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTBO-tosf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTBO-tosf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTI-lf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTI-lf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTI-lf-sc-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTI-lf-sc-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTI-lf-sc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTI-lf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTI-lf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTI-osf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTI-osf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTI-osf-sc-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTI-osf-sc-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTI-osf-sc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTI-osf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTI-osf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTI-sup-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTI-sup-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTI-tlf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTI-tlf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTI-tlf-sc-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTI-tlf-sc-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTI-tlf-sc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTI-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTI-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTI-tosf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTI-tosf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTI-tosf-sc-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTI-tosf-sc-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTI-tosf-sc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTI-tosf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinBiolinumTI-tosf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineDisplayT-lf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineDisplayT-lf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineDisplayT-lf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineDisplayT-lf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineDisplayT-osf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineDisplayT-osf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineDisplayT-osf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineDisplayT-osf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineDisplayT-sup-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineDisplayT-sup-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineDisplayT-tlf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineDisplayT-tlf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineDisplayT-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineDisplayT-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineDisplayT-tosf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineDisplayT-tosf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineDisplayT-tosf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineDisplayT-tosf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineIT-lf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineIT-lf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineIT-lf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineIT-osf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineIT-osf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineIT-osf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineIT-tlf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineIT-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineIT-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineMT-sup-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineMT-sup-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineMT-tlf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineMT-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineMT-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineMTB-sup-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineMTB-sup-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineMTB-tlf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineMTB-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineMTB-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineMTBO-sup-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineMTBO-sup-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineMTBO-tlf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineMTBO-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineMTBO-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineMTO-sup-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineMTO-sup-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineMTO-tlf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineMTO-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineMTO-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineT-lf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineT-lf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineT-lf-sc-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineT-lf-sc-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineT-lf-sc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineT-lf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineT-lf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineT-osf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineT-osf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineT-osf-sc-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineT-osf-sc-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineT-osf-sc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineT-osf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineT-osf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineT-sup-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineT-sup-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineT-tlf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineT-tlf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineT-tlf-sc-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineT-tlf-sc-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineT-tlf-sc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineT-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineT-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineT-tosf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineT-tosf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineT-tosf-sc-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineT-tosf-sc-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineT-tosf-sc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineT-tosf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineT-tosf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTB-lf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTB-lf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTB-lf-sc-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTB-lf-sc-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTB-lf-sc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTB-lf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTB-lf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTB-osf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTB-osf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTB-osf-sc-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTB-osf-sc-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTB-osf-sc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTB-osf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTB-osf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTB-sup-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTB-sup-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTB-tlf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTB-tlf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTB-tlf-sc-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTB-tlf-sc-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTB-tlf-sc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTB-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTB-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTB-tosf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTB-tosf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTB-tosf-sc-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTB-tosf-sc-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTB-tosf-sc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTB-tosf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTB-tosf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTBI-lf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTBI-lf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTBI-lf-sc-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTBI-lf-sc-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTBI-lf-sc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTBI-lf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTBI-lf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTBI-osf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTBI-osf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTBI-osf-sc-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTBI-osf-sc-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTBI-osf-sc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTBI-osf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTBI-osf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTBI-sup-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTBI-sup-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTBI-tlf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTBI-tlf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTBI-tlf-sc-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTBI-tlf-sc-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTBI-tlf-sc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTBI-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTBI-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTBI-tosf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTBI-tosf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTBI-tosf-sc-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTBI-tosf-sc-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTBI-tosf-sc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTBI-tosf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTBI-tosf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTI-lf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTI-lf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTI-lf-sc-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTI-lf-sc-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTI-lf-sc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTI-lf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTI-lf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTI-osf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTI-osf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTI-osf-sc-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTI-osf-sc-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTI-osf-sc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTI-osf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTI-osf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTI-sup-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTI-sup-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTI-tlf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTI-tlf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTI-tlf-sc-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTI-tlf-sc-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTI-tlf-sc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTI-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTI-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTI-tosf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTI-tosf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTI-tosf-sc-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTI-tosf-sc-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTI-tosf-sc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTI-tosf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTI-tosf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZ-lf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZ-lf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZ-lf-sc-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZ-lf-sc-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZ-lf-sc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZ-lf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZ-lf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZ-osf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZ-osf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZ-osf-sc-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZ-osf-sc-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZ-osf-sc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZ-osf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZ-osf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZ-sup-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZ-sup-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZ-tlf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZ-tlf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZ-tlf-sc-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZ-tlf-sc-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZ-tlf-sc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZ-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZ-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZ-tosf-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZ-tosf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZ-tosf-sc-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZ-tosf-sc-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZ-tosf-sc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZ-tosf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZ-tosf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZI-lf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZI-lf-sc-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZI-lf-sc-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZI-lf-sc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZI-lf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZI-lf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZI-osf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZI-osf-sc-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZI-osf-sc-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZI-osf-sc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZI-osf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZI-osf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZI-sup-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZI-tlf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZI-tlf-sc-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZI-tlf-sc-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZI-tlf-sc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZI-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZI-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZI-tosf-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZI-tosf-sc-ly1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZI-tosf-sc-ot1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZI-tosf-sc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZI-tosf-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine/LinLibertineTZI-tosf-ts1.vf
%{_texmfdistdir}/tex/latex/libertine/LKey.tex
%{_texmfdistdir}/tex/latex/libertine/LY1LinuxBiolinumT-LF.fd
%{_texmfdistdir}/tex/latex/libertine/LY1LinuxBiolinumT-OsF.fd
%{_texmfdistdir}/tex/latex/libertine/LY1LinuxBiolinumT-Sup.fd
%{_texmfdistdir}/tex/latex/libertine/LY1LinuxBiolinumT-TLF.fd
%{_texmfdistdir}/tex/latex/libertine/LY1LinuxBiolinumT-TOsF.fd
%{_texmfdistdir}/tex/latex/libertine/LY1LinuxLibertineDisplayT-LF.fd
%{_texmfdistdir}/tex/latex/libertine/LY1LinuxLibertineDisplayT-OsF.fd
%{_texmfdistdir}/tex/latex/libertine/LY1LinuxLibertineDisplayT-Sup.fd
%{_texmfdistdir}/tex/latex/libertine/LY1LinuxLibertineDisplayT-TLF.fd
%{_texmfdistdir}/tex/latex/libertine/LY1LinuxLibertineDisplayT-TOsF.fd
%{_texmfdistdir}/tex/latex/libertine/LY1LinuxLibertineInitialsT-LF.fd
%{_texmfdistdir}/tex/latex/libertine/LY1LinuxLibertineInitialsT-OsF.fd
%{_texmfdistdir}/tex/latex/libertine/LY1LinuxLibertineInitialsT-TLF.fd
%{_texmfdistdir}/tex/latex/libertine/LY1LinuxLibertineMonoT-Sup.fd
%{_texmfdistdir}/tex/latex/libertine/LY1LinuxLibertineMonoT-TLF.fd
%{_texmfdistdir}/tex/latex/libertine/LY1LinuxLibertineT-LF.fd
%{_texmfdistdir}/tex/latex/libertine/LY1LinuxLibertineT-OsF.fd
%{_texmfdistdir}/tex/latex/libertine/LY1LinuxLibertineT-Sup.fd
%{_texmfdistdir}/tex/latex/libertine/LY1LinuxLibertineT-TLF.fd
%{_texmfdistdir}/tex/latex/libertine/LY1LinuxLibertineT-TOsF.fd
%{_texmfdistdir}/tex/latex/libertine/LinBiolinum_K.tex
%{_texmfdistdir}/tex/latex/libertine/LinBiolinum_R.tex
%{_texmfdistdir}/tex/latex/libertine/LinLibertine_I.tex
%{_texmfdistdir}/tex/latex/libertine/LinLibertine_R.tex
%{_texmfdistdir}/tex/latex/libertine/OT1LinuxBiolinumT-LF.fd
%{_texmfdistdir}/tex/latex/libertine/OT1LinuxBiolinumT-OsF.fd
%{_texmfdistdir}/tex/latex/libertine/OT1LinuxBiolinumT-Sup.fd
%{_texmfdistdir}/tex/latex/libertine/OT1LinuxBiolinumT-TLF.fd
%{_texmfdistdir}/tex/latex/libertine/OT1LinuxBiolinumT-TOsF.fd
%{_texmfdistdir}/tex/latex/libertine/OT1LinuxLibertineDisplayT-LF.fd
%{_texmfdistdir}/tex/latex/libertine/OT1LinuxLibertineDisplayT-OsF.fd
%{_texmfdistdir}/tex/latex/libertine/OT1LinuxLibertineDisplayT-Sup.fd
%{_texmfdistdir}/tex/latex/libertine/OT1LinuxLibertineDisplayT-TLF.fd
%{_texmfdistdir}/tex/latex/libertine/OT1LinuxLibertineDisplayT-TOsF.fd
%{_texmfdistdir}/tex/latex/libertine/OT1LinuxLibertineInitialsT-LF.fd
%{_texmfdistdir}/tex/latex/libertine/OT1LinuxLibertineInitialsT-OsF.fd
%{_texmfdistdir}/tex/latex/libertine/OT1LinuxLibertineInitialsT-TLF.fd
%{_texmfdistdir}/tex/latex/libertine/OT1LinuxLibertineMonoT-Sup.fd
%{_texmfdistdir}/tex/latex/libertine/OT1LinuxLibertineMonoT-TLF.fd
%{_texmfdistdir}/tex/latex/libertine/OT1LinuxLibertineT-LF.fd
%{_texmfdistdir}/tex/latex/libertine/OT1LinuxLibertineT-OsF.fd
%{_texmfdistdir}/tex/latex/libertine/OT1LinuxLibertineT-Sup.fd
%{_texmfdistdir}/tex/latex/libertine/OT1LinuxLibertineT-TLF.fd
%{_texmfdistdir}/tex/latex/libertine/OT1LinuxLibertineT-TOsF.fd
%{_texmfdistdir}/tex/latex/libertine/T1LinuxBiolinumT-LF.fd
%{_texmfdistdir}/tex/latex/libertine/T1LinuxBiolinumT-OsF.fd
%{_texmfdistdir}/tex/latex/libertine/T1LinuxBiolinumT-Sup.fd
%{_texmfdistdir}/tex/latex/libertine/T1LinuxBiolinumT-TLF.fd
%{_texmfdistdir}/tex/latex/libertine/T1LinuxBiolinumT-TOsF.fd
%{_texmfdistdir}/tex/latex/libertine/T1LinuxLibertineDisplayT-LF.fd
%{_texmfdistdir}/tex/latex/libertine/T1LinuxLibertineDisplayT-OsF.fd
%{_texmfdistdir}/tex/latex/libertine/T1LinuxLibertineDisplayT-Sup.fd
%{_texmfdistdir}/tex/latex/libertine/T1LinuxLibertineDisplayT-TLF.fd
%{_texmfdistdir}/tex/latex/libertine/T1LinuxLibertineDisplayT-TOsF.fd
%{_texmfdistdir}/tex/latex/libertine/T1LinuxLibertineInitialsT-LF.fd
%{_texmfdistdir}/tex/latex/libertine/T1LinuxLibertineInitialsT-OsF.fd
%{_texmfdistdir}/tex/latex/libertine/T1LinuxLibertineInitialsT-TLF.fd
%{_texmfdistdir}/tex/latex/libertine/T1LinuxLibertineMonoT-Sup.fd
%{_texmfdistdir}/tex/latex/libertine/T1LinuxLibertineMonoT-TLF.fd
%{_texmfdistdir}/tex/latex/libertine/T1LinuxLibertineT-LF.fd
%{_texmfdistdir}/tex/latex/libertine/T1LinuxLibertineT-OsF.fd
%{_texmfdistdir}/tex/latex/libertine/T1LinuxLibertineT-Sup.fd
%{_texmfdistdir}/tex/latex/libertine/T1LinuxLibertineT-TLF.fd
%{_texmfdistdir}/tex/latex/libertine/T1LinuxLibertineT-TOsF.fd
%{_texmfdistdir}/tex/latex/libertine/TS1LinuxBiolinumT-LF.fd
%{_texmfdistdir}/tex/latex/libertine/TS1LinuxBiolinumT-OsF.fd
%{_texmfdistdir}/tex/latex/libertine/TS1LinuxBiolinumT-TLF.fd
%{_texmfdistdir}/tex/latex/libertine/TS1LinuxBiolinumT-TOsF.fd
%{_texmfdistdir}/tex/latex/libertine/TS1LinuxLibertineDisplayT-LF.fd
%{_texmfdistdir}/tex/latex/libertine/TS1LinuxLibertineDisplayT-OsF.fd
%{_texmfdistdir}/tex/latex/libertine/TS1LinuxLibertineDisplayT-TLF.fd
%{_texmfdistdir}/tex/latex/libertine/TS1LinuxLibertineDisplayT-TOsF.fd
%{_texmfdistdir}/tex/latex/libertine/TS1LinuxLibertineInitialsT-LF.fd
%{_texmfdistdir}/tex/latex/libertine/TS1LinuxLibertineInitialsT-OsF.fd
%{_texmfdistdir}/tex/latex/libertine/TS1LinuxLibertineInitialsT-TLF.fd
%{_texmfdistdir}/tex/latex/libertine/TS1LinuxLibertineMonoT-TLF.fd
%{_texmfdistdir}/tex/latex/libertine/TS1LinuxLibertineT-LF.fd
%{_texmfdistdir}/tex/latex/libertine/TS1LinuxLibertineT-OsF.fd
%{_texmfdistdir}/tex/latex/libertine/TS1LinuxLibertineT-TLF.fd
%{_texmfdistdir}/tex/latex/libertine/TS1LinuxLibertineT-TOsF.fd
%{_texmfdistdir}/tex/latex/libertine/biolinum-type1.sty
%{_texmfdistdir}/tex/latex/libertine/libertine-type1.sty
%{_texmfdistdir}/tex/latex/libertine/libertine.sty
%{_texmfdistdir}/tex/latex/libertine/libertineMono-type1.sty
%{_texmfdistdir}/tex/latex/libertine/libertineotf.sty
%{_texmfdistdir}/tex/latex/libertine/mt-EBGaramond.cfg
/var/adm/update-scripts/texlive-libertine-%{texlive_version}.%{texlive_noarch}.5.3.0_20130213svn29099-%{release}-zypper
%package -n texlive-libgreek
Version: %{texlive_version}.%{texlive_noarch}.1.0svn27789
Release: 0
Summary: Use Libertine or Biolinum Greek glyphs in mathematics
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-libgreek-doc >= %{texlive_version}
Provides: tex(libgreek.sty)
Requires: tex(keyval.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source115: libgreek.tar.xz
Source116: libgreek.doc.tar.xz
%description -n texlive-libgreek
The package is for LaTeX users who wish to use the Libertine or
Biolinum font for the Greek letters in math mode. It is not
necessary to load the libertine package itself, but of course
the Linux-Libertine/Biolinum fonts and LaTeX support files must
have been installed.
date: 2012-09-23 15:25:02 +0000
%package -n texlive-libgreek-doc
Summary: Documentation for texlive-libgreek
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.0svn27789
Release: 0
%description -n texlive-libgreek-doc
This package includes the documentation for texlive-libgreek
%post -n texlive-libgreek
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-libgreek
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-libgreek
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-libgreek-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/libgreek/README
%{_texmfdistdir}/doc/latex/libgreek/libgreek.pdf
%{_texmfdistdir}/doc/latex/libgreek/libgreekcheck.tex
%files -n texlive-libgreek
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/libgreek/libgreek.sty
/var/adm/update-scripts/texlive-libgreek-%{texlive_version}.%{texlive_noarch}.1.0svn27789-%{release}-zypper
%package -n texlive-librarian
Version: %{texlive_version}.%{texlive_noarch}.1.0svn19880
Release: 0
Summary: Tools to create bibliographies 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}
Recommends: texlive-librarian-doc >= %{texlive_version}
Provides: tex(librarian.sty)
Provides: tex(librarian.tex)
Provides: tex(t-librarian.tex)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source117: librarian.tar.xz
Source118: librarian.doc.tar.xz
%description -n texlive-librarian
The package extracts information in bib files, makes it
available in the current document, and sorts lists of entries
according to that information and the user's specifications.
Citation and bibliography styles can then be written directly
in TeX, without any use of BibTeX. Creating references thus
depends entirely on the user's skill in TeX. The package works
with all formats that use plain TeX's basic syntactic sugar;
the distribution includes a third-party file for ConTeXt and a
style file for LaTeX. As an example of use, an Author (Year)
style is given in a separate file and explained in the
documentation.
date: 2010-06-25 06:56:08 +0000
%package -n texlive-librarian-doc
Summary: Documentation for texlive-librarian
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.0svn19880
Release: 0
%description -n texlive-librarian-doc
This package includes the documentation for texlive-librarian
%post -n texlive-librarian
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-librarian
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-librarian
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-librarian-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/generic/librarian/README
%{_texmfdistdir}/doc/generic/librarian/authoryear.tex
%{_texmfdistdir}/doc/generic/librarian/librarian-doc.pdf
%{_texmfdistdir}/doc/generic/librarian/librarian-doc.tex
%{_texmfdistdir}/doc/generic/librarian/librarian.bib
%files -n texlive-librarian
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/generic/librarian/librarian.sty
%{_texmfdistdir}/tex/generic/librarian/librarian.tex
%{_texmfdistdir}/tex/generic/librarian/t-librarian.tex
/var/adm/update-scripts/texlive-librarian-%{texlive_version}.%{texlive_noarch}.1.0svn19880-%{release}-zypper
%package -n texlive-librebaskerville
Version: %{texlive_version}.%{texlive_noarch}.svn29803
Release: 0
Summary: LaTeX support for the Libre Baskerville family of 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-librebaskerville-fonts >= %{texlive_version}
Recommends: texlive-librebaskerville-doc >= %{texlive_version}
Provides: tex(LY1LibreBaskerville-Sup.fd)
Provides: tex(LY1LibreBaskerville-TLF.fd)
Provides: tex(LibreBaskerville-Bold-sup-ly1--base.tfm)
Provides: tex(LibreBaskerville-Bold-sup-ly1.tfm)
Provides: tex(LibreBaskerville-Bold-sup-ly1.vf)
Provides: tex(LibreBaskerville-Bold-sup-ot1.tfm)
Provides: tex(LibreBaskerville-Bold-sup-t1--base.tfm)
Provides: tex(LibreBaskerville-Bold-sup-t1.tfm)
Provides: tex(LibreBaskerville-Bold-sup-t1.vf)
Provides: tex(LibreBaskerville-Bold-tlf-ly1--base.tfm)
Provides: tex(LibreBaskerville-Bold-tlf-ly1.tfm)
Provides: tex(LibreBaskerville-Bold-tlf-ly1.vf)
Provides: tex(LibreBaskerville-Bold-tlf-ot1.tfm)
Provides: tex(LibreBaskerville-Bold-tlf-t1--base.tfm)
Provides: tex(LibreBaskerville-Bold-tlf-t1.tfm)
Provides: tex(LibreBaskerville-Bold-tlf-t1.vf)
Provides: tex(LibreBaskerville-Bold-tlf-ts1--base.tfm)
Provides: tex(LibreBaskerville-Bold-tlf-ts1.tfm)
Provides: tex(LibreBaskerville-Bold-tlf-ts1.vf)
Provides: tex(LibreBaskerville-BoldItalic-sup-ly1--base.tfm)
Provides: tex(LibreBaskerville-BoldItalic-sup-ly1.tfm)
Provides: tex(LibreBaskerville-BoldItalic-sup-ly1.vf)
Provides: tex(LibreBaskerville-BoldItalic-sup-ot1.tfm)
Provides: tex(LibreBaskerville-BoldItalic-sup-t1--base.tfm)
Provides: tex(LibreBaskerville-BoldItalic-sup-t1.tfm)
Provides: tex(LibreBaskerville-BoldItalic-sup-t1.vf)
Provides: tex(LibreBaskerville-BoldItalic-tlf-ly1--base.tfm)
Provides: tex(LibreBaskerville-BoldItalic-tlf-ly1.tfm)
Provides: tex(LibreBaskerville-BoldItalic-tlf-ly1.vf)
Provides: tex(LibreBaskerville-BoldItalic-tlf-ot1.tfm)
Provides: tex(LibreBaskerville-BoldItalic-tlf-t1--base.tfm)
Provides: tex(LibreBaskerville-BoldItalic-tlf-t1.tfm)
Provides: tex(LibreBaskerville-BoldItalic-tlf-t1.vf)
Provides: tex(LibreBaskerville-BoldItalic-tlf-ts1--base.tfm)
Provides: tex(LibreBaskerville-BoldItalic-tlf-ts1.tfm)
Provides: tex(LibreBaskerville-BoldItalic-tlf-ts1.vf)
Provides: tex(LibreBaskerville-Italic-sup-ly1--base.tfm)
Provides: tex(LibreBaskerville-Italic-sup-ly1.tfm)
Provides: tex(LibreBaskerville-Italic-sup-ly1.vf)
Provides: tex(LibreBaskerville-Italic-sup-ot1.tfm)
Provides: tex(LibreBaskerville-Italic-sup-t1--base.tfm)
Provides: tex(LibreBaskerville-Italic-sup-t1.tfm)
Provides: tex(LibreBaskerville-Italic-sup-t1.vf)
Provides: tex(LibreBaskerville-Italic-tlf-ly1--base.tfm)
Provides: tex(LibreBaskerville-Italic-tlf-ly1.tfm)
Provides: tex(LibreBaskerville-Italic-tlf-ly1.vf)
Provides: tex(LibreBaskerville-Italic-tlf-ot1.tfm)
Provides: tex(LibreBaskerville-Italic-tlf-t1--base.tfm)
Provides: tex(LibreBaskerville-Italic-tlf-t1.tfm)
Provides: tex(LibreBaskerville-Italic-tlf-t1.vf)
Provides: tex(LibreBaskerville-Italic-tlf-ts1--base.tfm)
Provides: tex(LibreBaskerville-Italic-tlf-ts1.tfm)
Provides: tex(LibreBaskerville-Italic-tlf-ts1.vf)
Provides: tex(LibreBaskerville-Regular-sup-ly1--base.tfm)
Provides: tex(LibreBaskerville-Regular-sup-ly1.tfm)
Provides: tex(LibreBaskerville-Regular-sup-ly1.vf)
Provides: tex(LibreBaskerville-Regular-sup-ot1.tfm)
Provides: tex(LibreBaskerville-Regular-sup-t1--base.tfm)
Provides: tex(LibreBaskerville-Regular-sup-t1.tfm)
Provides: tex(LibreBaskerville-Regular-sup-t1.vf)
Provides: tex(LibreBaskerville-Regular-tlf-ly1--base.tfm)
Provides: tex(LibreBaskerville-Regular-tlf-ly1.tfm)
Provides: tex(LibreBaskerville-Regular-tlf-ly1.vf)
Provides: tex(LibreBaskerville-Regular-tlf-ot1.tfm)
Provides: tex(LibreBaskerville-Regular-tlf-t1--base.tfm)
Provides: tex(LibreBaskerville-Regular-tlf-t1.tfm)
Provides: tex(LibreBaskerville-Regular-tlf-t1.vf)
Provides: tex(LibreBaskerville-Regular-tlf-ts1--base.tfm)
Provides: tex(LibreBaskerville-Regular-tlf-ts1.tfm)
Provides: tex(LibreBaskerville-Regular-tlf-ts1.vf)
Provides: tex(LibreBaskerville.map)
Provides: tex(OT1LibreBaskerville-Sup.fd)
Provides: tex(OT1LibreBaskerville-TLF.fd)
Provides: tex(T1LibreBaskerville-Sup.fd)
Provides: tex(T1LibreBaskerville-TLF.fd)
Provides: tex(TS1LibreBaskerville-TLF.fd)
Provides: tex(lbsk_5rmxhc.enc)
Provides: tex(lbsk_7c5ufm.enc)
Provides: tex(lbsk_aprite.enc)
Provides: tex(lbsk_hguso3.enc)
Provides: tex(lbsk_ktbdpq.enc)
Provides: tex(lbsk_lbmt7s.enc)
Provides: tex(lbsk_mr5ybw.enc)
Provides: tex(lbsk_rpuqof.enc)
Provides: tex(lbsk_yeotsr.enc)
Provides: tex(librebaskerville.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
Source119: librebaskerville.tar.xz
Source120: librebaskerville.doc.tar.xz
%description -n texlive-librebaskerville
Libre Baskerville is designed by Pablo Impallari. It is
primarily intended to be a web font but is also attractive as a
TeX font. As there is currently no bold italic variant, an
artificially slanted version of the bold variant has been
generated.
date: 2013-01-28 06:51:38 +0000
%package -n texlive-librebaskerville-doc
Summary: Documentation for texlive-librebaskerville
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn29803
Release: 0
%description -n texlive-librebaskerville-doc
This package includes the documentation for texlive-librebaskerville
%package -n texlive-librebaskerville-fonts
Summary: Severed fonts for texlive-librebaskerville
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn29803
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-librebaskerville-fonts
The separated fonts package for texlive-librebaskerville
%post -n texlive-librebaskerville
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if grep -qsE 'Map[[:blank:]]+LibreBaskerville.map' %{_texmfconfdir}/web2c/updmap.cfg; then
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+LibreBaskerville.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
echo 'Map LibreBaskerville.map' >> %{_texmfconfdir}/web2c/updmap.cfg
fi
> /var/run/texlive/run-updmap
%postun -n texlive-librebaskerville
if test $1 = 0; then
sed -ri 's/^(Map[[:blank:]]+LibreBaskerville.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-librebaskerville
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-librebaskerville-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/librebaskerville/FONTLOG.txt
%{_texmfdistdir}/doc/fonts/librebaskerville/OFL.txt
%{_texmfdistdir}/doc/fonts/librebaskerville/README
%{_texmfdistdir}/doc/fonts/librebaskerville/librebaskerville-samples.pdf
%{_texmfdistdir}/doc/fonts/librebaskerville/librebaskerville-samples.tex
%files -n texlive-librebaskerville
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/enc/dvips/librebaskerville/lbsk_5rmxhc.enc
%{_texmfdistdir}/fonts/enc/dvips/librebaskerville/lbsk_7c5ufm.enc
%{_texmfdistdir}/fonts/enc/dvips/librebaskerville/lbsk_aprite.enc
%{_texmfdistdir}/fonts/enc/dvips/librebaskerville/lbsk_hguso3.enc
%{_texmfdistdir}/fonts/enc/dvips/librebaskerville/lbsk_ktbdpq.enc
%{_texmfdistdir}/fonts/enc/dvips/librebaskerville/lbsk_lbmt7s.enc
%{_texmfdistdir}/fonts/enc/dvips/librebaskerville/lbsk_mr5ybw.enc
%{_texmfdistdir}/fonts/enc/dvips/librebaskerville/lbsk_rpuqof.enc
%{_texmfdistdir}/fonts/enc/dvips/librebaskerville/lbsk_yeotsr.enc
%{_texmfdistdir}/fonts/map/dvips/librebaskerville/LibreBaskerville.map
%{_texmfdistdir}/fonts/opentype/impallari/librebaskerville/LibreBaskerville-Bold.otf
%{_texmfdistdir}/fonts/opentype/impallari/librebaskerville/LibreBaskerville-BoldItalic.otf
%{_texmfdistdir}/fonts/opentype/impallari/librebaskerville/LibreBaskerville-Italic.otf
%{_texmfdistdir}/fonts/opentype/impallari/librebaskerville/LibreBaskerville-Regular.otf
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-Bold-sup-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-Bold-sup-ly1.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-Bold-sup-ot1.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-Bold-sup-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-Bold-sup-t1.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-Bold-tlf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-Bold-tlf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-Bold-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-Bold-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-Bold-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-Bold-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-Bold-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-BoldItalic-sup-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-BoldItalic-sup-ly1.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-BoldItalic-sup-ot1.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-BoldItalic-sup-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-BoldItalic-sup-t1.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-BoldItalic-tlf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-BoldItalic-tlf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-BoldItalic-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-BoldItalic-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-BoldItalic-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-BoldItalic-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-BoldItalic-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-Italic-sup-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-Italic-sup-ly1.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-Italic-sup-ot1.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-Italic-sup-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-Italic-sup-t1.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-Italic-tlf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-Italic-tlf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-Italic-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-Italic-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-Italic-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-Italic-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-Italic-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-Regular-sup-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-Regular-sup-ly1.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-Regular-sup-ot1.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-Regular-sup-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-Regular-sup-t1.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-Regular-tlf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-Regular-tlf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-Regular-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-Regular-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-Regular-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-Regular-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/impallari/librebaskerville/LibreBaskerville-Regular-tlf-ts1.tfm
%{_texmfdistdir}/fonts/type1/impallari/librebaskerville/LibreBaskerville-Bold.pfb
%{_texmfdistdir}/fonts/type1/impallari/librebaskerville/LibreBaskerville-BoldItalic.pfb
%{_texmfdistdir}/fonts/type1/impallari/librebaskerville/LibreBaskerville-Italic.pfb
%{_texmfdistdir}/fonts/type1/impallari/librebaskerville/LibreBaskerville-Regular.pfb
%{_texmfdistdir}/fonts/vf/impallari/librebaskerville/LibreBaskerville-Bold-sup-ly1.vf
%{_texmfdistdir}/fonts/vf/impallari/librebaskerville/LibreBaskerville-Bold-sup-t1.vf
%{_texmfdistdir}/fonts/vf/impallari/librebaskerville/LibreBaskerville-Bold-tlf-ly1.vf
%{_texmfdistdir}/fonts/vf/impallari/librebaskerville/LibreBaskerville-Bold-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/impallari/librebaskerville/LibreBaskerville-Bold-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/impallari/librebaskerville/LibreBaskerville-BoldItalic-sup-ly1.vf
%{_texmfdistdir}/fonts/vf/impallari/librebaskerville/LibreBaskerville-BoldItalic-sup-t1.vf
%{_texmfdistdir}/fonts/vf/impallari/librebaskerville/LibreBaskerville-BoldItalic-tlf-ly1.vf
%{_texmfdistdir}/fonts/vf/impallari/librebaskerville/LibreBaskerville-BoldItalic-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/impallari/librebaskerville/LibreBaskerville-BoldItalic-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/impallari/librebaskerville/LibreBaskerville-Italic-sup-ly1.vf
%{_texmfdistdir}/fonts/vf/impallari/librebaskerville/LibreBaskerville-Italic-sup-t1.vf
%{_texmfdistdir}/fonts/vf/impallari/librebaskerville/LibreBaskerville-Italic-tlf-ly1.vf
%{_texmfdistdir}/fonts/vf/impallari/librebaskerville/LibreBaskerville-Italic-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/impallari/librebaskerville/LibreBaskerville-Italic-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/impallari/librebaskerville/LibreBaskerville-Regular-sup-ly1.vf
%{_texmfdistdir}/fonts/vf/impallari/librebaskerville/LibreBaskerville-Regular-sup-t1.vf
%{_texmfdistdir}/fonts/vf/impallari/librebaskerville/LibreBaskerville-Regular-tlf-ly1.vf
%{_texmfdistdir}/fonts/vf/impallari/librebaskerville/LibreBaskerville-Regular-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/impallari/librebaskerville/LibreBaskerville-Regular-tlf-ts1.vf
%{_texmfdistdir}/tex/latex/librebaskerville/LY1LibreBaskerville-Sup.fd
%{_texmfdistdir}/tex/latex/librebaskerville/LY1LibreBaskerville-TLF.fd
%{_texmfdistdir}/tex/latex/librebaskerville/OT1LibreBaskerville-Sup.fd
%{_texmfdistdir}/tex/latex/librebaskerville/OT1LibreBaskerville-TLF.fd
%{_texmfdistdir}/tex/latex/librebaskerville/T1LibreBaskerville-Sup.fd
%{_texmfdistdir}/tex/latex/librebaskerville/T1LibreBaskerville-TLF.fd
%{_texmfdistdir}/tex/latex/librebaskerville/TS1LibreBaskerville-TLF.fd
%{_texmfdistdir}/tex/latex/librebaskerville/librebaskerville.sty
/var/adm/update-scripts/texlive-librebaskerville-%{texlive_version}.%{texlive_noarch}.svn29803-%{release}-zypper
%package -n texlive-libris
Version: %{texlive_version}.%{texlive_noarch}.1.007svn19409
Release: 0
Summary: Libris ADF fonts, with LaTeX support
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-libris-fonts >= %{texlive_version}
Recommends: texlive-libris-doc >= %{texlive_version}
Provides: tex(libris-supp.enc)
Provides: tex(libris.sty)
Provides: tex(t1-cfr-yly.enc)
Provides: tex(t1yly.fd)
Provides: tex(t1ylyw.fd)
Provides: tex(ts1-euro-yly.enc)
Provides: tex(ts1yly.fd)
Provides: tex(ts1ylyw.fd)
Provides: tex(yly.map)
Provides: tex(ylyb-t1.tfm)
Provides: tex(ylyb-ts1.tfm)
Provides: tex(ylyb8c.tfm)
Provides: tex(ylyb8c.vf)
Provides: tex(ylyb8s.tfm)
Provides: tex(ylyb8t.tfm)
Provides: tex(ylyb8t.vf)
Provides: tex(ylybi-t1.tfm)
Provides: tex(ylybi-ts1.tfm)
Provides: tex(ylybi8c.tfm)
Provides: tex(ylybi8c.vf)
Provides: tex(ylybi8s.tfm)
Provides: tex(ylybi8t.tfm)
Provides: tex(ylybi8t.vf)
Provides: tex(ylybiw8t.tfm)
Provides: tex(ylybiw8t.vf)
Provides: tex(ylybw8t.tfm)
Provides: tex(ylybw8t.vf)
Provides: tex(ylyr-t1.tfm)
Provides: tex(ylyr-ts1.tfm)
Provides: tex(ylyr8c.tfm)
Provides: tex(ylyr8c.vf)
Provides: tex(ylyr8s.tfm)
Provides: tex(ylyr8t.tfm)
Provides: tex(ylyr8t.vf)
Provides: tex(ylyri-t1.tfm)
Provides: tex(ylyri-ts1.tfm)
Provides: tex(ylyri8c.tfm)
Provides: tex(ylyri8c.vf)
Provides: tex(ylyri8s.tfm)
Provides: tex(ylyri8t.tfm)
Provides: tex(ylyri8t.vf)
Provides: tex(ylyriw8t.tfm)
Provides: tex(ylyriw8t.vf)
Provides: tex(ylyrw8t.tfm)
Provides: tex(ylyrw8t.vf)
Requires: tex(fontenc.sty)
Requires: tex(nfssext-cfr.sty)
Requires: tex(textcomp.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source121: libris.tar.xz
Source122: libris.doc.tar.xz
%description -n texlive-libris
LibrisADF is a sans-serif family designed to mimic Lydian. The
bundle includes: - fonts, in Adobe Type 1, TrueType and
OpenType formats, and - LaTeX support macros, for use with the
Type 1 versions of the fonts. The LaTeX macros depend on the
nfssext-cfr bundle. GPL licensing applies the the fonts
themselves; the support macros are distributed under LPPL
licensing.
date: 2010-07-10 17:16:06 +0000
%package -n texlive-libris-doc
Summary: Documentation for texlive-libris
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.007svn19409
Release: 0
%description -n texlive-libris-doc
This package includes the documentation for texlive-libris
%package -n texlive-libris-fonts
Summary: Severed fonts for texlive-libris
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.007svn19409
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-libris-fonts
The separated fonts package for texlive-libris
%post -n texlive-libris
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if grep -qsE 'Map[[:blank:]]+yly.map' %{_texmfconfdir}/web2c/updmap.cfg; then
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+yly.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
echo 'Map yly.map' >> %{_texmfconfdir}/web2c/updmap.cfg
fi
> /var/run/texlive/run-updmap
%postun -n texlive-libris
if test $1 = 0; then
sed -ri 's/^(Map[[:blank:]]+yly.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-libris
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-libris-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/libris/COPYING
%{_texmfdistdir}/doc/fonts/libris/NOTICE.txt
%{_texmfdistdir}/doc/fonts/libris/README
%{_texmfdistdir}/doc/fonts/libris/librisadf.pdf
%{_texmfdistdir}/doc/fonts/libris/librisadf.tex
%{_texmfdistdir}/doc/fonts/libris/manifest.txt
%files -n texlive-libris
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/afm/arkandis/libris/ylyb8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/libris/ylybi8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/libris/ylyr8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/libris/ylyri8a.afm
%{_texmfdistdir}/fonts/enc/dvips/libris/libris-supp.enc
%{_texmfdistdir}/fonts/enc/dvips/libris/t1-cfr-yly.enc
%{_texmfdistdir}/fonts/enc/dvips/libris/ts1-euro-yly.enc
%{_texmfdistdir}/fonts/map/dvips/libris/yly.map
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyb-t1.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyb8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyb8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyb8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylybi-t1.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylybi-ts1.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylybi8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylybi8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylybi8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylybiw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylybw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyr-t1.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyr-ts1.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyr8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyr8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyr8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyri-t1.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyri-ts1.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyri8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyri8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyri8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyriw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyrw8t.tfm
%{_texmfdistdir}/fonts/type1/arkandis/libris/ylyb8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/libris/ylyb8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/libris/ylybi8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/libris/ylybi8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/libris/ylyr8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/libris/ylyr8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/libris/ylyri8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/libris/ylyri8a.pfm
%{_texmfdistdir}/fonts/vf/arkandis/libris/ylyb8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/libris/ylyb8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/libris/ylybi8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/libris/ylybi8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/libris/ylybiw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/libris/ylybw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/libris/ylyr8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/libris/ylyr8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/libris/ylyri8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/libris/ylyri8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/libris/ylyriw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/libris/ylyrw8t.vf
%{_texmfdistdir}/tex/latex/libris/libris.sty
%{_texmfdistdir}/tex/latex/libris/t1yly.fd
%{_texmfdistdir}/tex/latex/libris/t1ylyw.fd
%{_texmfdistdir}/tex/latex/libris/ts1yly.fd
%{_texmfdistdir}/tex/latex/libris/ts1ylyw.fd
/var/adm/update-scripts/texlive-libris-%{texlive_version}.%{texlive_noarch}.1.007svn19409-%{release}-zypper
%package -n texlive-limap
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
Summary: Typeset maps and blocks according to the Information Mapping method
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(limap.cls)
Provides: tex(limap.sty)
Requires: tex(booktabs.sty)
Requires: tex(fancyhdr.sty)
Requires: tex(longtable.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source123: limap.tar.xz
%description -n texlive-limap
The Information Mapping method provides a methodology for
structuring and presenting information. It claims to be useful
for readers who are more concerned about finding the right
information than reading the document as a whole. Thus short,
highly structured, and context free pieces of information are
used. A LaTeX style and a LaTeX class are provided. The style
contains definitions to typeset maps and blocks according to
the Information Mapping method. The class provides all
definitions to typeset a whole document.
date: 2007-01-08 22:14:30 +0000
%post -n texlive-limap
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-limap
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-limap
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-limap
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/limap/limap.cls
%{_texmfdistdir}/tex/latex/limap/limap.sty
/var/adm/update-scripts/texlive-limap-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
%package -n texlive-linearA
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
Summary: Linear A script 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-linearA-fonts >= %{texlive_version}
Recommends: texlive-linearA-doc >= %{texlive_version}
Provides: tex(LinearA.tfm)
Provides: tex(LinearACmplxSigns.tfm)
Provides: tex(linearA.map)
Provides: tex(linearA.sty)
Requires: tex(xspace.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source124: linearA.tar.xz
Source125: linearA.doc.tar.xz
%description -n texlive-linearA
The linearA package provides a simple interface to two fonts
which include all known symbols, simple and complex, of the
Linear A script. This way one can easily replicate Linear A
"texts" using modern typographic technology. Note that the
Linear A script has not been deciphered yet and probably never
will be deciphered.
date: 2006-12-01 15:33:32 +0000
%package -n texlive-linearA-doc
Summary: Documentation for texlive-linearA
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
%description -n texlive-linearA-doc
This package includes the documentation for texlive-linearA
%package -n texlive-linearA-fonts
Summary: Severed fonts for texlive-linearA
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-linearA-fonts
The separated fonts package for texlive-linearA
%post -n texlive-linearA
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if grep -qsE 'Map[[:blank:]]+linearA.map' %{_texmfconfdir}/web2c/updmap.cfg; then
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+linearA.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
echo 'Map linearA.map' >> %{_texmfconfdir}/web2c/updmap.cfg
fi
> /var/run/texlive/run-updmap
%postun -n texlive-linearA
if test $1 = 0; then
sed -ri 's/^(Map[[:blank:]]+linearA.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-linearA
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-linearA-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/linearA/README
%{_texmfdistdir}/doc/fonts/linearA/linearA_glyphs.pdf
%files -n texlive-linearA
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/afm/public/linearA/LinearA.afm
%{_texmfdistdir}/fonts/afm/public/linearA/LinearACmplxSigns.afm
%{_texmfdistdir}/fonts/map/dvips/linearA/linearA.map
%{_texmfdistdir}/fonts/tfm/public/linearA/LinearA.tfm
%{_texmfdistdir}/fonts/tfm/public/linearA/LinearACmplxSigns.tfm
%{_texmfdistdir}/fonts/type1/public/linearA/LinearA.pfb
%{_texmfdistdir}/fonts/type1/public/linearA/LinearACmplxSigns.pfb
%{_texmfdistdir}/tex/latex/linearA/linearA.sty
/var/adm/update-scripts/texlive-linearA-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
%package -n texlive-linegoal
Version: %{texlive_version}.%{texlive_noarch}.2.9svn21523
Release: 0
Summary: A "dimen" that returns the space left on the line
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-linegoal-doc >= %{texlive_version}
Provides: tex(linegoal.sty)
Requires: tex(etex.sty)
Requires: tex(zref-savepos.sty)
Requires: tex(zref.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source126: linegoal.tar.xz
Source127: linegoal.doc.tar.xz
%description -n texlive-linegoal
The linegoal package provides a macro \linegoal to be used with
\setlength: \setlength<some dimen>\linegoal will set <some
dimen> to the horizontal length of the remainder of the line.
This is achieved using the \pdfsavepos primitive of pdftex,
through the zref-savepos package. Example: Some text:
\begin{tabularx}\linegoal{|l|X|} \hline one & two \\ three &
four \\\hline \end{tabularx} will position the table after the
initial text, and make the table fill the rest of the line.
date: 2011-02-25 19:25:45 +0000
%package -n texlive-linegoal-doc
Summary: Documentation for texlive-linegoal
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.2.9svn21523
Release: 0
%description -n texlive-linegoal-doc
This package includes the documentation for texlive-linegoal
%post -n texlive-linegoal
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-linegoal
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-linegoal
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-linegoal-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/linegoal/README
%{_texmfdistdir}/doc/latex/linegoal/linegoal.pdf
%files -n texlive-linegoal
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/linegoal/linegoal.sty
/var/adm/update-scripts/texlive-linegoal-%{texlive_version}.%{texlive_noarch}.2.9svn21523-%{release}-zypper
%package -n texlive-lineno
Version: %{texlive_version}.%{texlive_noarch}.4.41svn21442
Release: 0
Summary: Line numbers on paragraphs
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-lineno-doc >= %{texlive_version}
Provides: tex(ednmath0.sty)
Provides: tex(edtable.sty)
Provides: tex(fnlineno.sty)
Provides: tex(lineno.sty)
Provides: tex(vplref.sty)
Requires: tex(finstrut.sty)
Requires: tex(longtable.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source128: lineno.tar.xz
Source129: lineno.doc.tar.xz
%description -n texlive-lineno
Adds line numbers to selected paragraphs with reference
possible through the LaTeX \ref and \pageref cross reference
mechanism. Line numbering may be extended to footnote lines,
using the fnlineno package.
date: 2011-02-16 16:09:51 +0000
%package -n texlive-lineno-doc
Summary: Documentation for texlive-lineno
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.4.41svn21442
Release: 0
%description -n texlive-lineno-doc
This package includes the documentation for texlive-lineno
%post -n texlive-lineno
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-lineno
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-lineno
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-lineno-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/lineno/CHANGEs.txt
%{_texmfdistdir}/doc/latex/lineno/COPYING.txt
%{_texmfdistdir}/doc/latex/lineno/README
%{_texmfdistdir}/doc/latex/lineno/README.txt
%{_texmfdistdir}/doc/latex/lineno/SRCFILEs.txt
%{_texmfdistdir}/doc/latex/lineno/fnlineno.pdf
%{_texmfdistdir}/doc/latex/lineno/lineno.pdf
%{_texmfdistdir}/doc/latex/lineno/lnosuppl.pdf
%{_texmfdistdir}/doc/latex/lineno/ulineno.pdf
%files -n texlive-lineno
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/lineno/ednmath0.sty
%{_texmfdistdir}/tex/latex/lineno/edtable.sty
%{_texmfdistdir}/tex/latex/lineno/fnlineno.sty
%{_texmfdistdir}/tex/latex/lineno/lineno.sty
%{_texmfdistdir}/tex/latex/lineno/vplref.sty
/var/adm/update-scripts/texlive-lineno-%{texlive_version}.%{texlive_noarch}.4.41svn21442-%{release}-zypper
%package -n texlive-linguex
Version: %{texlive_version}.%{texlive_noarch}.4.3svn30815
Release: 0
Summary: Format linguists' 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}
Recommends: texlive-linguex-doc >= %{texlive_version}
Provides: tex(linguex.sty)
Provides: tex(linguho.sty)
Provides: tex(ps-trees.sty)
Requires: tex(cgloss4e.sty)
Requires: tex(tree-dvips.sty)
Requires: tex(xspace.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source130: linguex.tar.xz
Source131: linguex.doc.tar.xz
%description -n texlive-linguex
This bundle comprises two packages: - The linguex package
facilitates the formatting of linguist examples, automatically
taking care of example numbering, indentations, indexed
brackets, and the '*' in grammaticality judgments. - The ps-
trees package provides linguistic trees, building on the macros
of tree-dvips, but overcoming some of the older package's
shortcomings.
date: 2013-05-28 22:53:00 +0000
%package -n texlive-linguex-doc
Summary: Documentation for texlive-linguex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.4.3svn30815
Release: 0
%description -n texlive-linguex-doc
This package includes the documentation for texlive-linguex
%post -n texlive-linguex
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-linguex
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-linguex
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-linguex-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/linguex/README
%{_texmfdistdir}/doc/latex/linguex/linguex-doc.pdf
%{_texmfdistdir}/doc/latex/linguex/linguex-doc.tex
%{_texmfdistdir}/doc/latex/linguex/ps-trees-doc.pdf
%{_texmfdistdir}/doc/latex/linguex/ps-trees-doc.tex
%files -n texlive-linguex
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/linguex/linguex.sty
%{_texmfdistdir}/tex/latex/linguex/linguho.sty
%{_texmfdistdir}/tex/latex/linguex/ps-trees.sty
/var/adm/update-scripts/texlive-linguex-%{texlive_version}.%{texlive_noarch}.4.3svn30815-%{release}-zypper
%package -n texlive-lipsum
Version: %{texlive_version}.%{texlive_noarch}.v1.2svn22098
Release: 0
Summary: Easy access to the Lorem Ipsum dummy 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-lipsum-doc >= %{texlive_version}
Provides: tex(lipsum.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source132: lipsum.tar.xz
Source133: lipsum.doc.tar.xz
%description -n texlive-lipsum
This package gives you easy access to the Lorem Ipsum dummy
text; an option is available to separate the paragraphs of the
dummy text into TeX-paragraphs. All the paragraphs are taken
with permission from http://lipsum.com/.
date: 2011-04-14 22:51:19 +0000
%package -n texlive-lipsum-doc
Summary: Documentation for texlive-lipsum
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.v1.2svn22098
Release: 0
%description -n texlive-lipsum-doc
This package includes the documentation for texlive-lipsum
%post -n texlive-lipsum
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-lipsum
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-lipsum
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-lipsum-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/lipsum/README
%{_texmfdistdir}/doc/latex/lipsum/lipsum.pdf
%files -n texlive-lipsum
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/lipsum/lipsum.sty
/var/adm/update-scripts/texlive-lipsum-%{texlive_version}.%{texlive_noarch}.v1.2svn22098-%{release}-zypper
%package -n texlive-lisp-on-tex
Version: %{texlive_version}.%{texlive_noarch}.1.0svn29291
Release: 0
Summary: Execute LISP code in a LaTeX document
License: BSD-3-Clause
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-lisp-on-tex-doc >= %{texlive_version}
Provides: tex(lisp-arith.sty)
Provides: tex(lisp-latexutil.sty)
Provides: tex(lisp-mod-fpnum.sty)
Provides: tex(lisp-on-tex.sty)
Provides: tex(lisp-prim.sty)
Provides: tex(lisp-read.sty)
Provides: tex(lisp-string.sty)
Provides: tex(lisp-util.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source134: lisp-on-tex.tar.xz
Source135: lisp-on-tex.doc.tar.xz
%description -n texlive-lisp-on-tex
The package provides a LISP interpreter written using TeX
macros; it is provided as a LaTeX package. The interpreter
static scoping, dynamic typing, and eager evaluation.
date: 2013-03-04 10:46:28 +0000
%package -n texlive-lisp-on-tex-doc
Summary: Documentation for texlive-lisp-on-tex
License: BSD-3-Clause
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.0svn29291
Release: 0
%description -n texlive-lisp-on-tex-doc
This package includes the documentation for texlive-lisp-on-tex
%post -n texlive-lisp-on-tex
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-lisp-on-tex
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-lisp-on-tex
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-lisp-on-tex-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/lisp-on-tex/LICENSE
%{_texmfdistdir}/doc/latex/lisp-on-tex/README
%{_texmfdistdir}/doc/latex/lisp-on-tex/examples/fact.pdf
%{_texmfdistdir}/doc/latex/lisp-on-tex/examples/fact.tex
%{_texmfdistdir}/doc/latex/lisp-on-tex/examples/fpnummodule-mandelbrot.pdf
%{_texmfdistdir}/doc/latex/lisp-on-tex/examples/fpnummodule-mandelbrot.tex
%{_texmfdistdir}/doc/latex/lisp-on-tex/examples/rocket.pdf
%{_texmfdistdir}/doc/latex/lisp-on-tex/examples/rocket.tex
%files -n texlive-lisp-on-tex
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/lisp-on-tex/lisp-arith.sty
%{_texmfdistdir}/tex/latex/lisp-on-tex/lisp-latexutil.sty
%{_texmfdistdir}/tex/latex/lisp-on-tex/lisp-mod-fpnum.sty
%{_texmfdistdir}/tex/latex/lisp-on-tex/lisp-on-tex.sty
%{_texmfdistdir}/tex/latex/lisp-on-tex/lisp-prim.sty
%{_texmfdistdir}/tex/latex/lisp-on-tex/lisp-read.sty
%{_texmfdistdir}/tex/latex/lisp-on-tex/lisp-string.sty
%{_texmfdistdir}/tex/latex/lisp-on-tex/lisp-util.sty
/var/adm/update-scripts/texlive-lisp-on-tex-%{texlive_version}.%{texlive_noarch}.1.0svn29291-%{release}-zypper
%package -n texlive-listbib
Version: %{texlive_version}.%{texlive_noarch}.2.2svn29349
Release: 0
Summary: Lists contents of BibTeX files
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive-listbib-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-listbib-doc >= %{texlive_version}
Provides: tex(listbib.cfg)
Provides: tex(listbib.sty)
Provides: tex(listbib.tex)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source136: listbib.tar.xz
Source137: listbib.doc.tar.xz
%description -n texlive-listbib
Generates listings of bibliographic data bases in BibTeX format
-- for example for archival purposes. Included is a listbib.bst
which is better suited for this purpose than the standard
styles.
date: 2012-04-21 18:14:11 +0000
%package -n texlive-listbib-doc
Summary: Documentation for texlive-listbib
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.2.2svn29349
Release: 0
%description -n texlive-listbib-doc
This package includes the documentation for texlive-listbib
%post -n texlive-listbib
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-listbib
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-listbib
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-listbib-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/listbib/listbib-doc.pdf
%files -n texlive-listbib
%defattr(-,root,root,755)
%{_texmfdistdir}/bibtex/bst/listbib/listbib.bst
%{_texmfdistdir}/scripts/listbib/listbib
%{_texmfdistdir}/tex/latex/listbib/listbib.cfg
%{_texmfdistdir}/tex/latex/listbib/listbib.sty
%{_texmfdistdir}/tex/latex/listbib/listbib.tex
/var/adm/update-scripts/texlive-listbib-%{texlive_version}.%{texlive_noarch}.2.2svn29349-%{release}-zypper
%package -n texlive-listing
Version: %{texlive_version}.%{texlive_noarch}.1.2svn17373
Release: 0
Summary: Produce formatted program listings
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-listing-doc >= %{texlive_version}
Provides: tex(listing.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source138: listing.tar.xz
Source139: listing.doc.tar.xz
%description -n texlive-listing
The listing environment is provided and is similar to figure
and table, although it is not a floating environment. Includes
support for \caption, \label, \ref, and introduces
\listoflistings, \listingname, \listlistingname. It produces a
.lol file. It does not change \@makecaption (unless the option
bigcaptions is used), so packages that change the layout of
\caption still work.
date: 2010-03-09 12:13:30 +0000
%package -n texlive-listing-doc
Summary: Documentation for texlive-listing
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.2svn17373
Release: 0
%description -n texlive-listing-doc
This package includes the documentation for texlive-listing
%post -n texlive-listing
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-listing
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-listing
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-listing-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/listing/listing.pdf
%{_texmfdistdir}/doc/latex/listing/listing.tex
%files -n texlive-listing
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/listing/listing.sty
/var/adm/update-scripts/texlive-listing-%{texlive_version}.%{texlive_noarch}.1.2svn17373-%{release}-zypper
%package -n texlive-listings
Version: %{texlive_version}.%{texlive_noarch}.1.4svn15878
Release: 0
Summary: Typeset source code listings using LaTeX
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-listings-doc >= %{texlive_version}
Provides: tex(listings.cfg)
Provides: tex(listings.sty)
Provides: tex(lstdoc.sty)
Provides: tex(lstlang1.sty)
Provides: tex(lstlang2.sty)
Provides: tex(lstlang3.sty)
Provides: tex(lstmisc.sty)
Requires: tex(keyval.sty)
Requires: tex(nameref.sty)
Requires: tex(url.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source140: listings.tar.xz
Source141: listings.doc.tar.xz
%description -n texlive-listings
Typeset programs (programming code) within LaTeX. The source
code is read directly by TeX. Keywords, comments and strings
can be typeset using different styles (default is bold for
keywords, italic for comments and no special style for
strings). Includes support for hyperref. To use, simply
\usepackage{listings}, identify the language with
\lstset{language=Python}, then employ the \begin{lstlisting}
... \end{lstlisting} environment or the
\lstinputlisting{filename.py} command. Short (in-line) listings
are also available, using either \lstinline|...| or | ... |
(after defining the | token with the \lstMakeShortInline
command).
date: 2007-03-12 19:45:12 +0000
%package -n texlive-listings-doc
Summary: Documentation for texlive-listings
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.4svn15878
Release: 0
%description -n texlive-listings-doc
This package includes the documentation for texlive-listings
%post -n texlive-listings
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-listings
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-listings
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-listings-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/listings/README
%{_texmfdistdir}/doc/latex/listings/listings.pdf
%files -n texlive-listings
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/listings/listings.cfg
%{_texmfdistdir}/tex/latex/listings/listings.sty
%{_texmfdistdir}/tex/latex/listings/lstdoc.sty
%{_texmfdistdir}/tex/latex/listings/lstlang1.sty
%{_texmfdistdir}/tex/latex/listings/lstlang2.sty
%{_texmfdistdir}/tex/latex/listings/lstlang3.sty
%{_texmfdistdir}/tex/latex/listings/lstmisc.sty
/var/adm/update-scripts/texlive-listings-%{texlive_version}.%{texlive_noarch}.1.4svn15878-%{release}-zypper
%package -n texlive-listings-ext
Version: %{texlive_version}.%{texlive_noarch}.67svn29349
Release: 0
Summary: Automated input of source
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive-listings-ext-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-listings-ext-doc >= %{texlive_version}
Provides: tex(listings-ext.sty)
Requires: tex(listings.sty)
Requires: tex(xkeyval.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source142: listings-ext.tar.xz
Source143: listings-ext.doc.tar.xz
%description -n texlive-listings-ext
The package provides a means of marking a source, so that
samples of it may be included in a document (by means of the
listings package) in a stable fashion, regardless of any change
to the source. The markup in the source text defines tags for
blocks of source. These tags are processed by a shell script to
make a steering file that is used by the package when LaTeX is
being run.y
date: 2012-04-21 18:14:11 +0000
%package -n texlive-listings-ext-doc
Summary: Documentation for texlive-listings-ext
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.67svn29349
Release: 0
%description -n texlive-listings-ext-doc
This package includes the documentation for texlive-listings-ext
%post -n texlive-listings-ext
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-listings-ext
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-listings-ext
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-listings-ext-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/listings-ext/README
%{_texmfdistdir}/doc/latex/listings-ext/THIS_IS_VERSION_v67
%{_texmfdistdir}/doc/latex/listings-ext/getversion.tex
%{_texmfdistdir}/doc/latex/listings-ext/hyperref.cfg
%{_texmfdistdir}/doc/latex/listings-ext/listings-ext.bib
%{_texmfdistdir}/doc/latex/listings-ext/listings-ext.el
%{_texmfdistdir}/doc/latex/listings-ext/listings-ext.makemake
%{_texmfdistdir}/doc/latex/listings-ext/listings-ext.mk
%{_texmfdistdir}/doc/latex/listings-ext/listings-ext.pdf
%{_texmfdistdir}/doc/latex/listings-ext/listings-ext_exmpl_a.java
%{_texmfdistdir}/doc/latex/listings-ext/listings-ext_exmpl_b.java
%{_texmfdistdir}/doc/latex/listings-ext/listings-ext_exmpl_c.java
%{_texmfdistdir}/doc/latex/listings-ext/listings-ext_exmpl_d.java
%{_texmfdistdir}/doc/latex/listings-ext/listings-ext_exmpl_e.java
%{_texmfdistdir}/doc/latex/listings-ext/listings-ext_test_a.tex
%{_texmfdistdir}/doc/latex/listings-ext/listings-ext_test_d.tex
%{_texmfdistdir}/doc/latex/listings-ext/listings.cfg
%files -n texlive-listings-ext
%defattr(-,root,root,755)
%{_texmfdistdir}/scripts/listings-ext/listings-ext.sh
%{_texmfdistdir}/tex/latex/listings-ext/listings-ext.sty
/var/adm/update-scripts/texlive-listings-ext-%{texlive_version}.%{texlive_noarch}.67svn29349-%{release}-zypper
%package -n texlive-listliketab
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
Summary: Typeset lists as tables
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-listliketab-doc >= %{texlive_version}
Provides: tex(listliketab.sty)
Requires: tex(array.sty)
Requires: tex(calc.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source144: listliketab.tar.xz
Source145: listliketab.doc.tar.xz
%description -n texlive-listliketab
The listliketab package helps the user make list-like tabulars,
i.e., a tabular that is indistinguishable from an itemize or
enumerate environment. The advantage of using a tabular is that
the user can add additional columns to each entry in the list.
date: 2006-12-08 19:57:43 +0000
%package -n texlive-listliketab-doc
Summary: Documentation for texlive-listliketab
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
%description -n texlive-listliketab-doc
This package includes the documentation for texlive-listliketab
%post -n texlive-listliketab
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-listliketab
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-listliketab
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-listliketab-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/listliketab/README
%{_texmfdistdir}/doc/latex/listliketab/listliketab.pdf
%files -n texlive-listliketab
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/listliketab/listliketab.sty
/var/adm/update-scripts/texlive-listliketab-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
%package -n texlive-listofsymbols
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn16134
Release: 0
Summary: Create and manipulate lists of symbols
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-listofsymbols-doc >= %{texlive_version}
Provides: tex(listofsymbols.sty)
Requires: tex(calc.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source146: listofsymbols.tar.xz
Source147: listofsymbols.doc.tar.xz
%description -n texlive-listofsymbols
Listofsymbols provides commands to automatically create a list
of symbols (also called notation or nomenclature), and to
handle symbols logically, i.e. define a macro that is expanded
to the desired output and use the macro in the text rather than
`hardcoding' the output into the text. This helps to ensure
consistency throughout the text, especially if there is a
chance that symbols will be changed at some stage. The package
is more or less a combination of what the packages nomencl and
formula do. The concept of creating the list of symbols,
though, is different from the way nomencl.sty does it.
date: 2009-11-29 12:21:16 +0000
%package -n texlive-listofsymbols-doc
Summary: Documentation for texlive-listofsymbols
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn16134
Release: 0
%description -n texlive-listofsymbols-doc
This package includes the documentation for texlive-listofsymbols
%post -n texlive-listofsymbols
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-listofsymbols
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-listofsymbols
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-listofsymbols-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/listofsymbols/README
%{_texmfdistdir}/doc/latex/listofsymbols/listofsymbols.pdf
%files -n texlive-listofsymbols
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/listofsymbols/listofsymbols.sty
/var/adm/update-scripts/texlive-listofsymbols-%{texlive_version}.%{texlive_noarch}.0.0.2svn16134-%{release}-zypper
%package -n texlive-lithuanian
Version: %{texlive_version}.%{texlive_noarch}.svn22722
Release: 0
Summary: Lithuanian language 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}
Recommends: texlive-lithuanian-doc >= %{texlive_version}
Provides: tex(cp772.def)
Provides: tex(cp774.def)
Provides: tex(cp775.def)
Provides: tex(cpKBL.def)
Provides: tex(cpRIM.def)
Provides: tex(l7x-uagd.tfm)
Provides: tex(l7x-uagdo.tfm)
Provides: tex(l7x-uagk.tfm)
Provides: tex(l7x-uagko.tfm)
Provides: tex(l7x-ubkd.tfm)
Provides: tex(l7x-ubkdi.tfm)
Provides: tex(l7x-ubkl.tfm)
Provides: tex(l7x-ubkli.tfm)
Provides: tex(l7x-ucrb.tfm)
Provides: tex(l7x-ucrbo.tfm)
Provides: tex(l7x-ucrr.tfm)
Provides: tex(l7x-ucrro.tfm)
Provides: tex(l7x-uhvb.tfm)
Provides: tex(l7x-uhvbc.tfm)
Provides: tex(l7x-uhvbo.tfm)
Provides: tex(l7x-uhvboc.tfm)
Provides: tex(l7x-uhvr.tfm)
Provides: tex(l7x-uhvrc.tfm)
Provides: tex(l7x-uhvro.tfm)
Provides: tex(l7x-uhvroc.tfm)
Provides: tex(l7x-uncb.tfm)
Provides: tex(l7x-uncbi.tfm)
Provides: tex(l7x-uncr.tfm)
Provides: tex(l7x-uncri.tfm)
Provides: tex(l7x-uplb.tfm)
Provides: tex(l7x-uplbi.tfm)
Provides: tex(l7x-uplr.tfm)
Provides: tex(l7x-uplri.tfm)
Provides: tex(l7x-urwvn.map)
Provides: tex(l7x-utmb.tfm)
Provides: tex(l7x-utmbi.tfm)
Provides: tex(l7x-utmr.tfm)
Provides: tex(l7x-utmri.tfm)
Provides: tex(l7x-uzcmi.tfm)
Provides: tex(l7xenc.def)
Provides: tex(l7xenc.sty)
Provides: tex(l7xuag.fd)
Provides: tex(l7xubk.fd)
Provides: tex(l7xucr.fd)
Provides: tex(l7xuhv.fd)
Provides: tex(l7xunc.fd)
Provides: tex(l7xupl.fd)
Provides: tex(l7xutm.fd)
Provides: tex(l7xuzc.fd)
Provides: tex(latin7.def)
Provides: tex(latin7x.enc)
Provides: tex(lithuanian.ldf)
Provides: tex(lithuanian.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source148: lithuanian.tar.xz
Source149: lithuanian.doc.tar.xz
%description -n texlive-lithuanian
This language support package provides: - Lithuanian language
hyphenation patterns; - Lithuanian support for Babel; -
Lithuanian mapping and metrics for using the URW base-35 Type 1
fonts; - examples for making Lithuanian fonts with fontinst;
and - extra tools for intputenc and fontenc.
date: 2008-11-05 23:30:15 +0000
%package -n texlive-lithuanian-doc
Summary: Documentation for texlive-lithuanian
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn22722
Release: 0
%description -n texlive-lithuanian-doc
This package includes the documentation for texlive-lithuanian
%post -n texlive-lithuanian
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if grep -qsE 'Map[[:blank:]]+l7x-urwvn.map' %{_texmfconfdir}/web2c/updmap.cfg; then
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+l7x-urwvn.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
echo 'Map l7x-urwvn.map' >> %{_texmfconfdir}/web2c/updmap.cfg
fi
> /var/run/texlive/run-updmap
%postun -n texlive-lithuanian
if test $1 = 0; then
sed -ri 's/^(Map[[:blank:]]+l7x-urwvn.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-lithuanian
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-lithuanian-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/lithuanian/COPYING
%{_texmfdistdir}/doc/latex/lithuanian/ChangeLog
%{_texmfdistdir}/doc/latex/lithuanian/Copyright
%{_texmfdistdir}/doc/latex/lithuanian/README.lithuanian
%{_texmfdistdir}/doc/latex/lithuanian/latin7lt.tex
%{_texmfdistdir}/doc/latex/lithuanian/latin7x.etx
%{_texmfdistdir}/doc/latex/lithuanian/latin7x.mtx
%{_texmfdistdir}/doc/latex/lithuanian/latin7x.pdf
%{_texmfdistdir}/doc/latex/lithuanian/makeLT.html
%{_texmfdistdir}/doc/latex/lithuanian/makelt.tex
%{_texmfdistdir}/doc/latex/lithuanian/makeltmap.tex
%{_texmfdistdir}/doc/latex/lithuanian/testlt-urw.tex
%{_texmfdistdir}/doc/latex/lithuanian/testlt.tex
%files -n texlive-lithuanian
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/enc/dvips/lithuanian/latin7x.enc
%{_texmfdistdir}/fonts/map/dvips/lithuanian/l7x-urwvn.map
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uagd.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uagdo.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uagk.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uagko.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-ubkd.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-ubkdi.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-ubkl.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-ubkli.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-ucrb.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-ucrbo.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-ucrr.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-ucrro.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uhvb.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uhvbc.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uhvbo.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uhvboc.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uhvr.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uhvrc.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uhvro.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uhvroc.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uncb.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uncbi.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uncr.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uncri.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uplb.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uplbi.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uplr.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uplri.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-utmb.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-utmbi.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-utmr.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-utmri.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uzcmi.tfm
%{_texmfdistdir}/tex/latex/lithuanian/cp772.def
%{_texmfdistdir}/tex/latex/lithuanian/cp774.def
%{_texmfdistdir}/tex/latex/lithuanian/cp775.def
%{_texmfdistdir}/tex/latex/lithuanian/cpKBL.def
%{_texmfdistdir}/tex/latex/lithuanian/cpRIM.def
%{_texmfdistdir}/tex/latex/lithuanian/l7xenc.def
%{_texmfdistdir}/tex/latex/lithuanian/l7xenc.dfu
%{_texmfdistdir}/tex/latex/lithuanian/l7xenc.sty
%{_texmfdistdir}/tex/latex/lithuanian/l7xuag.fd
%{_texmfdistdir}/tex/latex/lithuanian/l7xubk.fd
%{_texmfdistdir}/tex/latex/lithuanian/l7xucr.fd
%{_texmfdistdir}/tex/latex/lithuanian/l7xuhv.fd
%{_texmfdistdir}/tex/latex/lithuanian/l7xunc.fd
%{_texmfdistdir}/tex/latex/lithuanian/l7xupl.fd
%{_texmfdistdir}/tex/latex/lithuanian/l7xutm.fd
%{_texmfdistdir}/tex/latex/lithuanian/l7xuzc.fd
%{_texmfdistdir}/tex/latex/lithuanian/latin7.def
%{_texmfdistdir}/tex/latex/lithuanian/lithuanian.ldf
%{_texmfdistdir}/tex/latex/lithuanian/lithuanian.sty
/var/adm/update-scripts/texlive-lithuanian-%{texlive_version}.%{texlive_noarch}.svn22722-%{release}-zypper
%package -n texlive-liturg
Version: %{texlive_version}.%{texlive_noarch}.1.0svn15878
Release: 0
Summary: Support for typesetting Catholic liturgical texts
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-liturg-doc >= %{texlive_version}
Provides: tex(liturg.sty)
Requires: tex(babel.sty)
Requires: tex(color.sty)
Requires: tex(ecclesiastic.sty)
Requires: tex(lettrine.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source150: liturg.tar.xz
Source151: liturg.doc.tar.xz
%description -n texlive-liturg
The packages offers simple macros for typesetting Catholic
liturgical texts, particularly Missal and Breviary texts. The
package assumes availability of Latin typesetting packages.
date: 2008-09-08 09:32:46 +0000
%package -n texlive-liturg-doc
Summary: Documentation for texlive-liturg
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.0svn15878
Release: 0
%description -n texlive-liturg-doc
This package includes the documentation for texlive-liturg
%post -n texlive-liturg
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-liturg
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-liturg
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-liturg-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/liturg/README
%{_texmfdistdir}/doc/latex/liturg/liturg.pdf
%{_texmfdistdir}/doc/latex/liturg/test.tex
%files -n texlive-liturg
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/liturg/liturg.sty
/var/adm/update-scripts/texlive-liturg-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{release}-zypper
%package -n texlive-lkproof
Version: %{texlive_version}.%{texlive_noarch}.3.1svn20021
Release: 0
Summary: LK Proof figure macros
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-lkproof-doc >= %{texlive_version}
Provides: tex(proof.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source152: lkproof.tar.xz
Source153: lkproof.doc.tar.xz
%description -n texlive-lkproof
The package defines a pair of commands \infer and \deduce, that
are used in constructing LK proof diagrams.
date: 2010-10-07 07:27:06 +0000
%package -n texlive-lkproof-doc
Summary: Documentation for texlive-lkproof
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.3.1svn20021
Release: 0
%description -n texlive-lkproof-doc
This package includes the documentation for texlive-lkproof
%post -n texlive-lkproof
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-lkproof
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-lkproof
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-lkproof-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/lkproof/lkproof-doc.pdf
%{_texmfdistdir}/doc/latex/lkproof/lkproof-doc.tex
%{_texmfdistdir}/doc/latex/lkproof/proofeg.tex
%files -n texlive-lkproof
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/lkproof/proof.sty
/var/adm/update-scripts/texlive-lkproof-%{texlive_version}.%{texlive_noarch}.3.1svn20021-%{release}-zypper
%package -n texlive-lm
Version: %{texlive_version}.%{texlive_noarch}.2.004svn28119
Release: 0
Summary: Latin modern fonts in outline formats
License: LPPL-1.3c
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(post): grep
Requires(post): sed
Requires(postun): sed
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Requires: texlive-lm-fonts >= %{texlive_version}
Recommends: texlive-lm-doc >= %{texlive_version}
Provides: tex(cs-lmb10.tfm)
Provides: tex(cs-lmbo10.tfm)
Provides: tex(cs-lmbx10.tfm)
Provides: tex(cs-lmbx12.tfm)
Provides: tex(cs-lmbx5.tfm)
Provides: tex(cs-lmbx6.tfm)
Provides: tex(cs-lmbx7.tfm)
Provides: tex(cs-lmbx8.tfm)
Provides: tex(cs-lmbx9.tfm)
Provides: tex(cs-lmbxi10.tfm)
Provides: tex(cs-lmbxo10.tfm)
Provides: tex(cs-lmcsc10.tfm)
Provides: tex(cs-lmcsco10.tfm)
Provides: tex(cs-lmdunh10.tfm)
Provides: tex(cs-lmduno10.tfm)
Provides: tex(cs-lmr10.tfm)
Provides: tex(cs-lmr12.tfm)
Provides: tex(cs-lmr17.tfm)
Provides: tex(cs-lmr5.tfm)
Provides: tex(cs-lmr6.tfm)
Provides: tex(cs-lmr7.tfm)
Provides: tex(cs-lmr8.tfm)
Provides: tex(cs-lmr9.tfm)
Provides: tex(cs-lmri10.tfm)
Provides: tex(cs-lmri12.tfm)
Provides: tex(cs-lmri7.tfm)
Provides: tex(cs-lmri8.tfm)
Provides: tex(cs-lmri9.tfm)
Provides: tex(cs-lmro10.tfm)
Provides: tex(cs-lmro12.tfm)
Provides: tex(cs-lmro17.tfm)
Provides: tex(cs-lmro8.tfm)
Provides: tex(cs-lmro9.tfm)
Provides: tex(cs-lmss10.tfm)
Provides: tex(cs-lmss12.tfm)
Provides: tex(cs-lmss17.tfm)
Provides: tex(cs-lmss8.tfm)
Provides: tex(cs-lmss9.tfm)
Provides: tex(cs-lmssbo10.tfm)
Provides: tex(cs-lmssbx10.tfm)
Provides: tex(cs-lmssdc10.tfm)
Provides: tex(cs-lmssdo10.tfm)
Provides: tex(cs-lmsso10.tfm)
Provides: tex(cs-lmsso12.tfm)
Provides: tex(cs-lmsso17.tfm)
Provides: tex(cs-lmsso8.tfm)
Provides: tex(cs-lmsso9.tfm)
Provides: tex(cs-lmssq8.tfm)
Provides: tex(cs-lmssqbo8.tfm)
Provides: tex(cs-lmssqbx8.tfm)
Provides: tex(cs-lmssqo8.tfm)
Provides: tex(cs-lmtcsc10.tfm)
Provides: tex(cs-lmtcso10.tfm)
Provides: tex(cs-lmtk10.tfm)
Provides: tex(cs-lmtko10.tfm)
Provides: tex(cs-lmtl10.tfm)
Provides: tex(cs-lmtlc10.tfm)
Provides: tex(cs-lmtlco10.tfm)
Provides: tex(cs-lmtlo10.tfm)
Provides: tex(cs-lmtt10.tfm)
Provides: tex(cs-lmtt12.tfm)
Provides: tex(cs-lmtt8.tfm)
Provides: tex(cs-lmtt9.tfm)
Provides: tex(cs-lmtti10.tfm)
Provides: tex(cs-lmtto10.tfm)
Provides: tex(cs-lmu10.tfm)
Provides: tex(cs-lmvtk10.tfm)
Provides: tex(cs-lmvtko10.tfm)
Provides: tex(cs-lmvtl10.tfm)
Provides: tex(cs-lmvtlo10.tfm)
Provides: tex(cs-lmvtt10.tfm)
Provides: tex(cs-lmvtto10.tfm)
Provides: tex(ec-lmb10.tfm)
Provides: tex(ec-lmbo10.tfm)
Provides: tex(ec-lmbx10.tfm)
Provides: tex(ec-lmbx12.tfm)
Provides: tex(ec-lmbx5.tfm)
Provides: tex(ec-lmbx6.tfm)
Provides: tex(ec-lmbx7.tfm)
Provides: tex(ec-lmbx8.tfm)
Provides: tex(ec-lmbx9.tfm)
Provides: tex(ec-lmbxi10.tfm)
Provides: tex(ec-lmbxo10.tfm)
Provides: tex(ec-lmcsc10.tfm)
Provides: tex(ec-lmcsco10.tfm)
Provides: tex(ec-lmdunh10.tfm)
Provides: tex(ec-lmduno10.tfm)
Provides: tex(ec-lmr10.tfm)
Provides: tex(ec-lmr12.tfm)
Provides: tex(ec-lmr17.tfm)
Provides: tex(ec-lmr5.tfm)
Provides: tex(ec-lmr6.tfm)
Provides: tex(ec-lmr7.tfm)
Provides: tex(ec-lmr8.tfm)
Provides: tex(ec-lmr9.tfm)
Provides: tex(ec-lmri10.tfm)
Provides: tex(ec-lmri12.tfm)
Provides: tex(ec-lmri7.tfm)
Provides: tex(ec-lmri8.tfm)
Provides: tex(ec-lmri9.tfm)
Provides: tex(ec-lmro10.tfm)
Provides: tex(ec-lmro12.tfm)
Provides: tex(ec-lmro17.tfm)
Provides: tex(ec-lmro8.tfm)
Provides: tex(ec-lmro9.tfm)
Provides: tex(ec-lmss10.tfm)
Provides: tex(ec-lmss12.tfm)
Provides: tex(ec-lmss17.tfm)
Provides: tex(ec-lmss8.tfm)
Provides: tex(ec-lmss9.tfm)
Provides: tex(ec-lmssbo10.tfm)
Provides: tex(ec-lmssbx10.tfm)
Provides: tex(ec-lmssdc10.tfm)
Provides: tex(ec-lmssdo10.tfm)
Provides: tex(ec-lmsso10.tfm)
Provides: tex(ec-lmsso12.tfm)
Provides: tex(ec-lmsso17.tfm)
Provides: tex(ec-lmsso8.tfm)
Provides: tex(ec-lmsso9.tfm)
Provides: tex(ec-lmssq8.tfm)
Provides: tex(ec-lmssqbo8.tfm)
Provides: tex(ec-lmssqbx8.tfm)
Provides: tex(ec-lmssqo8.tfm)
Provides: tex(ec-lmtcsc10.tfm)
Provides: tex(ec-lmtcso10.tfm)
Provides: tex(ec-lmtk10.tfm)
Provides: tex(ec-lmtko10.tfm)
Provides: tex(ec-lmtl10.tfm)
Provides: tex(ec-lmtlc10.tfm)
Provides: tex(ec-lmtlco10.tfm)
Provides: tex(ec-lmtlo10.tfm)
Provides: tex(ec-lmtt10.tfm)
Provides: tex(ec-lmtt12.tfm)
Provides: tex(ec-lmtt8.tfm)
Provides: tex(ec-lmtt9.tfm)
Provides: tex(ec-lmtti10.tfm)
Provides: tex(ec-lmtto10.tfm)
Provides: tex(ec-lmu10.tfm)
Provides: tex(ec-lmvtk10.tfm)
Provides: tex(ec-lmvtko10.tfm)
Provides: tex(ec-lmvtl10.tfm)
Provides: tex(ec-lmvtlo10.tfm)
Provides: tex(ec-lmvtt10.tfm)
Provides: tex(ec-lmvtto10.tfm)
Provides: tex(il2lmdh.fd)
Provides: tex(il2lmr.fd)
Provides: tex(il2lmss.fd)
Provides: tex(il2lmssq.fd)
Provides: tex(il2lmtt.fd)
Provides: tex(il2lmvtt.fd)
Provides: tex(l7x-lmb10.tfm)
Provides: tex(l7x-lmbo10.tfm)
Provides: tex(l7x-lmbx10.tfm)
Provides: tex(l7x-lmbx12.tfm)
Provides: tex(l7x-lmbx5.tfm)
Provides: tex(l7x-lmbx6.tfm)
Provides: tex(l7x-lmbx7.tfm)
Provides: tex(l7x-lmbx8.tfm)
Provides: tex(l7x-lmbx9.tfm)
Provides: tex(l7x-lmbxi10.tfm)
Provides: tex(l7x-lmbxo10.tfm)
Provides: tex(l7x-lmcsc10.tfm)
Provides: tex(l7x-lmcsco10.tfm)
Provides: tex(l7x-lmdunh10.tfm)
Provides: tex(l7x-lmduno10.tfm)
Provides: tex(l7x-lmr10.tfm)
Provides: tex(l7x-lmr12.tfm)
Provides: tex(l7x-lmr17.tfm)
Provides: tex(l7x-lmr5.tfm)
Provides: tex(l7x-lmr6.tfm)
Provides: tex(l7x-lmr7.tfm)
Provides: tex(l7x-lmr8.tfm)
Provides: tex(l7x-lmr9.tfm)
Provides: tex(l7x-lmri10.tfm)
Provides: tex(l7x-lmri12.tfm)
Provides: tex(l7x-lmri7.tfm)
Provides: tex(l7x-lmri8.tfm)
Provides: tex(l7x-lmri9.tfm)
Provides: tex(l7x-lmro10.tfm)
Provides: tex(l7x-lmro12.tfm)
Provides: tex(l7x-lmro17.tfm)
Provides: tex(l7x-lmro8.tfm)
Provides: tex(l7x-lmro9.tfm)
Provides: tex(l7x-lmss10.tfm)
Provides: tex(l7x-lmss12.tfm)
Provides: tex(l7x-lmss17.tfm)
Provides: tex(l7x-lmss8.tfm)
Provides: tex(l7x-lmss9.tfm)
Provides: tex(l7x-lmssbo10.tfm)
Provides: tex(l7x-lmssbx10.tfm)
Provides: tex(l7x-lmssdc10.tfm)
Provides: tex(l7x-lmssdo10.tfm)
Provides: tex(l7x-lmsso10.tfm)
Provides: tex(l7x-lmsso12.tfm)
Provides: tex(l7x-lmsso17.tfm)
Provides: tex(l7x-lmsso8.tfm)
Provides: tex(l7x-lmsso9.tfm)
Provides: tex(l7x-lmssq8.tfm)
Provides: tex(l7x-lmssqbo8.tfm)
Provides: tex(l7x-lmssqbx8.tfm)
Provides: tex(l7x-lmssqo8.tfm)
Provides: tex(l7x-lmtcsc10.tfm)
Provides: tex(l7x-lmtcso10.tfm)
Provides: tex(l7x-lmtk10.tfm)
Provides: tex(l7x-lmtko10.tfm)
Provides: tex(l7x-lmtl10.tfm)
Provides: tex(l7x-lmtlc10.tfm)
Provides: tex(l7x-lmtlco10.tfm)
Provides: tex(l7x-lmtlo10.tfm)
Provides: tex(l7x-lmtt10.tfm)
Provides: tex(l7x-lmtt12.tfm)
Provides: tex(l7x-lmtt8.tfm)
Provides: tex(l7x-lmtt9.tfm)
Provides: tex(l7x-lmtti10.tfm)
Provides: tex(l7x-lmtto10.tfm)
Provides: tex(l7x-lmu10.tfm)
Provides: tex(l7x-lmvtk10.tfm)
Provides: tex(l7x-lmvtko10.tfm)
Provides: tex(l7x-lmvtl10.tfm)
Provides: tex(l7x-lmvtlo10.tfm)
Provides: tex(l7x-lmvtt10.tfm)
Provides: tex(l7x-lmvtto10.tfm)
Provides: tex(l7xlmdh.fd)
Provides: tex(l7xlmr.fd)
Provides: tex(l7xlmss.fd)
Provides: tex(l7xlmssq.fd)
Provides: tex(l7xlmtt.fd)
Provides: tex(l7xlmvtt.fd)
Provides: tex(lm-cs.enc)
Provides: tex(lm-cs.map)
Provides: tex(lm-cssc.enc)
Provides: tex(lm-cstt.enc)
Provides: tex(lm-ec.enc)
Provides: tex(lm-ec.map)
Provides: tex(lm-ec.map)
Provides: tex(lm-l7x.enc)
Provides: tex(lm-l7x.map)
Provides: tex(lm-math.map)
Provides: tex(lm-math.map)
Provides: tex(lm-mathex.enc)
Provides: tex(lm-mathit.enc)
Provides: tex(lm-mathsy.enc)
Provides: tex(lm-qx.enc)
Provides: tex(lm-qx.map)
Provides: tex(lm-qxsc.enc)
Provides: tex(lm-qxtt.enc)
Provides: tex(lm-rep-cmin.enc)
Provides: tex(lm-rep-cmit.enc)
Provides: tex(lm-rep-cmitt.enc)
Provides: tex(lm-rep-cmother.map)
Provides: tex(lm-rep-cmrm.enc)
Provides: tex(lm-rep-cmsc.enc)
Provides: tex(lm-rep-cmtext-interpolated.map)
Provides: tex(lm-rep-cmtext.map)
Provides: tex(lm-rep-cmtt.enc)
Provides: tex(lm-rep-csin.enc)
Provides: tex(lm-rep-csrm.enc)
Provides: tex(lm-rep-cssc.enc)
Provides: tex(lm-rep-cstext.map)
Provides: tex(lm-rep-cstt.enc)
Provides: tex(lm-rep-plin.enc)
Provides: tex(lm-rep-plit.enc)
Provides: tex(lm-rep-plitt.enc)
Provides: tex(lm-rep-plrm.enc)
Provides: tex(lm-rep-plsc.enc)
Provides: tex(lm-rep-pltext.map)
Provides: tex(lm-rep-pltt.enc)
Provides: tex(lm-rep-t5psn.enc)
Provides: tex(lm-rep-vntext.map)
Provides: tex(lm-rm.enc)
Provides: tex(lm-rm.map)
Provides: tex(lm-rm.map)
Provides: tex(lm-rmsc.enc)
Provides: tex(lm-rmtt.enc)
Provides: tex(lm-t5.enc)
Provides: tex(lm-t5.map)
Provides: tex(lm-texnansi.enc)
Provides: tex(lm-texnansi.map)
Provides: tex(lm-texnansi.map)
Provides: tex(lm-ts1.enc)
Provides: tex(lm-ts1.map)
Provides: tex(lm.map)
Provides: tex(lmbsy10.tfm)
Provides: tex(lmbsy5.tfm)
Provides: tex(lmbsy7.tfm)
Provides: tex(lmex10.tfm)
Provides: tex(lmmi10.tfm)
Provides: tex(lmmi12.tfm)
Provides: tex(lmmi5.tfm)
Provides: tex(lmmi6.tfm)
Provides: tex(lmmi7.tfm)
Provides: tex(lmmi8.tfm)
Provides: tex(lmmi9.tfm)
Provides: tex(lmmib10.tfm)
Provides: tex(lmmib5.tfm)
Provides: tex(lmmib7.tfm)
Provides: tex(lmodern.sty)
Provides: tex(lmsy10.tfm)
Provides: tex(lmsy5.tfm)
Provides: tex(lmsy6.tfm)
Provides: tex(lmsy7.tfm)
Provides: tex(lmsy8.tfm)
Provides: tex(lmsy9.tfm)
Provides: tex(ly1lmdh.fd)
Provides: tex(ly1lmr.fd)
Provides: tex(ly1lmss.fd)
Provides: tex(ly1lmssq.fd)
Provides: tex(ly1lmtt.fd)
Provides: tex(ly1lmvtt.fd)
Provides: tex(omllmm.fd)
Provides: tex(omllmr.fd)
Provides: tex(omslmr.fd)
Provides: tex(omslmsy.fd)
Provides: tex(omxlmex.fd)
Provides: tex(ot1lmdh.fd)
Provides: tex(ot1lmr.fd)
Provides: tex(ot1lmss.fd)
Provides: tex(ot1lmssq.fd)
Provides: tex(ot1lmtt.fd)
Provides: tex(ot1lmvtt.fd)
Provides: tex(ot4lmdh.fd)
Provides: tex(ot4lmr.fd)
Provides: tex(ot4lmss.fd)
Provides: tex(ot4lmssq.fd)
Provides: tex(ot4lmtt.fd)
Provides: tex(ot4lmvtt.fd)
Provides: tex(qx-lmb10.tfm)
Provides: tex(qx-lmbo10.tfm)
Provides: tex(qx-lmbx10.tfm)
Provides: tex(qx-lmbx12.tfm)
Provides: tex(qx-lmbx5.tfm)
Provides: tex(qx-lmbx6.tfm)
Provides: tex(qx-lmbx7.tfm)
Provides: tex(qx-lmbx8.tfm)
Provides: tex(qx-lmbx9.tfm)
Provides: tex(qx-lmbxi10.tfm)
Provides: tex(qx-lmbxo10.tfm)
Provides: tex(qx-lmcsc10.tfm)
Provides: tex(qx-lmcsco10.tfm)
Provides: tex(qx-lmdunh10.tfm)
Provides: tex(qx-lmduno10.tfm)
Provides: tex(qx-lmr10.tfm)
Provides: tex(qx-lmr12.tfm)
Provides: tex(qx-lmr17.tfm)
Provides: tex(qx-lmr5.tfm)
Provides: tex(qx-lmr6.tfm)
Provides: tex(qx-lmr7.tfm)
Provides: tex(qx-lmr8.tfm)
Provides: tex(qx-lmr9.tfm)
Provides: tex(qx-lmri10.tfm)
Provides: tex(qx-lmri12.tfm)
Provides: tex(qx-lmri7.tfm)
Provides: tex(qx-lmri8.tfm)
Provides: tex(qx-lmri9.tfm)
Provides: tex(qx-lmro10.tfm)
Provides: tex(qx-lmro12.tfm)
Provides: tex(qx-lmro17.tfm)
Provides: tex(qx-lmro8.tfm)
Provides: tex(qx-lmro9.tfm)
Provides: tex(qx-lmss10.tfm)
Provides: tex(qx-lmss12.tfm)
Provides: tex(qx-lmss17.tfm)
Provides: tex(qx-lmss8.tfm)
Provides: tex(qx-lmss9.tfm)
Provides: tex(qx-lmssbo10.tfm)
Provides: tex(qx-lmssbx10.tfm)
Provides: tex(qx-lmssdc10.tfm)
Provides: tex(qx-lmssdo10.tfm)
Provides: tex(qx-lmsso10.tfm)
Provides: tex(qx-lmsso12.tfm)
Provides: tex(qx-lmsso17.tfm)
Provides: tex(qx-lmsso8.tfm)
Provides: tex(qx-lmsso9.tfm)
Provides: tex(qx-lmssq8.tfm)
Provides: tex(qx-lmssqbo8.tfm)
Provides: tex(qx-lmssqbx8.tfm)
Provides: tex(qx-lmssqo8.tfm)
Provides: tex(qx-lmtcsc10.tfm)
Provides: tex(qx-lmtcso10.tfm)
Provides: tex(qx-lmtk10.tfm)
Provides: tex(qx-lmtko10.tfm)
Provides: tex(qx-lmtl10.tfm)
Provides: tex(qx-lmtlc10.tfm)
Provides: tex(qx-lmtlco10.tfm)
Provides: tex(qx-lmtlo10.tfm)
Provides: tex(qx-lmtt10.tfm)
Provides: tex(qx-lmtt12.tfm)
Provides: tex(qx-lmtt8.tfm)
Provides: tex(qx-lmtt9.tfm)
Provides: tex(qx-lmtti10.tfm)
Provides: tex(qx-lmtto10.tfm)
Provides: tex(qx-lmu10.tfm)
Provides: tex(qx-lmvtk10.tfm)
Provides: tex(qx-lmvtko10.tfm)
Provides: tex(qx-lmvtl10.tfm)
Provides: tex(qx-lmvtlo10.tfm)
Provides: tex(qx-lmvtt10.tfm)
Provides: tex(qx-lmvtto10.tfm)
Provides: tex(qxlmdh.fd)
Provides: tex(qxlmr.fd)
Provides: tex(qxlmss.fd)
Provides: tex(qxlmssq.fd)
Provides: tex(qxlmtt.fd)
Provides: tex(qxlmvtt.fd)
Provides: tex(rm-lmb10.tfm)
Provides: tex(rm-lmbo10.tfm)
Provides: tex(rm-lmbx10.tfm)
Provides: tex(rm-lmbx12.tfm)
Provides: tex(rm-lmbx5.tfm)
Provides: tex(rm-lmbx6.tfm)
Provides: tex(rm-lmbx7.tfm)
Provides: tex(rm-lmbx8.tfm)
Provides: tex(rm-lmbx9.tfm)
Provides: tex(rm-lmbxi10.tfm)
Provides: tex(rm-lmbxo10.tfm)
Provides: tex(rm-lmcsc10.tfm)
Provides: tex(rm-lmcsco10.tfm)
Provides: tex(rm-lmdunh10.tfm)
Provides: tex(rm-lmduno10.tfm)
Provides: tex(rm-lmr10.tfm)
Provides: tex(rm-lmr12.tfm)
Provides: tex(rm-lmr17.tfm)
Provides: tex(rm-lmr5.tfm)
Provides: tex(rm-lmr6.tfm)
Provides: tex(rm-lmr7.tfm)
Provides: tex(rm-lmr8.tfm)
Provides: tex(rm-lmr9.tfm)
Provides: tex(rm-lmri10.tfm)
Provides: tex(rm-lmri12.tfm)
Provides: tex(rm-lmri7.tfm)
Provides: tex(rm-lmri8.tfm)
Provides: tex(rm-lmri9.tfm)
Provides: tex(rm-lmro10.tfm)
Provides: tex(rm-lmro12.tfm)
Provides: tex(rm-lmro17.tfm)
Provides: tex(rm-lmro8.tfm)
Provides: tex(rm-lmro9.tfm)
Provides: tex(rm-lmss10.tfm)
Provides: tex(rm-lmss12.tfm)
Provides: tex(rm-lmss17.tfm)
Provides: tex(rm-lmss8.tfm)
Provides: tex(rm-lmss9.tfm)
Provides: tex(rm-lmssbo10.tfm)
Provides: tex(rm-lmssbx10.tfm)
Provides: tex(rm-lmssdc10.tfm)
Provides: tex(rm-lmssdo10.tfm)
Provides: tex(rm-lmsso10.tfm)
Provides: tex(rm-lmsso12.tfm)
Provides: tex(rm-lmsso17.tfm)
Provides: tex(rm-lmsso8.tfm)
Provides: tex(rm-lmsso9.tfm)
Provides: tex(rm-lmssq8.tfm)
Provides: tex(rm-lmssqbo8.tfm)
Provides: tex(rm-lmssqbx8.tfm)
Provides: tex(rm-lmssqo8.tfm)
Provides: tex(rm-lmtcsc10.tfm)
Provides: tex(rm-lmtcso10.tfm)
Provides: tex(rm-lmtk10.tfm)
Provides: tex(rm-lmtko10.tfm)
Provides: tex(rm-lmtl10.tfm)
Provides: tex(rm-lmtlc10.tfm)
Provides: tex(rm-lmtlco10.tfm)
Provides: tex(rm-lmtlo10.tfm)
Provides: tex(rm-lmtt10.tfm)
Provides: tex(rm-lmtt12.tfm)
Provides: tex(rm-lmtt8.tfm)
Provides: tex(rm-lmtt9.tfm)
Provides: tex(rm-lmtti10.tfm)
Provides: tex(rm-lmtto10.tfm)
Provides: tex(rm-lmu10.tfm)
Provides: tex(rm-lmvtk10.tfm)
Provides: tex(rm-lmvtko10.tfm)
Provides: tex(rm-lmvtl10.tfm)
Provides: tex(rm-lmvtlo10.tfm)
Provides: tex(rm-lmvtt10.tfm)
Provides: tex(rm-lmvtto10.tfm)
Provides: tex(t1lmdh.fd)
Provides: tex(t1lmr.fd)
Provides: tex(t1lmss.fd)
Provides: tex(t1lmssq.fd)
Provides: tex(t1lmtt.fd)
Provides: tex(t1lmvtt.fd)
Provides: tex(t5-lmb10.tfm)
Provides: tex(t5-lmbo10.tfm)
Provides: tex(t5-lmbx10.tfm)
Provides: tex(t5-lmbx12.tfm)
Provides: tex(t5-lmbx5.tfm)
Provides: tex(t5-lmbx6.tfm)
Provides: tex(t5-lmbx7.tfm)
Provides: tex(t5-lmbx8.tfm)
Provides: tex(t5-lmbx9.tfm)
Provides: tex(t5-lmbxi10.tfm)
Provides: tex(t5-lmbxo10.tfm)
Provides: tex(t5-lmcsc10.tfm)
Provides: tex(t5-lmcsco10.tfm)
Provides: tex(t5-lmdunh10.tfm)
Provides: tex(t5-lmduno10.tfm)
Provides: tex(t5-lmr10.tfm)
Provides: tex(t5-lmr12.tfm)
Provides: tex(t5-lmr17.tfm)
Provides: tex(t5-lmr5.tfm)
Provides: tex(t5-lmr6.tfm)
Provides: tex(t5-lmr7.tfm)
Provides: tex(t5-lmr8.tfm)
Provides: tex(t5-lmr9.tfm)
Provides: tex(t5-lmri10.tfm)
Provides: tex(t5-lmri12.tfm)
Provides: tex(t5-lmri7.tfm)
Provides: tex(t5-lmri8.tfm)
Provides: tex(t5-lmri9.tfm)
Provides: tex(t5-lmro10.tfm)
Provides: tex(t5-lmro12.tfm)
Provides: tex(t5-lmro17.tfm)
Provides: tex(t5-lmro8.tfm)
Provides: tex(t5-lmro9.tfm)
Provides: tex(t5-lmss10.tfm)
Provides: tex(t5-lmss12.tfm)
Provides: tex(t5-lmss17.tfm)
Provides: tex(t5-lmss8.tfm)
Provides: tex(t5-lmss9.tfm)
Provides: tex(t5-lmssbo10.tfm)
Provides: tex(t5-lmssbx10.tfm)
Provides: tex(t5-lmssdc10.tfm)
Provides: tex(t5-lmssdo10.tfm)
Provides: tex(t5-lmsso10.tfm)
Provides: tex(t5-lmsso12.tfm)
Provides: tex(t5-lmsso17.tfm)
Provides: tex(t5-lmsso8.tfm)
Provides: tex(t5-lmsso9.tfm)
Provides: tex(t5-lmssq8.tfm)
Provides: tex(t5-lmssqbo8.tfm)
Provides: tex(t5-lmssqbx8.tfm)
Provides: tex(t5-lmssqo8.tfm)
Provides: tex(t5-lmtcsc10.tfm)
Provides: tex(t5-lmtcso10.tfm)
Provides: tex(t5-lmtk10.tfm)
Provides: tex(t5-lmtko10.tfm)
Provides: tex(t5-lmtl10.tfm)
Provides: tex(t5-lmtlc10.tfm)
Provides: tex(t5-lmtlco10.tfm)
Provides: tex(t5-lmtlo10.tfm)
Provides: tex(t5-lmtt10.tfm)
Provides: tex(t5-lmtt12.tfm)
Provides: tex(t5-lmtt8.tfm)
Provides: tex(t5-lmtt9.tfm)
Provides: tex(t5-lmtti10.tfm)
Provides: tex(t5-lmtto10.tfm)
Provides: tex(t5-lmu10.tfm)
Provides: tex(t5-lmvtk10.tfm)
Provides: tex(t5-lmvtko10.tfm)
Provides: tex(t5-lmvtl10.tfm)
Provides: tex(t5-lmvtlo10.tfm)
Provides: tex(t5-lmvtt10.tfm)
Provides: tex(t5-lmvtto10.tfm)
Provides: tex(t5lmdh.fd)
Provides: tex(t5lmr.fd)
Provides: tex(t5lmss.fd)
Provides: tex(t5lmssq.fd)
Provides: tex(t5lmtt.fd)
Provides: tex(t5lmvtt.fd)
Provides: tex(texnansi-lmb10.tfm)
Provides: tex(texnansi-lmbo10.tfm)
Provides: tex(texnansi-lmbx10.tfm)
Provides: tex(texnansi-lmbx12.tfm)
Provides: tex(texnansi-lmbx5.tfm)
Provides: tex(texnansi-lmbx6.tfm)
Provides: tex(texnansi-lmbx7.tfm)
Provides: tex(texnansi-lmbx8.tfm)
Provides: tex(texnansi-lmbx9.tfm)
Provides: tex(texnansi-lmbxi10.tfm)
Provides: tex(texnansi-lmbxo10.tfm)
Provides: tex(texnansi-lmcsc10.tfm)
Provides: tex(texnansi-lmcsco10.tfm)
Provides: tex(texnansi-lmdunh10.tfm)
Provides: tex(texnansi-lmduno10.tfm)
Provides: tex(texnansi-lmr10.tfm)
Provides: tex(texnansi-lmr12.tfm)
Provides: tex(texnansi-lmr17.tfm)
Provides: tex(texnansi-lmr5.tfm)
Provides: tex(texnansi-lmr6.tfm)
Provides: tex(texnansi-lmr7.tfm)
Provides: tex(texnansi-lmr8.tfm)
Provides: tex(texnansi-lmr9.tfm)
Provides: tex(texnansi-lmri10.tfm)
Provides: tex(texnansi-lmri12.tfm)
Provides: tex(texnansi-lmri7.tfm)
Provides: tex(texnansi-lmri8.tfm)
Provides: tex(texnansi-lmri9.tfm)
Provides: tex(texnansi-lmro10.tfm)
Provides: tex(texnansi-lmro12.tfm)
Provides: tex(texnansi-lmro17.tfm)
Provides: tex(texnansi-lmro8.tfm)
Provides: tex(texnansi-lmro9.tfm)
Provides: tex(texnansi-lmss10.tfm)
Provides: tex(texnansi-lmss12.tfm)
Provides: tex(texnansi-lmss17.tfm)
Provides: tex(texnansi-lmss8.tfm)
Provides: tex(texnansi-lmss9.tfm)
Provides: tex(texnansi-lmssbo10.tfm)
Provides: tex(texnansi-lmssbx10.tfm)
Provides: tex(texnansi-lmssdc10.tfm)
Provides: tex(texnansi-lmssdo10.tfm)
Provides: tex(texnansi-lmsso10.tfm)
Provides: tex(texnansi-lmsso12.tfm)
Provides: tex(texnansi-lmsso17.tfm)
Provides: tex(texnansi-lmsso8.tfm)
Provides: tex(texnansi-lmsso9.tfm)
Provides: tex(texnansi-lmssq8.tfm)
Provides: tex(texnansi-lmssqbo8.tfm)
Provides: tex(texnansi-lmssqbx8.tfm)
Provides: tex(texnansi-lmssqo8.tfm)
Provides: tex(texnansi-lmtcsc10.tfm)
Provides: tex(texnansi-lmtcso10.tfm)
Provides: tex(texnansi-lmtk10.tfm)
Provides: tex(texnansi-lmtko10.tfm)
Provides: tex(texnansi-lmtl10.tfm)
Provides: tex(texnansi-lmtlc10.tfm)
Provides: tex(texnansi-lmtlco10.tfm)
Provides: tex(texnansi-lmtlo10.tfm)
Provides: tex(texnansi-lmtt10.tfm)
Provides: tex(texnansi-lmtt12.tfm)
Provides: tex(texnansi-lmtt8.tfm)
Provides: tex(texnansi-lmtt9.tfm)
Provides: tex(texnansi-lmtti10.tfm)
Provides: tex(texnansi-lmtto10.tfm)
Provides: tex(texnansi-lmu10.tfm)
Provides: tex(texnansi-lmvtk10.tfm)
Provides: tex(texnansi-lmvtko10.tfm)
Provides: tex(texnansi-lmvtl10.tfm)
Provides: tex(texnansi-lmvtlo10.tfm)
Provides: tex(texnansi-lmvtt10.tfm)
Provides: tex(texnansi-lmvtto10.tfm)
Provides: tex(ts1-lmb10.tfm)
Provides: tex(ts1-lmbo10.tfm)
Provides: tex(ts1-lmbx10.tfm)
Provides: tex(ts1-lmbx12.tfm)
Provides: tex(ts1-lmbx5.tfm)
Provides: tex(ts1-lmbx6.tfm)
Provides: tex(ts1-lmbx7.tfm)
Provides: tex(ts1-lmbx8.tfm)
Provides: tex(ts1-lmbx9.tfm)
Provides: tex(ts1-lmbxi10.tfm)
Provides: tex(ts1-lmbxo10.tfm)
Provides: tex(ts1-lmcsc10.tfm)
Provides: tex(ts1-lmcsco10.tfm)
Provides: tex(ts1-lmdunh10.tfm)
Provides: tex(ts1-lmduno10.tfm)
Provides: tex(ts1-lmr10.tfm)
Provides: tex(ts1-lmr12.tfm)
Provides: tex(ts1-lmr17.tfm)
Provides: tex(ts1-lmr5.tfm)
Provides: tex(ts1-lmr6.tfm)
Provides: tex(ts1-lmr7.tfm)
Provides: tex(ts1-lmr8.tfm)
Provides: tex(ts1-lmr9.tfm)
Provides: tex(ts1-lmri10.tfm)
Provides: tex(ts1-lmri12.tfm)
Provides: tex(ts1-lmri7.tfm)
Provides: tex(ts1-lmri8.tfm)
Provides: tex(ts1-lmri9.tfm)
Provides: tex(ts1-lmro10.tfm)
Provides: tex(ts1-lmro12.tfm)
Provides: tex(ts1-lmro17.tfm)
Provides: tex(ts1-lmro8.tfm)
Provides: tex(ts1-lmro9.tfm)
Provides: tex(ts1-lmss10.tfm)
Provides: tex(ts1-lmss12.tfm)
Provides: tex(ts1-lmss17.tfm)
Provides: tex(ts1-lmss8.tfm)
Provides: tex(ts1-lmss9.tfm)
Provides: tex(ts1-lmssbo10.tfm)
Provides: tex(ts1-lmssbx10.tfm)
Provides: tex(ts1-lmssdc10.tfm)
Provides: tex(ts1-lmssdo10.tfm)
Provides: tex(ts1-lmsso10.tfm)
Provides: tex(ts1-lmsso12.tfm)
Provides: tex(ts1-lmsso17.tfm)
Provides: tex(ts1-lmsso8.tfm)
Provides: tex(ts1-lmsso9.tfm)
Provides: tex(ts1-lmssq8.tfm)
Provides: tex(ts1-lmssqbo8.tfm)
Provides: tex(ts1-lmssqbx8.tfm)
Provides: tex(ts1-lmssqo8.tfm)
Provides: tex(ts1-lmtcsc10.tfm)
Provides: tex(ts1-lmtcso10.tfm)
Provides: tex(ts1-lmtk10.tfm)
Provides: tex(ts1-lmtko10.tfm)
Provides: tex(ts1-lmtl10.tfm)
Provides: tex(ts1-lmtlc10.tfm)
Provides: tex(ts1-lmtlco10.tfm)
Provides: tex(ts1-lmtlo10.tfm)
Provides: tex(ts1-lmtt10.tfm)
Provides: tex(ts1-lmtt12.tfm)
Provides: tex(ts1-lmtt8.tfm)
Provides: tex(ts1-lmtt9.tfm)
Provides: tex(ts1-lmtti10.tfm)
Provides: tex(ts1-lmtto10.tfm)
Provides: tex(ts1-lmu10.tfm)
Provides: tex(ts1-lmvtk10.tfm)
Provides: tex(ts1-lmvtko10.tfm)
Provides: tex(ts1-lmvtl10.tfm)
Provides: tex(ts1-lmvtlo10.tfm)
Provides: tex(ts1-lmvtt10.tfm)
Provides: tex(ts1-lmvtto10.tfm)
Provides: tex(ts1lmdh.fd)
Provides: tex(ts1lmr.fd)
Provides: tex(ts1lmss.fd)
Provides: tex(ts1lmssq.fd)
Provides: tex(ts1lmtt.fd)
Provides: tex(ts1lmvtt.fd)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source154: lm.tar.xz
Source155: lm.doc.tar.xz
%description -n texlive-lm
The Latin Modern family of fonts consists of 72 text fonts and
20 mathematics fonts, and is based on the Computer Modern fonts
released into public domain by AMS (copyright (c) 1997 AMS).
The lm font set contains a lot of additional characters, mainly
accented ones, but not exclusively. There is one set of fonts,
available both in Adobe Type 1 format (*.pfb) and in OpenType
format (*.otf). There are five sets of TeX Font Metric files,
corresponding to: Cork encoding (cork-*.tfm); QX encoding (qx-
*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); T5
(Vietnamese) encoding (t5-*.tfm); and Text Companion for EC
fonts aka TS1 (ts1-*.tfm).
date: 2012-05-22 08:49:40 +0000
%package -n texlive-lm-doc
Summary: Documentation for texlive-lm
License: LPPL-1.3c
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.2.004svn28119
Release: 0
%description -n texlive-lm-doc
This package includes the documentation for texlive-lm
%package -n texlive-lm-fonts
Summary: Severed fonts for texlive-lm
License: LPPL-1.3c
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.2.004svn28119
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-lm-fonts
The separated fonts package for texlive-lm
%post -n texlive-lm
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if grep -qsE 'Map[[:blank:]]+lm.map' %{_texmfconfdir}/web2c/updmap.cfg; then
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+lm.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
echo 'Map lm.map' >> %{_texmfconfdir}/web2c/updmap.cfg
fi
> /var/run/texlive/run-updmap
%postun -n texlive-lm
if test $1 = 0; then
sed -ri 's/^(Map[[:blank:]]+lm.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-lm
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-lm-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/lm/GUST-FONT-LICENSE.TXT
%{_texmfdistdir}/doc/fonts/lm/MANIFEST-Latin-Modern.TXT
%{_texmfdistdir}/doc/fonts/lm/README-Latin-Modern.TXT
%{_texmfdistdir}/doc/fonts/lm/lm-hist.txt
%{_texmfdistdir}/doc/fonts/lm/lm-info.pdf
%{_texmfdistdir}/doc/fonts/lm/tstlmot1.pdf
%{_texmfdistdir}/doc/fonts/lm/tstlmot1.tex
%{_texmfdistdir}/doc/fonts/lm/tstlmot4.pdf
%{_texmfdistdir}/doc/fonts/lm/tstlmot4.tex
%{_texmfdistdir}/doc/fonts/lm/tstlmqx.pdf
%{_texmfdistdir}/doc/fonts/lm/tstlmqx.tex
%{_texmfdistdir}/doc/fonts/lm/tstlmt1.pdf
%{_texmfdistdir}/doc/fonts/lm/tstlmt1.tex
%{_texmfdistdir}/doc/fonts/lm/tstlmts1.pdf
%{_texmfdistdir}/doc/fonts/lm/tstlmts1.tex
%files -n texlive-lm
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/afm/public/lm/lmb10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmbo10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmbsy10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmbsy10.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmbsy5.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmbsy5.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmbsy7.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmbsy7.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmbx10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmbx12.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmbx5.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmbx6.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmbx7.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmbx8.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmbx9.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmbxi10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmbxo10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmcsc10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmcsco10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmdunh10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmduno10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmex10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmex10.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmmi10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmmi10.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmmi12.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmmi12.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmmi5.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmmi5.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmmi6.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmmi6.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmmi7.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmmi7.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmmi8.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmmi8.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmmi9.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmmi9.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmmib10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmmib10.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmmib5.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmmib5.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmmib7.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmmib7.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmr10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmr12.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmr17.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmr5.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmr6.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmr7.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmr8.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmr9.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmri10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmri12.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmri7.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmri8.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmri9.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmro10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmro12.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmro17.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmro8.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmro9.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmss10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmss12.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmss17.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmss8.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmss9.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmssbo10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmssbx10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmssdc10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmssdo10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmsso10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmsso12.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmsso17.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmsso8.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmsso9.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmssq8.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmssqbo8.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmssqbx8.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmssqo8.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmsy10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmsy10.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmsy5.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmsy5.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmsy6.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmsy6.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmsy7.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmsy7.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmsy8.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmsy8.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmsy9.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmsy9.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmtcsc10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmtcso10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmtk10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmtko10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmtl10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmtlc10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmtlco10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmtlo10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmtt10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmtt12.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmtt8.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmtt9.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmtti10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmtto10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmu10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmvtk10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmvtko10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmvtl10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmvtlo10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmvtt10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmvtto10.afm
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-cs.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-cssc.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-cstt.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-ec.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-l7x.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-mathex.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-mathit.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-mathsy.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-qx.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-qxsc.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-qxtt.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-cmin.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-cmit.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-cmitt.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-cmrm.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-cmsc.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-cmtt.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-csin.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-csrm.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-cssc.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-cstt.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-plin.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-plit.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-plitt.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-plrm.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-plsc.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-pltt.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-t5psn.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rm.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rmsc.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rmtt.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-t5.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-texnansi.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-ts1.enc
%{_texmfdistdir}/fonts/map/dvipdfm/lm/lm-ec.map
%{_texmfdistdir}/fonts/map/dvipdfm/lm/lm-math.map
%{_texmfdistdir}/fonts/map/dvipdfm/lm/lm-rm.map
%{_texmfdistdir}/fonts/map/dvipdfm/lm/lm-texnansi.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-cs.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-ec.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-l7x.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-math.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-qx.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-rep-cmother.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-rep-cmtext-interpolated.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-rep-cmtext.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-rep-cstext.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-rep-pltext.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-rep-vntext.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-rm.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-t5.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-texnansi.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-ts1.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm.map
%{_texmfdistdir}/fonts/opentype/public/lm/lmmono10-italic.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmono10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmono12-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmono8-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmono9-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonocaps10-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonocaps10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonolt10-bold.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonolt10-boldoblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonolt10-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonolt10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonoltcond10-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonoltcond10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonoprop10-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonoprop10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonoproplt10-bold.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonoproplt10-boldoblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonoproplt10-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonoproplt10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonoslant10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman10-bold.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman10-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman10-italic.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman12-bold.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman12-italic.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman12-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman17-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman5-bold.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman5-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman6-bold.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman6-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman7-bold.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman7-italic.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman7-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman8-bold.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman8-italic.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman8-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman9-bold.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman9-italic.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman9-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmromancaps10-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmromancaps10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmromandemi10-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmromandemi10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmromandunh10-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmromandunh10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmromanslant10-bold.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmromanslant10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmromanslant12-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmromanslant17-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmromanslant8-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmromanslant9-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmromanunsl10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsans10-bold.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsans10-boldoblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsans10-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsans10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsans12-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsans12-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsans17-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsans17-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsans8-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsans8-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsans9-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsans9-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsansdemicond10-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsansdemicond10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsansquot8-bold.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsansquot8-boldoblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsansquot8-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsansquot8-regular.otf
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmbxi10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmbxo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmcsco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmdunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmduno10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmri10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmri12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmri7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmri8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmri9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmro10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmro12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmro17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmro8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmro9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmssbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmssdo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmsso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmsso12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmsso17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmsso8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmsso9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmssqbo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmssqbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmssqo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtcso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtlc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtlco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtti10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmvtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmvtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmvtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmvtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmvtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmvtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmbxi10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmbxo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmcsco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmdunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmduno10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmri10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmri12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmri7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmri8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmri9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmro10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmro12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmro17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmro8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmro9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmssbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmssdo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmsso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmsso12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmsso17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmsso8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmsso9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmssqbo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmssqbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmssqo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtcso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtlc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtlco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtti10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmvtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmvtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmvtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmvtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmvtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmvtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmbxi10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmbxo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmcsco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmdunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmduno10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmri10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmri12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmri7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmri8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmri9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmro10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmro12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmro17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmro8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmro9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmssbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmssdo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmsso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmsso12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmsso17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmsso8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmsso9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmssqbo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmssqbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmssqo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtcso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtlc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtlco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtti10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmvtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmvtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmvtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmvtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmvtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmvtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmbsy10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmbsy5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmbsy7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmex10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmmi10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmmi12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmmi5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmmi6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmmi7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmmi8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmmi9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmmib10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmmib5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmmib7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmsy10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmsy5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmsy6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmsy7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmsy8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmsy9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmbxi10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmbxo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmcsco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmdunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmduno10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmri10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmri12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmri7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmri8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmri9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmro10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmro12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmro17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmro8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmro9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmssbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmssdo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmsso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmsso12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmsso17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmsso8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmsso9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmssqbo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmssqbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmssqo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtcso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtlc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtlco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtti10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmvtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmvtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmvtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmvtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmvtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmvtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmbxi10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmbxo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmcsco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmdunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmduno10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmri10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmri12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmri7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmri8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmri9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmro10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmro12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmro17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmro8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmro9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmssbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmssdo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmsso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmsso12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmsso17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmsso8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmsso9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmssqbo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmssqbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmssqo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtcso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtlc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtlco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtti10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmvtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmvtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmvtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmvtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmvtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmvtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmbxi10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmbxo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmcsco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmdunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmduno10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmri10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmri12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmri7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmri8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmri9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmro10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmro12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmro17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmro8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmro9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmssbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmssdo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmsso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmsso12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmsso17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmsso8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmsso9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmssqbo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmssqbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmssqo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtcso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtlc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtlco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtti10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmvtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmvtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmvtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmvtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmvtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmvtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmbxi10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmbxo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmcsco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmdunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmduno10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmri10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmri12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmri7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmri8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmri9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmro10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmro12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmro17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmro8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmro9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmssbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmssdo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmsso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmsso12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmsso17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmsso8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmsso9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmssqbo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmssqbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmssqo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtcso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtlc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtlco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtti10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmvtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmvtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmvtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmvtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmvtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmvtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmbxi10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmbxo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmcsco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmdunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmduno10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmri10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmri12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmri7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmri8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmri9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmro10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmro12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmro17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmro8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmro9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmssbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmssdo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmsso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmsso12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmsso17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmsso8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmsso9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmssqbo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmssqbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmssqo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtcso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtlc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtlco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtti10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmvtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmvtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmvtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmvtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmvtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmvtto10.tfm
%{_texmfdistdir}/fonts/type1/public/lm/lmb10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmb10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmbo10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmbo10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmbsy10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmbsy10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmbsy5.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmbsy5.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmbsy7.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmbsy7.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmbx10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmbx10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmbx12.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmbx12.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmbx5.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmbx5.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmbx6.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmbx6.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmbx7.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmbx7.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmbx8.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmbx8.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmbx9.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmbx9.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmbxi10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmbxi10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmbxo10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmbxo10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmcsc10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmcsc10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmcsco10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmcsco10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmdunh10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmdunh10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmduno10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmduno10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmex10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmex10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmmi10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmmi10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmmi12.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmmi12.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmmi5.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmmi5.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmmi6.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmmi6.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmmi7.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmmi7.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmmi8.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmmi8.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmmi9.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmmi9.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmmib10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmmib10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmmib5.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmmib5.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmmib7.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmmib7.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmr10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmr10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmr12.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmr12.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmr17.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmr17.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmr5.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmr5.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmr6.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmr6.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmr7.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmr7.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmr8.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmr8.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmr9.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmr9.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmri10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmri10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmri12.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmri12.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmri7.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmri7.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmri8.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmri8.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmri9.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmri9.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmro10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmro10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmro12.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmro12.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmro17.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmro17.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmro8.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmro8.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmro9.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmro9.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmss10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmss10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmss12.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmss12.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmss17.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmss17.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmss8.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmss8.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmss9.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmss9.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmssbo10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmssbo10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmssbx10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmssbx10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmssdc10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmssdc10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmssdo10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmssdo10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmsso10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmsso10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmsso12.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmsso12.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmsso17.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmsso17.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmsso8.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmsso8.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmsso9.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmsso9.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmssq8.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmssq8.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmssqbo8.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmssqbo8.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmssqbx8.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmssqbx8.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmssqo8.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmssqo8.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmsy10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmsy10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmsy5.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmsy5.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmsy6.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmsy6.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmsy7.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmsy7.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmsy8.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmsy8.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmsy9.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmsy9.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtcsc10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtcsc10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtcso10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtcso10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtk10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtk10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtko10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtko10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtl10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtl10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtlc10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtlc10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtlco10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtlco10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtlo10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtlo10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtt10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtt10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtt12.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtt12.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtt8.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtt8.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtt9.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtt9.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtti10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtti10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtto10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtto10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmu10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmu10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmvtk10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmvtk10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmvtko10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmvtko10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmvtl10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmvtl10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmvtlo10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmvtlo10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmvtt10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmvtt10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmvtto10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmvtto10.pfm
%{_texmfdistdir}/tex/latex/lm/il2lmdh.fd
%{_texmfdistdir}/tex/latex/lm/il2lmr.fd
%{_texmfdistdir}/tex/latex/lm/il2lmss.fd
%{_texmfdistdir}/tex/latex/lm/il2lmssq.fd
%{_texmfdistdir}/tex/latex/lm/il2lmtt.fd
%{_texmfdistdir}/tex/latex/lm/il2lmvtt.fd
%{_texmfdistdir}/tex/latex/lm/l7xlmdh.fd
%{_texmfdistdir}/tex/latex/lm/l7xlmr.fd
%{_texmfdistdir}/tex/latex/lm/l7xlmss.fd
%{_texmfdistdir}/tex/latex/lm/l7xlmssq.fd
%{_texmfdistdir}/tex/latex/lm/l7xlmtt.fd
%{_texmfdistdir}/tex/latex/lm/l7xlmvtt.fd
%{_texmfdistdir}/tex/latex/lm/lmodern.sty
%{_texmfdistdir}/tex/latex/lm/ly1lmdh.fd
%{_texmfdistdir}/tex/latex/lm/ly1lmr.fd
%{_texmfdistdir}/tex/latex/lm/ly1lmss.fd
%{_texmfdistdir}/tex/latex/lm/ly1lmssq.fd
%{_texmfdistdir}/tex/latex/lm/ly1lmtt.fd
%{_texmfdistdir}/tex/latex/lm/ly1lmvtt.fd
%{_texmfdistdir}/tex/latex/lm/omllmm.fd
%{_texmfdistdir}/tex/latex/lm/omllmr.fd
%{_texmfdistdir}/tex/latex/lm/omslmr.fd
%{_texmfdistdir}/tex/latex/lm/omslmsy.fd
%{_texmfdistdir}/tex/latex/lm/omxlmex.fd
%{_texmfdistdir}/tex/latex/lm/ot1lmdh.fd
%{_texmfdistdir}/tex/latex/lm/ot1lmr.fd
%{_texmfdistdir}/tex/latex/lm/ot1lmss.fd
%{_texmfdistdir}/tex/latex/lm/ot1lmssq.fd
%{_texmfdistdir}/tex/latex/lm/ot1lmtt.fd
%{_texmfdistdir}/tex/latex/lm/ot1lmvtt.fd
%{_texmfdistdir}/tex/latex/lm/ot4lmdh.fd
%{_texmfdistdir}/tex/latex/lm/ot4lmr.fd
%{_texmfdistdir}/tex/latex/lm/ot4lmss.fd
%{_texmfdistdir}/tex/latex/lm/ot4lmssq.fd
%{_texmfdistdir}/tex/latex/lm/ot4lmtt.fd
%{_texmfdistdir}/tex/latex/lm/ot4lmvtt.fd
%{_texmfdistdir}/tex/latex/lm/qxlmdh.fd
%{_texmfdistdir}/tex/latex/lm/qxlmr.fd
%{_texmfdistdir}/tex/latex/lm/qxlmss.fd
%{_texmfdistdir}/tex/latex/lm/qxlmssq.fd
%{_texmfdistdir}/tex/latex/lm/qxlmtt.fd
%{_texmfdistdir}/tex/latex/lm/qxlmvtt.fd
%{_texmfdistdir}/tex/latex/lm/t1lmdh.fd
%{_texmfdistdir}/tex/latex/lm/t1lmr.fd
%{_texmfdistdir}/tex/latex/lm/t1lmss.fd
%{_texmfdistdir}/tex/latex/lm/t1lmssq.fd
%{_texmfdistdir}/tex/latex/lm/t1lmtt.fd
%{_texmfdistdir}/tex/latex/lm/t1lmvtt.fd
%{_texmfdistdir}/tex/latex/lm/t5lmdh.fd
%{_texmfdistdir}/tex/latex/lm/t5lmr.fd
%{_texmfdistdir}/tex/latex/lm/t5lmss.fd
%{_texmfdistdir}/tex/latex/lm/t5lmssq.fd
%{_texmfdistdir}/tex/latex/lm/t5lmtt.fd
%{_texmfdistdir}/tex/latex/lm/t5lmvtt.fd
%{_texmfdistdir}/tex/latex/lm/ts1lmdh.fd
%{_texmfdistdir}/tex/latex/lm/ts1lmr.fd
%{_texmfdistdir}/tex/latex/lm/ts1lmss.fd
%{_texmfdistdir}/tex/latex/lm/ts1lmssq.fd
%{_texmfdistdir}/tex/latex/lm/ts1lmtt.fd
%{_texmfdistdir}/tex/latex/lm/ts1lmvtt.fd
/var/adm/update-scripts/texlive-lm-%{texlive_version}.%{texlive_noarch}.2.004svn28119-%{release}-zypper
%package -n texlive-lm-math
Version: %{texlive_version}.%{texlive_noarch}.1.958svn29044
Release: 0
Summary: OpenType maths fonts for Latin Modern
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-lm-math-fonts >= %{texlive_version}
Recommends: texlive-lm-math-doc >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source156: lm-math.tar.xz
Source157: lm-math.doc.tar.xz
%description -n texlive-lm-math
Latin Modern Math is a maths companion for the Latin Modern
family of fonts, in OpenType format. For use with LuaLaTeX or
XeLaTeX, support is available from the unicode-math package.
date: 2013-02-06 17:13:15 +0000
%package -n texlive-lm-math-doc
Summary: Documentation for texlive-lm-math
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.958svn29044
Release: 0
%description -n texlive-lm-math-doc
This package includes the documentation for texlive-lm-math
%package -n texlive-lm-math-fonts
Summary: Severed fonts for texlive-lm-math
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.958svn29044
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-lm-math-fonts
The separated fonts package for texlive-lm-math
%post -n texlive-lm-math
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-lm-math
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-lm-math
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-lm-math-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/lm-math/GUST-FONT-LICENSE.txt
%{_texmfdistdir}/doc/fonts/lm-math/INSTALL.txt
%{_texmfdistdir}/doc/fonts/lm-math/MANIFEST-Latin-Modern-Math.txt
%{_texmfdistdir}/doc/fonts/lm-math/README-Latin-Modern-Math.txt
%{_texmfdistdir}/doc/fonts/lm-math/math-test-context.tex
%{_texmfdistdir}/doc/fonts/lm-math/math-test.tex
%{_texmfdistdir}/doc/fonts/lm-math/test-context-latinmodern_math.pdf
%{_texmfdistdir}/doc/fonts/lm-math/test-context-latinmodern_math.tex
%{_texmfdistdir}/doc/fonts/lm-math/test-lualatex-latinmodern_math.pdf
%{_texmfdistdir}/doc/fonts/lm-math/test-lualatex-latinmodern_math.tex
%{_texmfdistdir}/doc/fonts/lm-math/test-word-latinmodern_math.docx
%{_texmfdistdir}/doc/fonts/lm-math/test-word-latinmodern_math.pdf
%{_texmfdistdir}/doc/fonts/lm-math/test-xelatex-latinmodern_math.pdf
%{_texmfdistdir}/doc/fonts/lm-math/test-xelatex-latinmodern_math.tex
%files -n texlive-lm-math
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/opentype/public/lm-math/latinmodern-math.otf
/var/adm/update-scripts/texlive-lm-math-%{texlive_version}.%{texlive_noarch}.1.958svn29044-%{release}-zypper
%package -n texlive-lmake
Version: %{texlive_version}.%{texlive_noarch}.1.0svn25552
Release: 0
Summary: Process lists to do repetitive actions
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-lmake-doc >= %{texlive_version}
Provides: tex(lmake.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source158: lmake.tar.xz
Source159: lmake.doc.tar.xz
%description -n texlive-lmake
The package provides commands to simplify processing of
sequential list-like structures, such as making a series of
'similar' commands from a list of names.
date: 2012-03-01 23:29:05 +0000
%package -n texlive-lmake-doc
Summary: Documentation for texlive-lmake
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.0svn25552
Release: 0
%description -n texlive-lmake-doc
This package includes the documentation for texlive-lmake
%post -n texlive-lmake
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-lmake
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-lmake
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-lmake-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/lmake/README
%{_texmfdistdir}/doc/latex/lmake/lmake.pdf
%files -n texlive-lmake
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/lmake/lmake.sty
/var/adm/update-scripts/texlive-lmake-%{texlive_version}.%{texlive_noarch}.1.0svn25552-%{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-l2tabu-french-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
tar --use-compress-program=xz -xf %{S:1} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-l2tabu-italian-%{texlive_version}.%{texlive_noarch}.1.8.4svn25218-%{release}-zypper
tar --use-compress-program=xz -xf %{S:2} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-l2tabu-spanish-%{texlive_version}.%{texlive_noarch}.1.1svn15878-%{release}-zypper
tar --use-compress-program=xz -xf %{S:3} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-l3experimental-%{texlive_version}.%{texlive_noarch}.svn_4467svn29361-%{release}-zypper
tar --use-compress-program=xz -xf %{S:4} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:5} -C %{buildroot}%{_datadir}/texlive/texmf-dist
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3experimental/l3dt/l3dt.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3experimental/l3dt/l3dt.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3experimental/l3sort/l3sort.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3experimental/l3sort/l3sort.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3experimental/l3str/l3flag.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3experimental/l3str/l3regex.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3experimental/l3str/l3str-convert.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3experimental/l3str/l3str-format.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3experimental/l3str/l3str.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3experimental/l3str/l3str.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3experimental/l3str/l3tl-analysis.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3experimental/l3str/l3tl-build.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3experimental/xcoffins/xcoffins.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3experimental/xcoffins/xcoffins.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3experimental/xgalley/l3galley.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3experimental/xgalley/xgalley.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3experimental/xgalley/xgalley.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-l3kernel-%{texlive_version}.%{texlive_noarch}.svn_4469svn29409-%{release}-zypper
tar --use-compress-program=xz -xf %{S:6} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:7} -C %{buildroot}%{_datadir}/texlive/texmf-dist
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3kernel/expl3.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3kernel/l3alloc.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3kernel/l3basics.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3kernel/l3bootstrap.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3kernel/l3box.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3kernel/l3candidates.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3kernel/l3clist.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3kernel/l3coffins.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3kernel/l3color.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3kernel/l3doc.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3kernel/l3docstrip.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3kernel/l3drivers.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3kernel/l3expan.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3kernel/l3file.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3kernel/l3final.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3kernel/l3fp-assign.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3kernel/l3fp-aux.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3kernel/l3fp-basics.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3kernel/l3fp-convert.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3kernel/l3fp-expo.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3kernel/l3fp-extended.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3kernel/l3fp-logic.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3kernel/l3fp-old.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3kernel/l3fp-parse.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3kernel/l3fp-round.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3kernel/l3fp-traps.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3kernel/l3fp-trig.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3kernel/l3fp.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3kernel/l3int.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3kernel/l3keys.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3kernel/l3luatex.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3kernel/l3msg.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3kernel/l3names.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3kernel/l3prg.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3kernel/l3prop.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3kernel/l3quark.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3kernel/l3seq.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3kernel/l3skip.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3kernel/l3tl.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3kernel/l3token.dtx
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-l3packages-%{texlive_version}.%{texlive_noarch}.svn_4467svn29361-%{release}-zypper
tar --use-compress-program=xz -xf %{S:8} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:9} -C %{buildroot}%{_datadir}/texlive/texmf-dist
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3packages/l3keys2e/l3keys2e.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3packages/l3keys2e/l3keys2e.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3packages/xfrac/xfrac.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3packages/xfrac/xfrac.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3packages/xparse/xparse.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3packages/xparse/xparse.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3packages/xtemplate/xtemplate.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/l3packages/xtemplate/xtemplate.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-labbook-%{texlive_version}.%{texlive_noarch}.svn15878-%{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
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/labbook/labbook.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/labbook/labbook.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-labelcas-%{texlive_version}.%{texlive_noarch}.1.12svn15878-%{release}-zypper
tar --use-compress-program=xz -xf %{S:12} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:13} -C %{buildroot}%{_datadir}/texlive/texmf-dist
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/labelcas/labelcas.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/labelcas/labelcas.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-labels-%{texlive_version}.%{texlive_noarch}.0.0.13svn15878-%{release}-zypper
tar --use-compress-program=xz -xf %{S:14} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:15} -C %{buildroot}%{_datadir}/texlive/texmf-dist
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/labels/labels.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/labels/labels.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-lacheck-%{texlive_version}.%{texlive_noarch}.1.26svn29764-%{release}-zypper
tar --use-compress-program=xz -xf %{S:16} -C %{buildroot}%{_datadir}/texlive
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-lambda-%{texlive_version}.%{texlive_noarch}.svn28669-%{release}-zypper
tar --use-compress-program=xz -xf %{S:17} -C %{buildroot}%{_datadir}/texlive/texmf-dist
# Move configuration files
mkdir -p %{buildroot}%{_texmfconfdir}/tex/lambda/config
mv -f %{buildroot}%{_texmfdistdir}/tex/lambda/config/language.dat %{buildroot}%{_texmfconfdir}/tex/lambda/config/
rm -f %{buildroot}%{_texmfdistdir}/tex/lambda/config/language.dat
ln -sf %{_texmfconfdir}/tex/lambda/config/language.dat %{buildroot}%{_texmfdistdir}/tex/lambda/config/language.dat
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-langcode-%{texlive_version}.%{texlive_noarch}.svn27764-%{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
rm -vf %{buildroot}%{_texmfdistdir}/source/generic/langcode/langcode.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/generic/langcode/srcfiles.tex
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-lapdf-%{texlive_version}.%{texlive_noarch}.1.1svn23806-%{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-lastpage-%{texlive_version}.%{texlive_noarch}.1.2lsvn28985-%{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
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/lastpage/lastpage.drv
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/lastpage/lastpage.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/lastpage/lastpage.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-latex-%{texlive_version}.%{texlive_noarch}.svn27907-%{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
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/alltt.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/alltt.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/autoload.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/cfgguide.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/classes.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/classes.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/clsguide.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/cmextra.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/cmfonts.fdd
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/cmfonts.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/cyrguide.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/doc.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/docstrip.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/docstrip.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ec.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/encguide.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/exscale.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/exscale.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/fixltx2e.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/fixltx2e.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/fntguide.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/fontdef.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/format.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/graphpap.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/graphpap.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ifthen.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ifthen.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/inputenc.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/inputenc.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/latex209.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/latex209.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/latexbug.el
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/latexsym.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/latexsym.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/lb2.err
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/letter.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/letter.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/lgc2.err
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltalloc.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltbibl.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltboxes.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltclass.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltcntrl.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltcounts.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltdefns.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltdirchk.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/lterror.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltfiles.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltfinal.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltfloat.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltfntcmd.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltfssbas.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltfsscmp.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltfssdcl.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltfssini.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltfsstrc.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/lthyphen.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltidxglo.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltlength.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltlists.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltlogos.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltmath.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltmiscen.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltnews01.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltnews02.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltnews03.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltnews04.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltnews05.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltnews06.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltnews07.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltnews08.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltnews09.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltnews10.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltnews11.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltnews12.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltnews13.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltnews14.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltnews15.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltnews16.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltnews17.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltnews18.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltnews19.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltnews20.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltoutenc.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltoutenc.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltoutput.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltpage.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltpageno.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltpar.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltpictur.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltplain.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltsect.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltspace.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/lttab.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltthm.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltvers.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltx3info.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltxdoc.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/ltxref.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/makeindx.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/makeindx.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/manual.err
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/modguide.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/newdc.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/newlfont.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/nfssfont.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/nfssfont.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/olddc.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/oldlfont.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/preload.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/proc.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/proc.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/slides.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/slides.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/slifonts.fdd
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/source2e.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/syntonly.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/syntonly.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/tlc2.err
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/unpack.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/usrguide.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/utf8ienc.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/base/webcomp.err
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-latex-bin-%{texlive_version}.%{texlive_noarch}.svn29764-%{release}-zypper
tar --use-compress-program=xz -xf %{S:26} -C %{buildroot}%{_datadir}/texlive
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-latex-bib-ex-%{texlive_version}.%{texlive_noarch}.svn25831-%{release}-zypper
tar --use-compress-program=xz -xf %{S:27} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-latex-brochure-%{texlive_version}.%{texlive_noarch}.20130122svn28916-%{release}-zypper
tar --use-compress-program=xz -xf %{S:28} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-latex-course-%{texlive_version}.%{texlive_noarch}.svn25505-%{release}-zypper
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-latex-doc-ptr-%{texlive_version}.%{texlive_noarch}.20090324svn15878-%{release}-zypper
tar --use-compress-program=xz -xf %{S:30} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-latex-fonts-%{texlive_version}.%{texlive_noarch}.svn28888-%{release}-zypper
tar --use-compress-program=xz -xf %{S:31} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:32} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-latex-graphics-companion-%{texlive_version}.%{texlive_noarch}.svn29235-%{release}-zypper
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-latex-notes-zh-cn-%{texlive_version}.%{texlive_noarch}.1.20svn15878-%{release}-zypper
tar --use-compress-program=xz -xf %{S:34} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-latex-referenz-%{texlive_version}.%{texlive_noarch}.svn16980-%{release}-zypper
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-latex-tabellen-%{texlive_version}.%{texlive_noarch}.svn16979-%{release}-zypper
tar --use-compress-program=xz -xf %{S:36} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-latex-tds-%{texlive_version}.%{texlive_noarch}.svn29325-%{release}-zypper
tar --use-compress-program=xz -xf %{S:37} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:38} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-latex-veryshortguide-%{texlive_version}.%{texlive_noarch}.svn29803-%{release}-zypper
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-latex-web-companion-%{texlive_version}.%{texlive_noarch}.svn29349-%{release}-zypper
tar --use-compress-program=xz -xf %{S:40} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-latex2e-help-texinfo-%{texlive_version}.%{texlive_noarch}.svn30487-%{release}-zypper
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-latex2e-help-texinfo-spanish-%{texlive_version}.%{texlive_noarch}.svn29725-%{release}-zypper
tar --use-compress-program=xz -xf %{S:42} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-latex2man-%{texlive_version}.%{texlive_noarch}.1.24svn29725-%{release}-zypper
tar --use-compress-program=xz -xf %{S:43} -C %{buildroot}%{_datadir}/texlive
tar --use-compress-program=xz -xf %{S:44} -C %{buildroot}%{_datadir}/texlive
pushd %{buildroot}%{_datadir}/texlive/
patch --reject-format=unified --quoting-style=literal -f -p0 -F0 -T < %{S:45}
popd
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-latex4wp-%{texlive_version}.%{texlive_noarch}.1.0.7svn22314-%{release}-zypper
tar --use-compress-program=xz -xf %{S:46} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-latex4wp-it-%{texlive_version}.%{texlive_noarch}.svn22335-%{release}-zypper
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-latexcheat-%{texlive_version}.%{texlive_noarch}.1.13svn15878-%{release}-zypper
tar --use-compress-program=xz -xf %{S:48} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-latexcheat-esmx-%{texlive_version}.%{texlive_noarch}.svn16664-%{release}-zypper
tar --use-compress-program=xz -xf %{S:49} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-latexcheat-ptbr-%{texlive_version}.%{texlive_noarch}.1.13svn15878-%{release}-zypper
tar --use-compress-program=xz -xf %{S:50} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-latexconfig-%{texlive_version}.%{texlive_noarch}.svn28991-%{release}-zypper
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-latexdiff-%{texlive_version}.%{texlive_noarch}.1.0.2svn29752-%{release}-zypper
tar --use-compress-program=xz -xf %{S:52} -C %{buildroot}%{_datadir}/texlive
tar --use-compress-program=xz -xf %{S:53} -C %{buildroot}%{_datadir}/texlive
pushd %{buildroot}%{_datadir}/texlive/
patch --reject-format=unified --quoting-style=literal -f -p0 -F0 -T < %{S:54}
popd
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-latexfileinfo-pkgs-%{texlive_version}.%{texlive_noarch}.0.0.22svn26760-%{release}-zypper
tar --use-compress-program=xz -xf %{S:55} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:56} -C %{buildroot}%{_datadir}/texlive/texmf-dist
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/latexfileinfo-pkgs/SrcFILEs.txt
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/latexfileinfo-pkgs/latexfileinfo_pkgs.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/latexfileinfo-pkgs/mkht_ltxfinfo_pkgs.tex
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-latexfileversion-%{texlive_version}.%{texlive_noarch}.v0.3svn29349-%{release}-zypper
tar --use-compress-program=xz -xf %{S:57} -C %{buildroot}%{_datadir}/texlive
tar --use-compress-program=xz -xf %{S:58} -C %{buildroot}%{_datadir}/texlive
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-latexmk-%{texlive_version}.%{texlive_noarch}.4.35svn29752-%{release}-zypper
tar --use-compress-program=xz -xf %{S:59} -C %{buildroot}%{_datadir}/texlive
tar --use-compress-program=xz -xf %{S:60} -C %{buildroot}%{_datadir}/texlive
rm -vf %{buildroot}%{_texmfdistdir}/doc/support/latexmk/extra-scripts/dvipdfm_call.bat
rm -vf %{buildroot}%{_texmfdistdir}/doc/support/latexmk/extra-scripts/dvipdfmx_call.bat
rm -vf %{buildroot}%{_texmfdistdir}/source/support/latexmk/latexmk.bat
rm -vf %{buildroot}%{_texmfdistdir}/source/support/latexmk/latexmk.bat
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-latexmp-%{texlive_version}.%{texlive_noarch}.1.2.1svn15878-%{release}-zypper
tar --use-compress-program=xz -xf %{S:61} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:62} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-latexpand-%{texlive_version}.%{texlive_noarch}.svn28402-%{release}-zypper
tar --use-compress-program=xz -xf %{S:63} -C %{buildroot}%{_datadir}/texlive
tar --use-compress-program=xz -xf %{S:64} -C %{buildroot}%{_datadir}/texlive
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-lato-%{texlive_version}.%{texlive_noarch}.2.2svn24986-%{release}-zypper
tar --use-compress-program=xz -xf %{S:65} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:66} -C %{buildroot}%{_datadir}/texlive/texmf-dist
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lato/Makefile
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lato/lato-01.etx
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lato/lato-02.etx
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lato/lato-dotlessj.etx
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lato/lato-drv.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lato/lato-fixlatin.mtx
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lato/lato-fixtextcomp.mtx
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lato/lato-map.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lato/ttf2type1.pe
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-layaureo-%{texlive_version}.%{texlive_noarch}.svn19087-%{release}-zypper
tar --use-compress-program=xz -xf %{S:67} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:68} -C %{buildroot}%{_datadir}/texlive/texmf-dist
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/layaureo/layaureo.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/layaureo/layaureo.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-layouts-%{texlive_version}.%{texlive_noarch}.2.6dsvn15878-%{release}-zypper
tar --use-compress-program=xz -xf %{S:69} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:70} -C %{buildroot}%{_datadir}/texlive/texmf-dist
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/layouts/layman.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/layouts/layouts.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/layouts/layouts.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-lazylist-%{texlive_version}.%{texlive_noarch}.1.0asvn17691-%{release}-zypper
tar --use-compress-program=xz -xf %{S:71} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:72} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-lcd-%{texlive_version}.%{texlive_noarch}.0.0.3svn16549-%{release}-zypper
tar --use-compress-program=xz -xf %{S:73} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:74} -C %{buildroot}%{_datadir}/texlive/texmf-dist
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/lcd/lcd.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/lcd/lcd.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-lcdftypetools-%{texlive_version}.%{texlive_noarch}.2.97svn29764-%{release}-zypper
tar --use-compress-program=xz -xf %{S:75} -C %{buildroot}%{_datadir}/texlive
%if ! %{with lcdf_typetools}
rm -vf %{buildroot}%{_mandir}/man1/cfftot1.1*
rm -vf %{buildroot}%{_mandir}/man1/mmafm.1*
rm -vf %{buildroot}%{_mandir}/man1/mmpfb.1*
rm -vf %{buildroot}%{_mandir}/man1/otfinfo.1*
rm -vf %{buildroot}%{_mandir}/man1/otftotfm.1*
rm -vf %{buildroot}%{_mandir}/man1/t1dotlessj.1*
rm -vf %{buildroot}%{_mandir}/man1/t1lint.1*
rm -vf %{buildroot}%{_mandir}/man1/t1rawafm.1*
rm -vf %{buildroot}%{_mandir}/man1/t1reencode.1*
rm -vf %{buildroot}%{_mandir}/man1/t1testpage.1*
rm -vf %{buildroot}%{_mandir}/man1/ttftotype42.1*
%endif
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-lcg-%{texlive_version}.%{texlive_noarch}.1.2svn15878-%{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/lcg/lcg.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/lcg/lcg.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-lcyw-%{texlive_version}.%{texlive_noarch}.v1.1svn15878-%{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
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/lcyw/lcyw.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/lcyw/lcyw.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/lcyw/lcywfd.fdd
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-leading-%{texlive_version}.%{texlive_noarch}.0.0.3svn15878-%{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/leading/leading.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/leading/leading.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-leaflet-%{texlive_version}.%{texlive_noarch}.1.0dsvn27126-%{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/leaflet/leaflet.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/leaflet/leaflet.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-lecturer-%{texlive_version}.%{texlive_noarch}.svn23916-%{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
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-ledmac-%{texlive_version}.%{texlive_noarch}.0.0.19svn27721-%{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/ledmac/ledarab.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/ledmac/ledarab.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/ledmac/ledmac.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/ledmac/ledmac.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/ledmac/ledpar.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/ledmac/ledpar.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-leftidx-%{texlive_version}.%{texlive_noarch}.svn15878-%{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
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/leftidx/Makefile
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/leftidx/leftidx.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/leftidx/leftidx.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-leipzig-%{texlive_version}.%{texlive_noarch}.svn30785-%{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/leipzig/leipzig.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/leipzig/leipzig.ins
mv -vf %{buildroot}%{_texmfdistdir}/doc/latex/leipzig/leipzig.tex %{buildroot}%{_texmfdistdir}/tex/latex/leipzig/leipzig.tex
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-lettre-%{texlive_version}.%{texlive_noarch}.2.346svn21400-%{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
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-lettrine-%{texlive_version}.%{texlive_noarch}.1.64svn29391-%{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
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/lettrine/lettrine.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/lettrine/lettrine.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-levy-%{texlive_version}.%{texlive_noarch}.svn21750-%{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-lewis-%{texlive_version}.%{texlive_noarch}.0.0.1svn15878-%{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
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-lexikon-%{texlive_version}.%{texlive_noarch}.1.0csvn17364-%{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-lfb-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{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-lgreek-%{texlive_version}.%{texlive_noarch}.svn21818-%{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-lgrx-%{texlive_version}.%{texlive_noarch}.0.0.7svn30735-%{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
mv -vf %{buildroot}%{_texmfdistdir}/doc/latex/lgrx/lgrenc.dfu %{buildroot}%{_texmfdistdir}/tex/latex/lgrx/lgrenc.dfu
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-lh-%{texlive_version}.%{texlive_noarch}.3.5gsvn15878-%{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/fonts/lh/dvidrv.mfj
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/dvidrvlh.mfj
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/00readme.txt
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/01cm-lh.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/03cm-wn.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/04cm-vf.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/11ex-rs.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/11ex-rx.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/12ex-la.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/13ex-lb.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/14ex-lc.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/15ex-ld.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/20cm-ct.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/21cm-ic.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/22cm-wc.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/23cm-mc.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/24cm-kc.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/25cm-uc.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/30cm-lx.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/31cm-ix.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/32cm-wx.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/33cm-mx.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/34cm-kx.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/46cm-ly.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/46cm-lz.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/47ex-tx.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/91berest.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/92check.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/92cm-xx.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/99-CMstd.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/99-T2enc.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/99allenc.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/99tstenc.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/cfhead.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/cfstdedt.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/cod-edt.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/enc-t2.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/fntaddcm.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/fntaddec.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/fntallcm.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/fntallec.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/fntbasec.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/fntbercm.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/fntberec.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/fntbricm.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/fntbriec.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/fntconcm.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/fntconec.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/fntinvcm.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/fntinvec.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/fntmincm.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/fntminec.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/fnttstcm.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/fnttstec.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/likerdat.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/likergrp.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/likermac.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/rliker.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/setter.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/wrk/lh-XSlav/00readme
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/wrk/lh-lcy/00readme
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/wrk/lh-ot2/00readme
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/wrk/lh-t2a/00readme
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/wrk/lh-t2b/00readme
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/wrk/lh-t2c/00readme
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/wrk/lh-t2d/00readme
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/wrk/lh-x2/00readme
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/lh/tex/wrk/lh_temp/00readme
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/lh/00readme.txt
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/lh/lcyfonts.fdd
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/lh/lcyfonts.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/lh/nfssfox.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/lh/nfssfox.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/lh/ot2fonts.fdd
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/lh/ot2fonts.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/lh/t2ccfonts.fdd
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/lh/t2ccfonts.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-lhcyr-%{texlive_version}.%{texlive_noarch}.svn29349-%{release}-zypper
tar --use-compress-program=xz -xf %{S:110} -C %{buildroot}%{_datadir}/texlive/texmf-dist
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/lhcyr/README
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/lhcyr/dvidrv.mfj
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/lhcyr/lhjob.mfj
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/lhcyr/wcjob.mfj
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-lhelp-%{texlive_version}.%{texlive_noarch}.2.0svn23638-%{release}-zypper
tar --use-compress-program=xz -xf %{S:111} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:112} -C %{buildroot}%{_datadir}/texlive/texmf-dist
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/lhelp/lhelp.drv
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/lhelp/lhelp.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/lhelp/lhelp.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-libertine-%{texlive_version}.%{texlive_noarch}.5.3.0_20130213svn29099-%{release}-zypper
tar --use-compress-program=xz -xf %{S:113} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:114} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-libgreek-%{texlive_version}.%{texlive_noarch}.1.0svn27789-%{release}-zypper
tar --use-compress-program=xz -xf %{S:115} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:116} -C %{buildroot}%{_datadir}/texlive/texmf-dist
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/libgreek/libgreek.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/libgreek/libgreek.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-librarian-%{texlive_version}.%{texlive_noarch}.1.0svn19880-%{release}-zypper
tar --use-compress-program=xz -xf %{S:117} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:118} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-librebaskerville-%{texlive_version}.%{texlive_noarch}.svn29803-%{release}-zypper
tar --use-compress-program=xz -xf %{S:119} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:120} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-libris-%{texlive_version}.%{texlive_noarch}.1.007svn19409-%{release}-zypper
tar --use-compress-program=xz -xf %{S:121} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:122} -C %{buildroot}%{_datadir}/texlive/texmf-dist
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/libris/libris-supp.etx
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/libris/reglyph-yly.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/libris/resetalt.mtx
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/libris/t1-cfr.etx
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/libris/t1-libris.etx
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/libris/t1-librisswash.etx
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/libris/ts1-euro.etx
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/libris/yly-drv.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/libris/yly-map.tex
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-limap-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
tar --use-compress-program=xz -xf %{S:123} -C %{buildroot}%{_datadir}/texlive/texmf-dist
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/limap/Makefile
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/limap/limap.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/limap/limap.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-linearA-%{texlive_version}.%{texlive_noarch}.svn15878-%{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
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/linearA/linearA.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/linearA/linearA.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-linegoal-%{texlive_version}.%{texlive_noarch}.2.9svn21523-%{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/linegoal/linegoal.drv
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/linegoal/linegoal.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/linegoal/linegoal.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-lineno-%{texlive_version}.%{texlive_noarch}.4.41svn21442-%{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/latex/lineno/fnlineno.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/lineno/lineno.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/lineno/lnosuppl.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/lineno/ulineno.tex
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-linguex-%{texlive_version}.%{texlive_noarch}.4.3svn30815-%{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-lipsum-%{texlive_version}.%{texlive_noarch}.v1.2svn22098-%{release}-zypper
tar --use-compress-program=xz -xf %{S:132} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:133} -C %{buildroot}%{_datadir}/texlive/texmf-dist
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/lipsum/lipsum.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/lipsum/lipsum.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-lisp-on-tex-%{texlive_version}.%{texlive_noarch}.1.0svn29291-%{release}-zypper
tar --use-compress-program=xz -xf %{S:134} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:135} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-listbib-%{texlive_version}.%{texlive_noarch}.2.2svn29349-%{release}-zypper
tar --use-compress-program=xz -xf %{S:136} -C %{buildroot}%{_datadir}/texlive
tar --use-compress-program=xz -xf %{S:137} -C %{buildroot}%{_datadir}/texlive
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/listbib/listbib-doc.drv
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/listbib/listbib.drv
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/listbib/listbib.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/listbib/listbib.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-listing-%{texlive_version}.%{texlive_noarch}.1.2svn17373-%{release}-zypper
tar --use-compress-program=xz -xf %{S:138} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:139} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-listings-%{texlive_version}.%{texlive_noarch}.1.4svn15878-%{release}-zypper
tar --use-compress-program=xz -xf %{S:140} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:141} -C %{buildroot}%{_datadir}/texlive/texmf-dist
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/listings/Makefile
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/listings/listings.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/listings/listings.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/listings/lstdrvrs.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/listings/lstdrvrs.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-listings-ext-%{texlive_version}.%{texlive_noarch}.67svn29349-%{release}-zypper
tar --use-compress-program=xz -xf %{S:142} -C %{buildroot}%{_datadir}/texlive
tar --use-compress-program=xz -xf %{S:143} -C %{buildroot}%{_datadir}/texlive
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/listings-ext/listings-ext.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/listings-ext/listings-ext.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-listliketab-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
tar --use-compress-program=xz -xf %{S:144} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:145} -C %{buildroot}%{_datadir}/texlive/texmf-dist
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/listliketab/listliketab.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/listliketab/listliketab.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-listofsymbols-%{texlive_version}.%{texlive_noarch}.0.0.2svn16134-%{release}-zypper
tar --use-compress-program=xz -xf %{S:146} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:147} -C %{buildroot}%{_datadir}/texlive/texmf-dist
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/listofsymbols/listofsymbols.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/listofsymbols/listofsymbols.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-lithuanian-%{texlive_version}.%{texlive_noarch}.svn22722-%{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
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-liturg-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{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/latex/liturg/liturg.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-lkproof-%{texlive_version}.%{texlive_noarch}.3.1svn20021-%{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-lm-%{texlive_version}.%{texlive_noarch}.2.004svn28119-%{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/lm/lm2004mt1.zip
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-lm-math-%{texlive_version}.%{texlive_noarch}.1.958svn29044-%{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
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-lmake-%{texlive_version}.%{texlive_noarch}.1.0svn25552-%{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/lmake/lmake.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/lmake/lmake.ins
# 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
# Handle info documents
rm -vf %{buildroot}%{_texmfmaindir}/doc/info/dir
rm -vf %{buildroot}%{_texmfdistdir}/doc/info/dir
mkdir -p %{buildroot}%{_infodir}
for inf in %{buildroot}%{_texmfmaindir}/doc/info/*.info \
%{buildroot}%{_texmfdistdir}/doc/info/*.info
do
test -e "$inf" || continue
mv -f $inf %{buildroot}%{_infodir}/
done
rm -rf %{buildroot}%{_texmfmaindir}/doc/info
rm -rf %{buildroot}%{_texmfdistdir}/doc/info
%changelog