Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2:Staging:A
texlive-specs-i
texlive-specs-i.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File texlive-specs-i.spec of Package texlive-specs-i
# # spec file for package texlive-specs-i # # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %bcond_with zypper_posttrans %define texlive_version 2017 %define texlive_previous 2016 %define texlive_release 20170520 %define texlive_noarch 133 #!BuildIgnore: texlive %global _varlib %{_localstatedir}/lib %global _libexecdir %{_prefix}/lib %define _texmfdistdir %{_datadir}/texmf %if 0%{texlive_version} >= 2013 %define _texmfmaindir %{_texmfdistdir} %define _texmfdirs %{_texmfdistdir} %else %define _texmfmaindir %{_libexecdir}/texmf %define _texmfdirs \{%{_texmfdistdir},%{_texmfmaindir}\} %endif %define _texmfconfdir %{_sysconfdir}/texmf %define _texmfvardir %{_varlib}/texmf %define _texmfcache %{_localstatedir}/cache/texmf %define _fontcache %{_texmfcache}/fonts # %define _x11bin %{_prefix}/bin %define _x11lib %{_libdir} %define _x11data %{_datadir}/X11 %define _x11inc %{_includedir} %define _appdefdir %{_x11data}/app-defaults Name: texlive-specs-i Version: 2017 Release: 0 BuildRequires: ed BuildRequires: t1utils BuildRequires: texlive-filesystem BuildRequires: xz BuildArch: noarch Summary: Meta package for i License: BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and LPPL-1.0 and OFL-1.1 and SUSE-Public-Domain and SUSE-TeX Group: Productivity/Publishing/TeX/Base Url: https://build.opensuse.org/package/show/Publishing:TeXLive/Meta Source0: texlive-specs-i-rpmlintrc %description Meta package to build tons of noarch texlive packages. %package -n texlive-eqnarray Version: %{texlive_version}.%{texlive_noarch}.1.3svn20641 Release: 0 Summary: More generalised equation arrays with numbering License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-eqnarray-doc >= %{texlive_version} Provides: tex(eqnarray.sty) Requires: tex(array.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source1: eqnarray.tar.xz Source2: eqnarray.doc.tar.xz %description -n texlive-eqnarray Defines an equationarray environment, that allows more than three columns, but otherwise behaves like LaTeX's eqnarray environment. This environment is similar, in some ways, to the align environment of amsmath. The package requires the array package. date: 2016-06-24 17:18:15 +0000 %package -n texlive-eqnarray-doc Version: %{texlive_version}.%{texlive_noarch}.1.3svn20641 Release: 0 Summary: Documentation for texlive-eqnarray License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-eqnarray-doc This package includes the documentation for texlive-eqnarray %post -n texlive-eqnarray mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-eqnarray mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-eqnarray %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-eqnarray-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/eqnarray/README %{_texmfdistdir}/doc/latex/eqnarray/eqnarray.pdf %files -n texlive-eqnarray %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/eqnarray/eqnarray.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-eqnarray-%{texlive_version}.%{texlive_noarch}.1.3svn20641-%{release}-zypper %endif %package -n texlive-eqparbox Version: %{texlive_version}.%{texlive_noarch}.4.0svn29419 Release: 0 Summary: Create equal-widthed parboxes License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-eqparbox-doc >= %{texlive_version} Provides: tex(eqparbox.sty) Requires: tex(array.sty) Requires: tex(environ.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source3: eqparbox.tar.xz Source4: eqparbox.doc.tar.xz %description -n texlive-eqparbox LaTeX users sometimes need to ensure that two or more blocks of text occupy the same amount of horizontal space on the page. To that end, the eqparbox package defines a new command, \eqparbox, which works just like \parbox, except that instead of specifying a width, one specifies a tag. All eqparboxes with the same tag--regardless of where they are in the document-- will stretch to fit the widest eqparbox with that tag. This simple, equal-width mechanism can be used for a variety of alignment purposes, as is evidenced by the examples in eqparbox's documentation. Various derivatives of \eqparbox are also provided. date: 2016-06-24 17:18:15 +0000 %package -n texlive-eqparbox-doc Version: %{texlive_version}.%{texlive_noarch}.4.0svn29419 Release: 0 Summary: Documentation for texlive-eqparbox License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-eqparbox-doc This package includes the documentation for texlive-eqparbox %post -n texlive-eqparbox mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-eqparbox mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-eqparbox %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-eqparbox-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/eqparbox/README %{_texmfdistdir}/doc/latex/eqparbox/eqparbox.pdf %files -n texlive-eqparbox %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/eqparbox/eqparbox.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-eqparbox-%{texlive_version}.%{texlive_noarch}.4.0svn29419-%{release}-zypper %endif %package -n texlive-erdc Version: %{texlive_version}.%{texlive_noarch}.1.1svn15878 Release: 0 Summary: Style for Reports by US Army Corps of Engineers License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-erdc-doc >= %{texlive_version} Provides: tex(erdc.cls) Requires: tex(amsmath.sty) Requires: tex(caption.sty) Requires: tex(color.sty) Requires: tex(dcolumn.sty) Requires: tex(fancyhdr.sty) Requires: tex(graphicx.sty) Requires: tex(longtable.sty) Requires: tex(natbib.sty) Requires: tex(ragged2e.sty) Requires: tex(report.cls) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source5: erdc.tar.xz Source6: erdc.doc.tar.xz %description -n texlive-erdc A class for typesetting Technical Information Reports of the Engineer Research and Development Center, US Army Corps of Engineers. The class was commissioned and paid for by US Army Corps of Engineers, Engineer Research and Development Center, 3909 Halls Ferry Road, Vicksburg, MS 39180-6199. date: 2016-06-24 17:18:15 +0000 %package -n texlive-erdc-doc Version: %{texlive_version}.%{texlive_noarch}.1.1svn15878 Release: 0 Summary: Documentation for texlive-erdc License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-erdc-doc This package includes the documentation for texlive-erdc %post -n texlive-erdc mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-erdc mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-erdc %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-erdc-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/erdc/README %{_texmfdistdir}/doc/latex/erdc/erdc.bib %{_texmfdistdir}/doc/latex/erdc/erdc.pdf %{_texmfdistdir}/doc/latex/erdc/nola.eps %{_texmfdistdir}/doc/latex/erdc/nola.pdf %{_texmfdistdir}/doc/latex/erdc/red_corps_castle2.eps %{_texmfdistdir}/doc/latex/erdc/red_corps_castle2.pdf %{_texmfdistdir}/doc/latex/erdc/sample.pdf %{_texmfdistdir}/doc/latex/erdc/sample.tex %files -n texlive-erdc %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/erdc/erdc.cls %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-erdc-%{texlive_version}.%{texlive_noarch}.1.1svn15878-%{release}-zypper %endif %package -n texlive-erewhon Version: %{texlive_version}.%{texlive_noarch}.1.08svn43506 Release: 0 Summary: Font package derived from Heuristica and Utopia License: OFL-1.1 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(post): findutils Requires(post): grep Requires(post): sed Requires(post): texlive >= %{texlive_version} Requires(post): tex(updmap.cfg) #!BuildIgnore: tex(updmap.cfg) Requires(postun): findutils Requires(postun): grep Requires(postun): sed Requires(postun): texlive >= %{texlive_version} Requires(postun): tex(updmap.cfg) Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Requires: texlive-erewhon-fonts >= %{texlive_version} Recommends: texlive-erewhon-doc >= %{texlive_version} Provides: tex(Erewhon-Bold-dnom-ly1.tfm) Provides: tex(Erewhon-Bold-dnom-t1--base.tfm) Provides: tex(Erewhon-Bold-dnom-t1.tfm) Provides: tex(Erewhon-Bold-dnom-t1.vf) Provides: tex(Erewhon-Bold-dnom-t2a.tfm) Provides: tex(Erewhon-Bold-dnom-t2b.tfm) Provides: tex(Erewhon-Bold-dnom-t2c.tfm) Provides: tex(Erewhon-Bold-inf-ly1.tfm) Provides: tex(Erewhon-Bold-inf-t1--base.tfm) Provides: tex(Erewhon-Bold-inf-t1.tfm) Provides: tex(Erewhon-Bold-inf-t1.vf) Provides: tex(Erewhon-Bold-inf-t2a.tfm) Provides: tex(Erewhon-Bold-inf-t2b.tfm) Provides: tex(Erewhon-Bold-inf-t2c.tfm) Provides: tex(Erewhon-Bold-lf-ly1.tfm) Provides: tex(Erewhon-Bold-lf-sc-ly1--base.tfm) Provides: tex(Erewhon-Bold-lf-sc-ly1.tfm) Provides: tex(Erewhon-Bold-lf-sc-ly1.vf) Provides: tex(Erewhon-Bold-lf-sc-t1--base.tfm) Provides: tex(Erewhon-Bold-lf-sc-t1.tfm) Provides: tex(Erewhon-Bold-lf-sc-t1.vf) Provides: tex(Erewhon-Bold-lf-sc-t2a.tfm) Provides: tex(Erewhon-Bold-lf-sc-t2b.tfm) Provides: tex(Erewhon-Bold-lf-sc-t2c.tfm) Provides: tex(Erewhon-Bold-lf-t1--base.tfm) Provides: tex(Erewhon-Bold-lf-t1.tfm) Provides: tex(Erewhon-Bold-lf-t1.vf) Provides: tex(Erewhon-Bold-lf-t2a.tfm) Provides: tex(Erewhon-Bold-lf-t2b.tfm) Provides: tex(Erewhon-Bold-lf-t2c.tfm) Provides: tex(Erewhon-Bold-lf-ts1--base.tfm) Provides: tex(Erewhon-Bold-lf-ts1.tfm) Provides: tex(Erewhon-Bold-lf-ts1.vf) Provides: tex(Erewhon-Bold-numr-ly1.tfm) Provides: tex(Erewhon-Bold-numr-t1--base.tfm) Provides: tex(Erewhon-Bold-numr-t1.tfm) Provides: tex(Erewhon-Bold-numr-t1.vf) Provides: tex(Erewhon-Bold-numr-t2a.tfm) Provides: tex(Erewhon-Bold-numr-t2b.tfm) Provides: tex(Erewhon-Bold-numr-t2c.tfm) Provides: tex(Erewhon-Bold-osf-ly1.tfm) Provides: tex(Erewhon-Bold-osf-sc-ly1--base.tfm) Provides: tex(Erewhon-Bold-osf-sc-ly1.tfm) Provides: tex(Erewhon-Bold-osf-sc-ly1.vf) Provides: tex(Erewhon-Bold-osf-sc-t1--base.tfm) Provides: tex(Erewhon-Bold-osf-sc-t1.tfm) Provides: tex(Erewhon-Bold-osf-sc-t1.vf) Provides: tex(Erewhon-Bold-osf-sc-t2a.tfm) Provides: tex(Erewhon-Bold-osf-sc-t2b.tfm) Provides: tex(Erewhon-Bold-osf-sc-t2c.tfm) Provides: tex(Erewhon-Bold-osf-t1--base.tfm) Provides: tex(Erewhon-Bold-osf-t1.tfm) Provides: tex(Erewhon-Bold-osf-t1.vf) Provides: tex(Erewhon-Bold-osf-t2a.tfm) Provides: tex(Erewhon-Bold-osf-t2b.tfm) Provides: tex(Erewhon-Bold-osf-t2c.tfm) Provides: tex(Erewhon-Bold-osf-ts1--base.tfm) Provides: tex(Erewhon-Bold-osf-ts1.tfm) Provides: tex(Erewhon-Bold-osf-ts1.vf) Provides: tex(Erewhon-Bold-sup-ly1.tfm) Provides: tex(Erewhon-Bold-sup-t1--base.tfm) Provides: tex(Erewhon-Bold-sup-t1.tfm) Provides: tex(Erewhon-Bold-sup-t1.vf) Provides: tex(Erewhon-Bold-sup-t2a.tfm) Provides: tex(Erewhon-Bold-sup-t2b.tfm) Provides: tex(Erewhon-Bold-sup-t2c.tfm) Provides: tex(Erewhon-Bold-tlf-ly1.tfm) Provides: tex(Erewhon-Bold-tlf-ot2.tfm) Provides: tex(Erewhon-Bold-tlf-sc-ly1--base.tfm) Provides: tex(Erewhon-Bold-tlf-sc-ly1.tfm) Provides: tex(Erewhon-Bold-tlf-sc-ly1.vf) Provides: tex(Erewhon-Bold-tlf-sc-t1--base.tfm) Provides: tex(Erewhon-Bold-tlf-sc-t1.tfm) Provides: tex(Erewhon-Bold-tlf-sc-t1.vf) Provides: tex(Erewhon-Bold-tlf-sc-t2a.tfm) Provides: tex(Erewhon-Bold-tlf-sc-t2b.tfm) Provides: tex(Erewhon-Bold-tlf-sc-t2c.tfm) Provides: tex(Erewhon-Bold-tlf-t1--base.tfm) Provides: tex(Erewhon-Bold-tlf-t1.tfm) Provides: tex(Erewhon-Bold-tlf-t1.vf) Provides: tex(Erewhon-Bold-tlf-t2a.tfm) Provides: tex(Erewhon-Bold-tlf-t2b.tfm) Provides: tex(Erewhon-Bold-tlf-t2c.tfm) Provides: tex(Erewhon-Bold-tlf-ts1--base.tfm) Provides: tex(Erewhon-Bold-tlf-ts1.tfm) Provides: tex(Erewhon-Bold-tlf-ts1.vf) Provides: tex(Erewhon-Bold-tosf-ly1.tfm) Provides: tex(Erewhon-Bold-tosf-sc-ly1--base.tfm) Provides: tex(Erewhon-Bold-tosf-sc-ly1.tfm) Provides: tex(Erewhon-Bold-tosf-sc-ly1.vf) Provides: tex(Erewhon-Bold-tosf-sc-t1--base.tfm) Provides: tex(Erewhon-Bold-tosf-sc-t1.tfm) Provides: tex(Erewhon-Bold-tosf-sc-t1.vf) Provides: tex(Erewhon-Bold-tosf-sc-t2a.tfm) Provides: tex(Erewhon-Bold-tosf-sc-t2b.tfm) Provides: tex(Erewhon-Bold-tosf-sc-t2c.tfm) Provides: tex(Erewhon-Bold-tosf-t1--base.tfm) Provides: tex(Erewhon-Bold-tosf-t1.tfm) Provides: tex(Erewhon-Bold-tosf-t1.vf) Provides: tex(Erewhon-Bold-tosf-t2a.tfm) Provides: tex(Erewhon-Bold-tosf-t2b.tfm) Provides: tex(Erewhon-Bold-tosf-t2c.tfm) Provides: tex(Erewhon-Bold-tosf-ts1--base.tfm) Provides: tex(Erewhon-Bold-tosf-ts1.tfm) Provides: tex(Erewhon-Bold-tosf-ts1.vf) Provides: tex(Erewhon-BoldItalic-dnom-ly1.tfm) Provides: tex(Erewhon-BoldItalic-dnom-t1--base.tfm) Provides: tex(Erewhon-BoldItalic-dnom-t1.tfm) Provides: tex(Erewhon-BoldItalic-dnom-t1.vf) Provides: tex(Erewhon-BoldItalic-dnom-t2a.tfm) Provides: tex(Erewhon-BoldItalic-dnom-t2b.tfm) Provides: tex(Erewhon-BoldItalic-dnom-t2c.tfm) Provides: tex(Erewhon-BoldItalic-inf-ly1.tfm) Provides: tex(Erewhon-BoldItalic-inf-t1--base.tfm) Provides: tex(Erewhon-BoldItalic-inf-t1.tfm) Provides: tex(Erewhon-BoldItalic-inf-t1.vf) Provides: tex(Erewhon-BoldItalic-inf-t2a.tfm) Provides: tex(Erewhon-BoldItalic-inf-t2b.tfm) Provides: tex(Erewhon-BoldItalic-inf-t2c.tfm) Provides: tex(Erewhon-BoldItalic-lf-ly1.tfm) Provides: tex(Erewhon-BoldItalic-lf-sc-ly1--base.tfm) Provides: tex(Erewhon-BoldItalic-lf-sc-ly1.tfm) Provides: tex(Erewhon-BoldItalic-lf-sc-ly1.vf) Provides: tex(Erewhon-BoldItalic-lf-sc-t1--base.tfm) Provides: tex(Erewhon-BoldItalic-lf-sc-t1.tfm) Provides: tex(Erewhon-BoldItalic-lf-sc-t1.vf) Provides: tex(Erewhon-BoldItalic-lf-sc-t2a.tfm) Provides: tex(Erewhon-BoldItalic-lf-sc-t2b.tfm) Provides: tex(Erewhon-BoldItalic-lf-sc-t2c.tfm) Provides: tex(Erewhon-BoldItalic-lf-t1--base.tfm) Provides: tex(Erewhon-BoldItalic-lf-t1.tfm) Provides: tex(Erewhon-BoldItalic-lf-t1.vf) Provides: tex(Erewhon-BoldItalic-lf-t2a.tfm) Provides: tex(Erewhon-BoldItalic-lf-t2b.tfm) Provides: tex(Erewhon-BoldItalic-lf-t2c.tfm) Provides: tex(Erewhon-BoldItalic-lf-ts1--base.tfm) Provides: tex(Erewhon-BoldItalic-lf-ts1.tfm) Provides: tex(Erewhon-BoldItalic-lf-ts1.vf) Provides: tex(Erewhon-BoldItalic-numr-ly1.tfm) Provides: tex(Erewhon-BoldItalic-numr-t1--base.tfm) Provides: tex(Erewhon-BoldItalic-numr-t1.tfm) Provides: tex(Erewhon-BoldItalic-numr-t1.vf) Provides: tex(Erewhon-BoldItalic-numr-t2a.tfm) Provides: tex(Erewhon-BoldItalic-numr-t2b.tfm) Provides: tex(Erewhon-BoldItalic-numr-t2c.tfm) Provides: tex(Erewhon-BoldItalic-osf-ly1.tfm) Provides: tex(Erewhon-BoldItalic-osf-sc-ly1--base.tfm) Provides: tex(Erewhon-BoldItalic-osf-sc-ly1.tfm) Provides: tex(Erewhon-BoldItalic-osf-sc-ly1.vf) Provides: tex(Erewhon-BoldItalic-osf-sc-t1--base.tfm) Provides: tex(Erewhon-BoldItalic-osf-sc-t1.tfm) Provides: tex(Erewhon-BoldItalic-osf-sc-t1.vf) Provides: tex(Erewhon-BoldItalic-osf-sc-t2a.tfm) Provides: tex(Erewhon-BoldItalic-osf-sc-t2b.tfm) Provides: tex(Erewhon-BoldItalic-osf-sc-t2c.tfm) Provides: tex(Erewhon-BoldItalic-osf-t1--base.tfm) Provides: tex(Erewhon-BoldItalic-osf-t1.tfm) Provides: tex(Erewhon-BoldItalic-osf-t1.vf) Provides: tex(Erewhon-BoldItalic-osf-t2a.tfm) Provides: tex(Erewhon-BoldItalic-osf-t2b.tfm) Provides: tex(Erewhon-BoldItalic-osf-t2c.tfm) Provides: tex(Erewhon-BoldItalic-osf-ts1--base.tfm) Provides: tex(Erewhon-BoldItalic-osf-ts1.tfm) Provides: tex(Erewhon-BoldItalic-osf-ts1.vf) Provides: tex(Erewhon-BoldItalic-sup-ly1.tfm) Provides: tex(Erewhon-BoldItalic-sup-t1--base.tfm) Provides: tex(Erewhon-BoldItalic-sup-t1.tfm) Provides: tex(Erewhon-BoldItalic-sup-t1.vf) Provides: tex(Erewhon-BoldItalic-sup-t2a.tfm) Provides: tex(Erewhon-BoldItalic-sup-t2b.tfm) Provides: tex(Erewhon-BoldItalic-sup-t2c.tfm) Provides: tex(Erewhon-BoldItalic-tlf-ly1.tfm) Provides: tex(Erewhon-BoldItalic-tlf-ot2.tfm) Provides: tex(Erewhon-BoldItalic-tlf-sc-ly1--base.tfm) Provides: tex(Erewhon-BoldItalic-tlf-sc-ly1.tfm) Provides: tex(Erewhon-BoldItalic-tlf-sc-ly1.vf) Provides: tex(Erewhon-BoldItalic-tlf-sc-t1--base.tfm) Provides: tex(Erewhon-BoldItalic-tlf-sc-t1.tfm) Provides: tex(Erewhon-BoldItalic-tlf-sc-t1.vf) Provides: tex(Erewhon-BoldItalic-tlf-sc-t2a.tfm) Provides: tex(Erewhon-BoldItalic-tlf-sc-t2b.tfm) Provides: tex(Erewhon-BoldItalic-tlf-sc-t2c.tfm) Provides: tex(Erewhon-BoldItalic-tlf-t1--base.tfm) Provides: tex(Erewhon-BoldItalic-tlf-t1.tfm) Provides: tex(Erewhon-BoldItalic-tlf-t1.vf) Provides: tex(Erewhon-BoldItalic-tlf-t2a.tfm) Provides: tex(Erewhon-BoldItalic-tlf-t2b.tfm) Provides: tex(Erewhon-BoldItalic-tlf-t2c.tfm) Provides: tex(Erewhon-BoldItalic-tlf-ts1--base.tfm) Provides: tex(Erewhon-BoldItalic-tlf-ts1.tfm) Provides: tex(Erewhon-BoldItalic-tlf-ts1.vf) Provides: tex(Erewhon-BoldItalic-tosf-ly1.tfm) Provides: tex(Erewhon-BoldItalic-tosf-sc-ly1--base.tfm) Provides: tex(Erewhon-BoldItalic-tosf-sc-ly1.tfm) Provides: tex(Erewhon-BoldItalic-tosf-sc-ly1.vf) Provides: tex(Erewhon-BoldItalic-tosf-sc-t1--base.tfm) Provides: tex(Erewhon-BoldItalic-tosf-sc-t1.tfm) Provides: tex(Erewhon-BoldItalic-tosf-sc-t1.vf) Provides: tex(Erewhon-BoldItalic-tosf-sc-t2a.tfm) Provides: tex(Erewhon-BoldItalic-tosf-sc-t2b.tfm) Provides: tex(Erewhon-BoldItalic-tosf-sc-t2c.tfm) Provides: tex(Erewhon-BoldItalic-tosf-t1--base.tfm) Provides: tex(Erewhon-BoldItalic-tosf-t1.tfm) Provides: tex(Erewhon-BoldItalic-tosf-t1.vf) Provides: tex(Erewhon-BoldItalic-tosf-t2a.tfm) Provides: tex(Erewhon-BoldItalic-tosf-t2b.tfm) Provides: tex(Erewhon-BoldItalic-tosf-t2c.tfm) Provides: tex(Erewhon-BoldItalic-tosf-ts1--base.tfm) Provides: tex(Erewhon-BoldItalic-tosf-ts1.tfm) Provides: tex(Erewhon-BoldItalic-tosf-ts1.vf) Provides: tex(Erewhon-BoldSlanted-dnom-ly1.tfm) Provides: tex(Erewhon-BoldSlanted-dnom-t1--base.tfm) Provides: tex(Erewhon-BoldSlanted-dnom-t1.tfm) Provides: tex(Erewhon-BoldSlanted-dnom-t1.vf) Provides: tex(Erewhon-BoldSlanted-dnom-t2a.tfm) Provides: tex(Erewhon-BoldSlanted-dnom-t2b.tfm) Provides: tex(Erewhon-BoldSlanted-dnom-t2c.tfm) Provides: tex(Erewhon-BoldSlanted-inf-ly1.tfm) Provides: tex(Erewhon-BoldSlanted-inf-t1--base.tfm) Provides: tex(Erewhon-BoldSlanted-inf-t1.tfm) Provides: tex(Erewhon-BoldSlanted-inf-t1.vf) Provides: tex(Erewhon-BoldSlanted-inf-t2a.tfm) Provides: tex(Erewhon-BoldSlanted-inf-t2b.tfm) Provides: tex(Erewhon-BoldSlanted-inf-t2c.tfm) Provides: tex(Erewhon-BoldSlanted-lf-ly1.tfm) Provides: tex(Erewhon-BoldSlanted-lf-sc-ly1--base.tfm) Provides: tex(Erewhon-BoldSlanted-lf-sc-ly1.tfm) Provides: tex(Erewhon-BoldSlanted-lf-sc-ly1.vf) Provides: tex(Erewhon-BoldSlanted-lf-sc-t1--base.tfm) Provides: tex(Erewhon-BoldSlanted-lf-sc-t1.tfm) Provides: tex(Erewhon-BoldSlanted-lf-sc-t1.vf) Provides: tex(Erewhon-BoldSlanted-lf-sc-t2a.tfm) Provides: tex(Erewhon-BoldSlanted-lf-sc-t2b.tfm) Provides: tex(Erewhon-BoldSlanted-lf-sc-t2c.tfm) Provides: tex(Erewhon-BoldSlanted-lf-t1--base.tfm) Provides: tex(Erewhon-BoldSlanted-lf-t1.tfm) Provides: tex(Erewhon-BoldSlanted-lf-t1.vf) Provides: tex(Erewhon-BoldSlanted-lf-t2a.tfm) Provides: tex(Erewhon-BoldSlanted-lf-t2b.tfm) Provides: tex(Erewhon-BoldSlanted-lf-t2c.tfm) Provides: tex(Erewhon-BoldSlanted-lf-ts1--base.tfm) Provides: tex(Erewhon-BoldSlanted-lf-ts1.tfm) Provides: tex(Erewhon-BoldSlanted-lf-ts1.vf) Provides: tex(Erewhon-BoldSlanted-numr-ly1.tfm) Provides: tex(Erewhon-BoldSlanted-numr-t1--base.tfm) Provides: tex(Erewhon-BoldSlanted-numr-t1.tfm) Provides: tex(Erewhon-BoldSlanted-numr-t1.vf) Provides: tex(Erewhon-BoldSlanted-numr-t2a.tfm) Provides: tex(Erewhon-BoldSlanted-numr-t2b.tfm) Provides: tex(Erewhon-BoldSlanted-numr-t2c.tfm) Provides: tex(Erewhon-BoldSlanted-osf-ly1.tfm) Provides: tex(Erewhon-BoldSlanted-osf-sc-ly1--base.tfm) Provides: tex(Erewhon-BoldSlanted-osf-sc-ly1.tfm) Provides: tex(Erewhon-BoldSlanted-osf-sc-ly1.vf) Provides: tex(Erewhon-BoldSlanted-osf-sc-t1--base.tfm) Provides: tex(Erewhon-BoldSlanted-osf-sc-t1.tfm) Provides: tex(Erewhon-BoldSlanted-osf-sc-t1.vf) Provides: tex(Erewhon-BoldSlanted-osf-sc-t2a.tfm) Provides: tex(Erewhon-BoldSlanted-osf-sc-t2b.tfm) Provides: tex(Erewhon-BoldSlanted-osf-sc-t2c.tfm) Provides: tex(Erewhon-BoldSlanted-osf-t1--base.tfm) Provides: tex(Erewhon-BoldSlanted-osf-t1.tfm) Provides: tex(Erewhon-BoldSlanted-osf-t1.vf) Provides: tex(Erewhon-BoldSlanted-osf-t2a.tfm) Provides: tex(Erewhon-BoldSlanted-osf-t2b.tfm) Provides: tex(Erewhon-BoldSlanted-osf-t2c.tfm) Provides: tex(Erewhon-BoldSlanted-osf-ts1--base.tfm) Provides: tex(Erewhon-BoldSlanted-osf-ts1.tfm) Provides: tex(Erewhon-BoldSlanted-osf-ts1.vf) Provides: tex(Erewhon-BoldSlanted-sup-ly1.tfm) Provides: tex(Erewhon-BoldSlanted-sup-t1--base.tfm) Provides: tex(Erewhon-BoldSlanted-sup-t1.tfm) Provides: tex(Erewhon-BoldSlanted-sup-t1.vf) Provides: tex(Erewhon-BoldSlanted-sup-t2a.tfm) Provides: tex(Erewhon-BoldSlanted-sup-t2b.tfm) Provides: tex(Erewhon-BoldSlanted-sup-t2c.tfm) Provides: tex(Erewhon-BoldSlanted-tlf-ly1.tfm) Provides: tex(Erewhon-BoldSlanted-tlf-ot2.tfm) Provides: tex(Erewhon-BoldSlanted-tlf-sc-ly1--base.tfm) Provides: tex(Erewhon-BoldSlanted-tlf-sc-ly1.tfm) Provides: tex(Erewhon-BoldSlanted-tlf-sc-ly1.vf) Provides: tex(Erewhon-BoldSlanted-tlf-sc-t1--base.tfm) Provides: tex(Erewhon-BoldSlanted-tlf-sc-t1.tfm) Provides: tex(Erewhon-BoldSlanted-tlf-sc-t1.vf) Provides: tex(Erewhon-BoldSlanted-tlf-sc-t2a.tfm) Provides: tex(Erewhon-BoldSlanted-tlf-sc-t2b.tfm) Provides: tex(Erewhon-BoldSlanted-tlf-sc-t2c.tfm) Provides: tex(Erewhon-BoldSlanted-tlf-t1--base.tfm) Provides: tex(Erewhon-BoldSlanted-tlf-t1.tfm) Provides: tex(Erewhon-BoldSlanted-tlf-t1.vf) Provides: tex(Erewhon-BoldSlanted-tlf-t2a.tfm) Provides: tex(Erewhon-BoldSlanted-tlf-t2b.tfm) Provides: tex(Erewhon-BoldSlanted-tlf-t2c.tfm) Provides: tex(Erewhon-BoldSlanted-tlf-ts1--base.tfm) Provides: tex(Erewhon-BoldSlanted-tlf-ts1.tfm) Provides: tex(Erewhon-BoldSlanted-tlf-ts1.vf) Provides: tex(Erewhon-BoldSlanted-tosf-ly1.tfm) Provides: tex(Erewhon-BoldSlanted-tosf-sc-ly1--base.tfm) Provides: tex(Erewhon-BoldSlanted-tosf-sc-ly1.tfm) Provides: tex(Erewhon-BoldSlanted-tosf-sc-ly1.vf) Provides: tex(Erewhon-BoldSlanted-tosf-sc-t1--base.tfm) Provides: tex(Erewhon-BoldSlanted-tosf-sc-t1.tfm) Provides: tex(Erewhon-BoldSlanted-tosf-sc-t1.vf) Provides: tex(Erewhon-BoldSlanted-tosf-sc-t2a.tfm) Provides: tex(Erewhon-BoldSlanted-tosf-sc-t2b.tfm) Provides: tex(Erewhon-BoldSlanted-tosf-sc-t2c.tfm) Provides: tex(Erewhon-BoldSlanted-tosf-t1--base.tfm) Provides: tex(Erewhon-BoldSlanted-tosf-t1.tfm) Provides: tex(Erewhon-BoldSlanted-tosf-t1.vf) Provides: tex(Erewhon-BoldSlanted-tosf-t2a.tfm) Provides: tex(Erewhon-BoldSlanted-tosf-t2b.tfm) Provides: tex(Erewhon-BoldSlanted-tosf-t2c.tfm) Provides: tex(Erewhon-BoldSlanted-tosf-ts1--base.tfm) Provides: tex(Erewhon-BoldSlanted-tosf-ts1.tfm) Provides: tex(Erewhon-BoldSlanted-tosf-ts1.vf) Provides: tex(Erewhon-Italic-dnom-ly1.tfm) Provides: tex(Erewhon-Italic-dnom-t1--base.tfm) Provides: tex(Erewhon-Italic-dnom-t1.tfm) Provides: tex(Erewhon-Italic-dnom-t1.vf) Provides: tex(Erewhon-Italic-dnom-t2a.tfm) Provides: tex(Erewhon-Italic-dnom-t2b.tfm) Provides: tex(Erewhon-Italic-dnom-t2c.tfm) Provides: tex(Erewhon-Italic-inf-ly1.tfm) Provides: tex(Erewhon-Italic-inf-t1--base.tfm) Provides: tex(Erewhon-Italic-inf-t1.tfm) Provides: tex(Erewhon-Italic-inf-t1.vf) Provides: tex(Erewhon-Italic-inf-t2a.tfm) Provides: tex(Erewhon-Italic-inf-t2b.tfm) Provides: tex(Erewhon-Italic-inf-t2c.tfm) Provides: tex(Erewhon-Italic-lf-ly1.tfm) Provides: tex(Erewhon-Italic-lf-sc-ly1--base.tfm) Provides: tex(Erewhon-Italic-lf-sc-ly1.tfm) Provides: tex(Erewhon-Italic-lf-sc-ly1.vf) Provides: tex(Erewhon-Italic-lf-sc-t1--base.tfm) Provides: tex(Erewhon-Italic-lf-sc-t1.tfm) Provides: tex(Erewhon-Italic-lf-sc-t1.vf) Provides: tex(Erewhon-Italic-lf-sc-t2a.tfm) Provides: tex(Erewhon-Italic-lf-sc-t2b.tfm) Provides: tex(Erewhon-Italic-lf-sc-t2c.tfm) Provides: tex(Erewhon-Italic-lf-t1--base.tfm) Provides: tex(Erewhon-Italic-lf-t1.tfm) Provides: tex(Erewhon-Italic-lf-t1.vf) Provides: tex(Erewhon-Italic-lf-t2a.tfm) Provides: tex(Erewhon-Italic-lf-t2b.tfm) Provides: tex(Erewhon-Italic-lf-t2c.tfm) Provides: tex(Erewhon-Italic-lf-ts1--base.tfm) Provides: tex(Erewhon-Italic-lf-ts1.tfm) Provides: tex(Erewhon-Italic-lf-ts1.vf) Provides: tex(Erewhon-Italic-numr-ly1.tfm) Provides: tex(Erewhon-Italic-numr-t1--base.tfm) Provides: tex(Erewhon-Italic-numr-t1.tfm) Provides: tex(Erewhon-Italic-numr-t1.vf) Provides: tex(Erewhon-Italic-numr-t2a.tfm) Provides: tex(Erewhon-Italic-numr-t2b.tfm) Provides: tex(Erewhon-Italic-numr-t2c.tfm) Provides: tex(Erewhon-Italic-osf-ly1.tfm) Provides: tex(Erewhon-Italic-osf-sc-ly1--base.tfm) Provides: tex(Erewhon-Italic-osf-sc-ly1.tfm) Provides: tex(Erewhon-Italic-osf-sc-ly1.vf) Provides: tex(Erewhon-Italic-osf-sc-t1--base.tfm) Provides: tex(Erewhon-Italic-osf-sc-t1.tfm) Provides: tex(Erewhon-Italic-osf-sc-t1.vf) Provides: tex(Erewhon-Italic-osf-sc-t2a.tfm) Provides: tex(Erewhon-Italic-osf-sc-t2b.tfm) Provides: tex(Erewhon-Italic-osf-sc-t2c.tfm) Provides: tex(Erewhon-Italic-osf-t1--base.tfm) Provides: tex(Erewhon-Italic-osf-t1.tfm) Provides: tex(Erewhon-Italic-osf-t1.vf) Provides: tex(Erewhon-Italic-osf-t2a.tfm) Provides: tex(Erewhon-Italic-osf-t2b.tfm) Provides: tex(Erewhon-Italic-osf-t2c.tfm) Provides: tex(Erewhon-Italic-osf-ts1--base.tfm) Provides: tex(Erewhon-Italic-osf-ts1.tfm) Provides: tex(Erewhon-Italic-osf-ts1.vf) Provides: tex(Erewhon-Italic-sup-ly1.tfm) Provides: tex(Erewhon-Italic-sup-t1--base.tfm) Provides: tex(Erewhon-Italic-sup-t1.tfm) Provides: tex(Erewhon-Italic-sup-t1.vf) Provides: tex(Erewhon-Italic-sup-t2a.tfm) Provides: tex(Erewhon-Italic-sup-t2b.tfm) Provides: tex(Erewhon-Italic-sup-t2c.tfm) Provides: tex(Erewhon-Italic-tlf-ly1.tfm) Provides: tex(Erewhon-Italic-tlf-ot2.tfm) Provides: tex(Erewhon-Italic-tlf-sc-ly1--base.tfm) Provides: tex(Erewhon-Italic-tlf-sc-ly1.tfm) Provides: tex(Erewhon-Italic-tlf-sc-ly1.vf) Provides: tex(Erewhon-Italic-tlf-sc-t1--base.tfm) Provides: tex(Erewhon-Italic-tlf-sc-t1.tfm) Provides: tex(Erewhon-Italic-tlf-sc-t1.vf) Provides: tex(Erewhon-Italic-tlf-sc-t2a.tfm) Provides: tex(Erewhon-Italic-tlf-sc-t2b.tfm) Provides: tex(Erewhon-Italic-tlf-sc-t2c.tfm) Provides: tex(Erewhon-Italic-tlf-t1--base.tfm) Provides: tex(Erewhon-Italic-tlf-t1.tfm) Provides: tex(Erewhon-Italic-tlf-t1.vf) Provides: tex(Erewhon-Italic-tlf-t2a.tfm) Provides: tex(Erewhon-Italic-tlf-t2b.tfm) Provides: tex(Erewhon-Italic-tlf-t2c.tfm) Provides: tex(Erewhon-Italic-tlf-ts1--base.tfm) Provides: tex(Erewhon-Italic-tlf-ts1.tfm) Provides: tex(Erewhon-Italic-tlf-ts1.vf) Provides: tex(Erewhon-Italic-tosf-ly1.tfm) Provides: tex(Erewhon-Italic-tosf-sc-ly1--base.tfm) Provides: tex(Erewhon-Italic-tosf-sc-ly1.tfm) Provides: tex(Erewhon-Italic-tosf-sc-ly1.vf) Provides: tex(Erewhon-Italic-tosf-sc-t1--base.tfm) Provides: tex(Erewhon-Italic-tosf-sc-t1.tfm) Provides: tex(Erewhon-Italic-tosf-sc-t1.vf) Provides: tex(Erewhon-Italic-tosf-sc-t2a.tfm) Provides: tex(Erewhon-Italic-tosf-sc-t2b.tfm) Provides: tex(Erewhon-Italic-tosf-sc-t2c.tfm) Provides: tex(Erewhon-Italic-tosf-t1--base.tfm) Provides: tex(Erewhon-Italic-tosf-t1.tfm) Provides: tex(Erewhon-Italic-tosf-t1.vf) Provides: tex(Erewhon-Italic-tosf-t2a.tfm) Provides: tex(Erewhon-Italic-tosf-t2b.tfm) Provides: tex(Erewhon-Italic-tosf-t2c.tfm) Provides: tex(Erewhon-Italic-tosf-ts1--base.tfm) Provides: tex(Erewhon-Italic-tosf-ts1.tfm) Provides: tex(Erewhon-Italic-tosf-ts1.vf) Provides: tex(Erewhon-Regular-dnom-ly1.tfm) Provides: tex(Erewhon-Regular-dnom-t1--base.tfm) Provides: tex(Erewhon-Regular-dnom-t1.tfm) Provides: tex(Erewhon-Regular-dnom-t1.vf) Provides: tex(Erewhon-Regular-dnom-t2a--base.tfm) Provides: tex(Erewhon-Regular-dnom-t2a.tfm) Provides: tex(Erewhon-Regular-dnom-t2a.vf) Provides: tex(Erewhon-Regular-dnom-t2b--base.tfm) Provides: tex(Erewhon-Regular-dnom-t2b.tfm) Provides: tex(Erewhon-Regular-dnom-t2b.vf) Provides: tex(Erewhon-Regular-dnom-t2c--base.tfm) Provides: tex(Erewhon-Regular-dnom-t2c.tfm) Provides: tex(Erewhon-Regular-dnom-t2c.vf) Provides: tex(Erewhon-Regular-inf-ly1.tfm) Provides: tex(Erewhon-Regular-inf-t1--base.tfm) Provides: tex(Erewhon-Regular-inf-t1.tfm) Provides: tex(Erewhon-Regular-inf-t1.vf) Provides: tex(Erewhon-Regular-inf-t2a--base.tfm) Provides: tex(Erewhon-Regular-inf-t2a.tfm) Provides: tex(Erewhon-Regular-inf-t2a.vf) Provides: tex(Erewhon-Regular-inf-t2b--base.tfm) Provides: tex(Erewhon-Regular-inf-t2b.tfm) Provides: tex(Erewhon-Regular-inf-t2b.vf) Provides: tex(Erewhon-Regular-inf-t2c--base.tfm) Provides: tex(Erewhon-Regular-inf-t2c.tfm) Provides: tex(Erewhon-Regular-inf-t2c.vf) Provides: tex(Erewhon-Regular-lf-ly1.tfm) Provides: tex(Erewhon-Regular-lf-sc-ly1--base.tfm) Provides: tex(Erewhon-Regular-lf-sc-ly1.tfm) Provides: tex(Erewhon-Regular-lf-sc-ly1.vf) Provides: tex(Erewhon-Regular-lf-sc-t1--base.tfm) Provides: tex(Erewhon-Regular-lf-sc-t1.tfm) Provides: tex(Erewhon-Regular-lf-sc-t1.vf) Provides: tex(Erewhon-Regular-lf-sc-t2a--base.tfm) Provides: tex(Erewhon-Regular-lf-sc-t2a.tfm) Provides: tex(Erewhon-Regular-lf-sc-t2a.vf) Provides: tex(Erewhon-Regular-lf-sc-t2b--base.tfm) Provides: tex(Erewhon-Regular-lf-sc-t2b.tfm) Provides: tex(Erewhon-Regular-lf-sc-t2b.vf) Provides: tex(Erewhon-Regular-lf-sc-t2c--base.tfm) Provides: tex(Erewhon-Regular-lf-sc-t2c.tfm) Provides: tex(Erewhon-Regular-lf-sc-t2c.vf) Provides: tex(Erewhon-Regular-lf-t1--base.tfm) Provides: tex(Erewhon-Regular-lf-t1.tfm) Provides: tex(Erewhon-Regular-lf-t1.vf) Provides: tex(Erewhon-Regular-lf-t2a--base.tfm) Provides: tex(Erewhon-Regular-lf-t2a.tfm) Provides: tex(Erewhon-Regular-lf-t2a.vf) Provides: tex(Erewhon-Regular-lf-t2b--base.tfm) Provides: tex(Erewhon-Regular-lf-t2b.tfm) Provides: tex(Erewhon-Regular-lf-t2b.vf) Provides: tex(Erewhon-Regular-lf-t2c--base.tfm) Provides: tex(Erewhon-Regular-lf-t2c.tfm) Provides: tex(Erewhon-Regular-lf-t2c.vf) Provides: tex(Erewhon-Regular-lf-ts1--base.tfm) Provides: tex(Erewhon-Regular-lf-ts1.tfm) Provides: tex(Erewhon-Regular-lf-ts1.vf) Provides: tex(Erewhon-Regular-numr-ly1.tfm) Provides: tex(Erewhon-Regular-numr-t1--base.tfm) Provides: tex(Erewhon-Regular-numr-t1.tfm) Provides: tex(Erewhon-Regular-numr-t1.vf) Provides: tex(Erewhon-Regular-numr-t2a--base.tfm) Provides: tex(Erewhon-Regular-numr-t2a.tfm) Provides: tex(Erewhon-Regular-numr-t2a.vf) Provides: tex(Erewhon-Regular-numr-t2b--base.tfm) Provides: tex(Erewhon-Regular-numr-t2b.tfm) Provides: tex(Erewhon-Regular-numr-t2b.vf) Provides: tex(Erewhon-Regular-numr-t2c--base.tfm) Provides: tex(Erewhon-Regular-numr-t2c.tfm) Provides: tex(Erewhon-Regular-numr-t2c.vf) Provides: tex(Erewhon-Regular-osf-ly1.tfm) Provides: tex(Erewhon-Regular-osf-sc-ly1--base.tfm) Provides: tex(Erewhon-Regular-osf-sc-ly1.tfm) Provides: tex(Erewhon-Regular-osf-sc-ly1.vf) Provides: tex(Erewhon-Regular-osf-sc-t1--base.tfm) Provides: tex(Erewhon-Regular-osf-sc-t1.tfm) Provides: tex(Erewhon-Regular-osf-sc-t1.vf) Provides: tex(Erewhon-Regular-osf-sc-t2a--base.tfm) Provides: tex(Erewhon-Regular-osf-sc-t2a.tfm) Provides: tex(Erewhon-Regular-osf-sc-t2a.vf) Provides: tex(Erewhon-Regular-osf-sc-t2b--base.tfm) Provides: tex(Erewhon-Regular-osf-sc-t2b.tfm) Provides: tex(Erewhon-Regular-osf-sc-t2b.vf) Provides: tex(Erewhon-Regular-osf-sc-t2c--base.tfm) Provides: tex(Erewhon-Regular-osf-sc-t2c.tfm) Provides: tex(Erewhon-Regular-osf-sc-t2c.vf) Provides: tex(Erewhon-Regular-osf-t1--base.tfm) Provides: tex(Erewhon-Regular-osf-t1.tfm) Provides: tex(Erewhon-Regular-osf-t1.vf) Provides: tex(Erewhon-Regular-osf-t2a--base.tfm) Provides: tex(Erewhon-Regular-osf-t2a.tfm) Provides: tex(Erewhon-Regular-osf-t2a.vf) Provides: tex(Erewhon-Regular-osf-t2b--base.tfm) Provides: tex(Erewhon-Regular-osf-t2b.tfm) Provides: tex(Erewhon-Regular-osf-t2b.vf) Provides: tex(Erewhon-Regular-osf-t2c--base.tfm) Provides: tex(Erewhon-Regular-osf-t2c.tfm) Provides: tex(Erewhon-Regular-osf-t2c.vf) Provides: tex(Erewhon-Regular-osf-ts1--base.tfm) Provides: tex(Erewhon-Regular-osf-ts1.tfm) Provides: tex(Erewhon-Regular-osf-ts1.vf) Provides: tex(Erewhon-Regular-sup-ly1.tfm) Provides: tex(Erewhon-Regular-sup-t1--base.tfm) Provides: tex(Erewhon-Regular-sup-t1.tfm) Provides: tex(Erewhon-Regular-sup-t1.vf) Provides: tex(Erewhon-Regular-sup-t2a--base.tfm) Provides: tex(Erewhon-Regular-sup-t2a.tfm) Provides: tex(Erewhon-Regular-sup-t2a.vf) Provides: tex(Erewhon-Regular-sup-t2b--base.tfm) Provides: tex(Erewhon-Regular-sup-t2b.tfm) Provides: tex(Erewhon-Regular-sup-t2b.vf) Provides: tex(Erewhon-Regular-sup-t2c--base.tfm) Provides: tex(Erewhon-Regular-sup-t2c.tfm) Provides: tex(Erewhon-Regular-sup-t2c.vf) Provides: tex(Erewhon-Regular-tlf-ly1.tfm) Provides: tex(Erewhon-Regular-tlf-ot2.tfm) Provides: tex(Erewhon-Regular-tlf-sc-ly1--base.tfm) Provides: tex(Erewhon-Regular-tlf-sc-ly1.tfm) Provides: tex(Erewhon-Regular-tlf-sc-ly1.vf) Provides: tex(Erewhon-Regular-tlf-sc-t1--base.tfm) Provides: tex(Erewhon-Regular-tlf-sc-t1.tfm) Provides: tex(Erewhon-Regular-tlf-sc-t1.vf) Provides: tex(Erewhon-Regular-tlf-sc-t2a--base.tfm) Provides: tex(Erewhon-Regular-tlf-sc-t2a.tfm) Provides: tex(Erewhon-Regular-tlf-sc-t2a.vf) Provides: tex(Erewhon-Regular-tlf-sc-t2b--base.tfm) Provides: tex(Erewhon-Regular-tlf-sc-t2b.tfm) Provides: tex(Erewhon-Regular-tlf-sc-t2b.vf) Provides: tex(Erewhon-Regular-tlf-sc-t2c--base.tfm) Provides: tex(Erewhon-Regular-tlf-sc-t2c.tfm) Provides: tex(Erewhon-Regular-tlf-sc-t2c.vf) Provides: tex(Erewhon-Regular-tlf-t1--base.tfm) Provides: tex(Erewhon-Regular-tlf-t1.tfm) Provides: tex(Erewhon-Regular-tlf-t1.vf) Provides: tex(Erewhon-Regular-tlf-t2a--base.tfm) Provides: tex(Erewhon-Regular-tlf-t2a.tfm) Provides: tex(Erewhon-Regular-tlf-t2a.vf) Provides: tex(Erewhon-Regular-tlf-t2b--base.tfm) Provides: tex(Erewhon-Regular-tlf-t2b.tfm) Provides: tex(Erewhon-Regular-tlf-t2b.vf) Provides: tex(Erewhon-Regular-tlf-t2c--base.tfm) Provides: tex(Erewhon-Regular-tlf-t2c.tfm) Provides: tex(Erewhon-Regular-tlf-t2c.vf) Provides: tex(Erewhon-Regular-tlf-ts1--base.tfm) Provides: tex(Erewhon-Regular-tlf-ts1.tfm) Provides: tex(Erewhon-Regular-tlf-ts1.vf) Provides: tex(Erewhon-Regular-tosf-ly1.tfm) Provides: tex(Erewhon-Regular-tosf-sc-ly1--base.tfm) Provides: tex(Erewhon-Regular-tosf-sc-ly1.tfm) Provides: tex(Erewhon-Regular-tosf-sc-ly1.vf) Provides: tex(Erewhon-Regular-tosf-sc-t1--base.tfm) Provides: tex(Erewhon-Regular-tosf-sc-t1.tfm) Provides: tex(Erewhon-Regular-tosf-sc-t1.vf) Provides: tex(Erewhon-Regular-tosf-sc-t2a--base.tfm) Provides: tex(Erewhon-Regular-tosf-sc-t2a.tfm) Provides: tex(Erewhon-Regular-tosf-sc-t2a.vf) Provides: tex(Erewhon-Regular-tosf-sc-t2b--base.tfm) Provides: tex(Erewhon-Regular-tosf-sc-t2b.tfm) Provides: tex(Erewhon-Regular-tosf-sc-t2b.vf) Provides: tex(Erewhon-Regular-tosf-sc-t2c--base.tfm) Provides: tex(Erewhon-Regular-tosf-sc-t2c.tfm) Provides: tex(Erewhon-Regular-tosf-sc-t2c.vf) Provides: tex(Erewhon-Regular-tosf-t1--base.tfm) Provides: tex(Erewhon-Regular-tosf-t1.tfm) Provides: tex(Erewhon-Regular-tosf-t1.vf) Provides: tex(Erewhon-Regular-tosf-t2a--base.tfm) Provides: tex(Erewhon-Regular-tosf-t2a.tfm) Provides: tex(Erewhon-Regular-tosf-t2a.vf) Provides: tex(Erewhon-Regular-tosf-t2b--base.tfm) Provides: tex(Erewhon-Regular-tosf-t2b.tfm) Provides: tex(Erewhon-Regular-tosf-t2b.vf) Provides: tex(Erewhon-Regular-tosf-t2c--base.tfm) Provides: tex(Erewhon-Regular-tosf-t2c.tfm) Provides: tex(Erewhon-Regular-tosf-t2c.vf) Provides: tex(Erewhon-Regular-tosf-ts1--base.tfm) Provides: tex(Erewhon-Regular-tosf-ts1.tfm) Provides: tex(Erewhon-Regular-tosf-ts1.vf) Provides: tex(Erewhon-RegularSlanted-dnom-ly1.tfm) Provides: tex(Erewhon-RegularSlanted-dnom-t1--base.tfm) Provides: tex(Erewhon-RegularSlanted-dnom-t1.tfm) Provides: tex(Erewhon-RegularSlanted-dnom-t1.vf) Provides: tex(Erewhon-RegularSlanted-dnom-t2a.tfm) Provides: tex(Erewhon-RegularSlanted-dnom-t2b.tfm) Provides: tex(Erewhon-RegularSlanted-dnom-t2c.tfm) Provides: tex(Erewhon-RegularSlanted-inf-ly1.tfm) Provides: tex(Erewhon-RegularSlanted-inf-t1--base.tfm) Provides: tex(Erewhon-RegularSlanted-inf-t1.tfm) Provides: tex(Erewhon-RegularSlanted-inf-t1.vf) Provides: tex(Erewhon-RegularSlanted-inf-t2a.tfm) Provides: tex(Erewhon-RegularSlanted-inf-t2b.tfm) Provides: tex(Erewhon-RegularSlanted-inf-t2c.tfm) Provides: tex(Erewhon-RegularSlanted-lf-ly1.tfm) Provides: tex(Erewhon-RegularSlanted-lf-sc-ly1--base.tfm) Provides: tex(Erewhon-RegularSlanted-lf-sc-ly1.tfm) Provides: tex(Erewhon-RegularSlanted-lf-sc-ly1.vf) Provides: tex(Erewhon-RegularSlanted-lf-sc-t1--base.tfm) Provides: tex(Erewhon-RegularSlanted-lf-sc-t1.tfm) Provides: tex(Erewhon-RegularSlanted-lf-sc-t1.vf) Provides: tex(Erewhon-RegularSlanted-lf-sc-t2a.tfm) Provides: tex(Erewhon-RegularSlanted-lf-sc-t2b.tfm) Provides: tex(Erewhon-RegularSlanted-lf-sc-t2c.tfm) Provides: tex(Erewhon-RegularSlanted-lf-t1--base.tfm) Provides: tex(Erewhon-RegularSlanted-lf-t1.tfm) Provides: tex(Erewhon-RegularSlanted-lf-t1.vf) Provides: tex(Erewhon-RegularSlanted-lf-t2a.tfm) Provides: tex(Erewhon-RegularSlanted-lf-t2b.tfm) Provides: tex(Erewhon-RegularSlanted-lf-t2c.tfm) Provides: tex(Erewhon-RegularSlanted-lf-ts1--base.tfm) Provides: tex(Erewhon-RegularSlanted-lf-ts1.tfm) Provides: tex(Erewhon-RegularSlanted-lf-ts1.vf) Provides: tex(Erewhon-RegularSlanted-numr-ly1.tfm) Provides: tex(Erewhon-RegularSlanted-numr-t1--base.tfm) Provides: tex(Erewhon-RegularSlanted-numr-t1.tfm) Provides: tex(Erewhon-RegularSlanted-numr-t1.vf) Provides: tex(Erewhon-RegularSlanted-numr-t2a.tfm) Provides: tex(Erewhon-RegularSlanted-numr-t2b.tfm) Provides: tex(Erewhon-RegularSlanted-numr-t2c.tfm) Provides: tex(Erewhon-RegularSlanted-osf-ly1.tfm) Provides: tex(Erewhon-RegularSlanted-osf-sc-ly1--base.tfm) Provides: tex(Erewhon-RegularSlanted-osf-sc-ly1.tfm) Provides: tex(Erewhon-RegularSlanted-osf-sc-ly1.vf) Provides: tex(Erewhon-RegularSlanted-osf-sc-t1--base.tfm) Provides: tex(Erewhon-RegularSlanted-osf-sc-t1.tfm) Provides: tex(Erewhon-RegularSlanted-osf-sc-t1.vf) Provides: tex(Erewhon-RegularSlanted-osf-sc-t2a.tfm) Provides: tex(Erewhon-RegularSlanted-osf-sc-t2b.tfm) Provides: tex(Erewhon-RegularSlanted-osf-sc-t2c.tfm) Provides: tex(Erewhon-RegularSlanted-osf-t1--base.tfm) Provides: tex(Erewhon-RegularSlanted-osf-t1.tfm) Provides: tex(Erewhon-RegularSlanted-osf-t1.vf) Provides: tex(Erewhon-RegularSlanted-osf-t2a.tfm) Provides: tex(Erewhon-RegularSlanted-osf-t2b.tfm) Provides: tex(Erewhon-RegularSlanted-osf-t2c.tfm) Provides: tex(Erewhon-RegularSlanted-osf-ts1--base.tfm) Provides: tex(Erewhon-RegularSlanted-osf-ts1.tfm) Provides: tex(Erewhon-RegularSlanted-osf-ts1.vf) Provides: tex(Erewhon-RegularSlanted-sup-ly1.tfm) Provides: tex(Erewhon-RegularSlanted-sup-t1--base.tfm) Provides: tex(Erewhon-RegularSlanted-sup-t1.tfm) Provides: tex(Erewhon-RegularSlanted-sup-t1.vf) Provides: tex(Erewhon-RegularSlanted-sup-t2a.tfm) Provides: tex(Erewhon-RegularSlanted-sup-t2b.tfm) Provides: tex(Erewhon-RegularSlanted-sup-t2c.tfm) Provides: tex(Erewhon-RegularSlanted-tlf-ly1.tfm) Provides: tex(Erewhon-RegularSlanted-tlf-ot2.tfm) Provides: tex(Erewhon-RegularSlanted-tlf-sc-ly1--base.tfm) Provides: tex(Erewhon-RegularSlanted-tlf-sc-ly1.tfm) Provides: tex(Erewhon-RegularSlanted-tlf-sc-ly1.vf) Provides: tex(Erewhon-RegularSlanted-tlf-sc-t1--base.tfm) Provides: tex(Erewhon-RegularSlanted-tlf-sc-t1.tfm) Provides: tex(Erewhon-RegularSlanted-tlf-sc-t1.vf) Provides: tex(Erewhon-RegularSlanted-tlf-sc-t2a.tfm) Provides: tex(Erewhon-RegularSlanted-tlf-sc-t2b.tfm) Provides: tex(Erewhon-RegularSlanted-tlf-sc-t2c.tfm) Provides: tex(Erewhon-RegularSlanted-tlf-t1--base.tfm) Provides: tex(Erewhon-RegularSlanted-tlf-t1.tfm) Provides: tex(Erewhon-RegularSlanted-tlf-t1.vf) Provides: tex(Erewhon-RegularSlanted-tlf-t2a.tfm) Provides: tex(Erewhon-RegularSlanted-tlf-t2b.tfm) Provides: tex(Erewhon-RegularSlanted-tlf-t2c.tfm) Provides: tex(Erewhon-RegularSlanted-tlf-ts1--base.tfm) Provides: tex(Erewhon-RegularSlanted-tlf-ts1.tfm) Provides: tex(Erewhon-RegularSlanted-tlf-ts1.vf) Provides: tex(Erewhon-RegularSlanted-tosf-ly1.tfm) Provides: tex(Erewhon-RegularSlanted-tosf-sc-ly1--base.tfm) Provides: tex(Erewhon-RegularSlanted-tosf-sc-ly1.tfm) Provides: tex(Erewhon-RegularSlanted-tosf-sc-ly1.vf) Provides: tex(Erewhon-RegularSlanted-tosf-sc-t1--base.tfm) Provides: tex(Erewhon-RegularSlanted-tosf-sc-t1.tfm) Provides: tex(Erewhon-RegularSlanted-tosf-sc-t1.vf) Provides: tex(Erewhon-RegularSlanted-tosf-sc-t2a.tfm) Provides: tex(Erewhon-RegularSlanted-tosf-sc-t2b.tfm) Provides: tex(Erewhon-RegularSlanted-tosf-sc-t2c.tfm) Provides: tex(Erewhon-RegularSlanted-tosf-t1--base.tfm) Provides: tex(Erewhon-RegularSlanted-tosf-t1.tfm) Provides: tex(Erewhon-RegularSlanted-tosf-t1.vf) Provides: tex(Erewhon-RegularSlanted-tosf-t2a.tfm) Provides: tex(Erewhon-RegularSlanted-tosf-t2b.tfm) Provides: tex(Erewhon-RegularSlanted-tosf-t2c.tfm) Provides: tex(Erewhon-RegularSlanted-tosf-ts1--base.tfm) Provides: tex(Erewhon-RegularSlanted-tosf-ts1.tfm) Provides: tex(Erewhon-RegularSlanted-tosf-ts1.vf) Provides: tex(LY1erewhon-Dnom.fd) Provides: tex(LY1erewhon-Inf.fd) Provides: tex(LY1erewhon-LF.fd) Provides: tex(LY1erewhon-Numr.fd) Provides: tex(LY1erewhon-OsF.fd) Provides: tex(LY1erewhon-Sup.fd) Provides: tex(LY1erewhon-TLF.fd) Provides: tex(LY1erewhon-TOsF.fd) Provides: tex(OT2erewhon-TLF.fd) Provides: tex(T1erewhon-Dnom.fd) Provides: tex(T1erewhon-Inf.fd) Provides: tex(T1erewhon-LF.fd) Provides: tex(T1erewhon-Numr.fd) Provides: tex(T1erewhon-OsF.fd) Provides: tex(T1erewhon-Sup.fd) Provides: tex(T1erewhon-TLF.fd) Provides: tex(T1erewhon-TOsF.fd) Provides: tex(T2Aerewhon-Dnom.fd) Provides: tex(T2Aerewhon-Inf.fd) Provides: tex(T2Aerewhon-LF.fd) Provides: tex(T2Aerewhon-Numr.fd) Provides: tex(T2Aerewhon-OsF.fd) Provides: tex(T2Aerewhon-Sup.fd) Provides: tex(T2Aerewhon-TLF.fd) Provides: tex(T2Aerewhon-TOsF.fd) Provides: tex(T2Berewhon-Dnom.fd) Provides: tex(T2Berewhon-Inf.fd) Provides: tex(T2Berewhon-LF.fd) Provides: tex(T2Berewhon-Numr.fd) Provides: tex(T2Berewhon-OsF.fd) Provides: tex(T2Berewhon-Sup.fd) Provides: tex(T2Berewhon-TLF.fd) Provides: tex(T2Berewhon-TOsF.fd) Provides: tex(T2Cerewhon-Dnom.fd) Provides: tex(T2Cerewhon-Inf.fd) Provides: tex(T2Cerewhon-LF.fd) Provides: tex(T2Cerewhon-Numr.fd) Provides: tex(T2Cerewhon-OsF.fd) Provides: tex(T2Cerewhon-Sup.fd) Provides: tex(T2Cerewhon-TLF.fd) Provides: tex(T2Cerewhon-TOsF.fd) Provides: tex(TS1erewhon-LF.fd) Provides: tex(TS1erewhon-OsF.fd) Provides: tex(TS1erewhon-TLF.fd) Provides: tex(TS1erewhon-TOsF.fd) Provides: tex(erewhon.map) Provides: tex(erewhon.sty) Provides: tex(erewhontlf-ot2.enc) Provides: tex(zut1_2e53d6.enc) Provides: tex(zut1_2ijbdx.enc) Provides: tex(zut1_2pdzb4.enc) Provides: tex(zut1_2qzbvv.enc) Provides: tex(zut1_36pkgq.enc) Provides: tex(zut1_3b5uub.enc) Provides: tex(zut1_3dlfej.enc) Provides: tex(zut1_3gahhl.enc) Provides: tex(zut1_3whtxj.enc) Provides: tex(zut1_3z6ild.enc) Provides: tex(zut1_446cvc.enc) Provides: tex(zut1_4dcuzo.enc) Provides: tex(zut1_4r2wnt.enc) Provides: tex(zut1_4vukjc.enc) Provides: tex(zut1_4vwan7.enc) Provides: tex(zut1_53cvlj.enc) Provides: tex(zut1_546xgo.enc) Provides: tex(zut1_54x5pj.enc) Provides: tex(zut1_55od57.enc) Provides: tex(zut1_55vlpj.enc) Provides: tex(zut1_55xhu7.enc) Provides: tex(zut1_5gd3w7.enc) Provides: tex(zut1_5kulil.enc) Provides: tex(zut1_5qg2z3.enc) Provides: tex(zut1_5swz3g.enc) Provides: tex(zut1_5ttobv.enc) Provides: tex(zut1_5v5alt.enc) Provides: tex(zut1_5vp42u.enc) Provides: tex(zut1_5vzi2j.enc) Provides: tex(zut1_63vnse.enc) Provides: tex(zut1_6fbto3.enc) Provides: tex(zut1_6g7axh.enc) Provides: tex(zut1_6j67po.enc) Provides: tex(zut1_6v4c3d.enc) Provides: tex(zut1_76clxa.enc) Provides: tex(zut1_76ynvv.enc) Provides: tex(zut1_7ajsnx.enc) Provides: tex(zut1_7cjysi.enc) Provides: tex(zut1_7dii3y.enc) Provides: tex(zut1_7fnxck.enc) Provides: tex(zut1_7hd64c.enc) Provides: tex(zut1_7onvyn.enc) Provides: tex(zut1_7zttan.enc) Provides: tex(zut1_a27mgr.enc) Provides: tex(zut1_a5mbkd.enc) Provides: tex(zut1_a7a6j7.enc) Provides: tex(zut1_arl7i5.enc) Provides: tex(zut1_azbcfh.enc) Provides: tex(zut1_bcciqu.enc) Provides: tex(zut1_bkxiyo.enc) Provides: tex(zut1_c6xpql.enc) Provides: tex(zut1_cepihf.enc) Provides: tex(zut1_cpng52.enc) Provides: tex(zut1_cxuew6.enc) Provides: tex(zut1_d2bm6z.enc) Provides: tex(zut1_diubwb.enc) Provides: tex(zut1_dnduob.enc) Provides: tex(zut1_do4ibr.enc) Provides: tex(zut1_dru2ao.enc) Provides: tex(zut1_dwcsu4.enc) Provides: tex(zut1_dy3eqm.enc) Provides: tex(zut1_e43bjy.enc) Provides: tex(zut1_e5frg7.enc) Provides: tex(zut1_egk5ui.enc) Provides: tex(zut1_emma2w.enc) Provides: tex(zut1_etc5hm.enc) Provides: tex(zut1_exscva.enc) Provides: tex(zut1_f2p55q.enc) Provides: tex(zut1_f3yudc.enc) Provides: tex(zut1_fanlel.enc) Provides: tex(zut1_ffhbev.enc) Provides: tex(zut1_fomwqp.enc) Provides: tex(zut1_fvbjvx.enc) Provides: tex(zut1_fwvtap.enc) Provides: tex(zut1_g6j66o.enc) Provides: tex(zut1_galaxb.enc) Provides: tex(zut1_geqeyh.enc) Provides: tex(zut1_greqnl.enc) Provides: tex(zut1_gumcex.enc) Provides: tex(zut1_gyljdk.enc) Provides: tex(zut1_h6tbqj.enc) Provides: tex(zut1_hbxdik.enc) Provides: tex(zut1_hdx4zw.enc) Provides: tex(zut1_hmtqt3.enc) Provides: tex(zut1_hzklgp.enc) Provides: tex(zut1_i3xnrn.enc) Provides: tex(zut1_io433z.enc) Provides: tex(zut1_iqk3hn.enc) Provides: tex(zut1_irfza6.enc) Provides: tex(zut1_isszvh.enc) Provides: tex(zut1_ivciyi.enc) Provides: tex(zut1_ivnrmg.enc) Provides: tex(zut1_j6ua73.enc) Provides: tex(zut1_jdwkpe.enc) Provides: tex(zut1_jelngh.enc) Provides: tex(zut1_jluubh.enc) Provides: tex(zut1_jtfygp.enc) Provides: tex(zut1_k7ntju.enc) Provides: tex(zut1_khuajl.enc) Provides: tex(zut1_kjyyxj.enc) Provides: tex(zut1_kqgewl.enc) Provides: tex(zut1_kylaxl.enc) Provides: tex(zut1_kyueqn.enc) Provides: tex(zut1_lcxhvt.enc) Provides: tex(zut1_ldasfr.enc) Provides: tex(zut1_ldovko.enc) Provides: tex(zut1_lhtacp.enc) Provides: tex(zut1_lzkx6u.enc) Provides: tex(zut1_m4m5at.enc) Provides: tex(zut1_mbt3qm.enc) Provides: tex(zut1_mhgrxa.enc) Provides: tex(zut1_mxomsk.enc) Provides: tex(zut1_n7tjt2.enc) Provides: tex(zut1_nghg3p.enc) Provides: tex(zut1_ngiray.enc) Provides: tex(zut1_nnxesr.enc) Provides: tex(zut1_nwbrpg.enc) Provides: tex(zut1_o6rq6v.enc) Provides: tex(zut1_o6v6n5.enc) Provides: tex(zut1_oapbtr.enc) Provides: tex(zut1_of6pqs.enc) Provides: tex(zut1_olmidr.enc) Provides: tex(zut1_opwl73.enc) Provides: tex(zut1_ozw43p.enc) Provides: tex(zut1_pim2td.enc) Provides: tex(zut1_pswj3v.enc) Provides: tex(zut1_pt32q7.enc) Provides: tex(zut1_pw6se6.enc) Provides: tex(zut1_q4j5e2.enc) Provides: tex(zut1_qn7vqi.enc) Provides: tex(zut1_qvbgtd.enc) Provides: tex(zut1_qvi5ut.enc) Provides: tex(zut1_qytqkd.enc) Provides: tex(zut1_r7m3z6.enc) Provides: tex(zut1_rmbvlf.enc) Provides: tex(zut1_rvpdvy.enc) Provides: tex(zut1_s5ndkw.enc) Provides: tex(zut1_sbzh7a.enc) Provides: tex(zut1_slh6m2.enc) Provides: tex(zut1_so7awz.enc) Provides: tex(zut1_sodton.enc) Provides: tex(zut1_syeivh.enc) Provides: tex(zut1_szqr4x.enc) Provides: tex(zut1_tmatie.enc) Provides: tex(zut1_tp7lim.enc) Provides: tex(zut1_tsvpwo.enc) Provides: tex(zut1_tu3nvd.enc) Provides: tex(zut1_u36bjs.enc) Provides: tex(zut1_ubm265.enc) Provides: tex(zut1_ueiqks.enc) Provides: tex(zut1_uhamxn.enc) Provides: tex(zut1_uldehf.enc) Provides: tex(zut1_urudyg.enc) Provides: tex(zut1_uxztme.enc) Provides: tex(zut1_uyhi42.enc) Provides: tex(zut1_uyibqi.enc) Provides: tex(zut1_v3vc6e.enc) Provides: tex(zut1_vmlswt.enc) Provides: tex(zut1_vtfujz.enc) Provides: tex(zut1_vxw6wv.enc) Provides: tex(zut1_vz5ynf.enc) Provides: tex(zut1_vzlxgj.enc) Provides: tex(zut1_w5yjl2.enc) Provides: tex(zut1_wfvafa.enc) Provides: tex(zut1_wq75o5.enc) Provides: tex(zut1_wsce37.enc) Provides: tex(zut1_x3bhkk.enc) Provides: tex(zut1_x44nuc.enc) Provides: tex(zut1_x6jwsz.enc) Provides: tex(zut1_xd5q5w.enc) Provides: tex(zut1_xd5tcn.enc) Provides: tex(zut1_xhbukj.enc) Provides: tex(zut1_xsflzz.enc) Provides: tex(zut1_xxct4g.enc) Provides: tex(zut1_yx3dqr.enc) Provides: tex(zut1_zctrx3.enc) Provides: tex(zut1_znf6mf.enc) Requires: tex(etoolbox.sty) Requires: tex(fontaxes.sty) Requires: tex(fontenc.sty) Requires: tex(ifthen.sty) Requires: tex(textcomp.sty) Requires: tex(xkeyval.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source7: erewhon.tar.xz Source8: erewhon.doc.tar.xz %description -n texlive-erewhon Erewhon is based on the Heuristica package, which is based in turn on Utopia. Erewhon adds a number of new features -- small caps in all styles rather than just regular, added figure styles (proportional, inferior, numerator, denominator) and superior letters. The size is 6% smaller than Heuristica, matching that of UtopiaStd. date: 2017-03-15 07:53:07 +0000 %package -n texlive-erewhon-doc Version: %{texlive_version}.%{texlive_noarch}.1.08svn43506 Release: 0 Summary: Documentation for texlive-erewhon License: OFL-1.1 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-erewhon-doc This package includes the documentation for texlive-erewhon %package -n texlive-erewhon-fonts Version: %{texlive_version}.%{texlive_noarch}.1.08svn43506 Release: 0 Summary: Severed fonts for texlive-erewhon License: OFL-1.1 Group: Productivity/Publishing/TeX/Fonts Url: http://www.tug.org/texlive/ Requires(post): fontconfig Requires(post): ghostscript-fonts-std Requires(post): mkfontdir Requires(post): mkfontscale Requires(post): xorg-x11-fonts-core Requires(postun): fontconfig Requires(postun): ghostscript-fonts-std Requires(postun): xorg-x11-fonts-core %description -n texlive-erewhon-fonts The separated fonts package for texlive-erewhon %post -n texlive-erewhon mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update echo 'addMap erewhon.map' >> /var/run/texlive/run-updmap %postun -n texlive-erewhon mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then echo 'deleteMap erewhon.map' >> /var/run/texlive/run-updmap exit 0 fi %posttrans -n texlive-erewhon %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %post -n texlive-erewhon-fonts fc-cache -s %{_datadir}/fonts mkfontscale %{_datadir}/fonts/texlive-erewhon mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-erewhon %postun -n texlive-erewhon-fonts if test $1 = 0; then fc-cache -s %{_datadir}/fonts fi %files -n texlive-erewhon-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/fonts/erewhon/FontLog.txt %{_texmfdistdir}/doc/fonts/erewhon/OFL-FAQ.txt %{_texmfdistdir}/doc/fonts/erewhon/OFL.txt %{_texmfdistdir}/doc/fonts/erewhon/README %{_texmfdistdir}/doc/fonts/erewhon/erewhon-doc.pdf %{_texmfdistdir}/doc/fonts/erewhon/erewhon-doc.tex %files -n texlive-erewhon %defattr(-,root,root,755) %{_texmfdistdir}/fonts/afm/public/erewhon/Erewhon-Bold.afm %{_texmfdistdir}/fonts/afm/public/erewhon/Erewhon-BoldItalic.afm %{_texmfdistdir}/fonts/afm/public/erewhon/Erewhon-BoldSlanted.afm %{_texmfdistdir}/fonts/afm/public/erewhon/Erewhon-Italic.afm %{_texmfdistdir}/fonts/afm/public/erewhon/Erewhon-Regular.afm %{_texmfdistdir}/fonts/afm/public/erewhon/Erewhon-RegularSlanted.afm %{_texmfdistdir}/fonts/enc/dvips/erewhon/erewhontlf-ot2.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_2e53d6.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_2ijbdx.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_2pdzb4.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_2qzbvv.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_36pkgq.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_3b5uub.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_3dlfej.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_3gahhl.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_3whtxj.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_3z6ild.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_446cvc.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_4dcuzo.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_4r2wnt.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_4vukjc.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_4vwan7.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_53cvlj.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_546xgo.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_54x5pj.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_55od57.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_55vlpj.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_55xhu7.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_5gd3w7.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_5kulil.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_5qg2z3.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_5swz3g.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_5ttobv.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_5v5alt.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_5vp42u.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_5vzi2j.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_63vnse.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_6fbto3.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_6g7axh.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_6j67po.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_6v4c3d.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_76clxa.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_76ynvv.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_7ajsnx.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_7cjysi.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_7dii3y.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_7fnxck.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_7hd64c.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_7onvyn.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_7zttan.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_a27mgr.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_a5mbkd.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_a7a6j7.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_arl7i5.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_azbcfh.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_bcciqu.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_bkxiyo.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_c6xpql.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_cepihf.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_cpng52.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_cxuew6.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_d2bm6z.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_diubwb.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_dnduob.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_do4ibr.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_dru2ao.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_dwcsu4.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_dy3eqm.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_e43bjy.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_e5frg7.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_egk5ui.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_emma2w.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_etc5hm.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_exscva.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_f2p55q.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_f3yudc.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_fanlel.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_ffhbev.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_fomwqp.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_fvbjvx.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_fwvtap.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_g6j66o.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_galaxb.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_geqeyh.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_greqnl.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_gumcex.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_gyljdk.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_h6tbqj.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_hbxdik.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_hdx4zw.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_hmtqt3.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_hzklgp.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_i3xnrn.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_io433z.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_iqk3hn.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_irfza6.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_isszvh.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_ivciyi.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_ivnrmg.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_j6ua73.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_jdwkpe.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_jelngh.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_jluubh.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_jtfygp.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_k7ntju.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_khuajl.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_kjyyxj.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_kqgewl.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_kylaxl.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_kyueqn.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_lcxhvt.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_ldasfr.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_ldovko.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_lhtacp.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_lzkx6u.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_m4m5at.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_mbt3qm.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_mhgrxa.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_mxomsk.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_n7tjt2.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_nghg3p.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_ngiray.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_nnxesr.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_nwbrpg.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_o6rq6v.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_o6v6n5.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_oapbtr.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_of6pqs.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_olmidr.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_opwl73.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_ozw43p.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_pim2td.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_pswj3v.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_pt32q7.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_pw6se6.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_q4j5e2.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_qn7vqi.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_qvbgtd.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_qvi5ut.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_qytqkd.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_r7m3z6.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_rmbvlf.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_rvpdvy.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_s5ndkw.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_sbzh7a.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_slh6m2.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_so7awz.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_sodton.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_syeivh.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_szqr4x.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_tmatie.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_tp7lim.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_tsvpwo.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_tu3nvd.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_u36bjs.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_ubm265.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_ueiqks.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_uhamxn.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_uldehf.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_urudyg.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_uxztme.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_uyhi42.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_uyibqi.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_v3vc6e.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_vmlswt.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_vtfujz.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_vxw6wv.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_vz5ynf.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_vzlxgj.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_w5yjl2.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_wfvafa.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_wq75o5.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_wsce37.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_x3bhkk.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_x44nuc.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_x6jwsz.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_xd5q5w.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_xd5tcn.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_xhbukj.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_xsflzz.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_xxct4g.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_yx3dqr.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_zctrx3.enc %{_texmfdistdir}/fonts/enc/dvips/erewhon/zut1_znf6mf.enc %{_texmfdistdir}/fonts/map/dvips/erewhon/erewhon.map %verify(link) %{_texmfdistdir}/fonts/opentype/public/erewhon/Erewhon-Bold.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/erewhon/Erewhon-BoldItalic.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/erewhon/Erewhon-BoldSlanted.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/erewhon/Erewhon-Italic.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/erewhon/Erewhon-Regular.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/erewhon/Erewhon-RegularSlanted.otf %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-dnom-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-dnom-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-dnom-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-dnom-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-dnom-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-dnom-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-inf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-inf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-inf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-inf-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-inf-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-inf-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-lf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-lf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-lf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-lf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-lf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-lf-sc-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-lf-sc-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-lf-sc-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-lf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-lf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-lf-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-lf-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-lf-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-lf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-lf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-numr-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-numr-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-numr-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-numr-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-numr-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-numr-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-osf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-osf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-osf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-osf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-osf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-osf-sc-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-osf-sc-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-osf-sc-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-osf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-osf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-osf-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-osf-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-osf-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-osf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-osf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-sup-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-sup-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-sup-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-sup-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-tlf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-tlf-ot2.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-tlf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-tlf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-tlf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-tlf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-tlf-sc-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-tlf-sc-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-tlf-sc-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-tlf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-tlf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-tlf-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-tlf-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-tlf-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-tlf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-tlf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-tosf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-tosf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-tosf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-tosf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-tosf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-tosf-sc-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-tosf-sc-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-tosf-sc-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-tosf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-tosf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-tosf-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-tosf-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-tosf-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-tosf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Bold-tosf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-dnom-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-dnom-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-dnom-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-dnom-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-dnom-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-dnom-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-inf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-inf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-inf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-inf-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-inf-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-inf-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-lf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-lf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-lf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-lf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-lf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-lf-sc-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-lf-sc-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-lf-sc-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-lf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-lf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-lf-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-lf-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-lf-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-lf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-lf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-numr-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-numr-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-numr-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-numr-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-numr-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-numr-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-osf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-osf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-osf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-osf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-osf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-osf-sc-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-osf-sc-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-osf-sc-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-osf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-osf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-osf-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-osf-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-osf-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-osf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-osf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-sup-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-sup-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-sup-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-sup-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-tlf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-tlf-ot2.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-tlf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-tlf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-tlf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-tlf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-tlf-sc-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-tlf-sc-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-tlf-sc-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-tlf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-tlf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-tlf-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-tlf-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-tlf-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-tlf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-tlf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-tosf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-tosf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-tosf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-tosf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-tosf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-tosf-sc-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-tosf-sc-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-tosf-sc-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-tosf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-tosf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-tosf-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-tosf-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-tosf-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-tosf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldItalic-tosf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-dnom-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-dnom-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-dnom-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-dnom-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-dnom-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-dnom-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-inf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-inf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-inf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-inf-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-inf-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-inf-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-lf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-lf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-lf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-lf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-lf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-lf-sc-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-lf-sc-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-lf-sc-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-lf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-lf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-lf-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-lf-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-lf-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-lf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-lf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-numr-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-numr-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-numr-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-numr-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-numr-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-numr-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-osf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-osf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-osf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-osf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-osf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-osf-sc-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-osf-sc-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-osf-sc-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-osf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-osf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-osf-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-osf-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-osf-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-osf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-osf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-sup-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-sup-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-sup-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-sup-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-tlf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-tlf-ot2.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-tlf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-tlf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-tlf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-tlf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-tlf-sc-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-tlf-sc-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-tlf-sc-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-tlf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-tlf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-tlf-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-tlf-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-tlf-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-tlf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-tlf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-tosf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-tosf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-tosf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-tosf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-tosf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-tosf-sc-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-tosf-sc-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-tosf-sc-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-tosf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-tosf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-tosf-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-tosf-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-tosf-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-tosf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-BoldSlanted-tosf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-dnom-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-dnom-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-dnom-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-dnom-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-dnom-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-dnom-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-inf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-inf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-inf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-inf-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-inf-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-inf-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-lf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-lf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-lf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-lf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-lf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-lf-sc-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-lf-sc-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-lf-sc-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-lf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-lf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-lf-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-lf-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-lf-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-lf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-lf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-numr-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-numr-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-numr-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-numr-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-numr-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-numr-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-osf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-osf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-osf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-osf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-osf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-osf-sc-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-osf-sc-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-osf-sc-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-osf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-osf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-osf-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-osf-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-osf-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-osf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-osf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-sup-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-sup-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-sup-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-sup-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-tlf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-tlf-ot2.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-tlf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-tlf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-tlf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-tlf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-tlf-sc-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-tlf-sc-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-tlf-sc-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-tlf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-tlf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-tlf-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-tlf-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-tlf-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-tlf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-tlf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-tosf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-tosf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-tosf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-tosf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-tosf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-tosf-sc-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-tosf-sc-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-tosf-sc-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-tosf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-tosf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-tosf-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-tosf-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-tosf-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-tosf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Italic-tosf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-dnom-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-dnom-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-dnom-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-dnom-t2a--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-dnom-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-dnom-t2b--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-dnom-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-dnom-t2c--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-dnom-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-inf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-inf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-inf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-inf-t2a--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-inf-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-inf-t2b--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-inf-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-inf-t2c--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-inf-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-lf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-lf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-lf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-lf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-lf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-lf-sc-t2a--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-lf-sc-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-lf-sc-t2b--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-lf-sc-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-lf-sc-t2c--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-lf-sc-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-lf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-lf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-lf-t2a--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-lf-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-lf-t2b--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-lf-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-lf-t2c--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-lf-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-lf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-lf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-numr-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-numr-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-numr-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-numr-t2a--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-numr-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-numr-t2b--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-numr-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-numr-t2c--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-numr-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-osf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-osf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-osf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-osf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-osf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-osf-sc-t2a--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-osf-sc-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-osf-sc-t2b--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-osf-sc-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-osf-sc-t2c--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-osf-sc-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-osf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-osf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-osf-t2a--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-osf-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-osf-t2b--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-osf-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-osf-t2c--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-osf-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-osf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-osf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-sup-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-sup-t2a--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-sup-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-sup-t2b--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-sup-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-sup-t2c--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-sup-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tlf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tlf-ot2.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tlf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tlf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tlf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tlf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tlf-sc-t2a--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tlf-sc-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tlf-sc-t2b--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tlf-sc-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tlf-sc-t2c--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tlf-sc-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tlf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tlf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tlf-t2a--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tlf-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tlf-t2b--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tlf-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tlf-t2c--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tlf-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tlf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tlf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tosf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tosf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tosf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tosf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tosf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tosf-sc-t2a--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tosf-sc-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tosf-sc-t2b--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tosf-sc-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tosf-sc-t2c--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tosf-sc-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tosf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tosf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tosf-t2a--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tosf-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tosf-t2b--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tosf-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tosf-t2c--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tosf-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tosf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-Regular-tosf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-dnom-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-dnom-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-dnom-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-dnom-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-dnom-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-dnom-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-inf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-inf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-inf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-inf-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-inf-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-inf-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-lf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-lf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-lf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-lf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-lf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-lf-sc-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-lf-sc-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-lf-sc-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-lf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-lf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-lf-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-lf-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-lf-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-lf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-lf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-numr-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-numr-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-numr-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-numr-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-numr-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-numr-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-osf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-osf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-osf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-osf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-osf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-osf-sc-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-osf-sc-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-osf-sc-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-osf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-osf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-osf-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-osf-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-osf-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-osf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-osf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-sup-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-sup-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-sup-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-sup-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-tlf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-tlf-ot2.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-tlf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-tlf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-tlf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-tlf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-tlf-sc-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-tlf-sc-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-tlf-sc-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-tlf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-tlf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-tlf-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-tlf-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-tlf-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-tlf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-tlf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-tosf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-tosf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-tosf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-tosf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-tosf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-tosf-sc-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-tosf-sc-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-tosf-sc-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-tosf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-tosf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-tosf-t2a.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-tosf-t2b.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-tosf-t2c.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-tosf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/erewhon/Erewhon-RegularSlanted-tosf-ts1.tfm %verify(link) %{_texmfdistdir}/fonts/type1/public/erewhon/Erewhon-Bold.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/erewhon/Erewhon-BoldItalic.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/erewhon/Erewhon-BoldSlanted.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/erewhon/Erewhon-Italic.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/erewhon/Erewhon-Regular.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/erewhon/Erewhon-RegularSlanted.pfb %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Bold-dnom-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Bold-inf-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Bold-lf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Bold-lf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Bold-lf-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Bold-lf-ts1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Bold-numr-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Bold-osf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Bold-osf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Bold-osf-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Bold-osf-ts1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Bold-sup-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Bold-tlf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Bold-tlf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Bold-tlf-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Bold-tlf-ts1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Bold-tosf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Bold-tosf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Bold-tosf-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Bold-tosf-ts1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-BoldItalic-dnom-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-BoldItalic-inf-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-BoldItalic-lf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-BoldItalic-lf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-BoldItalic-lf-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-BoldItalic-lf-ts1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-BoldItalic-numr-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-BoldItalic-osf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-BoldItalic-osf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-BoldItalic-osf-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-BoldItalic-osf-ts1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-BoldItalic-sup-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-BoldItalic-tlf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-BoldItalic-tlf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-BoldItalic-tlf-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-BoldItalic-tlf-ts1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-BoldItalic-tosf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-BoldItalic-tosf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-BoldItalic-tosf-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-BoldItalic-tosf-ts1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-BoldSlanted-dnom-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-BoldSlanted-inf-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-BoldSlanted-lf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-BoldSlanted-lf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-BoldSlanted-lf-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-BoldSlanted-lf-ts1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-BoldSlanted-numr-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-BoldSlanted-osf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-BoldSlanted-osf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-BoldSlanted-osf-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-BoldSlanted-osf-ts1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-BoldSlanted-sup-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-BoldSlanted-tlf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-BoldSlanted-tlf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-BoldSlanted-tlf-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-BoldSlanted-tlf-ts1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-BoldSlanted-tosf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-BoldSlanted-tosf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-BoldSlanted-tosf-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-BoldSlanted-tosf-ts1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Italic-dnom-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Italic-inf-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Italic-lf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Italic-lf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Italic-lf-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Italic-lf-ts1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Italic-numr-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Italic-osf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Italic-osf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Italic-osf-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Italic-osf-ts1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Italic-sup-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Italic-tlf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Italic-tlf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Italic-tlf-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Italic-tlf-ts1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Italic-tosf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Italic-tosf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Italic-tosf-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Italic-tosf-ts1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-dnom-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-dnom-t2a.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-dnom-t2b.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-dnom-t2c.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-inf-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-inf-t2a.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-inf-t2b.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-inf-t2c.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-lf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-lf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-lf-sc-t2a.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-lf-sc-t2b.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-lf-sc-t2c.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-lf-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-lf-t2a.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-lf-t2b.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-lf-t2c.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-lf-ts1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-numr-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-numr-t2a.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-numr-t2b.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-numr-t2c.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-osf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-osf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-osf-sc-t2a.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-osf-sc-t2b.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-osf-sc-t2c.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-osf-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-osf-t2a.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-osf-t2b.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-osf-t2c.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-osf-ts1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-sup-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-sup-t2a.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-sup-t2b.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-sup-t2c.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-tlf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-tlf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-tlf-sc-t2a.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-tlf-sc-t2b.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-tlf-sc-t2c.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-tlf-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-tlf-t2a.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-tlf-t2b.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-tlf-t2c.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-tlf-ts1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-tosf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-tosf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-tosf-sc-t2a.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-tosf-sc-t2b.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-tosf-sc-t2c.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-tosf-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-tosf-t2a.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-tosf-t2b.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-tosf-t2c.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-Regular-tosf-ts1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-RegularSlanted-dnom-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-RegularSlanted-inf-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-RegularSlanted-lf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-RegularSlanted-lf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-RegularSlanted-lf-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-RegularSlanted-lf-ts1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-RegularSlanted-numr-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-RegularSlanted-osf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-RegularSlanted-osf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-RegularSlanted-osf-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-RegularSlanted-osf-ts1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-RegularSlanted-sup-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-RegularSlanted-tlf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-RegularSlanted-tlf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-RegularSlanted-tlf-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-RegularSlanted-tlf-ts1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-RegularSlanted-tosf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-RegularSlanted-tosf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-RegularSlanted-tosf-t1.vf %{_texmfdistdir}/fonts/vf/public/erewhon/Erewhon-RegularSlanted-tosf-ts1.vf %{_texmfdistdir}/tex/latex/erewhon/LY1erewhon-Dnom.fd %{_texmfdistdir}/tex/latex/erewhon/LY1erewhon-Inf.fd %{_texmfdistdir}/tex/latex/erewhon/LY1erewhon-LF.fd %{_texmfdistdir}/tex/latex/erewhon/LY1erewhon-Numr.fd %{_texmfdistdir}/tex/latex/erewhon/LY1erewhon-OsF.fd %{_texmfdistdir}/tex/latex/erewhon/LY1erewhon-Sup.fd %{_texmfdistdir}/tex/latex/erewhon/LY1erewhon-TLF.fd %{_texmfdistdir}/tex/latex/erewhon/LY1erewhon-TOsF.fd %{_texmfdistdir}/tex/latex/erewhon/OT2erewhon-TLF.fd %{_texmfdistdir}/tex/latex/erewhon/T1erewhon-Dnom.fd %{_texmfdistdir}/tex/latex/erewhon/T1erewhon-Inf.fd %{_texmfdistdir}/tex/latex/erewhon/T1erewhon-LF.fd %{_texmfdistdir}/tex/latex/erewhon/T1erewhon-Numr.fd %{_texmfdistdir}/tex/latex/erewhon/T1erewhon-OsF.fd %{_texmfdistdir}/tex/latex/erewhon/T1erewhon-Sup.fd %{_texmfdistdir}/tex/latex/erewhon/T1erewhon-TLF.fd %{_texmfdistdir}/tex/latex/erewhon/T1erewhon-TOsF.fd %{_texmfdistdir}/tex/latex/erewhon/T2Aerewhon-Dnom.fd %{_texmfdistdir}/tex/latex/erewhon/T2Aerewhon-Inf.fd %{_texmfdistdir}/tex/latex/erewhon/T2Aerewhon-LF.fd %{_texmfdistdir}/tex/latex/erewhon/T2Aerewhon-Numr.fd %{_texmfdistdir}/tex/latex/erewhon/T2Aerewhon-OsF.fd %{_texmfdistdir}/tex/latex/erewhon/T2Aerewhon-Sup.fd %{_texmfdistdir}/tex/latex/erewhon/T2Aerewhon-TLF.fd %{_texmfdistdir}/tex/latex/erewhon/T2Aerewhon-TOsF.fd %{_texmfdistdir}/tex/latex/erewhon/T2Berewhon-Dnom.fd %{_texmfdistdir}/tex/latex/erewhon/T2Berewhon-Inf.fd %{_texmfdistdir}/tex/latex/erewhon/T2Berewhon-LF.fd %{_texmfdistdir}/tex/latex/erewhon/T2Berewhon-Numr.fd %{_texmfdistdir}/tex/latex/erewhon/T2Berewhon-OsF.fd %{_texmfdistdir}/tex/latex/erewhon/T2Berewhon-Sup.fd %{_texmfdistdir}/tex/latex/erewhon/T2Berewhon-TLF.fd %{_texmfdistdir}/tex/latex/erewhon/T2Berewhon-TOsF.fd %{_texmfdistdir}/tex/latex/erewhon/T2Cerewhon-Dnom.fd %{_texmfdistdir}/tex/latex/erewhon/T2Cerewhon-Inf.fd %{_texmfdistdir}/tex/latex/erewhon/T2Cerewhon-LF.fd %{_texmfdistdir}/tex/latex/erewhon/T2Cerewhon-Numr.fd %{_texmfdistdir}/tex/latex/erewhon/T2Cerewhon-OsF.fd %{_texmfdistdir}/tex/latex/erewhon/T2Cerewhon-Sup.fd %{_texmfdistdir}/tex/latex/erewhon/T2Cerewhon-TLF.fd %{_texmfdistdir}/tex/latex/erewhon/T2Cerewhon-TOsF.fd %{_texmfdistdir}/tex/latex/erewhon/TS1erewhon-LF.fd %{_texmfdistdir}/tex/latex/erewhon/TS1erewhon-OsF.fd %{_texmfdistdir}/tex/latex/erewhon/TS1erewhon-TLF.fd %{_texmfdistdir}/tex/latex/erewhon/TS1erewhon-TOsF.fd %{_texmfdistdir}/tex/latex/erewhon/erewhon.fontspec %{_texmfdistdir}/tex/latex/erewhon/erewhon.sty %files -n texlive-erewhon-fonts %defattr(-,root,root,755) %dir %{_datadir}/fonts/texlive-erewhon %config %{_sysconfdir}/fonts/conf.avail/58-texlive-erewhon.conf %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-erewhon/encodings.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-erewhon/fonts.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-erewhon/fonts.scale %{_datadir}/fonts/texlive-erewhon/Erewhon-Bold.otf %{_datadir}/fonts/texlive-erewhon/Erewhon-BoldItalic.otf %{_datadir}/fonts/texlive-erewhon/Erewhon-BoldSlanted.otf %{_datadir}/fonts/texlive-erewhon/Erewhon-Italic.otf %{_datadir}/fonts/texlive-erewhon/Erewhon-Regular.otf %{_datadir}/fonts/texlive-erewhon/Erewhon-RegularSlanted.otf %{_datadir}/fonts/texlive-erewhon/Erewhon-Bold.pfb %{_datadir}/fonts/texlive-erewhon/Erewhon-BoldItalic.pfb %{_datadir}/fonts/texlive-erewhon/Erewhon-BoldSlanted.pfb %{_datadir}/fonts/texlive-erewhon/Erewhon-Italic.pfb %{_datadir}/fonts/texlive-erewhon/Erewhon-Regular.pfb %{_datadir}/fonts/texlive-erewhon/Erewhon-RegularSlanted.pfb %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-erewhon-fonts-%{texlive_version}.%{texlive_noarch}.1.08svn43506-%{release}-zypper %endif %package -n texlive-errata Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn42428 Release: 0 Summary: Error markup for LaTeX documents License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-errata-doc >= %{texlive_version} Provides: tex(errata.sty) Requires: tex(keyval.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source9: errata.tar.xz Source10: errata.doc.tar.xz %description -n texlive-errata This package provides a simple infrastructure for recording errata in LaTeX documents. This allows the user to maintain an updated version of the document (with all errors corrected) and to automatically generate an errata document highlighting the difference to the published version. date: 2016-06-24 17:18:15 +0000 %package -n texlive-errata-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn42428 Release: 0 Summary: Documentation for texlive-errata License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-errata-doc This package includes the documentation for texlive-errata %post -n texlive-errata mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-errata mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-errata %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-errata-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/errata/README %{_texmfdistdir}/doc/latex/errata/errata-errata.tex %{_texmfdistdir}/doc/latex/errata/errata.pdf %files -n texlive-errata %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/errata/errata.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-errata-%{texlive_version}.%{texlive_noarch}.0.0.3svn42428-%{release}-zypper %endif %package -n texlive-es-tex-faq Version: %{texlive_version}.%{texlive_noarch}.1.97svn15878 Release: 0 Summary: CervanTeX (Spanish TeX Group) FAQ License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source11: es-tex-faq.doc.tar.xz %description -n texlive-es-tex-faq SGML source, converted LaTeX version, and readable copies of the FAQ from the Spanish TeX users group. date: 2016-06-24 17:18:15 +0000 %post -n texlive-es-tex-faq mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-es-tex-faq mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-es-tex-faq %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-es-tex-faq %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/es-tex-faq/FAQ-CervanTeX.html %{_texmfdistdir}/doc/generic/es-tex-faq/FAQ-CervanTeX.latin1 %{_texmfdistdir}/doc/generic/es-tex-faq/FAQ-CervanTeX.pdf %{_texmfdistdir}/doc/generic/es-tex-faq/FAQ-CervanTeX.sgml %{_texmfdistdir}/doc/generic/es-tex-faq/FAQ-CervanTeX.tex %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-es-tex-faq-%{texlive_version}.%{texlive_noarch}.1.97svn15878-%{release}-zypper %endif %package -n texlive-esami Version: %{texlive_version}.%{texlive_noarch}.2.1svn41774 Release: 0 Summary: Typeset exams with scrambled questions and answers License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-esami-doc >= %{texlive_version} Provides: tex(esami.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source12: esami.tar.xz Source13: esami.doc.tar.xz %description -n texlive-esami The package enables the user to typeset exams with multiple choice, open questions and many other types of exercise. Both questions and answers may be randomly distributed within the exam, and the solutions are typeset automatically. Exercises may contain a wide number of random parameters and it is possible to do arithmetical operations on them. The package is localised in Italian, English, French, German, Greek, Serbian, and Spanish. date: 2016-07-27 14:45:12 +0000 %package -n texlive-esami-doc Version: %{texlive_version}.%{texlive_noarch}.2.1svn41774 Release: 0 Summary: Documentation for texlive-esami License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Provides: locale(texlive-esami-doc:en;it) %description -n texlive-esami-doc This package includes the documentation for texlive-esami %post -n texlive-esami mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-esami mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-esami %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-esami-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/esami/README %{_texmfdistdir}/doc/latex/esami/VERSION %{_texmfdistdir}/doc/latex/esami/doc/esami-doc-en.pdf %{_texmfdistdir}/doc/latex/esami/doc/esami-doc-en.tex %{_texmfdistdir}/doc/latex/esami/doc/esami-doc-it.pdf %{_texmfdistdir}/doc/latex/esami/doc/esami-doc-it.tex %{_texmfdistdir}/doc/latex/esami/doc/esami.bib %{_texmfdistdir}/doc/latex/esami/doc/examples/master-sol.tex %{_texmfdistdir}/doc/latex/esami/doc/examples/master.tex %{_texmfdistdir}/doc/latex/esami/doc/examples/problem1.tex %{_texmfdistdir}/doc/latex/esami/doc/examples/problem2-tabella.tex %{_texmfdistdir}/doc/latex/esami/doc/examples/problem2.tex %{_texmfdistdir}/doc/latex/esami/doc/examples/problem3-matching.tex %{_texmfdistdir}/doc/latex/esami/doc/examples/problem4-fillin.tex %{_texmfdistdir}/doc/latex/esami/doc/examples/test1.tex %{_texmfdistdir}/doc/latex/esami/doc/examples/test11.tex %{_texmfdistdir}/doc/latex/esami/doc/examples/test12.tex %{_texmfdistdir}/doc/latex/esami/doc/examples/test13.tex %{_texmfdistdir}/doc/latex/esami/doc/examples/test14.tex %{_texmfdistdir}/doc/latex/esami/doc/examples/test2.tex %{_texmfdistdir}/doc/latex/esami/doc/examples/test3.tex %{_texmfdistdir}/doc/latex/esami/doc/examples/test4.tex %{_texmfdistdir}/doc/latex/esami/doc/examples/test5-fillin.tex %{_texmfdistdir}/doc/latex/esami/doc/examples/test9.tex %{_texmfdistdir}/doc/latex/esami/doc/examples/testA-luatex-sol.pdf %{_texmfdistdir}/doc/latex/esami/doc/examples/testA-luatex.pdf %{_texmfdistdir}/doc/latex/esami/doc/examples/testA-sol.pdf %{_texmfdistdir}/doc/latex/esami/doc/examples/testA-sol.tex %{_texmfdistdir}/doc/latex/esami/doc/examples/testA-xetex-sol.pdf %{_texmfdistdir}/doc/latex/esami/doc/examples/testA-xetex.pdf %{_texmfdistdir}/doc/latex/esami/doc/examples/testA.pdf %{_texmfdistdir}/doc/latex/esami/doc/examples/testA.tex %{_texmfdistdir}/doc/latex/esami/doc/examples/totale-versioni.tex %{_texmfdistdir}/doc/latex/esami/esami-xyz.cfg %files -n texlive-esami %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/esami/es-UKenglish.lng %{_texmfdistdir}/tex/latex/esami/es-USenglish.lng %{_texmfdistdir}/tex/latex/esami/es-french.lng %{_texmfdistdir}/tex/latex/esami/es-german.lng %{_texmfdistdir}/tex/latex/esami/es-greek.lng %{_texmfdistdir}/tex/latex/esami/es-italian.lng %{_texmfdistdir}/tex/latex/esami/es-serbian.lng %{_texmfdistdir}/tex/latex/esami/es-spanish.lng %{_texmfdistdir}/tex/latex/esami/esami.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-esami-%{texlive_version}.%{texlive_noarch}.2.1svn41774-%{release}-zypper %endif %package -n texlive-esdiff Version: %{texlive_version}.%{texlive_noarch}.1.2svn21385 Release: 0 Summary: Simplify typesetting of derivatives License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-esdiff-doc >= %{texlive_version} Provides: tex(esdiff.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source14: esdiff.tar.xz Source15: esdiff.doc.tar.xz %description -n texlive-esdiff The package makes writing derivatives very easy. It offers macros for derivatives, partial derivatives and multiple derivatives, and allows specification of the point at which the value is calculated. Some typographic alternatives may be selected by package options date: 2016-06-24 17:18:15 +0000 %package -n texlive-esdiff-doc Version: %{texlive_version}.%{texlive_noarch}.1.2svn21385 Release: 0 Summary: Documentation for texlive-esdiff License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-esdiff-doc This package includes the documentation for texlive-esdiff %post -n texlive-esdiff mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-esdiff mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-esdiff %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-esdiff-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/esdiff/README %{_texmfdistdir}/doc/latex/esdiff/esdiff.pdf %files -n texlive-esdiff %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/esdiff/esdiff.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-esdiff-%{texlive_version}.%{texlive_noarch}.1.2svn21385-%{release}-zypper %endif %package -n texlive-esint Version: %{texlive_version}.%{texlive_noarch}.1.1svn15878 Release: 0 Summary: Extended set of integrals for Computer Modern License: SUSE-Public-Domain Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-esint-doc >= %{texlive_version} Provides: tex(esint.sty) Provides: tex(esint10.tfm) Provides: tex(uesint.fd) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source16: esint.tar.xz Source17: esint.doc.tar.xz %description -n texlive-esint The esint package permits access to alternate integral symbols when you're using the Computer Modern fonts. In the original set, several integral symbols are missing, such as \oiint. Many of these symbols are available in other font sets (pxfonts, txfonts, etc.), but there is no good solution if you want to use Computer Modern. The package provides Metafont source and LaTeX macro support. date: 2016-06-24 17:18:15 +0000 %package -n texlive-esint-doc Version: %{texlive_version}.%{texlive_noarch}.1.1svn15878 Release: 0 Summary: Documentation for texlive-esint License: SUSE-Public-Domain Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-esint-doc This package includes the documentation for texlive-esint %post -n texlive-esint mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-esint mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-esint %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-esint-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/esint/README %{_texmfdistdir}/doc/latex/esint/esint.pdf %files -n texlive-esint %defattr(-,root,root,755) %{_texmfdistdir}/fonts/source/public/esint/bigint.mf %{_texmfdistdir}/fonts/source/public/esint/esint10.mf %{_texmfdistdir}/fonts/source/public/esint/mathint.mf %{_texmfdistdir}/fonts/tfm/public/esint/esint10.tfm %{_texmfdistdir}/tex/latex/esint/esint.sty %{_texmfdistdir}/tex/latex/esint/uesint.fd %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-esint-%{texlive_version}.%{texlive_noarch}.1.1svn15878-%{release}-zypper %endif %package -n texlive-esint-type1 Version: %{texlive_version}.%{texlive_noarch}.svn15878 Release: 0 Summary: Font esint10 in Type 1 format License: SUSE-Public-Domain Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires: texlive-esint >= %{texlive_version} Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(post): findutils Requires(post): grep Requires(post): sed Requires(post): texlive >= %{texlive_version} Requires(post): tex(updmap.cfg) #!BuildIgnore: tex(updmap.cfg) Requires(postun): findutils Requires(postun): grep Requires(postun): sed Requires(postun): texlive >= %{texlive_version} Requires(postun): tex(updmap.cfg) Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Requires: texlive-esint-type1-fonts >= %{texlive_version} Recommends: texlive-esint-type1-doc >= %{texlive_version} Provides: tex(esint.map) Provides: tex(esint.tex) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source18: esint-type1.tar.xz Source19: esint-type1.doc.tar.xz %description -n texlive-esint-type1 This is Eddie Saudrais's font esint10 in Adobe Type 1 format. The Adobe Type 1 implementation was generated from the original Metafont using mftrace. This distribution does not contain the TFM files that are necessary to use the fonts with TeX; the TFM files can be generated from the Metafont sources obtained by following the instructions in the normal way. date: 2016-06-24 17:18:15 +0000 %package -n texlive-esint-type1-doc Version: %{texlive_version}.%{texlive_noarch}.svn15878 Release: 0 Summary: Documentation for texlive-esint-type1 License: SUSE-Public-Domain Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-esint-type1-doc This package includes the documentation for texlive-esint-type1 %package -n texlive-esint-type1-fonts Version: %{texlive_version}.%{texlive_noarch}.svn15878 Release: 0 Summary: Severed fonts for texlive-esint-type1 License: SUSE-Public-Domain Group: Productivity/Publishing/TeX/Fonts Url: http://www.tug.org/texlive/ Requires(post): fontconfig Requires(post): ghostscript-fonts-std Requires(post): mkfontdir Requires(post): mkfontscale Requires(post): xorg-x11-fonts-core Requires(postun): fontconfig Requires(postun): ghostscript-fonts-std Requires(postun): xorg-x11-fonts-core %description -n texlive-esint-type1-fonts The separated fonts package for texlive-esint-type1 %post -n texlive-esint-type1 mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update echo 'addMixedMap esint.map' >> /var/run/texlive/run-updmap %postun -n texlive-esint-type1 mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then echo 'deleteMixedMap esint.map' >> /var/run/texlive/run-updmap exit 0 fi %posttrans -n texlive-esint-type1 %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %post -n texlive-esint-type1-fonts fc-cache -s %{_datadir}/fonts mkfontscale %{_datadir}/fonts/texlive-esint-type1 mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-esint-type1 %postun -n texlive-esint-type1-fonts if test $1 = 0; then fc-cache -s %{_datadir}/fonts fi %files -n texlive-esint-type1-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/fonts/esint-type1/README %{_texmfdistdir}/doc/fonts/esint-type1/README.plainTeX %{_texmfdistdir}/doc/fonts/esint-type1/table.pdf %{_texmfdistdir}/doc/fonts/esint-type1/table.tex %files -n texlive-esint-type1 %defattr(-,root,root,755) %{_texmfdistdir}/dvips/esint-type1/config.esint %{_texmfdistdir}/fonts/map/dvips/esint-type1/esint.map %verify(link) %{_texmfdistdir}/fonts/type1/public/esint-type1/esint10.pfb %{_texmfdistdir}/tex/plain/esint-type1/esint.tex %files -n texlive-esint-type1-fonts %defattr(-,root,root,755) %dir %{_datadir}/fonts/texlive-esint-type1 %config %{_sysconfdir}/fonts/conf.avail/58-texlive-esint-type1.conf %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-esint-type1/encodings.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-esint-type1/fonts.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-esint-type1/fonts.scale %{_datadir}/fonts/texlive-esint-type1/esint10.pfb %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-esint-type1-fonts-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper %endif %package -n texlive-esk Version: %{texlive_version}.%{texlive_noarch}.1.0svn18115 Release: 0 Summary: Package to encapsulate Sketch files in LaTeX sources License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-esk-doc >= %{texlive_version} Provides: tex(esk.sty) Requires: tex(kvsetkeys.sty) Requires: tex(verbatim.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source20: esk.tar.xz Source21: esk.doc.tar.xz %description -n texlive-esk The ESK package allows to encapsulate Sketch files in LaTeX sources. This is very useful for keeping illustrations in sync with the text. It also frees the user from inventing descriptive names for new files that fit into the confines of file system conventions. Sketch is a 3D scene description language by Eugene K. Ressler and can generate TikZ and PSTricks code. ESK behaves in a similar fashion to EMP (which encapsulates MetaPost files), and was in fact developed from it. date: 2016-06-24 17:18:15 +0000 %package -n texlive-esk-doc Version: %{texlive_version}.%{texlive_noarch}.1.0svn18115 Release: 0 Summary: Documentation for texlive-esk License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-esk-doc This package includes the documentation for texlive-esk %post -n texlive-esk mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-esk mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-esk %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-esk-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/esk/COPYING %{_texmfdistdir}/doc/latex/esk/README %{_texmfdistdir}/doc/latex/esk/esk.pdf %{_texmfdistdir}/doc/latex/esk/eskman.pdf %files -n texlive-esk %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/esk/esk.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-esk-%{texlive_version}.%{texlive_noarch}.1.0svn18115-%{release}-zypper %endif %package -n texlive-eskd Version: %{texlive_version}.%{texlive_noarch}.svn15878 Release: 0 Summary: Modern Russian typesetting License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-eskd-doc >= %{texlive_version} Provides: tex(eskd.cls) Requires: tex(article.cls) Requires: tex(babel.sty) Requires: tex(fancyhdr.sty) Requires: tex(fontenc.sty) Requires: tex(ifthen.sty) Requires: tex(inputenc.sty) Requires: tex(keyval.sty) Requires: tex(lastpage.sty) Requires: tex(rotating.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source22: eskd.tar.xz Source23: eskd.doc.tar.xz %description -n texlive-eskd The class offers modern Russian text formatting, in accordance with accepted design standards. Fonts not (apparently) available on CTAN are required for use of the class. date: 2016-06-24 17:18:15 +0000 %package -n texlive-eskd-doc Version: %{texlive_version}.%{texlive_noarch}.svn15878 Release: 0 Summary: Documentation for texlive-eskd License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-eskd-doc This package includes the documentation for texlive-eskd %post -n texlive-eskd mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-eskd mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-eskd %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-eskd-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/eskd/README %{_texmfdistdir}/doc/latex/eskd/eskd.pdf %{_texmfdistdir}/doc/latex/eskd/example.eps %{_texmfdistdir}/doc/latex/eskd/example.tex %files -n texlive-eskd %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/eskd/eskd.cls %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-eskd-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper %endif %package -n texlive-eskdx Version: %{texlive_version}.%{texlive_noarch}.0.0.98svn29235 Release: 0 Summary: Modern Russian typesetting License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-eskdx-doc >= %{texlive_version} Provides: tex(eskdafterpkg.sty) Provides: tex(eskdappsheet.sty) Provides: tex(eskdbiblist.sty) Provides: tex(eskdcap.sty) Provides: tex(eskdchngsheet.sty) Provides: tex(eskddstu.sty) Provides: tex(eskdexplan.sty) Provides: tex(eskdfont.sty) Provides: tex(eskdfootnote.sty) Provides: tex(eskdfreesize.sty) Provides: tex(eskdgraph.cls) Provides: tex(eskdhash.sty) Provides: tex(eskdindent.sty) Provides: tex(eskdinfo.sty) Provides: tex(eskdlang.sty) Provides: tex(eskdlist.sty) Provides: tex(eskdpara.sty) Provides: tex(eskdplain.sty) Provides: tex(eskdrussian.def) Provides: tex(eskdsect.sty) Provides: tex(eskdspec.sty) Provides: tex(eskdspecii.sty) Provides: tex(eskdstamp.sty) Provides: tex(eskdtab.cls) Provides: tex(eskdtext.cls) Provides: tex(eskdtitle.sty) Provides: tex(eskdtitlebase.sty) Provides: tex(eskdtotal.sty) Provides: tex(eskdukrainian.def) Requires: tex(amsmath.sty) Requires: tex(array.sty) Requires: tex(article.cls) Requires: tex(babel.sty) Requires: tex(calc.sty) Requires: tex(caption.sty) Requires: tex(chngpage.sty) Requires: tex(everyshi.sty) Requires: tex(extarticle.cls) Requires: tex(ifpdf.sty) Requires: tex(indentfirst.sty) Requires: tex(inputenc.sty) Requires: tex(keyval.sty) Requires: tex(lastpage.sty) Requires: tex(longtable.sty) Requires: tex(lscape.sty) Requires: tex(rotating.sty) Requires: tex(zref-perpage.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source24: eskdx.tar.xz Source25: eskdx.doc.tar.xz %description -n texlive-eskdx Eskdx is a collection of LaTeX classes and packages to typeset textual and graphical documents in accordance with Russian (and probably post USSR) standards for designers. date: 2016-06-24 17:18:15 +0000 %package -n texlive-eskdx-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.98svn29235 Release: 0 Summary: Documentation for texlive-eskdx License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Provides: locale(texlive-eskdx-doc:ru) %description -n texlive-eskdx-doc This package includes the documentation for texlive-eskdx %post -n texlive-eskdx mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-eskdx mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-eskdx %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-eskdx-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/eskdx/ChangeLog %{_texmfdistdir}/doc/latex/eskdx/Makefile %{_texmfdistdir}/doc/latex/eskdx/Makefile.unpacked %{_texmfdistdir}/doc/latex/eskdx/NEWS %{_texmfdistdir}/doc/latex/eskdx/NEWS.in %{_texmfdistdir}/doc/latex/eskdx/README %{_texmfdistdir}/doc/latex/eskdx/README.in %{_texmfdistdir}/doc/latex/eskdx/include.m4 %{_texmfdistdir}/doc/latex/eskdx/include.mak %{_texmfdistdir}/doc/latex/eskdx/manifest.txt %{_texmfdistdir}/doc/latex/eskdx/manual/Makefile %{_texmfdistdir}/doc/latex/eskdx/manual/eskdx.pdf %{_texmfdistdir}/doc/latex/eskdx/manual/eskdx.tex.in %{_texmfdistdir}/doc/latex/eskdx/manual/example.tex %{_texmfdistdir}/doc/latex/eskdx/manual/img-form1.svg %{_texmfdistdir}/doc/latex/eskdx/manual/img-form2.svg %{_texmfdistdir}/doc/latex/eskdx/manual/img-form2a.svg %{_texmfdistdir}/doc/latex/eskdx/manual/img-title.svg %{_texmfdistdir}/doc/latex/eskdx/manual/latex2html-init %{_texmfdistdir}/doc/latex/eskdx/source/Makefile %{_texmfdistdir}/doc/latex/eskdx/source/eskdafterpkg.sty.in %{_texmfdistdir}/doc/latex/eskdx/source/eskdappsheet.sty.in %{_texmfdistdir}/doc/latex/eskdx/source/eskdbiblist.sty.in %{_texmfdistdir}/doc/latex/eskdx/source/eskdcap.sty.in %{_texmfdistdir}/doc/latex/eskdx/source/eskdchngsheet.sty.in %{_texmfdistdir}/doc/latex/eskdx/source/eskddstu.sty.in %{_texmfdistdir}/doc/latex/eskdx/source/eskdexplan.sty.in %{_texmfdistdir}/doc/latex/eskdx/source/eskdfont.sty.in %{_texmfdistdir}/doc/latex/eskdx/source/eskdfootnote.sty.in %{_texmfdistdir}/doc/latex/eskdx/source/eskdfreesize.sty.in %{_texmfdistdir}/doc/latex/eskdx/source/eskdgraph.cls.in %{_texmfdistdir}/doc/latex/eskdx/source/eskdhash.sty.in %{_texmfdistdir}/doc/latex/eskdx/source/eskdindent.sty.in %{_texmfdistdir}/doc/latex/eskdx/source/eskdinfo.sty.in %{_texmfdistdir}/doc/latex/eskdx/source/eskdlang.sty.in %{_texmfdistdir}/doc/latex/eskdx/source/eskdlist.sty.in %{_texmfdistdir}/doc/latex/eskdx/source/eskdpara.sty.in %{_texmfdistdir}/doc/latex/eskdx/source/eskdplain.sty.in %{_texmfdistdir}/doc/latex/eskdx/source/eskdrussian.def.in %{_texmfdistdir}/doc/latex/eskdx/source/eskdsect.sty.in %{_texmfdistdir}/doc/latex/eskdx/source/eskdspec.sty.in %{_texmfdistdir}/doc/latex/eskdx/source/eskdspecii.sty.in %{_texmfdistdir}/doc/latex/eskdx/source/eskdstamp.sty.in %{_texmfdistdir}/doc/latex/eskdx/source/eskdtab.cls.in %{_texmfdistdir}/doc/latex/eskdx/source/eskdtext.cls.in %{_texmfdistdir}/doc/latex/eskdx/source/eskdtitle.sty.in %{_texmfdistdir}/doc/latex/eskdx/source/eskdtitlebase.sty.in %{_texmfdistdir}/doc/latex/eskdx/source/eskdtotal.sty.in %{_texmfdistdir}/doc/latex/eskdx/source/eskdukrainian.def.in %{_texmfdistdir}/doc/latex/eskdx/test/Makefile %{_texmfdistdir}/doc/latex/eskdx/test/appsheet.tex %{_texmfdistdir}/doc/latex/eskdx/test/drawing-a2.tex %{_texmfdistdir}/doc/latex/eskdx/test/drawing-a3-mp.tex %{_texmfdistdir}/doc/latex/eskdx/test/drawing-a3-p.tex %{_texmfdistdir}/doc/latex/eskdx/test/drawing-a3.tex %{_texmfdistdir}/doc/latex/eskdx/test/drawing-a4.tex %{_texmfdistdir}/doc/latex/eskdx/test/footnote.tex %{_texmfdistdir}/doc/latex/eskdx/test/freesizesheets.tex %{_texmfdistdir}/doc/latex/eskdx/test/general.tex %{_texmfdistdir}/doc/latex/eskdx/test/general2.tex %{_texmfdistdir}/doc/latex/eskdx/test/numbering.tex %{_texmfdistdir}/doc/latex/eskdx/test/pagestyle.tex %{_texmfdistdir}/doc/latex/eskdx/test/spec.tex %{_texmfdistdir}/doc/latex/eskdx/test/specii.tex %{_texmfdistdir}/doc/latex/eskdx/test/twoside.tex %files -n texlive-eskdx %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/eskdx/eskdafterpkg.sty %{_texmfdistdir}/tex/latex/eskdx/eskdappsheet.sty %{_texmfdistdir}/tex/latex/eskdx/eskdbiblist.sty %{_texmfdistdir}/tex/latex/eskdx/eskdcap.sty %{_texmfdistdir}/tex/latex/eskdx/eskdchngsheet.sty %{_texmfdistdir}/tex/latex/eskdx/eskddstu.sty %{_texmfdistdir}/tex/latex/eskdx/eskdexplan.sty %{_texmfdistdir}/tex/latex/eskdx/eskdfont.sty %{_texmfdistdir}/tex/latex/eskdx/eskdfootnote.sty %{_texmfdistdir}/tex/latex/eskdx/eskdfreesize.sty %{_texmfdistdir}/tex/latex/eskdx/eskdgraph.cls %{_texmfdistdir}/tex/latex/eskdx/eskdhash.sty %{_texmfdistdir}/tex/latex/eskdx/eskdindent.sty %{_texmfdistdir}/tex/latex/eskdx/eskdinfo.sty %{_texmfdistdir}/tex/latex/eskdx/eskdlang.sty %{_texmfdistdir}/tex/latex/eskdx/eskdlist.sty %{_texmfdistdir}/tex/latex/eskdx/eskdpara.sty %{_texmfdistdir}/tex/latex/eskdx/eskdplain.sty %{_texmfdistdir}/tex/latex/eskdx/eskdrussian.def %{_texmfdistdir}/tex/latex/eskdx/eskdsect.sty %{_texmfdistdir}/tex/latex/eskdx/eskdspec.sty %{_texmfdistdir}/tex/latex/eskdx/eskdspecii.sty %{_texmfdistdir}/tex/latex/eskdx/eskdstamp.sty %{_texmfdistdir}/tex/latex/eskdx/eskdtab.cls %{_texmfdistdir}/tex/latex/eskdx/eskdtext.cls %{_texmfdistdir}/tex/latex/eskdx/eskdtitle.sty %{_texmfdistdir}/tex/latex/eskdx/eskdtitlebase.sty %{_texmfdistdir}/tex/latex/eskdx/eskdtotal.sty %{_texmfdistdir}/tex/latex/eskdx/eskdukrainian.def %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-eskdx-%{texlive_version}.%{texlive_noarch}.0.0.98svn29235-%{release}-zypper %endif %package -n texlive-eso-pic Version: %{texlive_version}.%{texlive_noarch}.2.0gsvn37925 Release: 0 Summary: Add picture commands (or backgrounds) to every page License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-eso-pic-doc >= %{texlive_version} Provides: tex(eso-pic.sty) Provides: tex(showframe.sty) Requires: tex(atbegshi.sty) Requires: tex(keyval.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source26: eso-pic.tar.xz Source27: eso-pic.doc.tar.xz %description -n texlive-eso-pic The package adds one or more user commands to LaTeX's shipout routine, which may be used to place the output at fixed positions. The grid option may be used to find the correct places. date: 2016-06-24 17:18:15 +0000 %package -n texlive-eso-pic-doc Version: %{texlive_version}.%{texlive_noarch}.2.0gsvn37925 Release: 0 Summary: Documentation for texlive-eso-pic License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-eso-pic-doc This package includes the documentation for texlive-eso-pic %post -n texlive-eso-pic mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-eso-pic mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-eso-pic %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-eso-pic-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/eso-pic/README %{_texmfdistdir}/doc/latex/eso-pic/eso-article-test.tex %{_texmfdistdir}/doc/latex/eso-pic/eso-ex1.tex %{_texmfdistdir}/doc/latex/eso-pic/eso-ex2.tex %{_texmfdistdir}/doc/latex/eso-pic/eso-ex3.tex %{_texmfdistdir}/doc/latex/eso-pic/eso-ex4.tex %{_texmfdistdir}/doc/latex/eso-pic/eso-ex5.tex %{_texmfdistdir}/doc/latex/eso-pic/eso-memoir-test.tex %{_texmfdistdir}/doc/latex/eso-pic/eso-pic.pdf %files -n texlive-eso-pic %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/eso-pic/eso-pic.sty %{_texmfdistdir}/tex/latex/eso-pic/showframe.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-eso-pic-%{texlive_version}.%{texlive_noarch}.2.0gsvn37925-%{release}-zypper %endif %package -n texlive-esrelation Version: %{texlive_version}.%{texlive_noarch}.svn37236 Release: 0 Summary: Provides a symbol set for describing relations between ordered pairs 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): findutils Requires(post): grep Requires(post): sed Requires(post): texlive >= %{texlive_version} Requires(post): tex(updmap.cfg) #!BuildIgnore: tex(updmap.cfg) Requires(postun): findutils Requires(postun): grep Requires(postun): sed Requires(postun): texlive >= %{texlive_version} Requires(postun): tex(updmap.cfg) Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Requires: texlive-esrelation-fonts >= %{texlive_version} Recommends: texlive-esrelation-doc >= %{texlive_version} Provides: tex(esrelation.map) Provides: tex(esrelation.sty) Provides: tex(esrelation10.tfm) Provides: tex(uesrelation.fd) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source28: esrelation.tar.xz Source29: esrelation.doc.tar.xz %description -n texlive-esrelation Around 2008, researcher Byron Cook and several colleagues began developing a new set of interrelated algorithms capable of automatically reasoning about the behavior of computer programs and other systems (such as biological systems, circuit designs, etc). At the center of these algorithms were new ideas about the relationships between structures expressable as mathematical sets and relations. Using the language of mathematics and logic, the researchers communicated these new results to others in their community via published papers, research talks, etc. Unfortunately, they found the symbols already available for reasoning about relations lacking (in contrast to sets, which have a long-ago developed and robust symbol vocabulary). Early presentations were unnecessarily cluttered. To more elegantly express these ideas around relations, Cook recruited artist Tauba Auerbach to help develop a set of symbols. This package provides an math symbol font for describing relations between ordered pairs by using Metafont. date: 2016-06-24 17:18:15 +0000 %package -n texlive-esrelation-doc Version: %{texlive_version}.%{texlive_noarch}.svn37236 Release: 0 Summary: Documentation for texlive-esrelation License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-esrelation-doc This package includes the documentation for texlive-esrelation %package -n texlive-esrelation-fonts Version: %{texlive_version}.%{texlive_noarch}.svn37236 Release: 0 Summary: Severed fonts for texlive-esrelation License: LPPL-1.0 Group: Productivity/Publishing/TeX/Fonts Url: http://www.tug.org/texlive/ Requires(post): fontconfig Requires(post): ghostscript-fonts-std Requires(post): mkfontdir Requires(post): mkfontscale Requires(post): xorg-x11-fonts-core Requires(postun): fontconfig Requires(postun): ghostscript-fonts-std Requires(postun): xorg-x11-fonts-core %description -n texlive-esrelation-fonts The separated fonts package for texlive-esrelation %post -n texlive-esrelation mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update echo 'addMap esrelation.map' >> /var/run/texlive/run-updmap %postun -n texlive-esrelation mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then echo 'deleteMap esrelation.map' >> /var/run/texlive/run-updmap exit 0 fi %posttrans -n texlive-esrelation %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %post -n texlive-esrelation-fonts fc-cache -s %{_datadir}/fonts mkfontscale %{_datadir}/fonts/texlive-esrelation mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-esrelation %postun -n texlive-esrelation-fonts if test $1 = 0; then fc-cache -s %{_datadir}/fonts fi %files -n texlive-esrelation-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/fonts/esrelation/README %{_texmfdistdir}/doc/fonts/esrelation/README.md %{_texmfdistdir}/doc/fonts/esrelation/esrelation.pdf %files -n texlive-esrelation %defattr(-,root,root,755) %{_texmfdistdir}/fonts/map/dvips/esrelation/esrelation.map %{_texmfdistdir}/fonts/source/public/esrelation/esrelation.mf %{_texmfdistdir}/fonts/source/public/esrelation/esrelation10.mf %{_texmfdistdir}/fonts/tfm/public/esrelation/esrelation10.tfm %verify(link) %{_texmfdistdir}/fonts/type1/public/esrelation/esrelation10.pfb %{_texmfdistdir}/tex/latex/esrelation/esrelation.sty %{_texmfdistdir}/tex/latex/esrelation/uesrelation.fd %files -n texlive-esrelation-fonts %defattr(-,root,root,755) %dir %{_datadir}/fonts/texlive-esrelation %config %{_sysconfdir}/fonts/conf.avail/58-texlive-esrelation.conf %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-esrelation/encodings.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-esrelation/fonts.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-esrelation/fonts.scale %{_datadir}/fonts/texlive-esrelation/esrelation10.pfb %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-esrelation-fonts-%{texlive_version}.%{texlive_noarch}.svn37236-%{release}-zypper %endif %package -n texlive-esstix Version: %{texlive_version}.%{texlive_noarch}.1.0svn22426 Release: 0 Summary: PostScript versions of the ESSTIX, with macro support License: OFL-1.1 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(post): findutils Requires(post): grep Requires(post): sed Requires(post): texlive >= %{texlive_version} Requires(post): tex(updmap.cfg) #!BuildIgnore: tex(updmap.cfg) Requires(postun): findutils Requires(postun): grep Requires(postun): sed Requires(postun): texlive >= %{texlive_version} Requires(postun): tex(updmap.cfg) Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Requires: texlive-esstix-fonts >= %{texlive_version} Recommends: texlive-esstix-doc >= %{texlive_version} Provides: tex(ESSTIX.map) Provides: tex(esstixbb.sty) Provides: tex(esstixbb.tfm) Provides: tex(esstixbb.vf) Provides: tex(esstixcal.sty) Provides: tex(esstixcal.tfm) Provides: tex(esstixcal.vf) Provides: tex(esstixfrak.sty) Provides: tex(esstixfrak.tfm) Provides: tex(esstixfrak.vf) Provides: tex(rESSTIX13.tfm) Provides: tex(rESSTIX14.tfm) Provides: tex(rESSTIX15.tfm) Provides: tex(uesstixbb.fd) Provides: tex(uesstixcal.fd) Provides: tex(uesstixfrak.fd) Requires: tex(cmr10.tfm) Requires: tex(xkeyval.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source30: esstix.tar.xz Source31: esstix.doc.tar.xz %description -n texlive-esstix These fonts represent translation to PostScript Type 1 of the ESSTIX fonts. ESSTIX seem to have been a precursor to the STIX project, and were donated by Elsevier to that project. The accompanying virtual fonts with customized metrics and LaTeX support files allow their use as calligraphic, fraktur and double-struck (blackboard bold) in maths mode. date: 2016-06-24 17:18:15 +0000 %package -n texlive-esstix-doc Version: %{texlive_version}.%{texlive_noarch}.1.0svn22426 Release: 0 Summary: Documentation for texlive-esstix License: OFL-1.1 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-esstix-doc This package includes the documentation for texlive-esstix %package -n texlive-esstix-fonts Version: %{texlive_version}.%{texlive_noarch}.1.0svn22426 Release: 0 Summary: Severed fonts for texlive-esstix License: OFL-1.1 Group: Productivity/Publishing/TeX/Fonts Url: http://www.tug.org/texlive/ Requires(post): fontconfig Requires(post): ghostscript-fonts-std Requires(post): mkfontdir Requires(post): mkfontscale Requires(post): xorg-x11-fonts-core Requires(postun): fontconfig Requires(postun): ghostscript-fonts-std Requires(postun): xorg-x11-fonts-core %description -n texlive-esstix-fonts The separated fonts package for texlive-esstix %post -n texlive-esstix mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update echo 'addMap ESSTIX.map' >> /var/run/texlive/run-updmap %postun -n texlive-esstix mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then echo 'deleteMap ESSTIX.map' >> /var/run/texlive/run-updmap exit 0 fi %posttrans -n texlive-esstix %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %post -n texlive-esstix-fonts fc-cache -s %{_datadir}/fonts mkfontscale %{_datadir}/fonts/texlive-esstix mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-esstix %postun -n texlive-esstix-fonts if test $1 = 0; then fc-cache -s %{_datadir}/fonts fi %files -n texlive-esstix-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/fonts/esstix/ESSTIX10.tfm %{_texmfdistdir}/doc/fonts/esstix/ESSTIX11.tfm %{_texmfdistdir}/doc/fonts/esstix/ESSTIX12.tfm %{_texmfdistdir}/doc/fonts/esstix/ESSTIX13.tfm %{_texmfdistdir}/doc/fonts/esstix/ESSTIX14.tfm %{_texmfdistdir}/doc/fonts/esstix/ESSTIX15.tfm %{_texmfdistdir}/doc/fonts/esstix/ESSTIX16.tfm %{_texmfdistdir}/doc/fonts/esstix/ESSTIX17.tfm %{_texmfdistdir}/doc/fonts/esstix/ESSTIX1_.tfm %{_texmfdistdir}/doc/fonts/esstix/ESSTIX2_.tfm %{_texmfdistdir}/doc/fonts/esstix/ESSTIX3_.tfm %{_texmfdistdir}/doc/fonts/esstix/ESSTIX4_.tfm %{_texmfdistdir}/doc/fonts/esstix/ESSTIX5_.tfm %{_texmfdistdir}/doc/fonts/esstix/ESSTIX6_.tfm %{_texmfdistdir}/doc/fonts/esstix/ESSTIX7_.tfm %{_texmfdistdir}/doc/fonts/esstix/ESSTIX8_.tfm %{_texmfdistdir}/doc/fonts/esstix/ESSTIX9_.tfm %{_texmfdistdir}/doc/fonts/esstix/Esstix.pdf %{_texmfdistdir}/doc/fonts/esstix/Esstix.tex %{_texmfdistdir}/doc/fonts/esstix/README %{_texmfdistdir}/doc/fonts/esstix/esstixOther.map %files -n texlive-esstix %defattr(-,root,root,755) %{_texmfdistdir}/fonts/afm/esstix/ESSTIX10.PFM %{_texmfdistdir}/fonts/afm/esstix/ESSTIX10.afm %{_texmfdistdir}/fonts/afm/esstix/ESSTIX11.PFM %{_texmfdistdir}/fonts/afm/esstix/ESSTIX11.afm %{_texmfdistdir}/fonts/afm/esstix/ESSTIX12.PFM %{_texmfdistdir}/fonts/afm/esstix/ESSTIX12.afm %{_texmfdistdir}/fonts/afm/esstix/ESSTIX13.PFM %{_texmfdistdir}/fonts/afm/esstix/ESSTIX13.afm %{_texmfdistdir}/fonts/afm/esstix/ESSTIX14.PFM %{_texmfdistdir}/fonts/afm/esstix/ESSTIX14.afm %{_texmfdistdir}/fonts/afm/esstix/ESSTIX15.PFM %{_texmfdistdir}/fonts/afm/esstix/ESSTIX15.afm %{_texmfdistdir}/fonts/afm/esstix/ESSTIX16.PFM %{_texmfdistdir}/fonts/afm/esstix/ESSTIX16.afm %{_texmfdistdir}/fonts/afm/esstix/ESSTIX17.PFM %{_texmfdistdir}/fonts/afm/esstix/ESSTIX17.afm %{_texmfdistdir}/fonts/afm/esstix/ESSTIX1_.PFM %{_texmfdistdir}/fonts/afm/esstix/ESSTIX1_.afm %{_texmfdistdir}/fonts/afm/esstix/ESSTIX2_.PFM %{_texmfdistdir}/fonts/afm/esstix/ESSTIX2_.afm %{_texmfdistdir}/fonts/afm/esstix/ESSTIX3_.PFM %{_texmfdistdir}/fonts/afm/esstix/ESSTIX3_.afm %{_texmfdistdir}/fonts/afm/esstix/ESSTIX4_.PFM %{_texmfdistdir}/fonts/afm/esstix/ESSTIX4_.afm %{_texmfdistdir}/fonts/afm/esstix/ESSTIX5_.PFM %{_texmfdistdir}/fonts/afm/esstix/ESSTIX5_.afm %{_texmfdistdir}/fonts/afm/esstix/ESSTIX6_.PFM %{_texmfdistdir}/fonts/afm/esstix/ESSTIX6_.afm %{_texmfdistdir}/fonts/afm/esstix/ESSTIX7_.PFM %{_texmfdistdir}/fonts/afm/esstix/ESSTIX7_.afm %{_texmfdistdir}/fonts/afm/esstix/ESSTIX8_.PFM %{_texmfdistdir}/fonts/afm/esstix/ESSTIX8_.afm %{_texmfdistdir}/fonts/afm/esstix/ESSTIX9_.PFM %{_texmfdistdir}/fonts/afm/esstix/ESSTIX9_.afm %{_texmfdistdir}/fonts/map/dvips/esstix/ESSTIX.map %{_texmfdistdir}/fonts/tfm/public/esstix/esstixbb.tfm %{_texmfdistdir}/fonts/tfm/public/esstix/esstixcal.tfm %{_texmfdistdir}/fonts/tfm/public/esstix/esstixfrak.tfm %{_texmfdistdir}/fonts/tfm/public/esstix/rESSTIX13.tfm %{_texmfdistdir}/fonts/tfm/public/esstix/rESSTIX14.tfm %{_texmfdistdir}/fonts/tfm/public/esstix/rESSTIX15.tfm %verify(link) %{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX11.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX12.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX13.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX14.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX15.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX16.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX17.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX1_.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX2_.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX3_.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX4_.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX5_.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX6_.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX7_.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX8_.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX9_.pfb %{_texmfdistdir}/fonts/vf/public/esstix/esstixbb.vf %{_texmfdistdir}/fonts/vf/public/esstix/esstixcal.vf %{_texmfdistdir}/fonts/vf/public/esstix/esstixfrak.vf %{_texmfdistdir}/tex/latex/esstix/esstixbb.sty %{_texmfdistdir}/tex/latex/esstix/esstixcal.sty %{_texmfdistdir}/tex/latex/esstix/esstixfrak.sty %{_texmfdistdir}/tex/latex/esstix/uesstixbb.fd %{_texmfdistdir}/tex/latex/esstix/uesstixcal.fd %{_texmfdistdir}/tex/latex/esstix/uesstixfrak.fd %files -n texlive-esstix-fonts %defattr(-,root,root,755) %dir %{_datadir}/fonts/texlive-esstix %config %{_sysconfdir}/fonts/conf.avail/58-texlive-esstix.conf %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-esstix/encodings.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-esstix/fonts.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-esstix/fonts.scale %{_datadir}/fonts/texlive-esstix/ESSTIX10.pfb %{_datadir}/fonts/texlive-esstix/ESSTIX11.pfb %{_datadir}/fonts/texlive-esstix/ESSTIX12.pfb %{_datadir}/fonts/texlive-esstix/ESSTIX13.pfb %{_datadir}/fonts/texlive-esstix/ESSTIX14.pfb %{_datadir}/fonts/texlive-esstix/ESSTIX15.pfb %{_datadir}/fonts/texlive-esstix/ESSTIX16.pfb %{_datadir}/fonts/texlive-esstix/ESSTIX17.pfb %{_datadir}/fonts/texlive-esstix/ESSTIX1_.pfb %{_datadir}/fonts/texlive-esstix/ESSTIX2_.pfb %{_datadir}/fonts/texlive-esstix/ESSTIX3_.pfb %{_datadir}/fonts/texlive-esstix/ESSTIX4_.pfb %{_datadir}/fonts/texlive-esstix/ESSTIX5_.pfb %{_datadir}/fonts/texlive-esstix/ESSTIX6_.pfb %{_datadir}/fonts/texlive-esstix/ESSTIX7_.pfb %{_datadir}/fonts/texlive-esstix/ESSTIX8_.pfb %{_datadir}/fonts/texlive-esstix/ESSTIX9_.pfb %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-esstix-fonts-%{texlive_version}.%{texlive_noarch}.1.0svn22426-%{release}-zypper %endif %package -n texlive-estcpmm Version: %{texlive_version}.%{texlive_noarch}.0.0.4svn17335 Release: 0 Summary: Style for Munitions Management Project Reports License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-estcpmm-doc >= %{texlive_version} Provides: tex(estcpmm.cls) Requires: tex(book.cls) Requires: tex(caption.sty) Requires: tex(fancyhdr.sty) Requires: tex(geometry.sty) Requires: tex(graphicx.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source32: estcpmm.tar.xz Source33: estcpmm.doc.tar.xz %description -n texlive-estcpmm Provides a class which supports typesetting Cost and Performance Reports and Final Reports for Munitions Management Reports, US Environmental Security Technology Certification Program. The class was commissioned and paid for by US Army Corps of Engineers, Engineer Research and Development Center, 3909 Halls Ferry Road, Vicksburg, MS 39180-6199. date: 2016-06-24 17:18:15 +0000 %package -n texlive-estcpmm-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.4svn17335 Release: 0 Summary: Documentation for texlive-estcpmm License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-estcpmm-doc This package includes the documentation for texlive-estcpmm %post -n texlive-estcpmm mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-estcpmm mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-estcpmm %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-estcpmm-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/estcpmm/README %{_texmfdistdir}/doc/latex/estcpmm/estcp.pdf %{_texmfdistdir}/doc/latex/estcpmm/estcpmm.bib %{_texmfdistdir}/doc/latex/estcpmm/estcpmm.pdf %{_texmfdistdir}/doc/latex/estcpmm/red_corps_castle2.pdf %{_texmfdistdir}/doc/latex/estcpmm/sample.pdf %{_texmfdistdir}/doc/latex/estcpmm/sample.tex %files -n texlive-estcpmm %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/estcpmm/estcpmm.cls %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-estcpmm-%{texlive_version}.%{texlive_noarch}.0.0.4svn17335-%{release}-zypper %endif %package -n texlive-esvect Version: %{texlive_version}.%{texlive_noarch}.1.3svn32098 Release: 0 Summary: Vector arrows 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): findutils Requires(post): grep Requires(post): sed Requires(post): texlive >= %{texlive_version} Requires(post): tex(updmap.cfg) #!BuildIgnore: tex(updmap.cfg) Requires(postun): findutils Requires(postun): grep Requires(postun): sed Requires(postun): texlive >= %{texlive_version} Requires(postun): tex(updmap.cfg) Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Requires: texlive-esvect-fonts >= %{texlive_version} Recommends: texlive-esvect-doc >= %{texlive_version} Provides: tex(esvect.map) Provides: tex(esvect.sty) Provides: tex(uesvect.fd) Provides: tex(vect10.tfm) Provides: tex(vect5.tfm) Provides: tex(vect6.tfm) Provides: tex(vect7.tfm) Provides: tex(vect8.tfm) Provides: tex(vect9.tfm) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source34: esvect.tar.xz Source35: esvect.doc.tar.xz %description -n texlive-esvect Write vectors using an arrow which differs from the Computer Modern one. You have the choice between several kinds of arrows. The package consists of the relevant Metafont code and a package to use it. date: 2016-06-24 17:18:15 +0000 %package -n texlive-esvect-doc Version: %{texlive_version}.%{texlive_noarch}.1.3svn32098 Release: 0 Summary: Documentation for texlive-esvect License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-esvect-doc This package includes the documentation for texlive-esvect %package -n texlive-esvect-fonts Version: %{texlive_version}.%{texlive_noarch}.1.3svn32098 Release: 0 Summary: Severed fonts for texlive-esvect License: GPL-2.0+ Group: Productivity/Publishing/TeX/Fonts Url: http://www.tug.org/texlive/ Requires(post): fontconfig Requires(post): ghostscript-fonts-std Requires(post): mkfontdir Requires(post): mkfontscale Requires(post): xorg-x11-fonts-core Requires(postun): fontconfig Requires(postun): ghostscript-fonts-std Requires(postun): xorg-x11-fonts-core %description -n texlive-esvect-fonts The separated fonts package for texlive-esvect %post -n texlive-esvect mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update echo 'addMap esvect.map' >> /var/run/texlive/run-updmap %postun -n texlive-esvect mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then echo 'deleteMap esvect.map' >> /var/run/texlive/run-updmap exit 0 fi %posttrans -n texlive-esvect %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %post -n texlive-esvect-fonts fc-cache -s %{_datadir}/fonts mkfontscale %{_datadir}/fonts/texlive-esvect mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-esvect %postun -n texlive-esvect-fonts if test $1 = 0; then fc-cache -s %{_datadir}/fonts fi %files -n texlive-esvect-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/esvect/README %{_texmfdistdir}/doc/latex/esvect/esvect.pdf %files -n texlive-esvect %defattr(-,root,root,755) %{_texmfdistdir}/fonts/map/dvips/esvect/esvect.map %{_texmfdistdir}/fonts/source/public/esvect/mathvec.mf %{_texmfdistdir}/fonts/source/public/esvect/vecsym.mf %{_texmfdistdir}/fonts/source/public/esvect/vect10.mf %{_texmfdistdir}/fonts/source/public/esvect/vect5.mf %{_texmfdistdir}/fonts/source/public/esvect/vect6.mf %{_texmfdistdir}/fonts/source/public/esvect/vect7.mf %{_texmfdistdir}/fonts/source/public/esvect/vect8.mf %{_texmfdistdir}/fonts/source/public/esvect/vect9.mf %{_texmfdistdir}/fonts/source/public/esvect/vsymbol.mf %{_texmfdistdir}/fonts/tfm/public/esvect/vect10.tfm %{_texmfdistdir}/fonts/tfm/public/esvect/vect5.tfm %{_texmfdistdir}/fonts/tfm/public/esvect/vect6.tfm %{_texmfdistdir}/fonts/tfm/public/esvect/vect7.tfm %{_texmfdistdir}/fonts/tfm/public/esvect/vect8.tfm %{_texmfdistdir}/fonts/tfm/public/esvect/vect9.tfm %verify(link) %{_texmfdistdir}/fonts/type1/public/esvect/vect10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/esvect/vect5.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/esvect/vect6.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/esvect/vect7.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/esvect/vect8.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/esvect/vect9.pfb %{_texmfdistdir}/tex/latex/esvect/esvect.sty %{_texmfdistdir}/tex/latex/esvect/uesvect.fd %files -n texlive-esvect-fonts %defattr(-,root,root,755) %dir %{_datadir}/fonts/texlive-esvect %config %{_sysconfdir}/fonts/conf.avail/58-texlive-esvect.conf %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-esvect/encodings.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-esvect/fonts.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-esvect/fonts.scale %{_datadir}/fonts/texlive-esvect/vect10.pfb %{_datadir}/fonts/texlive-esvect/vect5.pfb %{_datadir}/fonts/texlive-esvect/vect6.pfb %{_datadir}/fonts/texlive-esvect/vect7.pfb %{_datadir}/fonts/texlive-esvect/vect8.pfb %{_datadir}/fonts/texlive-esvect/vect9.pfb %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-esvect-fonts-%{texlive_version}.%{texlive_noarch}.1.3svn32098-%{release}-zypper %endif %package -n texlive-etaremune Version: %{texlive_version}.%{texlive_noarch}.1.2svn15878 Release: 0 Summary: Reverse-counting enumerate environment License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-etaremune-doc >= %{texlive_version} Provides: tex(etaremune.sty) Requires: tex(xkeyval.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source36: etaremune.tar.xz Source37: etaremune.doc.tar.xz %description -n texlive-etaremune The package implements the etaremune environment which is an enumerate environment in which the labels decrease instead of increasing. The package is noticeably more efficient than the revnum package, which uses painfully many counters. date: 2016-06-24 17:18:15 +0000 %package -n texlive-etaremune-doc Version: %{texlive_version}.%{texlive_noarch}.1.2svn15878 Release: 0 Summary: Documentation for texlive-etaremune License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-etaremune-doc This package includes the documentation for texlive-etaremune %post -n texlive-etaremune mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-etaremune mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-etaremune %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-etaremune-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/etaremune/README %{_texmfdistdir}/doc/latex/etaremune/etaremune.pdf %files -n texlive-etaremune %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/etaremune/etaremune.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-etaremune-%{texlive_version}.%{texlive_noarch}.1.2svn15878-%{release}-zypper %endif %package -n texlive-etdipa Version: %{texlive_version}.%{texlive_noarch}.2.6svn36354 Release: 0 Summary: Simple, lightweight template for scientific documents License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source38: etdipa.doc.tar.xz %description -n texlive-etdipa This package provides a complete working directory for the scientific documentation of arbitrary projects. It was originally developed to provide a template for Austrian "Diplomarbeiten" or "Vorwissenschaftliche Arbeiten", which are scientfic projects of students at a secondary school. date: 2016-06-24 17:18:15 +0000 %post -n texlive-etdipa mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-etdipa mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-etdipa %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-etdipa %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/etdipa/Data/folder_description.txt %{_texmfdistdir}/doc/latex/etdipa/Help/etdipa_doc_DE.pdf %{_texmfdistdir}/doc/latex/etdipa/Help/etdipa_doc_DE.tex %{_texmfdistdir}/doc/latex/etdipa/Help/etdipa_doc_EN.pdf %{_texmfdistdir}/doc/latex/etdipa/Help/etdipa_doc_EN.tex %{_texmfdistdir}/doc/latex/etdipa/Help/files.txt %{_texmfdistdir}/doc/latex/etdipa/Images/ET_logo.jpg %{_texmfdistdir}/doc/latex/etdipa/Images/HTL-Allgemein.jpg %{_texmfdistdir}/doc/latex/etdipa/Images/HTL.png %{_texmfdistdir}/doc/latex/etdipa/Images/Ordnerstruktur.pdf %{_texmfdistdir}/doc/latex/etdipa/Images/bild.pdf %{_texmfdistdir}/doc/latex/etdipa/Images/diplomand_erklaerung.pdf %{_texmfdistdir}/doc/latex/etdipa/Images/subordner.pdf %{_texmfdistdir}/doc/latex/etdipa/Images/titlepic.pdf %{_texmfdistdir}/doc/latex/etdipa/README %{_texmfdistdir}/doc/latex/etdipa/Textparts/abkuerzungen.tex %{_texmfdistdir}/doc/latex/etdipa/Textparts/abstract.tex %{_texmfdistdir}/doc/latex/etdipa/Textparts/danksagungen.tex %{_texmfdistdir}/doc/latex/etdipa/Textparts/diplomanden.tex %{_texmfdistdir}/doc/latex/etdipa/Textparts/literatur.tex %{_texmfdistdir}/doc/latex/etdipa/Textparts/zusammenfassung.tex %{_texmfdistdir}/doc/latex/etdipa/diplomarbeit.tex %{_texmfdistdir}/doc/latex/etdipa/etdipa.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-etdipa-%{texlive_version}.%{texlive_noarch}.2.6svn36354-%{release}-zypper %endif %package -n texlive-etex Version: %{texlive_version}.%{texlive_noarch}.svn37057 Release: 0 Summary: An extended version of TeX, from the NTS project License: SUSE-TeX Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-etex-doc >= %{texlive_version} Provides: tex(xbmc10.tfm) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source39: etex.tar.xz Source40: etex.doc.tar.xz %description -n texlive-etex An extended version of TeX (which is capable of running as if it were TeX unmodified). E-TeX has been specified by the LaTeX team as the engine for the development of LaTeX2e, in the immediate future; as a result, LaTeX programmers may (in all current TeX distributions) assume e-TeX functionality. The pdftex engine directly incorporates the e-TeX extensions. The development source for e-TeX is the TeX Live source repository. date: 2016-06-24 17:18:15 +0000 %package -n texlive-etex-doc Version: %{texlive_version}.%{texlive_noarch}.svn37057 Release: 0 Summary: Documentation for texlive-etex License: SUSE-TeX Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-etex-doc This package includes the documentation for texlive-etex %post -n texlive-etex mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-etex mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-etex %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-etex-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/etex/base/NTS-FAQ %{_texmfdistdir}/doc/etex/base/etex_gen.tex %{_texmfdistdir}/doc/etex/base/etex_man.pdf %{_texmfdistdir}/doc/etex/base/etex_man.sty %{_texmfdistdir}/doc/etex/base/etex_man.tex %{_texmfdistdir}/doc/etex/base/etex_ref.html %{_texmfdistdir}/doc/etex/base/etex_src.html %{_texmfdistdir}/doc/etex/base/legal.html %{_texmfdistdir}/doc/etex/base/nts-group.html %{_texmfdistdir}/doc/etex/base/webmerge.tex %{_mandir}/man1/etex.1* %files -n texlive-etex %defattr(-,root,root,755) %{_texmfdistdir}/fonts/source/public/etex/xbmc10.mf %{_texmfdistdir}/fonts/tfm/public/etex/xbmc10.tfm %{_texmfdistdir}/tex/plain/etex/etex.src %{_texmfdistdir}/tex/plain/etex/etexdefs.lib %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-etex-%{texlive_version}.%{texlive_noarch}.svn37057-%{release}-zypper %endif %package -n texlive-etex-pkg Version: %{texlive_version}.%{texlive_noarch}.2.7svn41784 Release: 0 Summary: E-TeX support package License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-etex-pkg-doc >= %{texlive_version} Provides: tex(etex.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source41: etex-pkg.tar.xz Source42: etex-pkg.doc.tar.xz %description -n texlive-etex-pkg The package provides support for LaTeX documents to use many of the extensions offered by e-TeX; in particular, it modifies LaTeX's register allocation macros to make use of the extended register range. The etextools package provides macros that make more sophisticated use of e-TeX's facilities. date: 2016-11-04 03:57:17 +0000 %package -n texlive-etex-pkg-doc Version: %{texlive_version}.%{texlive_noarch}.2.7svn41784 Release: 0 Summary: Documentation for texlive-etex-pkg License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-etex-pkg-doc This package includes the documentation for texlive-etex-pkg %post -n texlive-etex-pkg mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-etex-pkg mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-etex-pkg %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-etex-pkg-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/etex-pkg/README %files -n texlive-etex-pkg %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/etex-pkg/etex.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-etex-pkg-%{texlive_version}.%{texlive_noarch}.2.7svn41784-%{release}-zypper %endif %package -n texlive-etextools Version: %{texlive_version}.%{texlive_noarch}.3.1415926svn20694 Release: 0 Summary: E-TeX tools for LaTeX users and package writers License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-etextools-doc >= %{texlive_version} Provides: tex(etextools.sty) Requires: tex(etex.sty) Requires: tex(etoolbox.sty) Requires: tex(letltxmacro.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source43: etextools.tar.xz Source44: etextools.doc.tar.xz %description -n texlive-etextools The package provides many (purely expandable) tools for LaTeX: Extensive list management (csv lists, lists of single tokens/characters, etoolbox lists); purely expandable loops (csvloop, forcsvloop, etc.); conversion (csvtolist, etc.)); addition/deletion (csvadd, listdel, etc.); Expansion and group control: \expandnext, \ExpandAfterCmds, \AfterGroup...; Tests on tokens, characters and control sequences (\iffirstchar, \ifiscs, \ifdefcount, \@ifchar...); Tests on strings (\ifstrnum, \ifuppercase, \DeclareStringFilter...); Purely expandable macros with options (\FE@testopt, \FE@ifstar) or modifiers (\FE@modifiers); Some purely expandable numerics (\interval, \locinterplin). The package is dependent on the etex and the etoolbox packages. date: 2016-06-24 17:18:15 +0000 %package -n texlive-etextools-doc Version: %{texlive_version}.%{texlive_noarch}.3.1415926svn20694 Release: 0 Summary: Documentation for texlive-etextools License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-etextools-doc This package includes the documentation for texlive-etextools %post -n texlive-etextools mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-etextools mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-etextools %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-etextools-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/etextools/README %{_texmfdistdir}/doc/latex/etextools/etextools-examples.pdf %{_texmfdistdir}/doc/latex/etextools/etextools-examples.tex %{_texmfdistdir}/doc/latex/etextools/etextools.pdf %files -n texlive-etextools %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/etextools/etextools.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-etextools-%{texlive_version}.%{texlive_noarch}.3.1415926svn20694-%{release}-zypper %endif %package -n texlive-ethiop Version: %{texlive_version}.%{texlive_noarch}.0.0.7svn15878 Release: 0 Summary: LaTeX macros and fonts for typesetting Amharic License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-ethiop-doc >= %{texlive_version} Provides: tex(etha10.tfm) Provides: tex(etha6.tfm) Provides: tex(etha7.tfm) Provides: tex(etha8.tfm) Provides: tex(ethab10.tfm) Provides: tex(ethab11.tfm) Provides: tex(ethab12.tfm) Provides: tex(ethab14.tfm) Provides: tex(ethab18.tfm) Provides: tex(ethab24.tfm) Provides: tex(ethab36.tfm) Provides: tex(ethab9.tfm) Provides: tex(etharab.sty) Provides: tex(ethas10.tfm) Provides: tex(ethasb10.tfm) Provides: tex(ethasb11.tfm) Provides: tex(ethasb12.tfm) Provides: tex(ethasb14.tfm) Provides: tex(ethasb18.tfm) Provides: tex(ethasb24.tfm) Provides: tex(ethasb36.tfm) Provides: tex(ethasb9.tfm) Provides: tex(ethatt10.tfm) Provides: tex(ethb10.tfm) Provides: tex(ethb6.tfm) Provides: tex(ethb7.tfm) Provides: tex(ethb8.tfm) Provides: tex(ethbb10.tfm) Provides: tex(ethbb11.tfm) Provides: tex(ethbb12.tfm) Provides: tex(ethbb14.tfm) Provides: tex(ethbb18.tfm) Provides: tex(ethbb24.tfm) Provides: tex(ethbb36.tfm) Provides: tex(ethbb9.tfm) Provides: tex(ethbs10.tfm) Provides: tex(ethbsb10.tfm) Provides: tex(ethbsb11.tfm) Provides: tex(ethbsb12.tfm) Provides: tex(ethbsb14.tfm) Provides: tex(ethbsb18.tfm) Provides: tex(ethbsb24.tfm) Provides: tex(ethbsb36.tfm) Provides: tex(ethbsb9.tfm) Provides: tex(ethbtt10.tfm) Provides: tex(ethiop.ldf) Provides: tex(ethiop.sty) Provides: tex(uetha.fd) Provides: tex(uethb.fd) Provides: tex(uetho.fd) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source45: ethiop.tar.xz Source46: ethiop.doc.tar.xz %description -n texlive-ethiop Ethiopian language support for the babel package, including a collection of fonts and TeX macros for typesetting the characters of the languages of Ethiopia, with Metafont fonts based on EthTeX's. The macros use the Babel framework. date: 2016-06-24 17:18:15 +0000 %package -n texlive-ethiop-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.7svn15878 Release: 0 Summary: Documentation for texlive-ethiop License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-ethiop-doc This package includes the documentation for texlive-ethiop %post -n texlive-ethiop mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-ethiop mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-ethiop %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-ethiop-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/ethiop/MANIFEST %{_texmfdistdir}/doc/latex/ethiop/README %{_texmfdistdir}/doc/latex/ethiop/codeetha.tex %{_texmfdistdir}/doc/latex/ethiop/codeethb.tex %{_texmfdistdir}/doc/latex/ethiop/ethiodoc.pdf %{_texmfdistdir}/doc/latex/ethiop/ethiodoc.tex %files -n texlive-ethiop %defattr(-,root,root,755) %{_texmfdistdir}/fonts/ofm/public/ethiop/etho10.ofm %{_texmfdistdir}/fonts/ofm/public/ethiop/ethob10.ofm %{_texmfdistdir}/fonts/ofm/public/ethiop/ethos10.ofm %{_texmfdistdir}/fonts/ofm/public/ethiop/ethosb10.ofm %{_texmfdistdir}/fonts/ovf/public/ethiop/etho10.ovf %{_texmfdistdir}/fonts/ovf/public/ethiop/ethob10.ovf %{_texmfdistdir}/fonts/ovf/public/ethiop/ethos10.ovf %{_texmfdistdir}/fonts/ovf/public/ethiop/ethosb10.ovf %{_texmfdistdir}/fonts/ovp/public/ethiop/etho10.ovp %{_texmfdistdir}/fonts/ovp/public/ethiop/ethob10.ovp %{_texmfdistdir}/fonts/ovp/public/ethiop/ethos10.ovp %{_texmfdistdir}/fonts/ovp/public/ethiop/ethosb10.ovp %{_texmfdistdir}/fonts/source/public/ethiop/eth__a.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth__g.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_acce.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_b.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_c_c.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_cc.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_cc_c.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_ccc2.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_d.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_dd.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_f.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_fu.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_g.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_g_a.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_gg.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_ggu.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_gu.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_h.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_h_a.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_h_c.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_hh.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_hu_c.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_j.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_k.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_k_a.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_kk.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_kku.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_ku.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_l.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_m.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_mrf.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_mu.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_n.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_nn.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_num.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_p.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_pp.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_pu.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_punc.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_q.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_q_a.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_qq.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_qqu.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_qu.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_r.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_s.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_s_a.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_s_c.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_ss.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_t.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_tt.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_v.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_w.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_wu.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_y.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_z.mf %{_texmfdistdir}/fonts/source/public/ethiop/eth_z_c.mf %{_texmfdistdir}/fonts/source/public/ethiop/etha10.mf %{_texmfdistdir}/fonts/source/public/ethiop/etha6.mf %{_texmfdistdir}/fonts/source/public/ethiop/etha7.mf %{_texmfdistdir}/fonts/source/public/ethiop/etha8.mf %{_texmfdistdir}/fonts/source/public/ethiop/etha_cod.mf %{_texmfdistdir}/fonts/source/public/ethiop/etha_drv.mf %{_texmfdistdir}/fonts/source/public/ethiop/etha_lig.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethab10.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethab11.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethab12.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethab14.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethab18.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethab24.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethab36.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethab9.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethas10.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethasb10.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethasb11.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethasb12.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethasb14.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethasb18.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethasb24.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethasb36.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethasb9.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethatt10.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethb10.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethb6.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethb7.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethb8.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethb_cod.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethb_drv.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethb_lig.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethbb10.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethbb11.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethbb12.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethbb14.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethbb18.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethbb24.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethbb36.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethbb9.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethbs10.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethbsb10.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethbsb11.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethbsb12.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethbsb14.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethbsb18.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethbsb24.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethbsb36.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethbsb9.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethbtt10.mf %{_texmfdistdir}/fonts/source/public/ethiop/ethiomac.mf %{_texmfdistdir}/fonts/tfm/public/ethiop/etha10.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/etha6.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/etha7.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/etha8.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/ethab10.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/ethab11.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/ethab12.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/ethab14.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/ethab18.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/ethab24.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/ethab36.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/ethab9.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/ethas10.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/ethasb10.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/ethasb11.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/ethasb12.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/ethasb14.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/ethasb18.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/ethasb24.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/ethasb36.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/ethasb9.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/ethatt10.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/ethb10.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/ethb6.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/ethb7.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/ethb8.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/ethbb10.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/ethbb11.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/ethbb12.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/ethbb14.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/ethbb18.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/ethbb24.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/ethbb36.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/ethbb9.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/ethbs10.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/ethbsb10.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/ethbsb11.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/ethbsb12.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/ethbsb14.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/ethbsb18.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/ethbsb24.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/ethbsb36.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/ethbsb9.tfm %{_texmfdistdir}/fonts/tfm/public/ethiop/ethbtt10.tfm %{_texmfdistdir}/omega/ocp/ethiop/ethospc.ocp %{_texmfdistdir}/omega/otp/ethiop/ethospc.otp %{_texmfdistdir}/tex/latex/ethiop/etharab.sty %{_texmfdistdir}/tex/latex/ethiop/ethiop.ldf %{_texmfdistdir}/tex/latex/ethiop/ethiop.sty %{_texmfdistdir}/tex/latex/ethiop/uetha.fd %{_texmfdistdir}/tex/latex/ethiop/uethb.fd %{_texmfdistdir}/tex/latex/ethiop/uetho.fd %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-ethiop-%{texlive_version}.%{texlive_noarch}.0.0.7svn15878-%{release}-zypper %endif %package -n texlive-ethiop-t1 Version: %{texlive_version}.%{texlive_noarch}.svn15878 Release: 0 Summary: Type 1 versions of Amharic 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(post): findutils Requires(post): grep Requires(post): sed Requires(post): texlive >= %{texlive_version} Requires(post): tex(updmap.cfg) #!BuildIgnore: tex(updmap.cfg) Requires(postun): findutils Requires(postun): grep Requires(postun): sed Requires(postun): texlive >= %{texlive_version} Requires(postun): tex(updmap.cfg) Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Requires: texlive-ethiop-t1-fonts >= %{texlive_version} Recommends: texlive-ethiop-t1-doc >= %{texlive_version} Provides: tex(ethiop.map) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source47: ethiop-t1.tar.xz Source48: ethiop-t1.doc.tar.xz %description -n texlive-ethiop-t1 These fonts are drop-in Adobe type 1 replacements for the fonts of the ethiop package. date: 2016-06-24 17:18:15 +0000 %package -n texlive-ethiop-t1-doc Version: %{texlive_version}.%{texlive_noarch}.svn15878 Release: 0 Summary: Documentation for texlive-ethiop-t1 License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-ethiop-t1-doc This package includes the documentation for texlive-ethiop-t1 %package -n texlive-ethiop-t1-fonts Version: %{texlive_version}.%{texlive_noarch}.svn15878 Release: 0 Summary: Severed fonts for texlive-ethiop-t1 License: GPL-2.0+ Group: Productivity/Publishing/TeX/Fonts Url: http://www.tug.org/texlive/ Requires(post): fontconfig Requires(post): ghostscript-fonts-std Requires(post): mkfontdir Requires(post): mkfontscale Requires(post): xorg-x11-fonts-core Requires(postun): fontconfig Requires(postun): ghostscript-fonts-std Requires(postun): xorg-x11-fonts-core %description -n texlive-ethiop-t1-fonts The separated fonts package for texlive-ethiop-t1 %post -n texlive-ethiop-t1 mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update echo 'addMixedMap ethiop.map' >> /var/run/texlive/run-updmap %postun -n texlive-ethiop-t1 mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then echo 'deleteMixedMap ethiop.map' >> /var/run/texlive/run-updmap exit 0 fi %posttrans -n texlive-ethiop-t1 %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %post -n texlive-ethiop-t1-fonts fc-cache -s %{_datadir}/fonts mkfontscale %{_datadir}/fonts/texlive-ethiop-t1 mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-ethiop-t1 %postun -n texlive-ethiop-t1-fonts if test $1 = 0; then fc-cache -s %{_datadir}/fonts fi %files -n texlive-ethiop-t1-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/ethiop-t1/COPYING %{_texmfdistdir}/doc/latex/ethiop-t1/README %files -n texlive-ethiop-t1 %defattr(-,root,root,755) %{_texmfdistdir}/fonts/map/dvips/ethiop-t1/ethiop.map %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/etha10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/etha6.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/etha7.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/etha8.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethab10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethab11.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethab12.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethab14.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethab18.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethab24.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethab36.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethab9.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethas10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethasb10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethasb11.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethasb12.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethasb14.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethasb18.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethasb24.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethasb36.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethasb9.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethatt10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethb10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethb6.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethb7.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethb8.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbb10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbb11.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbb12.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbb14.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbb18.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbb24.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbb36.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbb9.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbs10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbsb10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbsb11.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbsb12.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbsb14.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbsb18.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbsb24.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbsb36.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbsb9.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbtt10.pfb %files -n texlive-ethiop-t1-fonts %defattr(-,root,root,755) %dir %{_datadir}/fonts/texlive-ethiop-t1 %config %{_sysconfdir}/fonts/conf.avail/58-texlive-ethiop-t1.conf %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-ethiop-t1/encodings.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-ethiop-t1/fonts.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-ethiop-t1/fonts.scale %{_datadir}/fonts/texlive-ethiop-t1/etha10.pfb %{_datadir}/fonts/texlive-ethiop-t1/etha6.pfb %{_datadir}/fonts/texlive-ethiop-t1/etha7.pfb %{_datadir}/fonts/texlive-ethiop-t1/etha8.pfb %{_datadir}/fonts/texlive-ethiop-t1/ethab10.pfb %{_datadir}/fonts/texlive-ethiop-t1/ethab11.pfb %{_datadir}/fonts/texlive-ethiop-t1/ethab12.pfb %{_datadir}/fonts/texlive-ethiop-t1/ethab14.pfb %{_datadir}/fonts/texlive-ethiop-t1/ethab18.pfb %{_datadir}/fonts/texlive-ethiop-t1/ethab24.pfb %{_datadir}/fonts/texlive-ethiop-t1/ethab36.pfb %{_datadir}/fonts/texlive-ethiop-t1/ethab9.pfb %{_datadir}/fonts/texlive-ethiop-t1/ethas10.pfb %{_datadir}/fonts/texlive-ethiop-t1/ethasb10.pfb %{_datadir}/fonts/texlive-ethiop-t1/ethasb11.pfb %{_datadir}/fonts/texlive-ethiop-t1/ethasb12.pfb %{_datadir}/fonts/texlive-ethiop-t1/ethasb14.pfb %{_datadir}/fonts/texlive-ethiop-t1/ethasb18.pfb %{_datadir}/fonts/texlive-ethiop-t1/ethasb24.pfb %{_datadir}/fonts/texlive-ethiop-t1/ethasb36.pfb %{_datadir}/fonts/texlive-ethiop-t1/ethasb9.pfb %{_datadir}/fonts/texlive-ethiop-t1/ethatt10.pfb %{_datadir}/fonts/texlive-ethiop-t1/ethb10.pfb %{_datadir}/fonts/texlive-ethiop-t1/ethb6.pfb %{_datadir}/fonts/texlive-ethiop-t1/ethb7.pfb %{_datadir}/fonts/texlive-ethiop-t1/ethb8.pfb %{_datadir}/fonts/texlive-ethiop-t1/ethbb10.pfb %{_datadir}/fonts/texlive-ethiop-t1/ethbb11.pfb %{_datadir}/fonts/texlive-ethiop-t1/ethbb12.pfb %{_datadir}/fonts/texlive-ethiop-t1/ethbb14.pfb %{_datadir}/fonts/texlive-ethiop-t1/ethbb18.pfb %{_datadir}/fonts/texlive-ethiop-t1/ethbb24.pfb %{_datadir}/fonts/texlive-ethiop-t1/ethbb36.pfb %{_datadir}/fonts/texlive-ethiop-t1/ethbb9.pfb %{_datadir}/fonts/texlive-ethiop-t1/ethbs10.pfb %{_datadir}/fonts/texlive-ethiop-t1/ethbsb10.pfb %{_datadir}/fonts/texlive-ethiop-t1/ethbsb11.pfb %{_datadir}/fonts/texlive-ethiop-t1/ethbsb12.pfb %{_datadir}/fonts/texlive-ethiop-t1/ethbsb14.pfb %{_datadir}/fonts/texlive-ethiop-t1/ethbsb18.pfb %{_datadir}/fonts/texlive-ethiop-t1/ethbsb24.pfb %{_datadir}/fonts/texlive-ethiop-t1/ethbsb36.pfb %{_datadir}/fonts/texlive-ethiop-t1/ethbsb9.pfb %{_datadir}/fonts/texlive-ethiop-t1/ethbtt10.pfb %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-ethiop-t1-fonts-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper %endif %package -n texlive-etoc Version: %{texlive_version}.%{texlive_noarch}.1.08isvn42182 Release: 0 Summary: Completely customisable TOCs License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-etoc-doc >= %{texlive_version} Provides: tex(etoc.sty) Requires: tex(multicol.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source49: etoc.tar.xz Source50: etoc.doc.tar.xz %description -n texlive-etoc The package gives the user complete control of how the entries of the table of contents should be constituted from the name, number, and page number of each sectioning unit. The layout is controlled by the definition of 'line styles' for each sectioning level used in the document. The package provides its own custom line styles (which may be used as examples), and continues to support the standard formatting inherited from the LaTeX document classes, but the package can also allow the user to delegate the details to packages dealing with list making environments (such as enumitem). The package's default global style typesets tables of contents in a multi-column format, with either a standard heading, or a ruled title (optionally with a frame around the table). The \tableofcontents command may be used arbitrarily many times in the same document, while \localtableofcontents provides a 'local' table of contents. date: 2016-09-29 15:45:51 +0000 %package -n texlive-etoc-doc Version: %{texlive_version}.%{texlive_noarch}.1.08isvn42182 Release: 0 Summary: Documentation for texlive-etoc License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Provides: locale(texlive-etoc-doc:de) %description -n texlive-etoc-doc This package includes the documentation for texlive-etoc %post -n texlive-etoc mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-etoc mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-etoc %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-etoc-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/etoc/README.md %{_texmfdistdir}/doc/latex/etoc/etoc-DE.pdf %{_texmfdistdir}/doc/latex/etoc/etoc.pdf %files -n texlive-etoc %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/etoc/etoc.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-etoc-%{texlive_version}.%{texlive_noarch}.1.08isvn42182-%{release}-zypper %endif %package -n texlive-etoolbox Version: %{texlive_version}.%{texlive_noarch}.2.4svn42855 Release: 0 Summary: E-TeX tools 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): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-etoolbox-doc >= %{texlive_version} Provides: tex(etoolbox.def) Provides: tex(etoolbox.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source51: etoolbox.tar.xz Source52: etoolbox.doc.tar.xz %description -n texlive-etoolbox The package is a toolbox of programming facilities geared primarily towards LaTeX class and package authors. It provides LaTeX frontends to some of the new primitives provided by e-TeX as well as some generic tools which are not strictly related to e-TeX but match the profile of this package. Note that the initial versions of this package were released under the name elatex. The package provides functions that seem to offer alternative ways of implementing some LaTeX kernel commands; nevertheless, the package will not modify any part of the LaTeX kernel. date: 2017-01-02 22:48:17 +0000 %package -n texlive-etoolbox-doc Version: %{texlive_version}.%{texlive_noarch}.2.4svn42855 Release: 0 Summary: Documentation for texlive-etoolbox License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-etoolbox-doc This package includes the documentation for texlive-etoolbox %post -n texlive-etoolbox mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-etoolbox mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-etoolbox %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-etoolbox-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/etoolbox/README.md %{_texmfdistdir}/doc/latex/etoolbox/etoolbox.pdf %{_texmfdistdir}/doc/latex/etoolbox/etoolbox.tex %files -n texlive-etoolbox %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/etoolbox/etoolbox.def %{_texmfdistdir}/tex/latex/etoolbox/etoolbox.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-etoolbox-%{texlive_version}.%{texlive_noarch}.2.4svn42855-%{release}-zypper %endif %package -n texlive-etoolbox-de Version: %{texlive_version}.%{texlive_noarch}.1svn21906 Release: 0 Summary: German translation of documentation of etoolbox License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source53: etoolbox-de.doc.tar.xz %description -n texlive-etoolbox-de The version translated is 2.1 or 2011-01-03. date: 2016-06-24 17:18:15 +0000 %post -n texlive-etoolbox-de mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-etoolbox-de mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-etoolbox-de %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-etoolbox-de %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/etoolbox-de/etoolbox-DE.pdf %{_texmfdistdir}/doc/latex/etoolbox-de/etoolbox-DE.tex %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-etoolbox-de-%{texlive_version}.%{texlive_noarch}.1svn21906-%{release}-zypper %endif %package -n texlive-euenc Version: %{texlive_version}.%{texlive_noarch}.0.0.1hsvn19795 Release: 0 Summary: Unicode font encoding definitions for XeTeX License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-euenc-doc >= %{texlive_version} Provides: tex(eu1enc.def) Provides: tex(eu1lmdh.fd) Provides: tex(eu1lmr.fd) Provides: tex(eu1lmss.fd) Provides: tex(eu1lmssq.fd) Provides: tex(eu1lmtt.fd) Provides: tex(eu1lmvtt.fd) Provides: tex(eu2enc.def) Provides: tex(eu2lmdh.fd) Provides: tex(eu2lmr.fd) Provides: tex(eu2lmss.fd) Provides: tex(eu2lmssq.fd) Provides: tex(eu2lmtt.fd) Provides: tex(eu2lmvtt.fd) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source54: euenc.tar.xz Source55: euenc.doc.tar.xz %description -n texlive-euenc Font encoding definitions for unicode fonts loaded by LaTeX in XeTeX or LuaTeX. The package provides two encodings: EU1, designed for use with XeTeX, which the fontspec uses for unicode fonts which require no macro-level processing for accents, and EU2, which provides the same facilities for use with LuaTeX. Neither encoding places any restriction on the glyphs provided by a font; use of EU2 causes the package euxunicode to be loaded (the package is part of this distribution). The package includes font definition files for use with the Latin Modern OpenType fonts. date: 2016-10-08 09:33:19 +0000 %package -n texlive-euenc-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.1hsvn19795 Release: 0 Summary: Documentation for texlive-euenc License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-euenc-doc This package includes the documentation for texlive-euenc %post -n texlive-euenc mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-euenc mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-euenc %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-euenc-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/euenc/README %{_texmfdistdir}/doc/latex/euenc/euenc.pdf %{_texmfdistdir}/doc/latex/euenc/test-euxlm.ltx %files -n texlive-euenc %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/euenc/eu1enc.def %{_texmfdistdir}/tex/latex/euenc/eu1lmdh.fd %{_texmfdistdir}/tex/latex/euenc/eu1lmr.fd %{_texmfdistdir}/tex/latex/euenc/eu1lmss.fd %{_texmfdistdir}/tex/latex/euenc/eu1lmssq.fd %{_texmfdistdir}/tex/latex/euenc/eu1lmtt.fd %{_texmfdistdir}/tex/latex/euenc/eu1lmvtt.fd %{_texmfdistdir}/tex/latex/euenc/eu2enc.def %{_texmfdistdir}/tex/latex/euenc/eu2lmdh.fd %{_texmfdistdir}/tex/latex/euenc/eu2lmr.fd %{_texmfdistdir}/tex/latex/euenc/eu2lmss.fd %{_texmfdistdir}/tex/latex/euenc/eu2lmssq.fd %{_texmfdistdir}/tex/latex/euenc/eu2lmtt.fd %{_texmfdistdir}/tex/latex/euenc/eu2lmvtt.fd %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-euenc-%{texlive_version}.%{texlive_noarch}.0.0.1hsvn19795-%{release}-zypper %endif %package -n texlive-eukdate Version: %{texlive_version}.%{texlive_noarch}.1.04svn15878 Release: 0 Summary: UK format dates, with weekday License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-eukdate-doc >= %{texlive_version} Provides: tex(eukdate.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source56: eukdate.tar.xz Source57: eukdate.doc.tar.xz %description -n texlive-eukdate The package is used to change the format of \today's date, including the weekday, e.g., "Saturday, 26 June 2008", the 'UK format', which is preferred in many parts of the world, as distinct from that which is used in \maketitle of the article class, "June 26, 2008", the 'US format'. date: 2016-06-24 17:18:15 +0000 %package -n texlive-eukdate-doc Version: %{texlive_version}.%{texlive_noarch}.1.04svn15878 Release: 0 Summary: Documentation for texlive-eukdate License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-eukdate-doc This package includes the documentation for texlive-eukdate %post -n texlive-eukdate mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-eukdate mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-eukdate %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-eukdate-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/eukdate/README %{_texmfdistdir}/doc/latex/eukdate/eukdate.pdf %files -n texlive-eukdate %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/eukdate/eukdate.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-eukdate-%{texlive_version}.%{texlive_noarch}.1.04svn15878-%{release}-zypper %endif %package -n texlive-euler Version: %{texlive_version}.%{texlive_noarch}.2.5svn42428 Release: 0 Summary: Use AMS Euler fonts for math License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-euler-doc >= %{texlive_version} Provides: tex(euler.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source58: euler.tar.xz Source59: euler.doc.tar.xz %description -n texlive-euler Provides a setup for using the AMS Euler family of fonts for mathematics in LaTeX documents. "The underlying philosophy of Zapf's Euler design was to capture the flavour of mathematics as it might be written by a mathematician with excellent handwriting." The euler package is based on Knuth's macros for the book 'Concrete Mathematics'. The text fonts for the Concrete book are supported by the beton package. date: 2016-06-24 17:18:15 +0000 %package -n texlive-euler-doc Version: %{texlive_version}.%{texlive_noarch}.2.5svn42428 Release: 0 Summary: Documentation for texlive-euler License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-euler-doc This package includes the documentation for texlive-euler %post -n texlive-euler mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-euler mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-euler %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-euler-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/euler/euler.pdf %{_texmfdistdir}/doc/latex/euler/legal.txt %files -n texlive-euler %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/euler/euler.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-euler-%{texlive_version}.%{texlive_noarch}.2.5svn42428-%{release}-zypper %endif %package -n texlive-eulerpx Version: %{texlive_version}.%{texlive_noarch}.0.0.2.1svn43735 Release: 0 Summary: A modern interface for the Euler math 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(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-eulerpx-doc >= %{texlive_version} Provides: tex(eulerpx.sty) Requires: tex(fontenc.sty) Requires: tex(newpxmath.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source60: eulerpx.tar.xz Source61: eulerpx.doc.tar.xz %description -n texlive-eulerpx This package provides the "eulerpx" font, which started as a hybrid of multiple other font packages, notably eulervm and newpxmath. Its purpose is twofold: To use the eulervm symbols for greek and latin, but the newpxmath font for braces and brackets, and the text font for digits and operators; and to make it easy to change between a sans and a serif font for the digits and operators so that the font can be used seamlessly in documents using both. This package was put together with the intent to use it with the Palatino and Optima fonts, but it may work with other combinations, too. date: 2017-04-10 17:27:44 +0000 %package -n texlive-eulerpx-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.2.1svn43735 Release: 0 Summary: Documentation for texlive-eulerpx License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-eulerpx-doc This package includes the documentation for texlive-eulerpx %post -n texlive-eulerpx mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-eulerpx mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-eulerpx %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-eulerpx-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/fonts/eulerpx/README %files -n texlive-eulerpx %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/eulerpx/eulerpx.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-eulerpx-%{texlive_version}.%{texlive_noarch}.0.0.2.1svn43735-%{release}-zypper %endif %package -n texlive-eulervm Version: %{texlive_version}.%{texlive_noarch}.4.0svn15878 Release: 0 Summary: Euler virtual math 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(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-eulervm-doc >= %{texlive_version} Provides: tex(eulervm.sty) Provides: tex(uzeuex.fd) Provides: tex(uzeur.fd) Provides: tex(uzeus.fd) Provides: tex(zeuex10.tfm) Provides: tex(zeuex10.vf) Provides: tex(zeurb10.tfm) Provides: tex(zeurb10.vf) Provides: tex(zeurb5.tfm) Provides: tex(zeurb5.vf) Provides: tex(zeurb7.tfm) Provides: tex(zeurb7.vf) Provides: tex(zeurm10.tfm) Provides: tex(zeurm10.vf) Provides: tex(zeurm5.tfm) Provides: tex(zeurm5.vf) Provides: tex(zeurm7.tfm) Provides: tex(zeurm7.vf) Provides: tex(zeusb10.tfm) Provides: tex(zeusb10.vf) Provides: tex(zeusb5.tfm) Provides: tex(zeusb5.vf) Provides: tex(zeusb7.tfm) Provides: tex(zeusb7.vf) Provides: tex(zeusm10.tfm) Provides: tex(zeusm10.vf) Provides: tex(zeusm5.tfm) Provides: tex(zeusm5.vf) Provides: tex(zeusm7.tfm) Provides: tex(zeusm7.vf) Requires: tex(cmbsy10.tfm) Requires: tex(cmbsy5.tfm) Requires: tex(cmbsy7.tfm) Requires: tex(cmbx10.tfm) Requires: tex(cmbx5.tfm) Requires: tex(cmbx7.tfm) Requires: tex(cmex10.tfm) Requires: tex(cmmi10.tfm) Requires: tex(cmmi5.tfm) Requires: tex(cmmi7.tfm) Requires: tex(cmmib10.tfm) Requires: tex(cmmib5.tfm) Requires: tex(cmmib7.tfm) Requires: tex(cmr10.tfm) Requires: tex(cmr5.tfm) Requires: tex(cmr7.tfm) Requires: tex(cmsy10.tfm) Requires: tex(cmsy5.tfm) Requires: tex(cmsy7.tfm) Requires: tex(euex10.tfm) Requires: tex(eufb10.tfm) Requires: tex(eufb5.tfm) Requires: tex(eufb7.tfm) Requires: tex(eufm10.tfm) Requires: tex(eufm5.tfm) Requires: tex(eufm7.tfm) Requires: tex(eurb10.tfm) Requires: tex(eurb5.tfm) Requires: tex(eurb7.tfm) Requires: tex(eurm10.tfm) Requires: tex(eurm5.tfm) Requires: tex(eurm7.tfm) Requires: tex(eusb10.tfm) Requires: tex(eusb5.tfm) Requires: tex(eusb7.tfm) Requires: tex(eusm10.tfm) Requires: tex(eusm5.tfm) Requires: tex(eusm7.tfm) Requires: tex(msam10.tfm) Requires: tex(msam5.tfm) Requires: tex(msam7.tfm) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source62: eulervm.tar.xz Source63: eulervm.doc.tar.xz %description -n texlive-eulervm The well-known Euler fonts are suitable for typsetting mathematics in conjunction with a variety of text fonts which do not provide mathematical character sets of their own. Euler- VM is a set of virtual mathematics fonts based on Euler and CM. This approach has several advantages over immediately using the real Euler fonts: Most noticeably, less TeX resources are consumed, the quality of various math symbols is improved and a usable \hslash symbol can be provided. The virtual fonts are accompanied by a LaTeX package which makes them easy to use, particularly in conjunction with Type1 PostScript text fonts. They are compatible with amsmath. A package option allows the fonts to be loaded at 95% of their nominal size, thus blending better with certain text fonts, e.g., Minion. date: 2016-06-24 17:18:15 +0000 %package -n texlive-eulervm-doc Version: %{texlive_version}.%{texlive_noarch}.4.0svn15878 Release: 0 Summary: Documentation for texlive-eulervm License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-eulervm-doc This package includes the documentation for texlive-eulervm %post -n texlive-eulervm mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-eulervm mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-eulervm %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-eulervm-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/eulervm/README.eulervm %{_texmfdistdir}/doc/latex/eulervm/eulervm.pdf %{_texmfdistdir}/doc/latex/eulervm/manifest.txt %files -n texlive-eulervm %defattr(-,root,root,755) %{_texmfdistdir}/fonts/tfm/public/eulervm/zeuex10.tfm %{_texmfdistdir}/fonts/tfm/public/eulervm/zeurb10.tfm %{_texmfdistdir}/fonts/tfm/public/eulervm/zeurb5.tfm %{_texmfdistdir}/fonts/tfm/public/eulervm/zeurb7.tfm %{_texmfdistdir}/fonts/tfm/public/eulervm/zeurm10.tfm %{_texmfdistdir}/fonts/tfm/public/eulervm/zeurm5.tfm %{_texmfdistdir}/fonts/tfm/public/eulervm/zeurm7.tfm %{_texmfdistdir}/fonts/tfm/public/eulervm/zeusb10.tfm %{_texmfdistdir}/fonts/tfm/public/eulervm/zeusb5.tfm %{_texmfdistdir}/fonts/tfm/public/eulervm/zeusb7.tfm %{_texmfdistdir}/fonts/tfm/public/eulervm/zeusm10.tfm %{_texmfdistdir}/fonts/tfm/public/eulervm/zeusm5.tfm %{_texmfdistdir}/fonts/tfm/public/eulervm/zeusm7.tfm %{_texmfdistdir}/fonts/vf/public/eulervm/zeuex10.vf %{_texmfdistdir}/fonts/vf/public/eulervm/zeurb10.vf %{_texmfdistdir}/fonts/vf/public/eulervm/zeurb5.vf %{_texmfdistdir}/fonts/vf/public/eulervm/zeurb7.vf %{_texmfdistdir}/fonts/vf/public/eulervm/zeurm10.vf %{_texmfdistdir}/fonts/vf/public/eulervm/zeurm5.vf %{_texmfdistdir}/fonts/vf/public/eulervm/zeurm7.vf %{_texmfdistdir}/fonts/vf/public/eulervm/zeusb10.vf %{_texmfdistdir}/fonts/vf/public/eulervm/zeusb5.vf %{_texmfdistdir}/fonts/vf/public/eulervm/zeusb7.vf %{_texmfdistdir}/fonts/vf/public/eulervm/zeusm10.vf %{_texmfdistdir}/fonts/vf/public/eulervm/zeusm5.vf %{_texmfdistdir}/fonts/vf/public/eulervm/zeusm7.vf %{_texmfdistdir}/tex/latex/eulervm/eulervm.sty %{_texmfdistdir}/tex/latex/eulervm/uzeuex.fd %{_texmfdistdir}/tex/latex/eulervm/uzeur.fd %{_texmfdistdir}/tex/latex/eulervm/uzeus.fd %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-eulervm-%{texlive_version}.%{texlive_noarch}.4.0svn15878-%{release}-zypper %endif %package -n texlive-euro Version: %{texlive_version}.%{texlive_noarch}.1.1svn22191 Release: 0 Summary: Provide Euro values for national currency amounts License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-euro-doc >= %{texlive_version} Provides: tex(euro.sty) Requires: tex(fp-basic.sty) Requires: tex(fp-snap.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source64: euro.tar.xz Source65: euro.doc.tar.xz %description -n texlive-euro Converts arbitrary national currency amounts using the Euro as base unit, and typesets monetary amounts in almost any desired way. Write, e.g., \ATS{17.6} to get something like '17,60 oS (1,28 Euro)' automatically. Conversion rates for the initial Euro-zone countries are already built-in. Further rates can be added easily. The package uses the fp package to do its sums. date: 2016-06-24 17:18:15 +0000 %package -n texlive-euro-doc Version: %{texlive_version}.%{texlive_noarch}.1.1svn22191 Release: 0 Summary: Documentation for texlive-euro License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-euro-doc This package includes the documentation for texlive-euro %post -n texlive-euro mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-euro mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-euro %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-euro-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/euro/Makefile %{_texmfdistdir}/doc/latex/euro/euro.pdf %{_texmfdistdir}/doc/latex/euro/euro.txt %files -n texlive-euro %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/euro/euro.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-euro-%{texlive_version}.%{texlive_noarch}.1.1svn22191-%{release}-zypper %endif %package -n texlive-euro-ce Version: %{texlive_version}.%{texlive_noarch}.3.0bsvn25714 Release: 0 Summary: Euro and CE sign font License: BSD-3-Clause Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-euro-ce-doc >= %{texlive_version} Provides: tex(ceit.tfm) Provides: tex(cerm.tfm) Provides: tex(cesl.tfm) Provides: tex(eurobf.tfm) Provides: tex(eurobfit.tfm) Provides: tex(eurobfsl.tfm) Provides: tex(euroit.tfm) Provides: tex(euroof.tfm) Provides: tex(eurorm.tfm) Provides: tex(eurosl.tfm) Provides: tex(eurosp.tfm) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source66: euro-ce.tar.xz Source67: euro-ce.doc.tar.xz %description -n texlive-euro-ce Metafont source for the symbols in several variants, designed to fit with the Computer Modern-set text. date: 2016-06-24 17:18:15 +0000 %package -n texlive-euro-ce-doc Version: %{texlive_version}.%{texlive_noarch}.3.0bsvn25714 Release: 0 Summary: Documentation for texlive-euro-ce License: BSD-3-Clause Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-euro-ce-doc This package includes the documentation for texlive-euro-ce %post -n texlive-euro-ce mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-euro-ce mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-euro-ce %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-euro-ce-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/fonts/euro-ce/euro-ce.doc %{_texmfdistdir}/doc/fonts/euro-ce/euro-ce.dvi %{_texmfdistdir}/doc/fonts/euro-ce/euro-ce.tex %files -n texlive-euro-ce %defattr(-,root,root,755) %{_texmfdistdir}/fonts/source/public/euro-ce/ceit.mf %{_texmfdistdir}/fonts/source/public/euro-ce/cemac.mf %{_texmfdistdir}/fonts/source/public/euro-ce/cerm.mf %{_texmfdistdir}/fonts/source/public/euro-ce/cesl.mf %{_texmfdistdir}/fonts/source/public/euro-ce/eurobf.mf %{_texmfdistdir}/fonts/source/public/euro-ce/eurobfit.mf %{_texmfdistdir}/fonts/source/public/euro-ce/eurobfsl.mf %{_texmfdistdir}/fonts/source/public/euro-ce/euroit.mf %{_texmfdistdir}/fonts/source/public/euro-ce/euromac.mf %{_texmfdistdir}/fonts/source/public/euro-ce/euroof.mf %{_texmfdistdir}/fonts/source/public/euro-ce/eurorm.mf %{_texmfdistdir}/fonts/source/public/euro-ce/eurosl.mf %{_texmfdistdir}/fonts/source/public/euro-ce/eurosp.mf %{_texmfdistdir}/fonts/tfm/public/euro-ce/ceit.tfm %{_texmfdistdir}/fonts/tfm/public/euro-ce/cerm.tfm %{_texmfdistdir}/fonts/tfm/public/euro-ce/cesl.tfm %{_texmfdistdir}/fonts/tfm/public/euro-ce/eurobf.tfm %{_texmfdistdir}/fonts/tfm/public/euro-ce/eurobfit.tfm %{_texmfdistdir}/fonts/tfm/public/euro-ce/eurobfsl.tfm %{_texmfdistdir}/fonts/tfm/public/euro-ce/euroit.tfm %{_texmfdistdir}/fonts/tfm/public/euro-ce/euroof.tfm %{_texmfdistdir}/fonts/tfm/public/euro-ce/eurorm.tfm %{_texmfdistdir}/fonts/tfm/public/euro-ce/eurosl.tfm %{_texmfdistdir}/fonts/tfm/public/euro-ce/eurosp.tfm %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-euro-ce-%{texlive_version}.%{texlive_noarch}.3.0bsvn25714-%{release}-zypper %endif %package -n texlive-europasscv Version: %{texlive_version}.%{texlive_noarch}.svn43033 Release: 0 Summary: Unofficial class for the new version of the Europass curriculum vitae License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-europasscv-doc >= %{texlive_version} Provides: tex(europasscv.cls) Provides: tex(europasscv_cs.def) Provides: tex(europasscv_de.def) Provides: tex(europasscv_el.def) Provides: tex(europasscv_en.def) Provides: tex(europasscv_es.def) Provides: tex(europasscv_fr.def) Provides: tex(europasscv_it.def) Provides: tex(europasscv_pl.def) Provides: tex(europasscv_pt.def) Provides: tex(europasscv_sl.def) Provides: tex(europasscv_sv.def) Requires: tex(array.sty) Requires: tex(article.cls) Requires: tex(colortbl.sty) Requires: tex(enumitem.sty) Requires: tex(fancyhdr.sty) Requires: tex(fontenc.sty) Requires: tex(geometry.sty) Requires: tex(graphicx.sty) Requires: tex(hyperref.sty) Requires: tex(iftex.sty) Requires: tex(inputenc.sty) Requires: tex(setspace.sty) Requires: tex(soul.sty) Requires: tex(textcomp.sty) Requires: tex(url.sty) Requires: tex(xcolor.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source68: europasscv.tar.xz Source69: europasscv.doc.tar.xz %description -n texlive-europasscv This class is an unofficial LaTeX implementation of the Europass CV, the standard model for curriculum vitae as recommended by the European Commission. It includes the major style updates that came out in 2013, featuring a neater, more compact and somewhat fancier layout. date: 2017-01-22 22:05:40 +0000 %package -n texlive-europasscv-doc Version: %{texlive_version}.%{texlive_noarch}.svn43033 Release: 0 Summary: Documentation for texlive-europasscv License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-europasscv-doc This package includes the documentation for texlive-europasscv %post -n texlive-europasscv mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-europasscv mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-europasscv %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-europasscv-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/europasscv/CHANGELOG.md %{_texmfdistdir}/doc/latex/europasscv/README.md %{_texmfdistdir}/doc/latex/europasscv/europasscv.pdf %{_texmfdistdir}/doc/latex/europasscv/europasscv.tex %{_texmfdistdir}/doc/latex/europasscv/example/europasscv_en.pdf %{_texmfdistdir}/doc/latex/europasscv/example/europasscv_en.tex %files -n texlive-europasscv %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/europasscv/address_europass_icon.pdf %{_texmfdistdir}/tex/latex/europasscv/europasscv.cls %{_texmfdistdir}/tex/latex/europasscv/europasscv_cs.def %{_texmfdistdir}/tex/latex/europasscv/europasscv_de.def %{_texmfdistdir}/tex/latex/europasscv/europasscv_el.def %{_texmfdistdir}/tex/latex/europasscv/europasscv_en.def %{_texmfdistdir}/tex/latex/europasscv/europasscv_es.def %{_texmfdistdir}/tex/latex/europasscv/europasscv_fr.def %{_texmfdistdir}/tex/latex/europasscv/europasscv_it.def %{_texmfdistdir}/tex/latex/europasscv/europasscv_pl.def %{_texmfdistdir}/tex/latex/europasscv/europasscv_pt.def %{_texmfdistdir}/tex/latex/europasscv/europasscv_sl.def %{_texmfdistdir}/tex/latex/europasscv/europasscv_sv.def %{_texmfdistdir}/tex/latex/europasscv/europasslogo2013.pdf %{_texmfdistdir}/tex/latex/europasscv/im_europass_icon.pdf %{_texmfdistdir}/tex/latex/europasscv/mail_europass_icon.pdf %{_texmfdistdir}/tex/latex/europasscv/mobile_europass_icon.pdf %{_texmfdistdir}/tex/latex/europasscv/telephone_europass_icon.pdf %{_texmfdistdir}/tex/latex/europasscv/website_europass_icon.pdf %{_texmfdistdir}/tex/latex/europasscv/work_europass_icon.pdf %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-europasscv-%{texlive_version}.%{texlive_noarch}.svn43033-%{release}-zypper %endif %package -n texlive-europecv Version: %{texlive_version}.%{texlive_noarch}.svn34454 Release: 0 Summary: Unofficial class for European curricula vitae License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-europecv-doc >= %{texlive_version} Provides: tex(ecvbg.def) Provides: tex(ecvca.def) Provides: tex(ecvcs.def) Provides: tex(ecvda.def) Provides: tex(ecvde.def) Provides: tex(ecven.def) Provides: tex(ecves.def) Provides: tex(ecvet.def) Provides: tex(ecvfi.def) Provides: tex(ecvfr.def) Provides: tex(ecvgl.def) Provides: tex(ecvgr.def) Provides: tex(ecvhu.def) Provides: tex(ecvis.def) Provides: tex(ecvit.def) Provides: tex(ecvlt.def) Provides: tex(ecvlv.def) Provides: tex(ecvmt.def) Provides: tex(ecvnl.def) Provides: tex(ecvno.def) Provides: tex(ecvpl.def) Provides: tex(ecvpt.def) Provides: tex(ecvro.def) Provides: tex(ecvsk.def) Provides: tex(ecvsl.def) Provides: tex(ecvsr.def) Provides: tex(ecvsv.def) Provides: tex(europecv.cls) Requires: tex(array.sty) Requires: tex(article.cls) Requires: tex(fancyhdr.sty) Requires: tex(inputenc.sty) Requires: tex(longtable.sty) Requires: tex(ucs.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source70: europecv.tar.xz Source71: europecv.doc.tar.xz %description -n texlive-europecv The europecv class is an unofficial LaTeX implementation of the standard model for curricula vitae (the "Europass CV") as recommended by the European Commission. Although primarily intended for users in the European Union, the class is flexible enough to be used for any kind of curriculum vitae. The class has localisations for all the official languages of the EU (plus Catalan), as well as options permitting input in UTF-8 and koi8-r. date: 2016-06-24 17:18:15 +0000 %package -n texlive-europecv-doc Version: %{texlive_version}.%{texlive_noarch}.svn34454 Release: 0 Summary: Documentation for texlive-europecv License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-europecv-doc This package includes the documentation for texlive-europecv %post -n texlive-europecv mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-europecv mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-europecv %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-europecv-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/europecv/europecv.pdf %{_texmfdistdir}/doc/latex/europecv/europecv.tex %{_texmfdistdir}/doc/latex/europecv/examples/at.pdf %{_texmfdistdir}/doc/latex/europecv/examples/bulgarian-koi8-r.tex %{_texmfdistdir}/doc/latex/europecv/examples/bulgarian-utf8.tex %{_texmfdistdir}/doc/latex/europecv/examples/greek-utf8.pdf %{_texmfdistdir}/doc/latex/europecv/examples/greek-utf8.tex %{_texmfdistdir}/doc/latex/europecv/examples/maltese-maltese.tex %{_texmfdistdir}/doc/latex/europecv/examples/maltese-utf8.tex %{_texmfdistdir}/doc/latex/europecv/examples/minimal.pdf %{_texmfdistdir}/doc/latex/europecv/examples/minimal.tex %{_texmfdistdir}/doc/latex/europecv/templates/cv_template_de.pdf %{_texmfdistdir}/doc/latex/europecv/templates/cv_template_de.tex %{_texmfdistdir}/doc/latex/europecv/templates/cv_template_en.pdf %{_texmfdistdir}/doc/latex/europecv/templates/cv_template_en.tex %{_texmfdistdir}/doc/latex/europecv/templates/cv_template_it.pdf %{_texmfdistdir}/doc/latex/europecv/templates/cv_template_it.tex %{_texmfdistdir}/doc/latex/europecv/templates/cv_template_pl.pdf %{_texmfdistdir}/doc/latex/europecv/templates/cv_template_pl.tex %{_texmfdistdir}/doc/latex/europecv/templates/publications.bib %files -n texlive-europecv %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/europecv/EuropeFlagBW.eps %{_texmfdistdir}/tex/latex/europecv/EuropeFlagBW.pdf %{_texmfdistdir}/tex/latex/europecv/EuropeFlagBlueCMYK.eps %{_texmfdistdir}/tex/latex/europecv/EuropeFlagBlueCMYK.pdf %{_texmfdistdir}/tex/latex/europecv/EuropeFlagCMYK.eps %{_texmfdistdir}/tex/latex/europecv/EuropeFlagCMYK.pdf %{_texmfdistdir}/tex/latex/europecv/EuropeFlagWB.eps %{_texmfdistdir}/tex/latex/europecv/EuropeFlagWB.pdf %{_texmfdistdir}/tex/latex/europecv/ecvbg.def %{_texmfdistdir}/tex/latex/europecv/ecvca.def %{_texmfdistdir}/tex/latex/europecv/ecvcs.def %{_texmfdistdir}/tex/latex/europecv/ecvda.def %{_texmfdistdir}/tex/latex/europecv/ecvde.def %{_texmfdistdir}/tex/latex/europecv/ecven.def %{_texmfdistdir}/tex/latex/europecv/ecves.def %{_texmfdistdir}/tex/latex/europecv/ecvet.def %{_texmfdistdir}/tex/latex/europecv/ecvfi.def %{_texmfdistdir}/tex/latex/europecv/ecvfr.def %{_texmfdistdir}/tex/latex/europecv/ecvgl.def %{_texmfdistdir}/tex/latex/europecv/ecvgr.def %{_texmfdistdir}/tex/latex/europecv/ecvhu.def %{_texmfdistdir}/tex/latex/europecv/ecvis.def %{_texmfdistdir}/tex/latex/europecv/ecvit.def %{_texmfdistdir}/tex/latex/europecv/ecvlt.def %{_texmfdistdir}/tex/latex/europecv/ecvlv.def %{_texmfdistdir}/tex/latex/europecv/ecvmt.def %{_texmfdistdir}/tex/latex/europecv/ecvnl.def %{_texmfdistdir}/tex/latex/europecv/ecvno.def %{_texmfdistdir}/tex/latex/europecv/ecvpl.def %{_texmfdistdir}/tex/latex/europecv/ecvpt.def %{_texmfdistdir}/tex/latex/europecv/ecvro.def %{_texmfdistdir}/tex/latex/europecv/ecvsk.def %{_texmfdistdir}/tex/latex/europecv/ecvsl.def %{_texmfdistdir}/tex/latex/europecv/ecvsr.def %{_texmfdistdir}/tex/latex/europecv/ecvsv.def %{_texmfdistdir}/tex/latex/europecv/europasslogo.eps %{_texmfdistdir}/tex/latex/europecv/europasslogo.pdf %{_texmfdistdir}/tex/latex/europecv/europecv.cls %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-europecv-%{texlive_version}.%{texlive_noarch}.svn34454-%{release}-zypper %endif %package -n texlive-eurosym Version: %{texlive_version}.%{texlive_noarch}.1.4_subrfixsvn17265 Release: 0 Summary: Metafont and macros for Euro sign 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): findutils Requires(post): grep Requires(post): sed Requires(post): texlive >= %{texlive_version} Requires(post): tex(updmap.cfg) #!BuildIgnore: tex(updmap.cfg) Requires(postun): findutils Requires(postun): grep Requires(postun): sed Requires(postun): texlive >= %{texlive_version} Requires(postun): tex(updmap.cfg) Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Requires: texlive-eurosym-fonts >= %{texlive_version} Recommends: texlive-eurosym-doc >= %{texlive_version} Provides: tex(eurosym.map) Provides: tex(eurosym.sty) Provides: tex(feybl10.tfm) Provides: tex(feybo10.tfm) Provides: tex(feybr10.tfm) Provides: tex(feyml10.tfm) Provides: tex(feymo10.tfm) Provides: tex(feymr10.tfm) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source72: eurosym.tar.xz Source73: eurosym.doc.tar.xz %description -n texlive-eurosym The European currency symbol for the Euro implemented in Metafont, using the official European Commission dimensions, and providing several shapes (normal, slanted, bold, outline). The package also includes a LaTeX package which defines the macro, pre-compiled tfm files, and documentation. date: 2016-06-24 17:18:15 +0000 %package -n texlive-eurosym-doc Version: %{texlive_version}.%{texlive_noarch}.1.4_subrfixsvn17265 Release: 0 Summary: Documentation for texlive-eurosym License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-eurosym-doc This package includes the documentation for texlive-eurosym %package -n texlive-eurosym-fonts Version: %{texlive_version}.%{texlive_noarch}.1.4_subrfixsvn17265 Release: 0 Summary: Severed fonts for texlive-eurosym License: LPPL-1.0 Group: Productivity/Publishing/TeX/Fonts Url: http://www.tug.org/texlive/ Requires(post): fontconfig Requires(post): ghostscript-fonts-std Requires(post): mkfontdir Requires(post): mkfontscale Requires(post): xorg-x11-fonts-core Requires(postun): fontconfig Requires(postun): ghostscript-fonts-std Requires(postun): xorg-x11-fonts-core %description -n texlive-eurosym-fonts The separated fonts package for texlive-eurosym %post -n texlive-eurosym mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update echo 'addMixedMap eurosym.map' >> /var/run/texlive/run-updmap %postun -n texlive-eurosym mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then echo 'deleteMixedMap eurosym.map' >> /var/run/texlive/run-updmap exit 0 fi %posttrans -n texlive-eurosym %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %post -n texlive-eurosym-fonts fc-cache -s %{_datadir}/fonts mkfontscale %{_datadir}/fonts/texlive-eurosym mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-eurosym %postun -n texlive-eurosym-fonts if test $1 = 0; then fc-cache -s %{_datadir}/fonts fi %files -n texlive-eurosym-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/fonts/eurosym/COPYING %{_texmfdistdir}/doc/fonts/eurosym/Changes %{_texmfdistdir}/doc/fonts/eurosym/Makefile %{_texmfdistdir}/doc/fonts/eurosym/README %{_texmfdistdir}/doc/fonts/eurosym/README.type1 %{_texmfdistdir}/doc/fonts/eurosym/c/Makefile %{_texmfdistdir}/doc/fonts/eurosym/eurosym.cpp %{_texmfdistdir}/doc/fonts/eurosym/makemfs %{_texmfdistdir}/doc/fonts/eurosym/rundvips %{_texmfdistdir}/doc/fonts/eurosym/runlatex %{_texmfdistdir}/doc/fonts/eurosym/src/Makefile %{_texmfdistdir}/doc/fonts/eurosym/testeuro.pdf %{_texmfdistdir}/doc/fonts/eurosym/testeuro.tex %files -n texlive-eurosym %defattr(-,root,root,755) %{_texmfdistdir}/fonts/map/dvips/eurosym/eurosym.map %{_texmfdistdir}/fonts/source/public/eurosym/fey.mf %{_texmfdistdir}/fonts/source/public/eurosym/feybl10.mf %{_texmfdistdir}/fonts/source/public/eurosym/feybo10.mf %{_texmfdistdir}/fonts/source/public/eurosym/feybr10.mf %{_texmfdistdir}/fonts/source/public/eurosym/feyml10.mf %{_texmfdistdir}/fonts/source/public/eurosym/feymo10.mf %{_texmfdistdir}/fonts/source/public/eurosym/feymr10.mf %{_texmfdistdir}/fonts/tfm/public/eurosym/feybl10.tfm %{_texmfdistdir}/fonts/tfm/public/eurosym/feybo10.tfm %{_texmfdistdir}/fonts/tfm/public/eurosym/feybr10.tfm %{_texmfdistdir}/fonts/tfm/public/eurosym/feyml10.tfm %{_texmfdistdir}/fonts/tfm/public/eurosym/feymo10.tfm %{_texmfdistdir}/fonts/tfm/public/eurosym/feymr10.tfm %verify(link) %{_texmfdistdir}/fonts/type1/public/eurosym/feybl10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/eurosym/feybo10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/eurosym/feybr10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/eurosym/feyml10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/eurosym/feymo10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/eurosym/feymr10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/eurosym/geybl10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/eurosym/geybo10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/eurosym/geybr10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/eurosym/geyml10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/eurosym/geymo10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/eurosym/geymr10.pfb %{_texmfdistdir}/tex/latex/eurosym/eurosym.sty %files -n texlive-eurosym-fonts %defattr(-,root,root,755) %dir %{_datadir}/fonts/texlive-eurosym %config %{_sysconfdir}/fonts/conf.avail/58-texlive-eurosym.conf %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-eurosym/encodings.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-eurosym/fonts.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-eurosym/fonts.scale %{_datadir}/fonts/texlive-eurosym/feybl10.pfb %{_datadir}/fonts/texlive-eurosym/feybo10.pfb %{_datadir}/fonts/texlive-eurosym/feybr10.pfb %{_datadir}/fonts/texlive-eurosym/feyml10.pfb %{_datadir}/fonts/texlive-eurosym/feymo10.pfb %{_datadir}/fonts/texlive-eurosym/feymr10.pfb %{_datadir}/fonts/texlive-eurosym/geybl10.pfb %{_datadir}/fonts/texlive-eurosym/geybo10.pfb %{_datadir}/fonts/texlive-eurosym/geybr10.pfb %{_datadir}/fonts/texlive-eurosym/geyml10.pfb %{_datadir}/fonts/texlive-eurosym/geymo10.pfb %{_datadir}/fonts/texlive-eurosym/geymr10.pfb %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-eurosym-fonts-%{texlive_version}.%{texlive_noarch}.1.4_subrfixsvn17265-%{release}-zypper %endif %package -n texlive-euxm Version: %{texlive_version}.%{texlive_noarch}.svn20202 Release: 0 Summary: Package euxm License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Provides: tex(euxm10.tfm) Provides: tex(euxm5.tfm) Provides: tex(euxm7.tfm) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source74: euxm.tar.xz %description -n texlive-euxm The euxm package %post -n texlive-euxm mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-euxm mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-euxm %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-euxm %defattr(-,root,root,755) %{_texmfdistdir}/fonts/source/public/euxm/eubase.mf %{_texmfdistdir}/fonts/source/public/euxm/eusmch.mf %{_texmfdistdir}/fonts/source/public/euxm/euxm10.mf %{_texmfdistdir}/fonts/source/public/euxm/euxm5.mf %{_texmfdistdir}/fonts/source/public/euxm/euxm7.mf %{_texmfdistdir}/fonts/source/public/euxm/euxmch.mf %{_texmfdistdir}/fonts/tfm/public/euxm/euxm10.tfm %{_texmfdistdir}/fonts/tfm/public/euxm/euxm5.tfm %{_texmfdistdir}/fonts/tfm/public/euxm/euxm7.tfm %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-euxm-%{texlive_version}.%{texlive_noarch}.svn20202-%{release}-zypper %endif %package -n texlive-everyhook Version: %{texlive_version}.%{texlive_noarch}.1.2svn35675 Release: 0 Summary: Hooks for standard TeX token lists License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-everyhook-doc >= %{texlive_version} Provides: tex(everyhook.sty) Requires: tex(etoolbox.sty) Requires: tex(svn-prov.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source75: everyhook.tar.xz Source76: everyhook.doc.tar.xz %description -n texlive-everyhook The package takes control of the six TeX token registers \everypar, \everymath, \everydisplay, \everyhbox, \everyvbox and \everycr. Real hooks for each of the registers may be installed using a stack like interface. For backwards compatibility, each of the \everyX token lists can be set without interfering with the hooks. date: 2016-06-24 17:18:15 +0000 %package -n texlive-everyhook-doc Version: %{texlive_version}.%{texlive_noarch}.1.2svn35675 Release: 0 Summary: Documentation for texlive-everyhook License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-everyhook-doc This package includes the documentation for texlive-everyhook %post -n texlive-everyhook mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-everyhook mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-everyhook %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-everyhook-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/everyhook/README %{_texmfdistdir}/doc/latex/everyhook/everyhook.pdf %files -n texlive-everyhook %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/everyhook/everyhook.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-everyhook-%{texlive_version}.%{texlive_noarch}.1.2svn35675-%{release}-zypper %endif %package -n texlive-everypage Version: %{texlive_version}.%{texlive_noarch}.1.1svn15878 Release: 0 Summary: Provide hooks to be run on every page of a document License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-everypage-doc >= %{texlive_version} Provides: tex(everypage.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source77: everypage.tar.xz Source78: everypage.doc.tar.xz %description -n texlive-everypage The package provides hooks to perform actions on every page, or on the current page. Specifically, actions are performed after the page is composed, but before it is shipped, so they can be used to prepare the output page in tasks like putting watermarks in the background, or in setting the next page layout, etc. date: 2016-06-24 17:18:15 +0000 %package -n texlive-everypage-doc Version: %{texlive_version}.%{texlive_noarch}.1.1svn15878 Release: 0 Summary: Documentation for texlive-everypage License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-everypage-doc This package includes the documentation for texlive-everypage %post -n texlive-everypage mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-everypage mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-everypage %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-everypage-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/everypage/README %{_texmfdistdir}/doc/latex/everypage/everypage.pdf %files -n texlive-everypage %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/everypage/everypage.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-everypage-%{texlive_version}.%{texlive_noarch}.1.1svn15878-%{release}-zypper %endif %package -n texlive-exam Version: %{texlive_version}.%{texlive_noarch}.2.5svn37279 Release: 0 Summary: Package for typesetting exam scripts License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-exam-doc >= %{texlive_version} Provides: tex(exam.cls) Requires: tex(article.cls) Requires: tex(ifthen.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source79: exam.tar.xz Source80: exam.doc.tar.xz %description -n texlive-exam Provides a class exam, which eases production of exams, even by a LaTeX novice. Simple commands are provided to: create questions, parts of questions, subparts of parts, and subsubparts of subparts, all with optional point values; create a grading table, indexed either by question number (listing each question and the total possible points for that question) or by page number (listing each page with points and the total possible points for that page); create headers and footers that are each specified in three parts: one part to be left justified, one part to be centered, and one part to be right justified, in the manner of fancyhdr Headers and/or footers can be different on the first page of the exam, can be different on the last page of the exam, and can vary depending on whether the page number is odd or even, or on whether the current page continues a question from a previous page, or on whether the last question on the current page continues onto the following page. Multiple line headers and/or footers are allowed, and it's easy to increase the part of the page devoted to headers and/or footers to allow for this. Note that the bundle exams also provides a file exam.cls; the two bundles therefore clash, and should not be installed on the same system. date: 2016-06-24 17:18:15 +0000 %package -n texlive-exam-doc Version: %{texlive_version}.%{texlive_noarch}.2.5svn37279 Release: 0 Summary: Documentation for texlive-exam License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-exam-doc This package includes the documentation for texlive-exam %post -n texlive-exam mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-exam mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-exam %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-exam-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/exam/README %{_texmfdistdir}/doc/latex/exam/exam.md5 %{_texmfdistdir}/doc/latex/exam/examdoc.pdf %{_texmfdistdir}/doc/latex/exam/examdoc.tex %files -n texlive-exam %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/exam/exam.cls %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-exam-%{texlive_version}.%{texlive_noarch}.2.5svn37279-%{release}-zypper %endif %package -n texlive-exam-n Version: %{texlive_version}.%{texlive_noarch}.1.1.4svn42755 Release: 0 Summary: Exam class, focused on collaborative authoring License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-exam-n-doc >= %{texlive_version} Provides: tex(exam-n.cls) Requires: tex(amsmath.sty) Requires: tex(article.cls) Requires: tex(babel.sty) Requires: tex(color.sty) Requires: tex(fancyhdr.sty) Requires: tex(fontenc.sty) Requires: tex(helvet.sty) Requires: tex(ifpdf.sty) Requires: tex(mathptm.sty) Requires: tex(textcomp.sty) Requires: tex(times.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source81: exam-n.tar.xz Source82: exam-n.doc.tar.xz %description -n texlive-exam-n The class design offers: Direct support for collaborative development of an exam, using a model in which a departmental 'exams convener' or 'exam chair' coordinates multiple authors writing individual questions (the class file and associated process is in regular use within a physics and astronomy department). All of the 'traditional' exam paper features such as sectioning, per-part running marks, 'Question n continued' catchwords, and so on. Readily configured local adaptation. date: 2016-12-20 12:14:33 +0000 %package -n texlive-exam-n-doc Version: %{texlive_version}.%{texlive_noarch}.1.1.4svn42755 Release: 0 Summary: Documentation for texlive-exam-n License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-exam-n-doc This package includes the documentation for texlive-exam-n %post -n texlive-exam-n mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-exam-n mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-exam-n %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-exam-n-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/exam-n/A1.clo %{_texmfdistdir}/doc/latex/exam-n/README %{_texmfdistdir}/doc/latex/exam-n/README.ctan %{_texmfdistdir}/doc/latex/exam-n/exam-n-example.tex %{_texmfdistdir}/doc/latex/exam-n/exam-n.html %{_texmfdistdir}/doc/latex/exam-n/exam-n.pdf %{_texmfdistdir}/doc/latex/exam-n/lppl.txt %{_texmfdistdir}/doc/latex/exam-n/notes-for-authors.pdf %{_texmfdistdir}/doc/latex/exam-n/notes-for-authors.tex %{_texmfdistdir}/doc/latex/exam-n/release-notes.html %{_texmfdistdir}/doc/latex/exam-n/sample/Makefile %{_texmfdistdir}/doc/latex/exam-n/sample/cosmo1.tex %{_texmfdistdir}/doc/latex/exam-n/sample/cosmo2.tex %{_texmfdistdir}/doc/latex/exam-n/sample/cosmo3.tex %{_texmfdistdir}/doc/latex/exam-n/sample/dynamical1.tex %{_texmfdistdir}/doc/latex/exam-n/sample/dynamical2.tex %{_texmfdistdir}/doc/latex/exam-n/sample/dynamical3.tex %{_texmfdistdir}/doc/latex/exam-n/sample/excos1.tex %{_texmfdistdir}/doc/latex/exam-n/sample/fig/spiral.eps %{_texmfdistdir}/doc/latex/exam-n/sample/fig/spiral.pdf %{_texmfdistdir}/doc/latex/exam-n/sample/numerical1-solution.tex %{_texmfdistdir}/doc/latex/exam-n/sample/numerical1.tex %{_texmfdistdir}/doc/latex/exam-n/sample/numerical2.tex %{_texmfdistdir}/doc/latex/exam-n/sample/numerical3.tex %{_texmfdistdir}/doc/latex/exam-n/sample/sample_exam.tex %{_texmfdistdir}/doc/latex/exam-n/sample/sample_exam_solution.tex %{_texmfdistdir}/doc/latex/exam-n/sample/sample_mcq.tex %{_texmfdistdir}/doc/latex/exam-n/sample_exam.pdf %{_texmfdistdir}/doc/latex/exam-n/sample_exam_solution.pdf %{_texmfdistdir}/doc/latex/exam-n/style.css %files -n texlive-exam-n %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/exam-n/exam-n.cls %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-exam-n-%{texlive_version}.%{texlive_noarch}.1.1.4svn42755-%{release}-zypper %endif %package -n texlive-examdesign Version: %{texlive_version}.%{texlive_noarch}.1.101svn15878 Release: 0 Summary: LaTeX class for typesetting exams License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-examdesign-doc >= %{texlive_version} Provides: tex(examdesign.cls) Requires: tex(article.cls) Requires: tex(enumerate.sty) Requires: tex(keyval.sty) Requires: tex(multicol.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source83: examdesign.tar.xz Source84: examdesign.doc.tar.xz %description -n texlive-examdesign This bundle provides a class examdesign. The class provides several features useful for designing tests or question sets: it allows for explicit markup of questions and answers; the class will, at the user's request, automatically generate answer keys; multiple versions of the same test can be generated automatically, with the ordering of questions within each section randomly permuted so as to minimize cheating; the generated answer keys can be constructed either with or without the questions included; environments are provided to assist in constructing the most common types of test question: matching, true/false, multiple-choice, fill-in-the-blank, and short answer/essay questions. date: 2016-06-24 17:18:15 +0000 %package -n texlive-examdesign-doc Version: %{texlive_version}.%{texlive_noarch}.1.101svn15878 Release: 0 Summary: Documentation for texlive-examdesign License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-examdesign-doc This package includes the documentation for texlive-examdesign %post -n texlive-examdesign mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-examdesign mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-examdesign %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-examdesign-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/examdesign/Bugs %{_texmfdistdir}/doc/latex/examdesign/Changes %{_texmfdistdir}/doc/latex/examdesign/INSTALL %{_texmfdistdir}/doc/latex/examdesign/README %{_texmfdistdir}/doc/latex/examdesign/examdesign.pdf %{_texmfdistdir}/doc/latex/examdesign/examplea.pdf %{_texmfdistdir}/doc/latex/examdesign/examplea.tex %{_texmfdistdir}/doc/latex/examdesign/exampleb.pdf %{_texmfdistdir}/doc/latex/examdesign/exampleb.tex %{_texmfdistdir}/doc/latex/examdesign/examplec.pdf %{_texmfdistdir}/doc/latex/examdesign/examplec.tex %{_texmfdistdir}/doc/latex/examdesign/foobar.tex %files -n texlive-examdesign %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/examdesign/examdesign.cls %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-examdesign-%{texlive_version}.%{texlive_noarch}.1.101svn15878-%{release}-zypper %endif %package -n texlive-example Version: %{texlive_version}.%{texlive_noarch}.svn33398 Release: 0 Summary: Typeset examples for TeX courses License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Provides: tex(example.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source85: example.tar.xz %description -n texlive-example The package makes it easier to produce examples for TeX course. It provides an example environment, which typesets its contents on the left of the page, and prints it verbatim on the right. date: 2016-07-17 11:26:10 +0000 %post -n texlive-example mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-example mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-example %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-example %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/example/example.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-example-%{texlive_version}.%{texlive_noarch}.svn33398-%{release}-zypper %endif %package -n texlive-examplep Version: %{texlive_version}.%{texlive_noarch}.0.0.04svn16916 Release: 0 Summary: Verbatim phrases and listings in LaTeX License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-examplep-doc >= %{texlive_version} Provides: tex(codep.sty) Provides: tex(examplep.sty) Provides: tex(verbfwr.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source86: examplep.tar.xz Source87: examplep.doc.tar.xz %description -n texlive-examplep Examplep provides sophisticated features for typesetting verbatim source code listings, including the display of the source code and its compiled LaTeX or MetaPost output side-by- side, with automatic width detection and enabled page breaks (in the source), without the need for specifying the source twice. Special care is taken that section, page and footnote numbers do not interfere with the main document. For typesetting short verbatim phrases, a replacement for the \verb command is also provided in the package, which can be used inside tables and moving arguments such as footnotes and section titles. The listings package is used for syntax highlighting. The accompanying codep package and the wrfiles.pl Perl script provide a convenient interface to the examplep package for authors of manuals. With codep it is possible to generate the source code, the LaTeX or MetaPost output and the compilable example file from a single source embedded into the appropriate place of the .tex document file. date: 2016-06-24 17:18:15 +0000 %package -n texlive-examplep-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.04svn16916 Release: 0 Summary: Documentation for texlive-examplep License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-examplep-doc This package includes the documentation for texlive-examplep %post -n texlive-examplep mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-examplep mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-examplep %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-examplep-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/examplep/README %{_texmfdistdir}/doc/latex/examplep/eurotex_2005_examplep.pdf %{_texmfdistdir}/doc/latex/examplep/eurotex_2005_examplep.tex %{_texmfdistdir}/doc/latex/examplep/houses.eps %{_texmfdistdir}/doc/latex/examplep/houses.pdf %{_texmfdistdir}/doc/latex/examplep/pexaminipage.eps %{_texmfdistdir}/doc/latex/examplep/pexaminipage.pdf %{_texmfdistdir}/doc/latex/examplep/shorthyp_t1xtts.eps %{_texmfdistdir}/doc/latex/examplep/shorthyp_t1xtts.pdf %{_texmfdistdir}/doc/latex/examplep/wrfiles.pl %files -n texlive-examplep %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/examplep/codep.sty %{_texmfdistdir}/tex/latex/examplep/examplep.sty %{_texmfdistdir}/tex/latex/examplep/verbfwr.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-examplep-%{texlive_version}.%{texlive_noarch}.0.0.04svn16916-%{release}-zypper %endif %package -n texlive-exceltex Version: %{texlive_version}.%{texlive_noarch}.0.0.5.1svn26313 Release: 0 Summary: Get data from Excel files into LaTeX License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive-exceltex-bin >= %{texlive_version} #!BuildIgnore: texlive-exceltex-bin Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-exceltex-doc >= %{texlive_version} Requires: perl(Encode) #!BuildIgnore: perl(Encode) Requires: perl(Getopt::Long) #!BuildIgnore: perl(Getopt::Long) Requires: perl(Spreadsheet::ParseExcel) #!BuildIgnore: perl(Spreadsheet::ParseExcel) Requires: perl(strict) #!BuildIgnore: perl(strict) Requires: perl(Spreadsheet::ParseExcel) Provides: tex(exceltex.sty) Requires: tex(color.sty) Requires: tex(ulem.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source88: exceltex.tar.xz Source89: exceltex.doc.tar.xz %description -n texlive-exceltex Exceltex is a LaTeX package combined with a helper program written in Perl. It provides an easy to use yet powerful and flexible way to get data from Spreadsheets into LaTeX. In contrast to other solutions, exceltex does not seek to make the creation of tables in LaTeX easier, but to get data from Spreadsheets into LaTeX as easily as possible. The Excel (TM) file format only acts as an interface between the spreadsheet application and exceltex beacause it is easily accessible (via the Spreadsheet::ParseExcel Perl module) and because most spreadsheet applications are able to read and write Excel files. date: 2016-06-24 17:18:15 +0000 %package -n texlive-exceltex-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.5.1svn26313 Release: 0 Summary: Documentation for texlive-exceltex License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-exceltex-doc This package includes the documentation for texlive-exceltex %post -n texlive-exceltex mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-exceltex mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-exceltex %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-exceltex-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/exceltex/CHANGES %{_texmfdistdir}/doc/latex/exceltex/INSTALL %{_texmfdistdir}/doc/latex/exceltex/README %{_texmfdistdir}/doc/latex/exceltex/README.TEXLIVE %files -n texlive-exceltex %defattr(-,root,root,755) %{_texmfdistdir}/scripts/exceltex/exceltex %{_texmfdistdir}/tex/latex/exceltex/exceltex.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-exceltex-%{texlive_version}.%{texlive_noarch}.0.0.5.1svn26313-%{release}-zypper %endif %package -n texlive-excludeonly Version: %{texlive_version}.%{texlive_noarch}.1.0svn17262 Release: 0 Summary: Prevent files being \include-ed License: SUSE-Public-Domain Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-excludeonly-doc >= %{texlive_version} Provides: tex(excludeonly.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source90: excludeonly.tar.xz Source91: excludeonly.doc.tar.xz %description -n texlive-excludeonly The package defines an \excludeonly command, which is (in effect) the opposite of \includeonly. If both \includeonly and \excludeonly exist in a document, only files "allowed" by both will be included. The package redefines the internal \@include command, so it conflicts with packages that do the same. Examples are the classes paper.cls and thesis.cls. date: 2016-06-24 17:18:15 +0000 %package -n texlive-excludeonly-doc Version: %{texlive_version}.%{texlive_noarch}.1.0svn17262 Release: 0 Summary: Documentation for texlive-excludeonly License: SUSE-Public-Domain Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-excludeonly-doc This package includes the documentation for texlive-excludeonly %post -n texlive-excludeonly mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-excludeonly mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-excludeonly %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-excludeonly-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/excludeonly/excludeonly.pdf %{_texmfdistdir}/doc/latex/excludeonly/excludeonly.tex %files -n texlive-excludeonly %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/excludeonly/excludeonly.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-excludeonly-%{texlive_version}.%{texlive_noarch}.1.0svn17262-%{release}-zypper %endif %package -n texlive-exercise Version: %{texlive_version}.%{texlive_noarch}.1.6svn35417 Release: 0 Summary: Typeset exercises, problems, etc. and their answers License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-exercise-doc >= %{texlive_version} Provides: tex(exercise.sty) Requires: tex(ifthen.sty) Requires: tex(keyval.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source92: exercise.tar.xz Source93: exercise.doc.tar.xz %description -n texlive-exercise The package helps to typeset exercises or list of exercises within any document. Exercises, questions and sub-questions are automatically numbered. It is possible to put answers in the same document, and display them immediatly, later in the document or not to print answers at all. The layout of exercises is fully customisable. It is possible to typeset long problems, short exercises, questionnaires, etc. Usage of the babel package is detected, but not fully supported yet (only English and French are implemented). date: 2016-06-24 17:18:15 +0000 %package -n texlive-exercise-doc Version: %{texlive_version}.%{texlive_noarch}.1.6svn35417 Release: 0 Summary: Documentation for texlive-exercise License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-exercise-doc This package includes the documentation for texlive-exercise %post -n texlive-exercise mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-exercise mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-exercise %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-exercise-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/exercise/README %{_texmfdistdir}/doc/latex/exercise/exercise.pdf %files -n texlive-exercise %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/exercise/exercise.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-exercise-%{texlive_version}.%{texlive_noarch}.1.6svn35417-%{release}-zypper %endif %package -n texlive-exercises Version: %{texlive_version}.%{texlive_noarch}.1.0svn42428 Release: 0 Summary: Typeset exercises and solutions with automatic addition of points License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-exercises-doc >= %{texlive_version} Provides: tex(exercises.sty) Requires: tex(ifthen.sty) Requires: tex(kvoptions.sty) Requires: tex(marginnote.sty) Requires: tex(verbatim.sty) Requires: tex(xparse.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source94: exercises.tar.xz Source95: exercises.doc.tar.xz %description -n texlive-exercises This package defines the environments exercise and solution. The layout of these environments can be customized. The -- optional -- points in the exercises can be added automatically. The package also permits to hide the solutions. date: 2016-06-24 17:18:15 +0000 %package -n texlive-exercises-doc Version: %{texlive_version}.%{texlive_noarch}.1.0svn42428 Release: 0 Summary: Documentation for texlive-exercises License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-exercises-doc This package includes the documentation for texlive-exercises %post -n texlive-exercises mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-exercises mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-exercises %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-exercises-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/exercises/README.md %{_texmfdistdir}/doc/latex/exercises/exercises.pdf %files -n texlive-exercises %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/exercises/exercises.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-exercises-%{texlive_version}.%{texlive_noarch}.1.0svn42428-%{release}-zypper %endif %package -n texlive-exp-testopt Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn15878 Release: 0 Summary: Expandable \@testopt (and related) macros License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-exp-testopt-doc >= %{texlive_version} Provides: tex(exp-testopt.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source96: exp-testopt.tar.xz Source97: exp-testopt.doc.tar.xz %description -n texlive-exp-testopt The package provides an expandable variant of the LaTeX kernel command \@testopt, named \@expandable@testopt, and a more general \@expandable@ifopt, both intended for package writers. Also we have a variant of \newcommand which uses these macros to check for optional arguments. date: 2016-06-24 17:18:15 +0000 %package -n texlive-exp-testopt-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn15878 Release: 0 Summary: Documentation for texlive-exp-testopt License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Provides: locale(texlive-exp-testopt-doc:en;eo) %description -n texlive-exp-testopt-doc This package includes the documentation for texlive-exp-testopt %post -n texlive-exp-testopt mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-exp-testopt mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-exp-testopt %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-exp-testopt-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/exp-testopt/README %{_texmfdistdir}/doc/latex/exp-testopt/exp-testopt.pdf %{_texmfdistdir}/doc/latex/exp-testopt/exp-testopt.test %files -n texlive-exp-testopt %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/exp-testopt/exp-testopt.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-exp-testopt-%{texlive_version}.%{texlive_noarch}.0.0.3svn15878-%{release}-zypper %endif %package -n texlive-expdlist Version: %{texlive_version}.%{texlive_noarch}.2.4svn15878 Release: 0 Summary: Expanded description environments License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-expdlist-doc >= %{texlive_version} Provides: tex(expdlist.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source98: expdlist.tar.xz Source99: expdlist.doc.tar.xz %description -n texlive-expdlist The package provides additional features for the LaTeX description environment, including adjustable left margin. The package also allows the user to 'break' a list (for example, to interpose a comment) without affecting the structure of the list (this works for itemize and eumerate lists and numbered lists remain in sequence). date: 2016-06-24 17:18:15 +0000 %package -n texlive-expdlist-doc Version: %{texlive_version}.%{texlive_noarch}.2.4svn15878 Release: 0 Summary: Documentation for texlive-expdlist License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Provides: locale(texlive-expdlist-doc:de;en) %description -n texlive-expdlist-doc This package includes the documentation for texlive-expdlist %post -n texlive-expdlist mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-expdlist mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-expdlist %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-expdlist-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/expdlist/expdlisg.pdf %{_texmfdistdir}/doc/latex/expdlist/expdlist.pdf %{_texmfdistdir}/doc/latex/expdlist/readme.txt %files -n texlive-expdlist %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/expdlist/expdlist.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-expdlist-%{texlive_version}.%{texlive_noarch}.2.4svn15878-%{release}-zypper %endif %package -n texlive-expex Version: %{texlive_version}.%{texlive_noarch}.5.1bsvn44499 Release: 0 Summary: Linguistic examples and glosses, with reference capabilities License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-expex-doc >= %{texlive_version} Provides: tex(epltxchapno.sty) Provides: tex(epltxfn.sty) Provides: tex(eptexfn.tex) Provides: tex(expex-demo.tex) Provides: tex(expex.sty) Provides: tex(expex.tex) Requires: tex(xkeyval.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source100: expex.tar.xz Source101: expex.doc.tar.xz %description -n texlive-expex The package provides macros for typesetting linguistic examples and glosses, with a refined mechanism for referencing examples and parts of examples. The package can be used with LaTeX using the .sty wrapper or with PlainTex. date: 2017-05-26 14:42:23 +0000 %package -n texlive-expex-doc Version: %{texlive_version}.%{texlive_noarch}.5.1bsvn44499 Release: 0 Summary: Documentation for texlive-expex License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-expex-doc This package includes the documentation for texlive-expex %post -n texlive-expex mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-expex mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-expex %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-expex-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/expex/README %{_texmfdistdir}/doc/generic/expex/doc-source.zip %{_texmfdistdir}/doc/generic/expex/expex-doc.pdf %files -n texlive-expex %defattr(-,root,root,755) %{_texmfdistdir}/tex/generic/expex/epltxchapno.sty %{_texmfdistdir}/tex/generic/expex/epltxfn.sty %{_texmfdistdir}/tex/generic/expex/eptexfn.tex %{_texmfdistdir}/tex/generic/expex/expex-demo.tex %{_texmfdistdir}/tex/generic/expex/expex.sty %{_texmfdistdir}/tex/generic/expex/expex.tex %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-expex-%{texlive_version}.%{texlive_noarch}.5.1bsvn44499-%{release}-zypper %endif %package -n texlive-export Version: %{texlive_version}.%{texlive_noarch}.1.8svn27206 Release: 0 Summary: Import and export values of LaTeX registers License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-export-doc >= %{texlive_version} Provides: tex(dvipaste.sty) Provides: tex(export.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source102: export.tar.xz Source103: export.doc.tar.xz %description -n texlive-export The package allows the user to export/import the values of LaTeX registers (counters, rigid and rubber lengths only). It is not for faint-hearted users. The package may be used, for example, to communicate between documents for the purposes of dvipaste. date: 2016-06-24 17:18:15 +0000 %package -n texlive-export-doc Version: %{texlive_version}.%{texlive_noarch}.1.8svn27206 Release: 0 Summary: Documentation for texlive-export License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-export-doc This package includes the documentation for texlive-export %post -n texlive-export mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-export mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-export %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-export-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/export/00readme %{_texmfdistdir}/doc/latex/export/export.pdf %files -n texlive-export %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/export/dvipaste.sty %{_texmfdistdir}/tex/latex/export/export.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-export-%{texlive_version}.%{texlive_noarch}.1.8svn27206-%{release}-zypper %endif %package -n texlive-expressg Version: %{texlive_version}.%{texlive_noarch}.1.5svn29349 Release: 0 Summary: Diagrams consisting of boxes, lines, and annotations License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-expressg-doc >= %{texlive_version} # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source104: expressg.tar.xz Source105: expressg.doc.tar.xz %description -n texlive-expressg A MetaPost package providing facilities to assist in drawing diagrams that consist of boxes, lines, and annotations. Particular support is provided for creating EXPRESS-G diagrams, for example IDEF1X, OMT, Shlaer-Mellor, and NIAM diagrams. The package may also be used to create UML and most other Box-Line- Annotation charts, but not Gantt charts directly. date: 2016-06-24 17:18:15 +0000 %package -n texlive-expressg-doc Version: %{texlive_version}.%{texlive_noarch}.1.5svn29349 Release: 0 Summary: Documentation for texlive-expressg License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-expressg-doc This package includes the documentation for texlive-expressg %post -n texlive-expressg mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-expressg mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-expressg %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-expressg-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/metapost/expressg/README %{_texmfdistdir}/doc/metapost/expressg/aamfigs.pdf %{_texmfdistdir}/doc/metapost/expressg/aamfigs.tex %{_texmfdistdir}/doc/metapost/expressg/expeg.pdf %{_texmfdistdir}/doc/metapost/expressg/expeg.tex %{_texmfdistdir}/doc/metapost/expressg/expressg.pdf %{_texmfdistdir}/doc/metapost/expressg/n2mps.sh %{_texmfdistdir}/doc/metapost/expressg/n2mpsprl.prl %files -n texlive-expressg %defattr(-,root,root,755) %{_texmfdistdir}/metapost/expressg/aam.mp %{_texmfdistdir}/metapost/expressg/expeg.mp %{_texmfdistdir}/metapost/expressg/expressg.mp %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-expressg-%{texlive_version}.%{texlive_noarch}.1.5svn29349-%{release}-zypper %endif %package -n texlive-exsheets Version: %{texlive_version}.%{texlive_noarch}.0.0.21isvn43188 Release: 0 Summary: Create exercise sheets and exams License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-exsheets-doc >= %{texlive_version} Provides: tex(exsheets-listings.sty) Provides: tex(exsheets.sty) Provides: tex(exsheets_configurations.cfg) Provides: tex(exsheets_headings.cfg) Provides: tex(exsheets_headings.def) Requires: tex(cntformats.sty) Requires: tex(expl3.sty) Requires: tex(listings.sty) Requires: tex(tasks.sty) Requires: tex(translations.sty) Requires: tex(ulem.sty) Requires: tex(xcolor.sty) Requires: tex(xparse.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source106: exsheets.tar.xz Source107: exsheets.doc.tar.xz %description -n texlive-exsheets The package provides the means to create exercises or questions and their corresponding solutions. The questions may be divided into classes and/or topics and may be printed selectively. Meta- data to questions can be added and recovered. The solutions may be printed where they are, or collected and printed at a later point in the document all together, section-wise or selectively by ID. The package provides the means to selectively include questions from an external file, and to control the style of headings of both questions and solutions. date: 2017-02-09 09:13:23 +0000 %package -n texlive-exsheets-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.21isvn43188 Release: 0 Summary: Documentation for texlive-exsheets License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-exsheets-doc This package includes the documentation for texlive-exsheets %post -n texlive-exsheets mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-exsheets mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-exsheets %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-exsheets-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/exsheets/README %{_texmfdistdir}/doc/latex/exsheets/exsheets_en.pdf %{_texmfdistdir}/doc/latex/exsheets/exsheets_en.tex %{_texmfdistdir}/doc/latex/exsheets/grading-table.pdf %{_texmfdistdir}/doc/latex/exsheets/grading-table.tex %files -n texlive-exsheets %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/exsheets/exsheets-listings.sty %{_texmfdistdir}/tex/latex/exsheets/exsheets.sty %{_texmfdistdir}/tex/latex/exsheets/exsheets_configurations.cfg %{_texmfdistdir}/tex/latex/exsheets/exsheets_headings.cfg %{_texmfdistdir}/tex/latex/exsheets/exsheets_headings.def %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-exsheets-%{texlive_version}.%{texlive_noarch}.0.0.21isvn43188-%{release}-zypper %endif %package -n texlive-exsol Version: %{texlive_version}.%{texlive_noarch}.1.2svn41377 Release: 0 Summary: Exercises and solutions from the same source, into a book License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-exsol-doc >= %{texlive_version} Provides: tex(exsol.sty) Requires: tex(fancyvrb.sty) Requires: tex(ifmtarg.sty) Requires: tex(ifthen.sty) Requires: tex(kvoptions.sty) Requires: tex(multicol.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source108: exsol.tar.xz Source109: exsol.doc.tar.xz %description -n texlive-exsol This package provides macros to allow for embedding exercises and solutions in the LaTeX source of an instructional text (e.g., a book or a course text) while generating the following separate documents: your original text that only contains the exercises, and a solution book that contains only the solutions to the exercises (optionally, the exercises themselves can also be copied to the solution book). The exercise data are generated when running LaTeX on your document; the first run also writes the solutions to a secondary file that may be included in a simple document harness, may be processed by LaTeX, to generate a nice solution book. The code of the package was derived (in large part) from fancyvrb. date: 2016-06-24 17:18:15 +0000 %package -n texlive-exsol-doc Version: %{texlive_version}.%{texlive_noarch}.1.2svn41377 Release: 0 Summary: Documentation for texlive-exsol License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-exsol-doc This package includes the documentation for texlive-exsol %post -n texlive-exsol mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-exsol mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-exsol %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-exsol-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/exsol/LICENSE %{_texmfdistdir}/doc/latex/exsol/README %{_texmfdistdir}/doc/latex/exsol/example-formulacollection.pdf %{_texmfdistdir}/doc/latex/exsol/example-local.pdf %{_texmfdistdir}/doc/latex/exsol/example-solutionbook.pdf %{_texmfdistdir}/doc/latex/exsol/example.pdf %{_texmfdistdir}/doc/latex/exsol/exsol.pdf %files -n texlive-exsol %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/exsol/exsol.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-exsol-%{texlive_version}.%{texlive_noarch}.1.2svn41377-%{release}-zypper %endif %package -n texlive-extarrows Version: %{texlive_version}.%{texlive_noarch}.1.0bsvn15878 Release: 0 Summary: Extra Arrows beyond those provided in amsmath License: LGPL-2.1+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-extarrows-doc >= %{texlive_version} Provides: tex(extarrows.sty) Requires: tex(amsmath.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source110: extarrows.tar.xz Source111: extarrows.doc.tar.xz %description -n texlive-extarrows Arrows are provided to supplement \xleftarrow and \xrightarrow of the amsath package: \xlongequal, \xLongleftarrow, \xLongrightarrow, \xLongleftrightarrow, \xLeftrightarrow. \xlongleftrightarrow, \xleftrightarrow, \xlongleftarrow and \xlongrightarrow. date: 2016-06-24 17:18:15 +0000 %package -n texlive-extarrows-doc Version: %{texlive_version}.%{texlive_noarch}.1.0bsvn15878 Release: 0 Summary: Documentation for texlive-extarrows License: LGPL-2.1+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-extarrows-doc This package includes the documentation for texlive-extarrows %post -n texlive-extarrows mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-extarrows mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-extarrows %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-extarrows-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/extarrows/README %{_texmfdistdir}/doc/latex/extarrows/extarrows-test.pdf %{_texmfdistdir}/doc/latex/extarrows/extarrows-test.tex %files -n texlive-extarrows %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/extarrows/extarrows.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-extarrows-%{texlive_version}.%{texlive_noarch}.1.0bsvn15878-%{release}-zypper %endif %package -n texlive-exteps Version: %{texlive_version}.%{texlive_noarch}.0.0.41svn19859 Release: 0 Summary: Include EPS figures in MetaPost License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-exteps-doc >= %{texlive_version} # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source112: exteps.tar.xz Source113: exteps.doc.tar.xz %description -n texlive-exteps Exteps is a module for including external EPS figures into MetaPost figures. It is written entirely in MetaPost, and does not therefore require any post processing of the MetaPost output. date: 2016-06-24 17:18:15 +0000 %package -n texlive-exteps-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.41svn19859 Release: 0 Summary: Documentation for texlive-exteps License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-exteps-doc This package includes the documentation for texlive-exteps %post -n texlive-exteps mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-exteps mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-exteps %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-exteps-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/metapost/exteps/LICENSE %{_texmfdistdir}/doc/metapost/exteps/README %{_texmfdistdir}/doc/metapost/exteps/delfin %{_texmfdistdir}/doc/metapost/exteps/exteps.pdf %{_texmfdistdir}/doc/metapost/exteps/exteps.tex %files -n texlive-exteps %defattr(-,root,root,755) %{_texmfdistdir}/metapost/exteps/exteps.mp %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-exteps-%{texlive_version}.%{texlive_noarch}.0.0.41svn19859-%{release}-zypper %endif %package -n texlive-extpfeil Version: %{texlive_version}.%{texlive_noarch}.0.0.4svn16243 Release: 0 Summary: Extensible arrows 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): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-extpfeil-doc >= %{texlive_version} Provides: tex(extpfeil.sty) Requires: tex(amsmath.sty) Requires: tex(amssymb.sty) Requires: tex(mathtools.sty) Requires: tex(stmaryrd.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source114: extpfeil.tar.xz Source115: extpfeil.doc.tar.xz %description -n texlive-extpfeil The package provides some more extensible arrows (usable in the same way as \xleftarrow from amsmath), and a simple command to create new ones. date: 2016-06-24 17:18:15 +0000 %package -n texlive-extpfeil-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.4svn16243 Release: 0 Summary: Documentation for texlive-extpfeil License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Provides: locale(texlive-extpfeil-doc:de) %description -n texlive-extpfeil-doc This package includes the documentation for texlive-extpfeil %post -n texlive-extpfeil mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-extpfeil mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-extpfeil %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-extpfeil-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/extpfeil/README %{_texmfdistdir}/doc/latex/extpfeil/extpfeil.pdf %files -n texlive-extpfeil %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/extpfeil/extpfeil.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-extpfeil-%{texlive_version}.%{texlive_noarch}.0.0.4svn16243-%{release}-zypper %endif %package -n texlive-extract Version: %{texlive_version}.%{texlive_noarch}.1.8svn15878 Release: 0 Summary: Extract parts of a document and write to another document License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-extract-doc >= %{texlive_version} Provides: tex(extract.sty) Requires: tex(verbatim.sty) Requires: tex(xkeyval.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source116: extract.tar.xz Source117: extract.doc.tar.xz %description -n texlive-extract The package provides the means to extract specific content from a source document and write that to a target document. One could, for instance, use this to extract all exercises from lecture notes and generate an exercises book on the fly. The package also provides an environment which writes its body entirely to the target file. Another environment will write to the target file, but will also execute the body. This allows to share code (for instance, a preamble) between the source document and the target file. Finally, the package provides an interface to conditionally extract content. With a single package option, one can specify exactly which commands (counted from the start of the document) should be extracted and which not. This might be useful for extracting specific slides from a presentation and use them in a new file. date: 2016-06-24 17:18:15 +0000 %package -n texlive-extract-doc Version: %{texlive_version}.%{texlive_noarch}.1.8svn15878 Release: 0 Summary: Documentation for texlive-extract License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-extract-doc This package includes the documentation for texlive-extract %post -n texlive-extract mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-extract mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-extract %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-extract-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/extract/README %{_texmfdistdir}/doc/latex/extract/extract.pdf %files -n texlive-extract %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/extract/extract.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-extract-%{texlive_version}.%{texlive_noarch}.1.8svn15878-%{release}-zypper %endif %package -n texlive-extsizes Version: %{texlive_version}.%{texlive_noarch}.1.4asvn17263 Release: 0 Summary: Extend the standard classes' size options License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-extsizes-doc >= %{texlive_version} Provides: tex(autopagewidth.sty) Provides: tex(extarticle.cls) Provides: tex(extbook.cls) Provides: tex(extletter.cls) Provides: tex(extproc.cls) Provides: tex(extreport.cls) Provides: tex(extsizes.sty) Provides: tex(size14.clo) Provides: tex(size17.clo) Provides: tex(size20.clo) Provides: tex(size8.clo) Provides: tex(size9.clo) Requires: tex(exscale.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source118: extsizes.tar.xz Source119: extsizes.doc.tar.xz %description -n texlive-extsizes Provides classes extarticle, extreport, extletter, extbook and extproc which provide for documents with a base font size from 8-20pt. date: 2016-06-24 17:18:15 +0000 %package -n texlive-extsizes-doc Version: %{texlive_version}.%{texlive_noarch}.1.4asvn17263 Release: 0 Summary: Documentation for texlive-extsizes License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-extsizes-doc This package includes the documentation for texlive-extsizes %post -n texlive-extsizes mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-extsizes mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-extsizes %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-extsizes-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/extsizes/README %{_texmfdistdir}/doc/latex/extsizes/extsizes.pdf %{_texmfdistdir}/doc/latex/extsizes/extsizes.tex %{_texmfdistdir}/doc/latex/extsizes/readme.extsizes %files -n texlive-extsizes %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/extsizes/autopagewidth.sty %{_texmfdistdir}/tex/latex/extsizes/extarticle.cls %{_texmfdistdir}/tex/latex/extsizes/extbook.cls %{_texmfdistdir}/tex/latex/extsizes/extletter.cls %{_texmfdistdir}/tex/latex/extsizes/extproc.cls %{_texmfdistdir}/tex/latex/extsizes/extreport.cls %{_texmfdistdir}/tex/latex/extsizes/extsizes.sty %{_texmfdistdir}/tex/latex/extsizes/size14.clo %{_texmfdistdir}/tex/latex/extsizes/size17.clo %{_texmfdistdir}/tex/latex/extsizes/size20.clo %{_texmfdistdir}/tex/latex/extsizes/size8.clo %{_texmfdistdir}/tex/latex/extsizes/size9.clo %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-extsizes-%{texlive_version}.%{texlive_noarch}.1.4asvn17263-%{release}-zypper %endif %package -n texlive-facsimile Version: %{texlive_version}.%{texlive_noarch}.1.0svn21328 Release: 0 Summary: Document class for preparing faxes License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-facsimile-doc >= %{texlive_version} Provides: tex(fac-de.cfg) Provides: tex(fac-en.cfg) Provides: tex(facsimile.cls) Requires: tex(fancyhdr.sty) Requires: tex(lastpage.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source120: facsimile.tar.xz Source121: facsimile.doc.tar.xz %description -n texlive-facsimile The facsimile class provides a simple interface for creating a document for sending as a fax, with LaTeX. The class covers two areas: First, a title page is created with a detailed fax header; second, every page gets headers and footers so that the recipient can be sure that every page has been received and all pages are complete, and in the correct order. The class evolved from the fax package, and provides much better language support. date: 2016-06-24 17:18:15 +0000 %package -n texlive-facsimile-doc Version: %{texlive_version}.%{texlive_noarch}.1.0svn21328 Release: 0 Summary: Documentation for texlive-facsimile License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-facsimile-doc This package includes the documentation for texlive-facsimile %post -n texlive-facsimile mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-facsimile mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-facsimile %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-facsimile-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/facsimile/README %{_texmfdistdir}/doc/latex/facsimile/example.tex %{_texmfdistdir}/doc/latex/facsimile/facsimile.pdf %files -n texlive-facsimile %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/facsimile/fac-de.cfg %{_texmfdistdir}/tex/latex/facsimile/fac-en.cfg %{_texmfdistdir}/tex/latex/facsimile/facsimile.cls %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-facsimile-%{texlive_version}.%{texlive_noarch}.1.0svn21328-%{release}-zypper %endif %package -n texlive-factura Version: %{texlive_version}.%{texlive_noarch}.3.00svn43470 Release: 0 Summary: Typeset and calculate invoices according to Venezuelan law License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-factura-doc >= %{texlive_version} Provides: tex(factura.cls) Provides: tex(factura.def) Requires: tex(article.cls) Requires: tex(babel.sty) Requires: tex(calc.sty) Requires: tex(environ.sty) Requires: tex(eso-pic.sty) Requires: tex(etoolbox.sty) Requires: tex(fancyhdr.sty) Requires: tex(fontenc.sty) Requires: tex(fp-upn.sty) Requires: tex(geometry.sty) Requires: tex(graphicx.sty) Requires: tex(numprint.sty) Requires: tex(tabularx.sty) Requires: tex(textpos.sty) Requires: tex(tikz.sty) Requires: tex(xparse.sty) Requires: tex(xstring.sty) Requires: tex(zref-savepos.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source122: factura.tar.xz Source123: factura.doc.tar.xz %description -n texlive-factura 'factura' is the Spanish word for 'invoice', so this is a LaTeX class for typesetting and calculating invoices, taking into account requirements of SENIAT legislation (tax collector entity on the Bolivarian Republic of Venezuela). However, its use is not restricted to Venezuela because all variables and the displayed text can be redefined by invoking commands or editing. date: 2017-03-11 09:27:17 +0000 %package -n texlive-factura-doc Version: %{texlive_version}.%{texlive_noarch}.3.00svn43470 Release: 0 Summary: Documentation for texlive-factura License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Provides: locale(texlive-factura-doc:es_VE) %description -n texlive-factura-doc This package includes the documentation for texlive-factura %post -n texlive-factura mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-factura mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-factura %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-factura-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/factura/README %{_texmfdistdir}/doc/latex/factura/factura-beispiel-rechnung.tex %{_texmfdistdir}/doc/latex/factura/factura-ejemplo-cotizacion.tex %{_texmfdistdir}/doc/latex/factura/factura-ejemplo-factura1.tex %{_texmfdistdir}/doc/latex/factura/factura-ejemplo-factura2.tex %{_texmfdistdir}/doc/latex/factura/factura-ejemplo-factura3.tex %{_texmfdistdir}/doc/latex/factura/factura-ejemplo-factura4.tex %{_texmfdistdir}/doc/latex/factura/factura-ejemplo-factura5.tex %{_texmfdistdir}/doc/latex/factura/factura-ejemplo-factura6.tex %{_texmfdistdir}/doc/latex/factura/factura-ejemplo-factura7.tex %{_texmfdistdir}/doc/latex/factura/factura-ejemplo-factura8.tex %{_texmfdistdir}/doc/latex/factura/factura-ejemplo-firma.tex %{_texmfdistdir}/doc/latex/factura/factura-ejemplo-fondo.tex %{_texmfdistdir}/doc/latex/factura/factura-ejemplo-membrete.tex %{_texmfdistdir}/doc/latex/factura/factura-ejemplo-prefactura.tex %{_texmfdistdir}/doc/latex/factura/factura-ejemplo-reporte1.tex %{_texmfdistdir}/doc/latex/factura/factura-ejemplo-reporte2.tex %{_texmfdistdir}/doc/latex/factura/factura-ejemplo-reporte3.tex %{_texmfdistdir}/doc/latex/factura/factura.hd %{_texmfdistdir}/doc/latex/factura/factura.pdf %files -n texlive-factura %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/factura/factura.cls %{_texmfdistdir}/tex/latex/factura/factura.def %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-factura-%{texlive_version}.%{texlive_noarch}.3.00svn43470-%{release}-zypper %endif %package -n texlive-facture Version: %{texlive_version}.%{texlive_noarch}.1.2.2svn43865 Release: 0 Summary: Generate an invoice License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-facture-doc >= %{texlive_version} Provides: tex(facture.cls) Requires: tex(advdate.sty) Requires: tex(array.sty) Requires: tex(article.cls) Requires: tex(colortbl.sty) Requires: tex(fancyhdr.sty) Requires: tex(fltpoint.sty) Requires: tex(fontspec.sty) Requires: tex(graphicx.sty) Requires: tex(longtable.sty) Requires: tex(numprint.sty) Requires: tex(polyglossia.sty) Requires: tex(tikz.sty) Requires: tex(xargs.sty) Requires: tex(xunicode.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source124: facture.tar.xz Source125: facture.doc.tar.xz %description -n texlive-facture Une classe simple permettant de produire une facture, avec ou sans TVA, avec gestion d'une adresse differente pour la livraison et pour la facturation. A simple class that allows production of an invoice, with or without VAT; different addresses for delivery and for billing are permitted. date: 2017-04-13 11:45:47 +0000 %package -n texlive-facture-doc Version: %{texlive_version}.%{texlive_noarch}.1.2.2svn43865 Release: 0 Summary: Documentation for texlive-facture License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Provides: locale(texlive-facture-doc:fr) %description -n texlive-facture-doc This package includes the documentation for texlive-facture %post -n texlive-facture mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-facture mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-facture %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-facture-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/xelatex/facture/README %{_texmfdistdir}/doc/xelatex/facture/exemple.pdf %{_texmfdistdir}/doc/xelatex/facture/exemple.tex %{_texmfdistdir}/doc/xelatex/facture/exemplesansTVA.pdf %{_texmfdistdir}/doc/xelatex/facture/exemplesansTVA.tex %{_texmfdistdir}/doc/xelatex/facture/exemplesansremise.pdf %{_texmfdistdir}/doc/xelatex/facture/exemplesansremise.tex %{_texmfdistdir}/doc/xelatex/facture/facture.pdf %{_texmfdistdir}/doc/xelatex/facture/makefile %files -n texlive-facture %defattr(-,root,root,755) %{_texmfdistdir}/tex/xelatex/facture/facture.cls %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-facture-%{texlive_version}.%{texlive_noarch}.1.2.2svn43865-%{release}-zypper %endif %package -n texlive-faktor Version: %{texlive_version}.%{texlive_noarch}.0.0.1bsvn15878 Release: 0 Summary: Typeset quotient structures with LaTeX License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-faktor-doc >= %{texlive_version} Provides: tex(faktor.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source126: faktor.tar.xz Source127: faktor.doc.tar.xz %description -n texlive-faktor The package provides the means to typeset factor structures, as are used in many areas of algebraic notation. The structure is similar to the 'A/B' that is provided by the nicefrac package (part of the units distribution), and by the xfrac package; the most obvious difference is that the numerator and denominator's sizes do not change in the \faktor command. date: 2016-06-24 17:18:15 +0000 %package -n texlive-faktor-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.1bsvn15878 Release: 0 Summary: Documentation for texlive-faktor License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Provides: locale(texlive-faktor-doc:de) %description -n texlive-faktor-doc This package includes the documentation for texlive-faktor %post -n texlive-faktor mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-faktor mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-faktor %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-faktor-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/faktor/README %{_texmfdistdir}/doc/latex/faktor/faktor.pdf %files -n texlive-faktor %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/faktor/faktor.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-faktor-%{texlive_version}.%{texlive_noarch}.0.0.1bsvn15878-%{release}-zypper %endif %package -n texlive-fancybox Version: %{texlive_version}.%{texlive_noarch}.1.4svn18304 Release: 0 Summary: Variants of \fbox and other games with boxes License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-fancybox-doc >= %{texlive_version} Provides: tex(fancybox.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source128: fancybox.tar.xz Source129: fancybox.doc.tar.xz %description -n texlive-fancybox Provides variants of \fbox: \shadowbox, \doublebox, \ovalbox, \Ovalbox, with helpful tools for using box macros and flexible verbatim macros. You can box mathematics, floats, center, flushleft, and flushright, lists, and pages. date: 2016-06-24 17:18:15 +0000 %package -n texlive-fancybox-doc Version: %{texlive_version}.%{texlive_noarch}.1.4svn18304 Release: 0 Summary: Documentation for texlive-fancybox License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-fancybox-doc This package includes the documentation for texlive-fancybox %post -n texlive-fancybox mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-fancybox mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-fancybox %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-fancybox-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/fancybox/Changes %{_texmfdistdir}/doc/latex/fancybox/Makefile %{_texmfdistdir}/doc/latex/fancybox/README %{_texmfdistdir}/doc/latex/fancybox/fancybox-doc.pdf %{_texmfdistdir}/doc/latex/fancybox/fancybox-doc.tex %files -n texlive-fancybox %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/fancybox/fancybox.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-fancybox-%{texlive_version}.%{texlive_noarch}.1.4svn18304-%{release}-zypper %endif %package -n texlive-fancyhdr Version: %{texlive_version}.%{texlive_noarch}.3.9svn44479 Release: 0 Summary: Extensive control of page headers and footers in 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): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-fancyhdr-doc >= %{texlive_version} Provides: tex(extramarks.sty) Provides: tex(fancyhdr.sty) Provides: tex(fancyheadings.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source130: fancyhdr.tar.xz Source131: fancyhdr.doc.tar.xz %description -n texlive-fancyhdr The package provides extensive facilities, both for constructing headers and footers, and for controlling their use (for example, at times when LaTeX would automatically change the heading style in use). date: 2017-05-31 13:48:05 +0000 %package -n texlive-fancyhdr-doc Version: %{texlive_version}.%{texlive_noarch}.3.9svn44479 Release: 0 Summary: Documentation for texlive-fancyhdr License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-fancyhdr-doc This package includes the documentation for texlive-fancyhdr %post -n texlive-fancyhdr mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-fancyhdr mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-fancyhdr %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-fancyhdr-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/fancyhdr/README %{_texmfdistdir}/doc/latex/fancyhdr/fancyhdr.pdf %{_texmfdistdir}/doc/latex/fancyhdr/fancyhdr.tex %files -n texlive-fancyhdr %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/fancyhdr/extramarks.sty %{_texmfdistdir}/tex/latex/fancyhdr/fancyhdr.sty %{_texmfdistdir}/tex/latex/fancyhdr/fancyheadings.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-fancyhdr-%{texlive_version}.%{texlive_noarch}.3.9svn44479-%{release}-zypper %endif %package -n texlive-fancyhdr-it Version: %{texlive_version}.%{texlive_noarch}.svn21912 Release: 0 Summary: Italian translation of fancyhdr documentation License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source132: fancyhdr-it.doc.tar.xz %description -n texlive-fancyhdr-it The translation is of documentation provided with the fancyhdr package. date: 2016-06-24 17:18:15 +0000 %post -n texlive-fancyhdr-it mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-fancyhdr-it mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-fancyhdr-it %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-fancyhdr-it %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/fancyhdr-it/Makefile %{_texmfdistdir}/doc/latex/fancyhdr-it/README %{_texmfdistdir}/doc/latex/fancyhdr-it/itfancyhdr.pdf %{_texmfdistdir}/doc/latex/fancyhdr-it/itfancyhdr.tex %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-fancyhdr-it-%{texlive_version}.%{texlive_noarch}.svn21912-%{release}-zypper %endif %package -n texlive-fancylabel Version: %{texlive_version}.%{texlive_noarch}.1.0svn34684 Release: 0 Summary: Complex labelling with LaTeX License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-fancylabel-doc >= %{texlive_version} Provides: tex(fancylabel.sty) Requires: tex(ifthen.sty) Requires: tex(suffix.sty) Requires: tex(xkeyval.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source133: fancylabel.tar.xz Source134: fancylabel.doc.tar.xz %description -n texlive-fancylabel The package provides a complex labelling scheme. It is designed to support the needs of the author's chemschemex package date: 2016-06-24 17:18:15 +0000 %package -n texlive-fancylabel-doc Version: %{texlive_version}.%{texlive_noarch}.1.0svn34684 Release: 0 Summary: Documentation for texlive-fancylabel License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-fancylabel-doc This package includes the documentation for texlive-fancylabel %post -n texlive-fancylabel mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-fancylabel mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-fancylabel %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-fancylabel-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/fancylabel/fancylabel.pdf %files -n texlive-fancylabel %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/fancylabel/fancylabel.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-fancylabel-%{texlive_version}.%{texlive_noarch}.1.0svn34684-%{release}-zypper %endif %package -n texlive-fancynum Version: %{texlive_version}.%{texlive_noarch}.0.0.92svn15878 Release: 0 Summary: Typeset numbers License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-fancynum-doc >= %{texlive_version} Provides: tex(fancynum.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source135: fancynum.tar.xz Source136: fancynum.doc.tar.xz %description -n texlive-fancynum A LaTeX package for typesetting numbers, in particular floating point numbers, such as you find in program output. date: 2016-06-24 17:18:15 +0000 %package -n texlive-fancynum-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.92svn15878 Release: 0 Summary: Documentation for texlive-fancynum License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-fancynum-doc This package includes the documentation for texlive-fancynum %post -n texlive-fancynum mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-fancynum mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-fancynum %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-fancynum-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/fancynum/CHANGES %{_texmfdistdir}/doc/latex/fancynum/README %{_texmfdistdir}/doc/latex/fancynum/aue.txt %{_texmfdistdir}/doc/latex/fancynum/ctt.txt %{_texmfdistdir}/doc/latex/fancynum/dbltable.tex %{_texmfdistdir}/doc/latex/fancynum/examples.tex %{_texmfdistdir}/doc/latex/fancynum/fancynum.pdf %files -n texlive-fancynum %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/fancynum/fancynum.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-fancynum-%{texlive_version}.%{texlive_noarch}.0.0.92svn15878-%{release}-zypper %endif %package -n texlive-fancypar Version: %{texlive_version}.%{texlive_noarch}.1.1svn18018 Release: 0 Summary: Decoration of individual 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): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-fancypar-doc >= %{texlive_version} Provides: tex(fancypar.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source137: fancypar.tar.xz Source138: fancypar.doc.tar.xz %description -n texlive-fancypar Decorates individual paragraphs of a document, offering five pre-defined styles. The command offers an optional 'key-value' argument with the user may define parameters of the selected style. Predefined styles offer a spiral-notebook, a zebra-like, a dashed, a marked design, and an underlined style. Users may also define their own styles. Decorated paragraphs may not include displayed mathematics. date: 2016-06-24 17:18:15 +0000 %package -n texlive-fancypar-doc Version: %{texlive_version}.%{texlive_noarch}.1.1svn18018 Release: 0 Summary: Documentation for texlive-fancypar License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-fancypar-doc This package includes the documentation for texlive-fancypar %post -n texlive-fancypar mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-fancypar mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-fancypar %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-fancypar-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/fancypar/README %{_texmfdistdir}/doc/latex/fancypar/fancypar.pdf %files -n texlive-fancypar %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/fancypar/fancypar.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-fancypar-%{texlive_version}.%{texlive_noarch}.1.1svn18018-%{release}-zypper %endif %package -n texlive-fancyref Version: %{texlive_version}.%{texlive_noarch}.0.0.9csvn15878 Release: 0 Summary: A LaTeX package for fancy cross-referencing License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-fancyref-doc >= %{texlive_version} Provides: tex(fancyref.sty) Requires: tex(varioref.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source139: fancyref.tar.xz Source140: fancyref.doc.tar.xz %description -n texlive-fancyref Provides fancy cross-referencing support, based on the package's reference commands (\fref and \Fref) that recognise what sort of object is being referenced. So, for example, the label for a \section would be expected to be of the form 'sec:foo': the package would recognise the 'sec:' part. date: 2016-06-24 17:18:15 +0000 %package -n texlive-fancyref-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.9csvn15878 Release: 0 Summary: Documentation for texlive-fancyref License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-fancyref-doc This package includes the documentation for texlive-fancyref %post -n texlive-fancyref mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-fancyref mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-fancyref %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-fancyref-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/fancyref/COPYING %{_texmfdistdir}/doc/latex/fancyref/README %{_texmfdistdir}/doc/latex/fancyref/fancyref.pdf %{_texmfdistdir}/doc/latex/fancyref/freftest.tex %files -n texlive-fancyref %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/fancyref/fancyref.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-fancyref-%{texlive_version}.%{texlive_noarch}.0.0.9csvn15878-%{release}-zypper %endif %package -n texlive-fancyslides Version: %{texlive_version}.%{texlive_noarch}.1.0svn36263 Release: 0 Summary: Custom presentation class built upon LaTeX Beamer License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-fancyslides-doc >= %{texlive_version} Provides: tex(fancyslides.cls) Requires: tex(framed.sty) Requires: tex(tikz.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source141: fancyslides.tar.xz Source142: fancyslides.doc.tar.xz %description -n texlive-fancyslides This class is prepared for short presentations with a modern look & feel. It offers the following features: custom background for each slide, predefined types of slides, simplified commands (e.g. for starting and ending slide). The class is built upon LaTeX beamer, so all beamer commands should work. date: 2016-06-24 17:18:15 +0000 %package -n texlive-fancyslides-doc Version: %{texlive_version}.%{texlive_noarch}.1.0svn36263 Release: 0 Summary: Documentation for texlive-fancyslides License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-fancyslides-doc This package includes the documentation for texlive-fancyslides %post -n texlive-fancyslides mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-fancyslides mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-fancyslides %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-fancyslides-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/fancyslides/README %{_texmfdistdir}/doc/latex/fancyslides/doc/1.jpg %{_texmfdistdir}/doc/latex/fancyslides/doc/2.jpg %{_texmfdistdir}/doc/latex/fancyslides/doc/blank.jpg %{_texmfdistdir}/doc/latex/fancyslides/doc/blue.png %{_texmfdistdir}/doc/latex/fancyslides/doc/example.pdf %{_texmfdistdir}/doc/latex/fancyslides/doc/example.tex %{_texmfdistdir}/doc/latex/fancyslides/doc/fancyslides.pdf %{_texmfdistdir}/doc/latex/fancyslides/doc/fancyslides.tex %{_texmfdistdir}/doc/latex/fancyslides/doc/frame.png %{_texmfdistdir}/doc/latex/fancyslides/doc/fs.pdf %{_texmfdistdir}/doc/latex/fancyslides/doc/green.png %{_texmfdistdir}/doc/latex/fancyslides/doc/item.png %{_texmfdistdir}/doc/latex/fancyslides/doc/orange.png %{_texmfdistdir}/doc/latex/fancyslides/doc/point.png %files -n texlive-fancyslides %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/fancyslides/fancyslides.cls %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-fancyslides-%{texlive_version}.%{texlive_noarch}.1.0svn36263-%{release}-zypper %endif %package -n texlive-fancytabs Version: %{texlive_version}.%{texlive_noarch}.1.9svn41549 Release: 0 Summary: Fancy page border tabs License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-fancytabs-doc >= %{texlive_version} Provides: tex(fancytabs.sty) Requires: tex(etoolbox.sty) Requires: tex(tikz.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source143: fancytabs.tar.xz Source144: fancytabs.doc.tar.xz %description -n texlive-fancytabs The package can typeset tabs on the side of a page. It requires TikZ from the pgf bundle. date: 2016-06-27 08:08:39 +0000 %package -n texlive-fancytabs-doc Version: %{texlive_version}.%{texlive_noarch}.1.9svn41549 Release: 0 Summary: Documentation for texlive-fancytabs License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-fancytabs-doc This package includes the documentation for texlive-fancytabs %post -n texlive-fancytabs mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-fancytabs mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-fancytabs %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-fancytabs-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/fancytabs/README %{_texmfdistdir}/doc/latex/fancytabs/fancytabs.pdf %files -n texlive-fancytabs %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/fancytabs/fancytabs.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-fancytabs-%{texlive_version}.%{texlive_noarch}.1.9svn41549-%{release}-zypper %endif %package -n texlive-fancytooltips Version: %{texlive_version}.%{texlive_noarch}.1.8svn27129 Release: 0 Summary: Include a wide range of material in PDF tooltips License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-fancytooltips-doc >= %{texlive_version} Provides: tex(fancytooltips.sty) Requires: tex(atbegshi.sty) Requires: tex(eso-pic.sty) Requires: tex(graphicx.sty) Requires: tex(ocg.sty) Requires: tex(transparent.sty) Requires: tex(xkeyval.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source145: fancytooltips.tar.xz Source146: fancytooltips.doc.tar.xz %description -n texlive-fancytooltips The package was inspired by the cooltooltips package. In contrast to cooltooltips, fancytooltips allows inclusion of tooltips which contain arbitrary TeX material or a series of TeX materials (animated graphics) from an external PDF file. To see the tooltips, you have to open the files in Adobe Reader. The links and JavaScripts are inserted using eforms package from the AcroTeX bundle. date: 2016-06-24 17:18:15 +0000 %package -n texlive-fancytooltips-doc Version: %{texlive_version}.%{texlive_noarch}.1.8svn27129 Release: 0 Summary: Documentation for texlive-fancytooltips License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-fancytooltips-doc This package includes the documentation for texlive-fancytooltips %post -n texlive-fancytooltips mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-fancytooltips mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-fancytooltips %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-fancytooltips-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/fancytooltips/cite.png %{_texmfdistdir}/doc/latex/fancytooltips/examples/fancy-preview-demo.pdf %{_texmfdistdir}/doc/latex/fancytooltips/examples/fancy-preview-demo.sin.table %{_texmfdistdir}/doc/latex/fancytooltips/examples/fancy-preview-demo.tex %{_texmfdistdir}/doc/latex/fancytooltips/examples/fancy-preview-demo2.pdf %{_texmfdistdir}/doc/latex/fancytooltips/examples/fancy-preview-demo2.tex %{_texmfdistdir}/doc/latex/fancytooltips/examples/fancytooltips-example.pdf %{_texmfdistdir}/doc/latex/fancytooltips/examples/fancytooltips-example.tex %{_texmfdistdir}/doc/latex/fancytooltips/examples/pics/tecna2.pdf %{_texmfdistdir}/doc/latex/fancytooltips/examples/pics/tooltipy.pdf %{_texmfdistdir}/doc/latex/fancytooltips/examples/pics/tooltipy.tex %{_texmfdistdir}/doc/latex/fancytooltips/examples/pics/tooltipy.tips %{_texmfdistdir}/doc/latex/fancytooltips/examples/readme %{_texmfdistdir}/doc/latex/fancytooltips/fancy-preview %{_texmfdistdir}/doc/latex/fancytooltips/fancytipmark1.pdf %{_texmfdistdir}/doc/latex/fancytooltips/fancytipmark2.pdf %{_texmfdistdir}/doc/latex/fancytooltips/fancytipmark3.pdf %{_texmfdistdir}/doc/latex/fancytooltips/fancytipmark4.pdf %{_texmfdistdir}/doc/latex/fancytooltips/fancytooltips.pdf %{_texmfdistdir}/doc/latex/fancytooltips/readme %{_texmfdistdir}/doc/latex/fancytooltips/tip.pdf %{_texmfdistdir}/doc/latex/fancytooltips/tip.tex %files -n texlive-fancytooltips %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/fancytooltips/fancytipmark.eps %{_texmfdistdir}/tex/latex/fancytooltips/fancytipmark.pdf %{_texmfdistdir}/tex/latex/fancytooltips/fancytipmark.svg %{_texmfdistdir}/tex/latex/fancytooltips/fancytooltips.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-fancytooltips-%{texlive_version}.%{texlive_noarch}.1.8svn27129-%{release}-zypper %endif %package -n texlive-fancyvrb Version: %{texlive_version}.%{texlive_noarch}.2.8svn18492 Release: 0 Summary: Sophisticated verbatim 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): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-fancyvrb-doc >= %{texlive_version} Provides: tex(fancyvrb.sty) Provides: tex(fvrb-ex.sty) Provides: tex(hbaw.sty) Provides: tex(hcolor.sty) Requires: tex(color.sty) Requires: tex(keyval.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source147: fancyvrb.tar.xz Source148: fancyvrb.doc.tar.xz %description -n texlive-fancyvrb Flexible handling of verbatim text including: verbatim commands in footnotes; a variety of verbatim environments with many parameters; ability to define new customized verbatim environments; save and restore verbatim text and environments; write and read files in verbatim mode; build "example" environments (showing both result and verbatim source). date: 2016-06-24 17:18:15 +0000 %package -n texlive-fancyvrb-doc Version: %{texlive_version}.%{texlive_noarch}.2.8svn18492 Release: 0 Summary: Documentation for texlive-fancyvrb License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-fancyvrb-doc This package includes the documentation for texlive-fancyvrb %post -n texlive-fancyvrb mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-fancyvrb mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-fancyvrb %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-fancyvrb-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/fancyvrb/Changes %{_texmfdistdir}/doc/latex/fancyvrb/Makefile %{_texmfdistdir}/doc/latex/fancyvrb/README %{_texmfdistdir}/doc/latex/fancyvrb/README.contrib %{_texmfdistdir}/doc/latex/fancyvrb/fancyvrb.pdf %{_texmfdistdir}/doc/latex/fancyvrb/fvrb-ex.pdf %{_texmfdistdir}/doc/latex/fancyvrb/t-fvrbex.tex %files -n texlive-fancyvrb %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/fancyvrb/fancyvrb.sty %{_texmfdistdir}/tex/latex/fancyvrb/fvrb-ex.sty %{_texmfdistdir}/tex/latex/fancyvrb/hbaw.sty %{_texmfdistdir}/tex/latex/fancyvrb/hcolor.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-fancyvrb-%{texlive_version}.%{texlive_noarch}.2.8svn18492-%{release}-zypper %endif %package -n texlive-fandol Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn37889 Release: 0 Summary: Four basic fonts for Chinese typesetting License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Requires: texlive-fandol-fonts >= %{texlive_version} Recommends: texlive-fandol-doc >= %{texlive_version} # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source149: fandol.tar.xz Source150: fandol.doc.tar.xz %description -n texlive-fandol Fandol fonts designed for Chinese typesetting. The current version contains four styles: Song, Hei, Kai, Fang. All fonts are in OpenType format. date: 2016-06-24 17:18:15 +0000 %package -n texlive-fandol-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn37889 Release: 0 Summary: Documentation for texlive-fandol License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-fandol-doc This package includes the documentation for texlive-fandol %package -n texlive-fandol-fonts Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn37889 Release: 0 Summary: Severed fonts for texlive-fandol License: GPL-2.0+ Group: Productivity/Publishing/TeX/Fonts Url: http://www.tug.org/texlive/ Requires(post): fontconfig Requires(post): ghostscript-fonts-std Requires(post): mkfontdir Requires(post): mkfontscale Requires(post): xorg-x11-fonts-core Requires(postun): fontconfig Requires(postun): ghostscript-fonts-std Requires(postun): xorg-x11-fonts-core %description -n texlive-fandol-fonts The separated fonts package for texlive-fandol %post -n texlive-fandol mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-fandol mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-fandol %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %post -n texlive-fandol-fonts fc-cache -s %{_datadir}/fonts mkfontscale %{_datadir}/fonts/texlive-fandol mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-fandol %postun -n texlive-fandol-fonts if test $1 = 0; then fc-cache -s %{_datadir}/fonts fi %files -n texlive-fandol-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/fonts/fandol/COPYING %{_texmfdistdir}/doc/fonts/fandol/README %files -n texlive-fandol %defattr(-,root,root,755) %verify(link) %{_texmfdistdir}/fonts/opentype/public/fandol/FandolBraille-Display.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fandol/FandolBraille-Regular.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fandol/FandolFang-Regular.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fandol/FandolHei-Bold.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fandol/FandolHei-Regular.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fandol/FandolKai-Regular.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fandol/FandolSong-Bold.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fandol/FandolSong-Regular.otf %files -n texlive-fandol-fonts %defattr(-,root,root,755) %dir %{_datadir}/fonts/texlive-fandol %config %{_sysconfdir}/fonts/conf.avail/58-texlive-fandol.conf %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-fandol/encodings.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-fandol/fonts.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-fandol/fonts.scale %{_datadir}/fonts/texlive-fandol/FandolBraille-Display.otf %{_datadir}/fonts/texlive-fandol/FandolBraille-Regular.otf %{_datadir}/fonts/texlive-fandol/FandolFang-Regular.otf %{_datadir}/fonts/texlive-fandol/FandolHei-Bold.otf %{_datadir}/fonts/texlive-fandol/FandolHei-Regular.otf %{_datadir}/fonts/texlive-fandol/FandolKai-Regular.otf %{_datadir}/fonts/texlive-fandol/FandolSong-Bold.otf %{_datadir}/fonts/texlive-fandol/FandolSong-Regular.otf %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-fandol-fonts-%{texlive_version}.%{texlive_noarch}.0.0.3svn37889-%{release}-zypper %endif %package -n texlive-fast-diagram Version: %{texlive_version}.%{texlive_noarch}.1.1svn29264 Release: 0 Summary: Easy generation of FAST diagrams License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-fast-diagram-doc >= %{texlive_version} Provides: tex(fast-diagram.sty) Requires: tex(ifthen.sty) Requires: tex(relsize.sty) Requires: tex(tikz.sty) Requires: tex(xargs.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source151: fast-diagram.tar.xz Source152: fast-diagram.doc.tar.xz %description -n texlive-fast-diagram The package provides simple means of producing FAST diagrams, using TikZ/pgf tools. FAST diagrams are useful for functional analysis techniques in design methods. date: 2016-06-24 17:18:15 +0000 %package -n texlive-fast-diagram-doc Version: %{texlive_version}.%{texlive_noarch}.1.1svn29264 Release: 0 Summary: Documentation for texlive-fast-diagram License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Provides: locale(texlive-fast-diagram-doc:fr) %description -n texlive-fast-diagram-doc This package includes the documentation for texlive-fast-diagram %post -n texlive-fast-diagram mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-fast-diagram mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-fast-diagram %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-fast-diagram-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/fast-diagram/README %{_texmfdistdir}/doc/latex/fast-diagram/help.pdf %{_texmfdistdir}/doc/latex/fast-diagram/help.tex %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/commandes.tex %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/exemple.tex %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/images/antenne.png %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/images/batterie.png %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/images/biellettes.png %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/images/bouton.png %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/images/moteur.png %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/images/pedalier.png %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/images/pignons.png %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/images/recepteur.png %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/images/roue.png %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/images/servomoteur.png %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/installation.tex %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/intro.tex %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/miseEnForme.tex %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/reglages.tex %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/tikz.tex %files -n texlive-fast-diagram %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/fast-diagram/fast-diagram.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-fast-diagram-%{texlive_version}.%{texlive_noarch}.1.1svn29264-%{release}-zypper %endif %package -n texlive-fbb Version: %{texlive_version}.%{texlive_noarch}.1.12svn43464 Release: 0 Summary: A free Bembo-like font License: OFL-1.1 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(post): findutils Requires(post): grep Requires(post): sed Requires(post): texlive >= %{texlive_version} Requires(post): tex(updmap.cfg) #!BuildIgnore: tex(updmap.cfg) Requires(postun): findutils Requires(postun): grep Requires(postun): sed Requires(postun): texlive >= %{texlive_version} Requires(postun): tex(updmap.cfg) Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Requires: texlive-fbb-fonts >= %{texlive_version} Recommends: texlive-fbb-doc >= %{texlive_version} Provides: tex(LY1fbb-Inf.fd) Provides: tex(LY1fbb-LF.fd) Provides: tex(LY1fbb-OsF.fd) Provides: tex(LY1fbb-Sup.fd) Provides: tex(LY1fbb-TLF.fd) Provides: tex(LY1fbb-TOsF.fd) Provides: tex(OT1fbb-Inf.fd) Provides: tex(OT1fbb-LF.fd) Provides: tex(OT1fbb-OsF.fd) Provides: tex(OT1fbb-Sup.fd) Provides: tex(OT1fbb-TLF.fd) Provides: tex(OT1fbb-TOsF.fd) Provides: tex(T1fbb-Inf.fd) Provides: tex(T1fbb-LF.fd) Provides: tex(T1fbb-OsF.fd) Provides: tex(T1fbb-Sup.fd) Provides: tex(T1fbb-TLF.fd) Provides: tex(T1fbb-TOsF.fd) Provides: tex(TS1fbb-LF.fd) Provides: tex(TS1fbb-OsF.fd) Provides: tex(TS1fbb-TLF.fd) Provides: tex(TS1fbb-TOsF.fd) Provides: tex(fbb-Bold-inf-ly1--base.tfm) Provides: tex(fbb-Bold-inf-ly1.tfm) Provides: tex(fbb-Bold-inf-ly1.vf) Provides: tex(fbb-Bold-inf-ot1.tfm) Provides: tex(fbb-Bold-inf-t1--base.tfm) Provides: tex(fbb-Bold-inf-t1.tfm) Provides: tex(fbb-Bold-inf-t1.vf) Provides: tex(fbb-Bold-lf-ly1--base.tfm) Provides: tex(fbb-Bold-lf-ly1.tfm) Provides: tex(fbb-Bold-lf-ly1.vf) Provides: tex(fbb-Bold-lf-ot1.tfm) Provides: tex(fbb-Bold-lf-sc-ly1--base.tfm) Provides: tex(fbb-Bold-lf-sc-ly1.tfm) Provides: tex(fbb-Bold-lf-sc-ly1.vf) Provides: tex(fbb-Bold-lf-sc-ot1--base.tfm) Provides: tex(fbb-Bold-lf-sc-ot1.tfm) Provides: tex(fbb-Bold-lf-sc-ot1.vf) Provides: tex(fbb-Bold-lf-sc-t1--base.tfm) Provides: tex(fbb-Bold-lf-sc-t1.tfm) Provides: tex(fbb-Bold-lf-sc-t1.vf) Provides: tex(fbb-Bold-lf-t1--base.tfm) Provides: tex(fbb-Bold-lf-t1.tfm) Provides: tex(fbb-Bold-lf-t1.vf) Provides: tex(fbb-Bold-lf-ts1--base.tfm) Provides: tex(fbb-Bold-lf-ts1.tfm) Provides: tex(fbb-Bold-lf-ts1.vf) Provides: tex(fbb-Bold-osf-ly1--base.tfm) Provides: tex(fbb-Bold-osf-ly1.tfm) Provides: tex(fbb-Bold-osf-ly1.vf) Provides: tex(fbb-Bold-osf-ot1.tfm) Provides: tex(fbb-Bold-osf-sc-ly1--base.tfm) Provides: tex(fbb-Bold-osf-sc-ly1.tfm) Provides: tex(fbb-Bold-osf-sc-ly1.vf) Provides: tex(fbb-Bold-osf-sc-ot1--base.tfm) Provides: tex(fbb-Bold-osf-sc-ot1.tfm) Provides: tex(fbb-Bold-osf-sc-ot1.vf) Provides: tex(fbb-Bold-osf-sc-t1--base.tfm) Provides: tex(fbb-Bold-osf-sc-t1.tfm) Provides: tex(fbb-Bold-osf-sc-t1.vf) Provides: tex(fbb-Bold-osf-t1--base.tfm) Provides: tex(fbb-Bold-osf-t1.tfm) Provides: tex(fbb-Bold-osf-t1.vf) Provides: tex(fbb-Bold-osf-ts1--base.tfm) Provides: tex(fbb-Bold-osf-ts1.tfm) Provides: tex(fbb-Bold-osf-ts1.vf) Provides: tex(fbb-Bold-sup-ly1--base.tfm) Provides: tex(fbb-Bold-sup-ly1.tfm) Provides: tex(fbb-Bold-sup-ly1.vf) Provides: tex(fbb-Bold-sup-ot1.tfm) Provides: tex(fbb-Bold-sup-t1--base.tfm) Provides: tex(fbb-Bold-sup-t1.tfm) Provides: tex(fbb-Bold-sup-t1.vf) Provides: tex(fbb-Bold-tlf-ly1--base.tfm) Provides: tex(fbb-Bold-tlf-ly1.tfm) Provides: tex(fbb-Bold-tlf-ly1.vf) Provides: tex(fbb-Bold-tlf-ot1.tfm) Provides: tex(fbb-Bold-tlf-sc-ly1--base.tfm) Provides: tex(fbb-Bold-tlf-sc-ly1.tfm) Provides: tex(fbb-Bold-tlf-sc-ly1.vf) Provides: tex(fbb-Bold-tlf-sc-ot1--base.tfm) Provides: tex(fbb-Bold-tlf-sc-ot1.tfm) Provides: tex(fbb-Bold-tlf-sc-ot1.vf) Provides: tex(fbb-Bold-tlf-sc-t1--base.tfm) Provides: tex(fbb-Bold-tlf-sc-t1.tfm) Provides: tex(fbb-Bold-tlf-sc-t1.vf) Provides: tex(fbb-Bold-tlf-t1--base.tfm) Provides: tex(fbb-Bold-tlf-t1.tfm) Provides: tex(fbb-Bold-tlf-t1.vf) Provides: tex(fbb-Bold-tlf-ts1--base.tfm) Provides: tex(fbb-Bold-tlf-ts1.tfm) Provides: tex(fbb-Bold-tlf-ts1.vf) Provides: tex(fbb-Bold-tosf-ly1--base.tfm) Provides: tex(fbb-Bold-tosf-ly1.tfm) Provides: tex(fbb-Bold-tosf-ly1.vf) Provides: tex(fbb-Bold-tosf-ot1.tfm) Provides: tex(fbb-Bold-tosf-sc-ly1--base.tfm) Provides: tex(fbb-Bold-tosf-sc-ly1.tfm) Provides: tex(fbb-Bold-tosf-sc-ly1.vf) Provides: tex(fbb-Bold-tosf-sc-ot1--base.tfm) Provides: tex(fbb-Bold-tosf-sc-ot1.tfm) Provides: tex(fbb-Bold-tosf-sc-ot1.vf) Provides: tex(fbb-Bold-tosf-sc-t1--base.tfm) Provides: tex(fbb-Bold-tosf-sc-t1.tfm) Provides: tex(fbb-Bold-tosf-sc-t1.vf) Provides: tex(fbb-Bold-tosf-t1--base.tfm) Provides: tex(fbb-Bold-tosf-t1.tfm) Provides: tex(fbb-Bold-tosf-t1.vf) Provides: tex(fbb-Bold-tosf-ts1--base.tfm) Provides: tex(fbb-Bold-tosf-ts1.tfm) Provides: tex(fbb-Bold-tosf-ts1.vf) Provides: tex(fbb-BoldItalic-inf-ly1--base.tfm) Provides: tex(fbb-BoldItalic-inf-ly1.tfm) Provides: tex(fbb-BoldItalic-inf-ly1.vf) Provides: tex(fbb-BoldItalic-inf-ot1.tfm) Provides: tex(fbb-BoldItalic-inf-t1--base.tfm) Provides: tex(fbb-BoldItalic-inf-t1.tfm) Provides: tex(fbb-BoldItalic-inf-t1.vf) Provides: tex(fbb-BoldItalic-lf-ly1--base.tfm) Provides: tex(fbb-BoldItalic-lf-ly1.tfm) Provides: tex(fbb-BoldItalic-lf-ly1.vf) Provides: tex(fbb-BoldItalic-lf-ot1.tfm) Provides: tex(fbb-BoldItalic-lf-sc-ly1--base.tfm) Provides: tex(fbb-BoldItalic-lf-sc-ly1.tfm) Provides: tex(fbb-BoldItalic-lf-sc-ly1.vf) Provides: tex(fbb-BoldItalic-lf-sc-ot1--base.tfm) Provides: tex(fbb-BoldItalic-lf-sc-ot1.tfm) Provides: tex(fbb-BoldItalic-lf-sc-ot1.vf) Provides: tex(fbb-BoldItalic-lf-sc-t1--base.tfm) Provides: tex(fbb-BoldItalic-lf-sc-t1.tfm) Provides: tex(fbb-BoldItalic-lf-sc-t1.vf) Provides: tex(fbb-BoldItalic-lf-t1--base.tfm) Provides: tex(fbb-BoldItalic-lf-t1.tfm) Provides: tex(fbb-BoldItalic-lf-t1.vf) Provides: tex(fbb-BoldItalic-lf-ts1--base.tfm) Provides: tex(fbb-BoldItalic-lf-ts1.tfm) Provides: tex(fbb-BoldItalic-lf-ts1.vf) Provides: tex(fbb-BoldItalic-osf-ly1--base.tfm) Provides: tex(fbb-BoldItalic-osf-ly1.tfm) Provides: tex(fbb-BoldItalic-osf-ly1.vf) Provides: tex(fbb-BoldItalic-osf-ot1.tfm) Provides: tex(fbb-BoldItalic-osf-sc-ly1--base.tfm) Provides: tex(fbb-BoldItalic-osf-sc-ly1.tfm) Provides: tex(fbb-BoldItalic-osf-sc-ly1.vf) Provides: tex(fbb-BoldItalic-osf-sc-ot1--base.tfm) Provides: tex(fbb-BoldItalic-osf-sc-ot1.tfm) Provides: tex(fbb-BoldItalic-osf-sc-ot1.vf) Provides: tex(fbb-BoldItalic-osf-sc-t1--base.tfm) Provides: tex(fbb-BoldItalic-osf-sc-t1.tfm) Provides: tex(fbb-BoldItalic-osf-sc-t1.vf) Provides: tex(fbb-BoldItalic-osf-t1--base.tfm) Provides: tex(fbb-BoldItalic-osf-t1.tfm) Provides: tex(fbb-BoldItalic-osf-t1.vf) Provides: tex(fbb-BoldItalic-osf-ts1--base.tfm) Provides: tex(fbb-BoldItalic-osf-ts1.tfm) Provides: tex(fbb-BoldItalic-osf-ts1.vf) Provides: tex(fbb-BoldItalic-sup-ly1--base.tfm) Provides: tex(fbb-BoldItalic-sup-ly1.tfm) Provides: tex(fbb-BoldItalic-sup-ly1.vf) Provides: tex(fbb-BoldItalic-sup-ot1.tfm) Provides: tex(fbb-BoldItalic-sup-t1--base.tfm) Provides: tex(fbb-BoldItalic-sup-t1.tfm) Provides: tex(fbb-BoldItalic-sup-t1.vf) Provides: tex(fbb-BoldItalic-tlf-ly1--base.tfm) Provides: tex(fbb-BoldItalic-tlf-ly1.tfm) Provides: tex(fbb-BoldItalic-tlf-ly1.vf) Provides: tex(fbb-BoldItalic-tlf-ot1.tfm) Provides: tex(fbb-BoldItalic-tlf-sc-ly1--base.tfm) Provides: tex(fbb-BoldItalic-tlf-sc-ly1.tfm) Provides: tex(fbb-BoldItalic-tlf-sc-ly1.vf) Provides: tex(fbb-BoldItalic-tlf-sc-ot1--base.tfm) Provides: tex(fbb-BoldItalic-tlf-sc-ot1.tfm) Provides: tex(fbb-BoldItalic-tlf-sc-ot1.vf) Provides: tex(fbb-BoldItalic-tlf-sc-t1--base.tfm) Provides: tex(fbb-BoldItalic-tlf-sc-t1.tfm) Provides: tex(fbb-BoldItalic-tlf-sc-t1.vf) Provides: tex(fbb-BoldItalic-tlf-t1--base.tfm) Provides: tex(fbb-BoldItalic-tlf-t1.tfm) Provides: tex(fbb-BoldItalic-tlf-t1.vf) Provides: tex(fbb-BoldItalic-tlf-ts1--base.tfm) Provides: tex(fbb-BoldItalic-tlf-ts1.tfm) Provides: tex(fbb-BoldItalic-tlf-ts1.vf) Provides: tex(fbb-BoldItalic-tosf-ly1--base.tfm) Provides: tex(fbb-BoldItalic-tosf-ly1.tfm) Provides: tex(fbb-BoldItalic-tosf-ly1.vf) Provides: tex(fbb-BoldItalic-tosf-ot1.tfm) Provides: tex(fbb-BoldItalic-tosf-sc-ly1--base.tfm) Provides: tex(fbb-BoldItalic-tosf-sc-ly1.tfm) Provides: tex(fbb-BoldItalic-tosf-sc-ly1.vf) Provides: tex(fbb-BoldItalic-tosf-sc-ot1--base.tfm) Provides: tex(fbb-BoldItalic-tosf-sc-ot1.tfm) Provides: tex(fbb-BoldItalic-tosf-sc-ot1.vf) Provides: tex(fbb-BoldItalic-tosf-sc-t1--base.tfm) Provides: tex(fbb-BoldItalic-tosf-sc-t1.tfm) Provides: tex(fbb-BoldItalic-tosf-sc-t1.vf) Provides: tex(fbb-BoldItalic-tosf-t1--base.tfm) Provides: tex(fbb-BoldItalic-tosf-t1.tfm) Provides: tex(fbb-BoldItalic-tosf-t1.vf) Provides: tex(fbb-BoldItalic-tosf-ts1--base.tfm) Provides: tex(fbb-BoldItalic-tosf-ts1.tfm) Provides: tex(fbb-BoldItalic-tosf-ts1.vf) Provides: tex(fbb-Italic-inf-ly1--base.tfm) Provides: tex(fbb-Italic-inf-ly1.tfm) Provides: tex(fbb-Italic-inf-ly1.vf) Provides: tex(fbb-Italic-inf-ot1.tfm) Provides: tex(fbb-Italic-inf-t1--base.tfm) Provides: tex(fbb-Italic-inf-t1.tfm) Provides: tex(fbb-Italic-inf-t1.vf) Provides: tex(fbb-Italic-lf-ly1--base.tfm) Provides: tex(fbb-Italic-lf-ly1.tfm) Provides: tex(fbb-Italic-lf-ly1.vf) Provides: tex(fbb-Italic-lf-ot1.tfm) Provides: tex(fbb-Italic-lf-sc-ly1--base.tfm) Provides: tex(fbb-Italic-lf-sc-ly1.tfm) Provides: tex(fbb-Italic-lf-sc-ly1.vf) Provides: tex(fbb-Italic-lf-sc-ot1--base.tfm) Provides: tex(fbb-Italic-lf-sc-ot1.tfm) Provides: tex(fbb-Italic-lf-sc-ot1.vf) Provides: tex(fbb-Italic-lf-sc-t1--base.tfm) Provides: tex(fbb-Italic-lf-sc-t1.tfm) Provides: tex(fbb-Italic-lf-sc-t1.vf) Provides: tex(fbb-Italic-lf-t1--base.tfm) Provides: tex(fbb-Italic-lf-t1.tfm) Provides: tex(fbb-Italic-lf-t1.vf) Provides: tex(fbb-Italic-lf-ts1--base.tfm) Provides: tex(fbb-Italic-lf-ts1.tfm) Provides: tex(fbb-Italic-lf-ts1.vf) Provides: tex(fbb-Italic-osf-ly1--base.tfm) Provides: tex(fbb-Italic-osf-ly1.tfm) Provides: tex(fbb-Italic-osf-ly1.vf) Provides: tex(fbb-Italic-osf-ot1.tfm) Provides: tex(fbb-Italic-osf-sc-ly1--base.tfm) Provides: tex(fbb-Italic-osf-sc-ly1.tfm) Provides: tex(fbb-Italic-osf-sc-ly1.vf) Provides: tex(fbb-Italic-osf-sc-ot1--base.tfm) Provides: tex(fbb-Italic-osf-sc-ot1.tfm) Provides: tex(fbb-Italic-osf-sc-ot1.vf) Provides: tex(fbb-Italic-osf-sc-t1--base.tfm) Provides: tex(fbb-Italic-osf-sc-t1.tfm) Provides: tex(fbb-Italic-osf-sc-t1.vf) Provides: tex(fbb-Italic-osf-t1--base.tfm) Provides: tex(fbb-Italic-osf-t1.tfm) Provides: tex(fbb-Italic-osf-t1.vf) Provides: tex(fbb-Italic-osf-ts1--base.tfm) Provides: tex(fbb-Italic-osf-ts1.tfm) Provides: tex(fbb-Italic-osf-ts1.vf) Provides: tex(fbb-Italic-sup-ly1--base.tfm) Provides: tex(fbb-Italic-sup-ly1.tfm) Provides: tex(fbb-Italic-sup-ly1.vf) Provides: tex(fbb-Italic-sup-ot1.tfm) Provides: tex(fbb-Italic-sup-t1--base.tfm) Provides: tex(fbb-Italic-sup-t1.tfm) Provides: tex(fbb-Italic-sup-t1.vf) Provides: tex(fbb-Italic-tlf-ly1--base.tfm) Provides: tex(fbb-Italic-tlf-ly1.tfm) Provides: tex(fbb-Italic-tlf-ly1.vf) Provides: tex(fbb-Italic-tlf-ot1.tfm) Provides: tex(fbb-Italic-tlf-sc-ly1--base.tfm) Provides: tex(fbb-Italic-tlf-sc-ly1.tfm) Provides: tex(fbb-Italic-tlf-sc-ly1.vf) Provides: tex(fbb-Italic-tlf-sc-ot1--base.tfm) Provides: tex(fbb-Italic-tlf-sc-ot1.tfm) Provides: tex(fbb-Italic-tlf-sc-ot1.vf) Provides: tex(fbb-Italic-tlf-sc-t1--base.tfm) Provides: tex(fbb-Italic-tlf-sc-t1.tfm) Provides: tex(fbb-Italic-tlf-sc-t1.vf) Provides: tex(fbb-Italic-tlf-t1--base.tfm) Provides: tex(fbb-Italic-tlf-t1.tfm) Provides: tex(fbb-Italic-tlf-t1.vf) Provides: tex(fbb-Italic-tlf-ts1--base.tfm) Provides: tex(fbb-Italic-tlf-ts1.tfm) Provides: tex(fbb-Italic-tlf-ts1.vf) Provides: tex(fbb-Italic-tosf-ly1--base.tfm) Provides: tex(fbb-Italic-tosf-ly1.tfm) Provides: tex(fbb-Italic-tosf-ly1.vf) Provides: tex(fbb-Italic-tosf-ot1.tfm) Provides: tex(fbb-Italic-tosf-sc-ly1--base.tfm) Provides: tex(fbb-Italic-tosf-sc-ly1.tfm) Provides: tex(fbb-Italic-tosf-sc-ly1.vf) Provides: tex(fbb-Italic-tosf-sc-ot1--base.tfm) Provides: tex(fbb-Italic-tosf-sc-ot1.tfm) Provides: tex(fbb-Italic-tosf-sc-ot1.vf) Provides: tex(fbb-Italic-tosf-sc-t1--base.tfm) Provides: tex(fbb-Italic-tosf-sc-t1.tfm) Provides: tex(fbb-Italic-tosf-sc-t1.vf) Provides: tex(fbb-Italic-tosf-t1--base.tfm) Provides: tex(fbb-Italic-tosf-t1.tfm) Provides: tex(fbb-Italic-tosf-t1.vf) Provides: tex(fbb-Italic-tosf-ts1--base.tfm) Provides: tex(fbb-Italic-tosf-ts1.tfm) Provides: tex(fbb-Italic-tosf-ts1.vf) Provides: tex(fbb-Regular-inf-ly1--base.tfm) Provides: tex(fbb-Regular-inf-ly1.tfm) Provides: tex(fbb-Regular-inf-ly1.vf) Provides: tex(fbb-Regular-inf-ot1.tfm) Provides: tex(fbb-Regular-inf-t1--base.tfm) Provides: tex(fbb-Regular-inf-t1.tfm) Provides: tex(fbb-Regular-inf-t1.vf) Provides: tex(fbb-Regular-lf-ly1--base.tfm) Provides: tex(fbb-Regular-lf-ly1.tfm) Provides: tex(fbb-Regular-lf-ly1.vf) Provides: tex(fbb-Regular-lf-ot1.tfm) Provides: tex(fbb-Regular-lf-sc-ly1--base.tfm) Provides: tex(fbb-Regular-lf-sc-ly1.tfm) Provides: tex(fbb-Regular-lf-sc-ly1.vf) Provides: tex(fbb-Regular-lf-sc-ot1--base.tfm) Provides: tex(fbb-Regular-lf-sc-ot1.tfm) Provides: tex(fbb-Regular-lf-sc-ot1.vf) Provides: tex(fbb-Regular-lf-sc-t1--base.tfm) Provides: tex(fbb-Regular-lf-sc-t1.tfm) Provides: tex(fbb-Regular-lf-sc-t1.vf) Provides: tex(fbb-Regular-lf-t1--base.tfm) Provides: tex(fbb-Regular-lf-t1.tfm) Provides: tex(fbb-Regular-lf-t1.vf) Provides: tex(fbb-Regular-lf-ts1--base.tfm) Provides: tex(fbb-Regular-lf-ts1.tfm) Provides: tex(fbb-Regular-lf-ts1.vf) Provides: tex(fbb-Regular-osf-ly1--base.tfm) Provides: tex(fbb-Regular-osf-ly1.tfm) Provides: tex(fbb-Regular-osf-ly1.vf) Provides: tex(fbb-Regular-osf-ot1.tfm) Provides: tex(fbb-Regular-osf-sc-ly1--base.tfm) Provides: tex(fbb-Regular-osf-sc-ly1.tfm) Provides: tex(fbb-Regular-osf-sc-ly1.vf) Provides: tex(fbb-Regular-osf-sc-ot1--base.tfm) Provides: tex(fbb-Regular-osf-sc-ot1.tfm) Provides: tex(fbb-Regular-osf-sc-ot1.vf) Provides: tex(fbb-Regular-osf-sc-t1--base.tfm) Provides: tex(fbb-Regular-osf-sc-t1.tfm) Provides: tex(fbb-Regular-osf-sc-t1.vf) Provides: tex(fbb-Regular-osf-t1--base.tfm) Provides: tex(fbb-Regular-osf-t1.tfm) Provides: tex(fbb-Regular-osf-t1.vf) Provides: tex(fbb-Regular-osf-ts1--base.tfm) Provides: tex(fbb-Regular-osf-ts1.tfm) Provides: tex(fbb-Regular-osf-ts1.vf) Provides: tex(fbb-Regular-sup-ly1--base.tfm) Provides: tex(fbb-Regular-sup-ly1.tfm) Provides: tex(fbb-Regular-sup-ly1.vf) Provides: tex(fbb-Regular-sup-ot1.tfm) Provides: tex(fbb-Regular-sup-t1--base.tfm) Provides: tex(fbb-Regular-sup-t1.tfm) Provides: tex(fbb-Regular-sup-t1.vf) Provides: tex(fbb-Regular-tlf-ly1--base.tfm) Provides: tex(fbb-Regular-tlf-ly1.tfm) Provides: tex(fbb-Regular-tlf-ly1.vf) Provides: tex(fbb-Regular-tlf-ot1.tfm) Provides: tex(fbb-Regular-tlf-sc-ly1--base.tfm) Provides: tex(fbb-Regular-tlf-sc-ly1.tfm) Provides: tex(fbb-Regular-tlf-sc-ly1.vf) Provides: tex(fbb-Regular-tlf-sc-ot1--base.tfm) Provides: tex(fbb-Regular-tlf-sc-ot1.tfm) Provides: tex(fbb-Regular-tlf-sc-ot1.vf) Provides: tex(fbb-Regular-tlf-sc-t1--base.tfm) Provides: tex(fbb-Regular-tlf-sc-t1.tfm) Provides: tex(fbb-Regular-tlf-sc-t1.vf) Provides: tex(fbb-Regular-tlf-t1--base.tfm) Provides: tex(fbb-Regular-tlf-t1.tfm) Provides: tex(fbb-Regular-tlf-t1.vf) Provides: tex(fbb-Regular-tlf-ts1--base.tfm) Provides: tex(fbb-Regular-tlf-ts1.tfm) Provides: tex(fbb-Regular-tlf-ts1.vf) Provides: tex(fbb-Regular-tosf-ly1--base.tfm) Provides: tex(fbb-Regular-tosf-ly1.tfm) Provides: tex(fbb-Regular-tosf-ly1.vf) Provides: tex(fbb-Regular-tosf-ot1.tfm) Provides: tex(fbb-Regular-tosf-sc-ly1--base.tfm) Provides: tex(fbb-Regular-tosf-sc-ly1.tfm) Provides: tex(fbb-Regular-tosf-sc-ly1.vf) Provides: tex(fbb-Regular-tosf-sc-ot1--base.tfm) Provides: tex(fbb-Regular-tosf-sc-ot1.tfm) Provides: tex(fbb-Regular-tosf-sc-ot1.vf) Provides: tex(fbb-Regular-tosf-sc-t1--base.tfm) Provides: tex(fbb-Regular-tosf-sc-t1.tfm) Provides: tex(fbb-Regular-tosf-sc-t1.vf) Provides: tex(fbb-Regular-tosf-t1--base.tfm) Provides: tex(fbb-Regular-tosf-t1.tfm) Provides: tex(fbb-Regular-tosf-t1.vf) Provides: tex(fbb-Regular-tosf-ts1--base.tfm) Provides: tex(fbb-Regular-tosf-ts1.tfm) Provides: tex(fbb-Regular-tosf-ts1.vf) Provides: tex(fbb.map) Provides: tex(fbb.sty) Provides: tex(fbbP-Bold-lf-ly1--base.tfm) Provides: tex(fbbP-Bold-lf-ly1.tfm) Provides: tex(fbbP-Bold-lf-ly1.vf) Provides: tex(fbbP-Bold-lf-ot1.tfm) Provides: tex(fbbP-Bold-lf-ot1.vf) Provides: tex(fbbP-Bold-lf-sc-ly1--base.tfm) Provides: tex(fbbP-Bold-lf-sc-ly1.tfm) Provides: tex(fbbP-Bold-lf-sc-ly1.vf) Provides: tex(fbbP-Bold-lf-sc-ot1--base.tfm) Provides: tex(fbbP-Bold-lf-sc-ot1.tfm) Provides: tex(fbbP-Bold-lf-sc-ot1.vf) Provides: tex(fbbP-Bold-lf-sc-t1--base.tfm) Provides: tex(fbbP-Bold-lf-sc-t1.tfm) Provides: tex(fbbP-Bold-lf-sc-t1.vf) Provides: tex(fbbP-Bold-lf-t1--base.tfm) Provides: tex(fbbP-Bold-lf-t1.tfm) Provides: tex(fbbP-Bold-lf-t1.vf) Provides: tex(fbbP-Bold-osf-ly1--base.tfm) Provides: tex(fbbP-Bold-osf-ly1.tfm) Provides: tex(fbbP-Bold-osf-ly1.vf) Provides: tex(fbbP-Bold-osf-ot1.tfm) Provides: tex(fbbP-Bold-osf-ot1.vf) Provides: tex(fbbP-Bold-osf-sc-ly1--base.tfm) Provides: tex(fbbP-Bold-osf-sc-ly1.tfm) Provides: tex(fbbP-Bold-osf-sc-ly1.vf) Provides: tex(fbbP-Bold-osf-sc-ot1--base.tfm) Provides: tex(fbbP-Bold-osf-sc-ot1.tfm) Provides: tex(fbbP-Bold-osf-sc-ot1.vf) Provides: tex(fbbP-Bold-osf-sc-t1--base.tfm) Provides: tex(fbbP-Bold-osf-sc-t1.tfm) Provides: tex(fbbP-Bold-osf-sc-t1.vf) Provides: tex(fbbP-Bold-osf-t1--base.tfm) Provides: tex(fbbP-Bold-osf-t1.tfm) Provides: tex(fbbP-Bold-osf-t1.vf) Provides: tex(fbbP-Bold-tlf-ly1--base.tfm) Provides: tex(fbbP-Bold-tlf-ly1.tfm) Provides: tex(fbbP-Bold-tlf-ly1.vf) Provides: tex(fbbP-Bold-tlf-ot1.tfm) Provides: tex(fbbP-Bold-tlf-ot1.vf) Provides: tex(fbbP-Bold-tlf-sc-ly1--base.tfm) Provides: tex(fbbP-Bold-tlf-sc-ly1.tfm) Provides: tex(fbbP-Bold-tlf-sc-ly1.vf) Provides: tex(fbbP-Bold-tlf-sc-ot1--base.tfm) Provides: tex(fbbP-Bold-tlf-sc-ot1.tfm) Provides: tex(fbbP-Bold-tlf-sc-ot1.vf) Provides: tex(fbbP-Bold-tlf-sc-t1--base.tfm) Provides: tex(fbbP-Bold-tlf-sc-t1.tfm) Provides: tex(fbbP-Bold-tlf-sc-t1.vf) Provides: tex(fbbP-Bold-tlf-t1--base.tfm) Provides: tex(fbbP-Bold-tlf-t1.tfm) Provides: tex(fbbP-Bold-tlf-t1.vf) Provides: tex(fbbP-Bold-tosf-ly1--base.tfm) Provides: tex(fbbP-Bold-tosf-ly1.tfm) Provides: tex(fbbP-Bold-tosf-ly1.vf) Provides: tex(fbbP-Bold-tosf-ot1.tfm) Provides: tex(fbbP-Bold-tosf-ot1.vf) Provides: tex(fbbP-Bold-tosf-sc-ly1--base.tfm) Provides: tex(fbbP-Bold-tosf-sc-ly1.tfm) Provides: tex(fbbP-Bold-tosf-sc-ly1.vf) Provides: tex(fbbP-Bold-tosf-sc-ot1--base.tfm) Provides: tex(fbbP-Bold-tosf-sc-ot1.tfm) Provides: tex(fbbP-Bold-tosf-sc-ot1.vf) Provides: tex(fbbP-Bold-tosf-sc-t1--base.tfm) Provides: tex(fbbP-Bold-tosf-sc-t1.tfm) Provides: tex(fbbP-Bold-tosf-sc-t1.vf) Provides: tex(fbbP-Bold-tosf-t1--base.tfm) Provides: tex(fbbP-Bold-tosf-t1.tfm) Provides: tex(fbbP-Bold-tosf-t1.vf) Provides: tex(fbbP-Regular-lf-ly1--base.tfm) Provides: tex(fbbP-Regular-lf-ly1.tfm) Provides: tex(fbbP-Regular-lf-ly1.vf) Provides: tex(fbbP-Regular-lf-ot1.tfm) Provides: tex(fbbP-Regular-lf-ot1.vf) Provides: tex(fbbP-Regular-lf-sc-ly1--base.tfm) Provides: tex(fbbP-Regular-lf-sc-ly1.tfm) Provides: tex(fbbP-Regular-lf-sc-ly1.vf) Provides: tex(fbbP-Regular-lf-sc-ot1--base.tfm) Provides: tex(fbbP-Regular-lf-sc-ot1.tfm) Provides: tex(fbbP-Regular-lf-sc-ot1.vf) Provides: tex(fbbP-Regular-lf-sc-t1--base.tfm) Provides: tex(fbbP-Regular-lf-sc-t1.tfm) Provides: tex(fbbP-Regular-lf-sc-t1.vf) Provides: tex(fbbP-Regular-lf-t1--base.tfm) Provides: tex(fbbP-Regular-lf-t1.tfm) Provides: tex(fbbP-Regular-lf-t1.vf) Provides: tex(fbbP-Regular-osf-ly1--base.tfm) Provides: tex(fbbP-Regular-osf-ly1.tfm) Provides: tex(fbbP-Regular-osf-ly1.vf) Provides: tex(fbbP-Regular-osf-ot1.tfm) Provides: tex(fbbP-Regular-osf-ot1.vf) Provides: tex(fbbP-Regular-osf-sc-ly1--base.tfm) Provides: tex(fbbP-Regular-osf-sc-ly1.tfm) Provides: tex(fbbP-Regular-osf-sc-ly1.vf) Provides: tex(fbbP-Regular-osf-sc-ot1--base.tfm) Provides: tex(fbbP-Regular-osf-sc-ot1.tfm) Provides: tex(fbbP-Regular-osf-sc-ot1.vf) Provides: tex(fbbP-Regular-osf-sc-t1--base.tfm) Provides: tex(fbbP-Regular-osf-sc-t1.tfm) Provides: tex(fbbP-Regular-osf-sc-t1.vf) Provides: tex(fbbP-Regular-osf-t1--base.tfm) Provides: tex(fbbP-Regular-osf-t1.tfm) Provides: tex(fbbP-Regular-osf-t1.vf) Provides: tex(fbbP-Regular-tlf-ly1--base.tfm) Provides: tex(fbbP-Regular-tlf-ly1.tfm) Provides: tex(fbbP-Regular-tlf-ly1.vf) Provides: tex(fbbP-Regular-tlf-ot1.tfm) Provides: tex(fbbP-Regular-tlf-ot1.vf) Provides: tex(fbbP-Regular-tlf-sc-ly1--base.tfm) Provides: tex(fbbP-Regular-tlf-sc-ly1.tfm) Provides: tex(fbbP-Regular-tlf-sc-ly1.vf) Provides: tex(fbbP-Regular-tlf-sc-ot1--base.tfm) Provides: tex(fbbP-Regular-tlf-sc-ot1.tfm) Provides: tex(fbbP-Regular-tlf-sc-ot1.vf) Provides: tex(fbbP-Regular-tlf-sc-t1--base.tfm) Provides: tex(fbbP-Regular-tlf-sc-t1.tfm) Provides: tex(fbbP-Regular-tlf-sc-t1.vf) Provides: tex(fbbP-Regular-tlf-t1--base.tfm) Provides: tex(fbbP-Regular-tlf-t1.tfm) Provides: tex(fbbP-Regular-tlf-t1.vf) Provides: tex(fbbP-Regular-tosf-ly1--base.tfm) Provides: tex(fbbP-Regular-tosf-ly1.tfm) Provides: tex(fbbP-Regular-tosf-ly1.vf) Provides: tex(fbbP-Regular-tosf-ot1.tfm) Provides: tex(fbbP-Regular-tosf-ot1.vf) Provides: tex(fbbP-Regular-tosf-sc-ly1--base.tfm) Provides: tex(fbbP-Regular-tosf-sc-ly1.tfm) Provides: tex(fbbP-Regular-tosf-sc-ly1.vf) Provides: tex(fbbP-Regular-tosf-sc-ot1--base.tfm) Provides: tex(fbbP-Regular-tosf-sc-ot1.tfm) Provides: tex(fbbP-Regular-tosf-sc-ot1.vf) Provides: tex(fbbP-Regular-tosf-sc-t1--base.tfm) Provides: tex(fbbP-Regular-tosf-sc-t1.tfm) Provides: tex(fbbP-Regular-tosf-sc-t1.vf) Provides: tex(fbbP-Regular-tosf-t1--base.tfm) Provides: tex(fbbP-Regular-tosf-t1.tfm) Provides: tex(fbbP-Regular-tosf-t1.vf) Provides: tex(fbbP_2khe2f.enc) Provides: tex(fbbP_2rrq4m.enc) Provides: tex(fbbP_3pafo2.enc) Provides: tex(fbbP_3q7523.enc) Provides: tex(fbbP_3szmnl.enc) Provides: tex(fbbP_3t72qi.enc) Provides: tex(fbbP_3x7qz7.enc) Provides: tex(fbbP_4fm2lh.enc) Provides: tex(fbbP_4ub365.enc) Provides: tex(fbbP_5kfdlm.enc) Provides: tex(fbbP_7ftbhc.enc) Provides: tex(fbbP_7yleqe.enc) Provides: tex(fbbP_c7tp77.enc) Provides: tex(fbbP_camtzo.enc) Provides: tex(fbbP_cglacz.enc) Provides: tex(fbbP_do4apa.enc) Provides: tex(fbbP_dohg36.enc) Provides: tex(fbbP_ektrty.enc) Provides: tex(fbbP_fnx3vr.enc) Provides: tex(fbbP_gia3f7.enc) Provides: tex(fbbP_icb62t.enc) Provides: tex(fbbP_idef5x.enc) Provides: tex(fbbP_kdnujj.enc) Provides: tex(fbbP_lahflm.enc) Provides: tex(fbbP_lgwsx6.enc) Provides: tex(fbbP_lhoenn.enc) Provides: tex(fbbP_lrstk7.enc) Provides: tex(fbbP_matscf.enc) Provides: tex(fbbP_ms7h4m.enc) Provides: tex(fbbP_orows4.enc) Provides: tex(fbbP_p2khiw.enc) Provides: tex(fbbP_pjzzzk.enc) Provides: tex(fbbP_pqcug3.enc) Provides: tex(fbbP_r5yodg.enc) Provides: tex(fbbP_royvig.enc) Provides: tex(fbbP_t4j2un.enc) Provides: tex(fbbP_tdbcbg.enc) Provides: tex(fbbP_tkhoel.enc) Provides: tex(fbbP_tpadeo.enc) Provides: tex(fbbP_vyppzi.enc) Provides: tex(fbbP_wmfgc4.enc) Provides: tex(fbbP_yr6epv.enc) Provides: tex(fbbP_yyrixd.enc) Provides: tex(fbbP_zpsbi2.enc) Provides: tex(fbb_2khe2f.enc) Provides: tex(fbb_2rrq4m.enc) Provides: tex(fbb_2xteu2.enc) Provides: tex(fbb_3pafo2.enc) Provides: tex(fbb_3q7523.enc) Provides: tex(fbb_3szmnl.enc) Provides: tex(fbb_3t72qi.enc) Provides: tex(fbb_3x7qz7.enc) Provides: tex(fbb_4fm2lh.enc) Provides: tex(fbb_4ub365.enc) Provides: tex(fbb_5kfdlm.enc) Provides: tex(fbb_5tchvx.enc) Provides: tex(fbb_646rxv.enc) Provides: tex(fbb_6dtuyn.enc) Provides: tex(fbb_6wvyhf.enc) Provides: tex(fbb_7ftbhc.enc) Provides: tex(fbb_7yleqe.enc) Provides: tex(fbb_bbqv4h.enc) Provides: tex(fbb_bjcd27.enc) Provides: tex(fbb_bwjmva.enc) Provides: tex(fbb_c7tp77.enc) Provides: tex(fbb_camtzo.enc) Provides: tex(fbb_cglacz.enc) Provides: tex(fbb_crvarf.enc) Provides: tex(fbb_dfjaoq.enc) Provides: tex(fbb_dli7xt.enc) Provides: tex(fbb_do4apa.enc) Provides: tex(fbb_dohg36.enc) Provides: tex(fbb_ektrty.enc) Provides: tex(fbb_ezhvrf.enc) Provides: tex(fbb_fefik6.enc) Provides: tex(fbb_fnx3vr.enc) Provides: tex(fbb_g2f763.enc) Provides: tex(fbb_gia3f7.enc) Provides: tex(fbb_go4yop.enc) Provides: tex(fbb_gti7xr.enc) Provides: tex(fbb_icb62t.enc) Provides: tex(fbb_idef5x.enc) Provides: tex(fbb_jvv4q6.enc) Provides: tex(fbb_kdnujj.enc) Provides: tex(fbb_kwudtp.enc) Provides: tex(fbb_lahflm.enc) Provides: tex(fbb_lgwsx6.enc) Provides: tex(fbb_lhoenn.enc) Provides: tex(fbb_lqj37t.enc) Provides: tex(fbb_lrstk7.enc) Provides: tex(fbb_matscf.enc) Provides: tex(fbb_ms7h4m.enc) Provides: tex(fbb_mwydxg.enc) Provides: tex(fbb_orows4.enc) Provides: tex(fbb_oxso4j.enc) Provides: tex(fbb_p2erkm.enc) Provides: tex(fbb_p2khiw.enc) Provides: tex(fbb_pjzzzk.enc) Provides: tex(fbb_pqcug3.enc) Provides: tex(fbb_qtn5dk.enc) Provides: tex(fbb_qxzlqe.enc) Provides: tex(fbb_r5yodg.enc) Provides: tex(fbb_royvig.enc) Provides: tex(fbb_svoxu5.enc) Provides: tex(fbb_t4j2un.enc) Provides: tex(fbb_tdbcbg.enc) Provides: tex(fbb_tizue6.enc) Provides: tex(fbb_tkhoel.enc) Provides: tex(fbb_tpadeo.enc) Provides: tex(fbb_ukqj6n.enc) Provides: tex(fbb_vyppzi.enc) Provides: tex(fbb_wmfgc4.enc) Provides: tex(fbb_xgcxym.enc) Provides: tex(fbb_xmsf7g.enc) Provides: tex(fbb_y7mzwe.enc) Provides: tex(fbb_yr6epv.enc) Provides: tex(fbb_yyrixd.enc) Provides: tex(fbb_z2sumr.enc) Provides: tex(fbb_zehjg6.enc) Provides: tex(fbb_zpsbi2.enc) Requires: tex(fontaxes.sty) Requires: tex(fontenc.sty) Requires: tex(ifetex.sty) Requires: tex(textcomp.sty) Requires: tex(xkeyval.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source153: fbb.tar.xz Source154: fbb.doc.tar.xz %description -n texlive-fbb The package provides a Bembo-like font package based on Cardo but with many modifications, adding Bold Italic, small caps in all styles, six figure choices in all styles, updated kerning tables, added figure tables and corrected f-ligatures. Both OpenType and Adobe Type 1 versions are provided; all necessary support files are provided. The font works well with newtxmath's libertine option. date: 2017-03-11 20:05:37 +0000 %package -n texlive-fbb-doc Version: %{texlive_version}.%{texlive_noarch}.1.12svn43464 Release: 0 Summary: Documentation for texlive-fbb License: OFL-1.1 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-fbb-doc This package includes the documentation for texlive-fbb %package -n texlive-fbb-fonts Version: %{texlive_version}.%{texlive_noarch}.1.12svn43464 Release: 0 Summary: Severed fonts for texlive-fbb License: OFL-1.1 Group: Productivity/Publishing/TeX/Fonts Url: http://www.tug.org/texlive/ Requires(post): fontconfig Requires(post): ghostscript-fonts-std Requires(post): mkfontdir Requires(post): mkfontscale Requires(post): xorg-x11-fonts-core Requires(postun): fontconfig Requires(postun): ghostscript-fonts-std Requires(postun): xorg-x11-fonts-core %description -n texlive-fbb-fonts The separated fonts package for texlive-fbb %post -n texlive-fbb mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update echo 'addMap fbb.map' >> /var/run/texlive/run-updmap %postun -n texlive-fbb mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then echo 'deleteMap fbb.map' >> /var/run/texlive/run-updmap exit 0 fi %posttrans -n texlive-fbb %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %post -n texlive-fbb-fonts fc-cache -s %{_datadir}/fonts mkfontscale %{_datadir}/fonts/texlive-fbb mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-fbb %postun -n texlive-fbb-fonts if test $1 = 0; then fc-cache -s %{_datadir}/fonts fi %files -n texlive-fbb-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/fonts/fbb/OFL.txt %{_texmfdistdir}/doc/fonts/fbb/README %{_texmfdistdir}/doc/fonts/fbb/fbb-doc.pdf %{_texmfdistdir}/doc/fonts/fbb/fbb-doc.tex %files -n texlive-fbb %defattr(-,root,root,755) %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_2khe2f.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_2rrq4m.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_3pafo2.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_3q7523.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_3szmnl.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_3t72qi.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_3x7qz7.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_4fm2lh.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_4ub365.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_5kfdlm.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_7ftbhc.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_7yleqe.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_c7tp77.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_camtzo.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_cglacz.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_do4apa.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_dohg36.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_ektrty.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_fnx3vr.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_gia3f7.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_icb62t.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_idef5x.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_kdnujj.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_lahflm.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_lgwsx6.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_lhoenn.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_lrstk7.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_matscf.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_ms7h4m.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_orows4.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_p2khiw.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_pjzzzk.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_pqcug3.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_r5yodg.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_royvig.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_t4j2un.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_tdbcbg.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_tkhoel.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_tpadeo.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_vyppzi.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_wmfgc4.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_yr6epv.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_yyrixd.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbbP_zpsbi2.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_2khe2f.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_2rrq4m.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_2xteu2.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_3pafo2.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_3q7523.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_3szmnl.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_3t72qi.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_3x7qz7.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_4fm2lh.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_4ub365.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_5kfdlm.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_5tchvx.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_646rxv.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_6dtuyn.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_6wvyhf.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_7ftbhc.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_7yleqe.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_bbqv4h.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_bjcd27.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_bwjmva.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_c7tp77.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_camtzo.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_cglacz.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_crvarf.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_dfjaoq.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_dli7xt.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_do4apa.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_dohg36.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_ektrty.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_ezhvrf.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_fefik6.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_fnx3vr.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_g2f763.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_gia3f7.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_go4yop.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_gti7xr.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_icb62t.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_idef5x.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_jvv4q6.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_kdnujj.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_kwudtp.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_lahflm.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_lgwsx6.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_lhoenn.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_lqj37t.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_lrstk7.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_matscf.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_ms7h4m.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_mwydxg.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_orows4.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_oxso4j.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_p2erkm.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_p2khiw.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_pjzzzk.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_pqcug3.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_qtn5dk.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_qxzlqe.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_r5yodg.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_royvig.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_svoxu5.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_t4j2un.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_tdbcbg.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_tizue6.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_tkhoel.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_tpadeo.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_ukqj6n.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_vyppzi.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_wmfgc4.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_xgcxym.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_xmsf7g.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_y7mzwe.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_yr6epv.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_yyrixd.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_z2sumr.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_zehjg6.enc %{_texmfdistdir}/fonts/enc/dvips/fbb/fbb_zpsbi2.enc %{_texmfdistdir}/fonts/map/dvips/fbb/fbb.map %verify(link) %{_texmfdistdir}/fonts/opentype/public/fbb/fbb-Bold.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fbb/fbb-BoldItalic.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fbb/fbb-Italic.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fbb/fbb-Regular.otf %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-inf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-inf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-inf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-inf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-inf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-lf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-lf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-lf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-lf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-lf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-lf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-lf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-lf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-lf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-lf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-lf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-lf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-lf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-osf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-osf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-osf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-osf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-osf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-osf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-osf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-osf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-osf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-osf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-osf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-osf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-osf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-sup-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-sup-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-sup-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-tlf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-tlf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-tlf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-tlf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-tlf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-tlf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-tlf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-tlf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-tlf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-tlf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-tlf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-tlf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-tlf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-tosf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-tosf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-tosf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-tosf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-tosf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-tosf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-tosf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-tosf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-tosf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-tosf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-tosf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-tosf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Bold-tosf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-inf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-inf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-inf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-inf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-inf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-lf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-lf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-lf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-lf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-lf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-lf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-lf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-lf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-lf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-lf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-lf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-lf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-lf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-osf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-osf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-osf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-osf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-osf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-osf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-osf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-osf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-osf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-osf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-osf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-osf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-osf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-sup-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-sup-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-sup-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-tlf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-tlf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-tlf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-tlf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-tlf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-tlf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-tlf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-tlf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-tlf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-tlf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-tlf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-tlf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-tlf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-tosf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-tosf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-tosf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-tosf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-tosf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-tosf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-tosf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-tosf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-tosf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-tosf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-tosf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-tosf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-BoldItalic-tosf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-inf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-inf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-inf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-inf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-inf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-lf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-lf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-lf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-lf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-lf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-lf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-lf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-lf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-lf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-lf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-lf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-lf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-lf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-osf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-osf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-osf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-osf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-osf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-osf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-osf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-osf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-osf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-osf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-osf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-osf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-osf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-sup-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-sup-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-sup-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-tlf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-tlf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-tlf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-tlf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-tlf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-tlf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-tlf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-tlf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-tlf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-tlf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-tlf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-tlf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-tlf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-tosf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-tosf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-tosf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-tosf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-tosf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-tosf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-tosf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-tosf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-tosf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-tosf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-tosf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-tosf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Italic-tosf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-inf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-inf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-inf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-inf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-inf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-lf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-lf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-lf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-lf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-lf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-lf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-lf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-lf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-lf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-lf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-lf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-lf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-lf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-osf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-osf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-osf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-osf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-osf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-osf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-osf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-osf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-osf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-osf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-osf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-osf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-osf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-sup-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-sup-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-sup-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-tlf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-tlf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-tlf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-tlf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-tlf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-tlf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-tlf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-tlf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-tlf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-tlf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-tlf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-tlf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-tlf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-tosf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-tosf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-tosf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-tosf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-tosf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-tosf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-tosf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-tosf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-tosf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-tosf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-tosf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-tosf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbb-Regular-tosf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-lf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-lf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-lf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-lf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-lf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-lf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-lf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-lf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-lf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-lf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-lf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-osf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-osf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-osf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-osf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-osf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-osf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-osf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-osf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-osf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-osf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-osf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-tlf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-tlf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-tlf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-tlf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-tlf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-tlf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-tlf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-tlf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-tlf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-tlf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-tlf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-tosf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-tosf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-tosf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-tosf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-tosf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-tosf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-tosf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-tosf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-tosf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-tosf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Bold-tosf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-lf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-lf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-lf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-lf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-lf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-lf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-lf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-lf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-lf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-lf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-lf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-osf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-osf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-osf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-osf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-osf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-osf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-osf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-osf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-osf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-osf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-osf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-tlf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-tlf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-tlf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-tlf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-tlf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-tlf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-tlf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-tlf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-tlf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-tlf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-tlf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-tosf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-tosf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-tosf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-tosf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-tosf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-tosf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-tosf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-tosf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-tosf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-tosf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fbb/fbbP-Regular-tosf-t1.tfm %verify(link) %{_texmfdistdir}/fonts/type1/public/fbb/fbb-Bold.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fbb/fbb-BoldItalic.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fbb/fbb-Italic.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fbb/fbb-Regular.pfb %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Bold-inf-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Bold-inf-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Bold-lf-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Bold-lf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Bold-lf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Bold-lf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Bold-lf-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Bold-lf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Bold-osf-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Bold-osf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Bold-osf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Bold-osf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Bold-osf-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Bold-osf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Bold-sup-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Bold-sup-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Bold-tlf-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Bold-tlf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Bold-tlf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Bold-tlf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Bold-tlf-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Bold-tlf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Bold-tosf-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Bold-tosf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Bold-tosf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Bold-tosf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Bold-tosf-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Bold-tosf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-BoldItalic-inf-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-BoldItalic-inf-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-BoldItalic-lf-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-BoldItalic-lf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-BoldItalic-lf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-BoldItalic-lf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-BoldItalic-lf-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-BoldItalic-lf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-BoldItalic-osf-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-BoldItalic-osf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-BoldItalic-osf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-BoldItalic-osf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-BoldItalic-osf-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-BoldItalic-osf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-BoldItalic-sup-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-BoldItalic-sup-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-BoldItalic-tlf-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-BoldItalic-tlf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-BoldItalic-tlf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-BoldItalic-tlf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-BoldItalic-tlf-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-BoldItalic-tlf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-BoldItalic-tosf-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-BoldItalic-tosf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-BoldItalic-tosf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-BoldItalic-tosf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-BoldItalic-tosf-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-BoldItalic-tosf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Italic-inf-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Italic-inf-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Italic-lf-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Italic-lf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Italic-lf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Italic-lf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Italic-lf-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Italic-lf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Italic-osf-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Italic-osf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Italic-osf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Italic-osf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Italic-osf-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Italic-osf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Italic-sup-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Italic-sup-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Italic-tlf-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Italic-tlf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Italic-tlf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Italic-tlf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Italic-tlf-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Italic-tlf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Italic-tosf-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Italic-tosf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Italic-tosf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Italic-tosf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Italic-tosf-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Italic-tosf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Regular-inf-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Regular-inf-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Regular-lf-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Regular-lf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Regular-lf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Regular-lf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Regular-lf-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Regular-lf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Regular-osf-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Regular-osf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Regular-osf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Regular-osf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Regular-osf-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Regular-osf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Regular-sup-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Regular-sup-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Regular-tlf-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Regular-tlf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Regular-tlf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Regular-tlf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Regular-tlf-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Regular-tlf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Regular-tosf-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Regular-tosf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Regular-tosf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Regular-tosf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Regular-tosf-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbb-Regular-tosf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Bold-lf-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Bold-lf-ot1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Bold-lf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Bold-lf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Bold-lf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Bold-lf-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Bold-osf-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Bold-osf-ot1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Bold-osf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Bold-osf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Bold-osf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Bold-osf-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Bold-tlf-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Bold-tlf-ot1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Bold-tlf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Bold-tlf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Bold-tlf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Bold-tlf-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Bold-tosf-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Bold-tosf-ot1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Bold-tosf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Bold-tosf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Bold-tosf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Bold-tosf-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Regular-lf-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Regular-lf-ot1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Regular-lf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Regular-lf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Regular-lf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Regular-lf-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Regular-osf-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Regular-osf-ot1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Regular-osf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Regular-osf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Regular-osf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Regular-osf-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Regular-tlf-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Regular-tlf-ot1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Regular-tlf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Regular-tlf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Regular-tlf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Regular-tlf-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Regular-tosf-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Regular-tosf-ot1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Regular-tosf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Regular-tosf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Regular-tosf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fbb/fbbP-Regular-tosf-t1.vf %{_texmfdistdir}/tex/latex/fbb/LY1fbb-Inf.fd %{_texmfdistdir}/tex/latex/fbb/LY1fbb-LF.fd %{_texmfdistdir}/tex/latex/fbb/LY1fbb-OsF.fd %{_texmfdistdir}/tex/latex/fbb/LY1fbb-Sup.fd %{_texmfdistdir}/tex/latex/fbb/LY1fbb-TLF.fd %{_texmfdistdir}/tex/latex/fbb/LY1fbb-TOsF.fd %{_texmfdistdir}/tex/latex/fbb/OT1fbb-Inf.fd %{_texmfdistdir}/tex/latex/fbb/OT1fbb-LF.fd %{_texmfdistdir}/tex/latex/fbb/OT1fbb-OsF.fd %{_texmfdistdir}/tex/latex/fbb/OT1fbb-Sup.fd %{_texmfdistdir}/tex/latex/fbb/OT1fbb-TLF.fd %{_texmfdistdir}/tex/latex/fbb/OT1fbb-TOsF.fd %{_texmfdistdir}/tex/latex/fbb/T1fbb-Inf.fd %{_texmfdistdir}/tex/latex/fbb/T1fbb-LF.fd %{_texmfdistdir}/tex/latex/fbb/T1fbb-OsF.fd %{_texmfdistdir}/tex/latex/fbb/T1fbb-Sup.fd %{_texmfdistdir}/tex/latex/fbb/T1fbb-TLF.fd %{_texmfdistdir}/tex/latex/fbb/T1fbb-TOsF.fd %{_texmfdistdir}/tex/latex/fbb/TS1fbb-LF.fd %{_texmfdistdir}/tex/latex/fbb/TS1fbb-OsF.fd %{_texmfdistdir}/tex/latex/fbb/TS1fbb-TLF.fd %{_texmfdistdir}/tex/latex/fbb/TS1fbb-TOsF.fd %{_texmfdistdir}/tex/latex/fbb/fbb.fontspec %{_texmfdistdir}/tex/latex/fbb/fbb.sty %files -n texlive-fbb-fonts %defattr(-,root,root,755) %dir %{_datadir}/fonts/texlive-fbb %config %{_sysconfdir}/fonts/conf.avail/58-texlive-fbb.conf %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-fbb/encodings.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-fbb/fonts.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-fbb/fonts.scale %{_datadir}/fonts/texlive-fbb/fbb-Bold.otf %{_datadir}/fonts/texlive-fbb/fbb-BoldItalic.otf %{_datadir}/fonts/texlive-fbb/fbb-Italic.otf %{_datadir}/fonts/texlive-fbb/fbb-Regular.otf %{_datadir}/fonts/texlive-fbb/fbb-Bold.pfb %{_datadir}/fonts/texlive-fbb/fbb-BoldItalic.pfb %{_datadir}/fonts/texlive-fbb/fbb-Italic.pfb %{_datadir}/fonts/texlive-fbb/fbb-Regular.pfb %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-fbb-fonts-%{texlive_version}.%{texlive_noarch}.1.12svn43464-%{release}-zypper %endif %package -n texlive-fbithesis Version: %{texlive_version}.%{texlive_noarch}.1.2msvn21340 Release: 0 Summary: Computer Science thesis class for University of Dortmund License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-fbithesis-doc >= %{texlive_version} Provides: tex(fbithesis.cfg) Provides: tex(fbithesis.cls) Requires: tex(graphicx.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source155: fbithesis.tar.xz Source156: fbithesis.doc.tar.xz %description -n texlive-fbithesis At the department of computer science at the University of Dortmund there are cardboard cover pages for research or internal reports like master/phd-theses. The main function of this LaTeX2e document-class is a replacement for the \maketitle command to typeset a title page that is adjusted to these cover pages. date: 2016-06-24 17:18:15 +0000 %package -n texlive-fbithesis-doc Version: %{texlive_version}.%{texlive_noarch}.1.2msvn21340 Release: 0 Summary: Documentation for texlive-fbithesis License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-fbithesis-doc This package includes the documentation for texlive-fbithesis %post -n texlive-fbithesis mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-fbithesis mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-fbithesis %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-fbithesis-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/fbithesis/README %{_texmfdistdir}/doc/latex/fbithesis/distribution.key %{_texmfdistdir}/doc/latex/fbithesis/example.pdf %{_texmfdistdir}/doc/latex/fbithesis/example.tex %{_texmfdistdir}/doc/latex/fbithesis/exampleaux.tex %{_texmfdistdir}/doc/latex/fbithesis/fbithesis.dtx.asc %{_texmfdistdir}/doc/latex/fbithesis/fbithesis.pdf %files -n texlive-fbithesis %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/fbithesis/fbithesis.cfg %{_texmfdistdir}/tex/latex/fbithesis/fbithesis.cls %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-fbithesis-%{texlive_version}.%{texlive_noarch}.1.2msvn21340-%{release}-zypper %endif %package -n texlive-fbs Version: %{texlive_version}.%{texlive_noarch}.svn15878 Release: 0 Summary: BibTeX style for Frontiers in Bioscience License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source157: fbs.tar.xz %description -n texlive-fbs A BibTeX style file made with custom-bib to fit Frontiers in Bioscience requirements: all authors, no et al, full author names, initials abbreviated; only abbreviated journal name italicised, no abbreviation dots; only year, no month, at end of reference; and DOI excluded, ISSN excluded. date: 2016-06-24 17:18:15 +0000 %post -n texlive-fbs mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-fbs mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-fbs %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-fbs %defattr(-,root,root,755) %{_texmfdistdir}/bibtex/bst/fbs/fbs.bst %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-fbs-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper %endif %package -n texlive-fc Version: %{texlive_version}.%{texlive_noarch}.1.4svn32796 Release: 0 Summary: Fonts for African languages License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-fc-doc >= %{texlive_version} Provides: tex(fcbx10.tfm) Provides: tex(fcbx11.tfm) Provides: tex(fcbx12.tfm) Provides: tex(fcbx14.tfm) Provides: tex(fcbx17.tfm) Provides: tex(fcbx20.tfm) Provides: tex(fcbx25.tfm) Provides: tex(fcbx5.tfm) Provides: tex(fcbx6.tfm) Provides: tex(fcbx7.tfm) Provides: tex(fcbx8.tfm) Provides: tex(fcbx9.tfm) Provides: tex(fcbxi10.tfm) Provides: tex(fcbxi11.tfm) Provides: tex(fcbxi12.tfm) Provides: tex(fcbxi14.tfm) Provides: tex(fcbxi17.tfm) Provides: tex(fcbxi20.tfm) Provides: tex(fcbxi25.tfm) Provides: tex(fcbxi5.tfm) Provides: tex(fcbxi6.tfm) Provides: tex(fcbxi7.tfm) Provides: tex(fcbxi8.tfm) Provides: tex(fcbxi9.tfm) Provides: tex(fcbxsl10.tfm) Provides: tex(fcbxsl11.tfm) Provides: tex(fcbxsl12.tfm) Provides: tex(fcbxsl14.tfm) Provides: tex(fcbxsl17.tfm) Provides: tex(fcbxsl20.tfm) Provides: tex(fcbxsl25.tfm) Provides: tex(fcbxsl5.tfm) Provides: tex(fcbxsl6.tfm) Provides: tex(fcbxsl7.tfm) Provides: tex(fcbxsl8.tfm) Provides: tex(fcbxsl9.tfm) Provides: tex(fcbxu10.tfm) Provides: tex(fcbxu11.tfm) Provides: tex(fcbxu12.tfm) Provides: tex(fcbxu14.tfm) Provides: tex(fcbxu17.tfm) Provides: tex(fcbxu20.tfm) Provides: tex(fcbxu25.tfm) Provides: tex(fcbxu5.tfm) Provides: tex(fcbxu6.tfm) Provides: tex(fcbxu7.tfm) Provides: tex(fcbxu8.tfm) Provides: tex(fcbxu9.tfm) Provides: tex(fccsc10.tfm) Provides: tex(fccsc11.tfm) Provides: tex(fccsc12.tfm) Provides: tex(fccsc14.tfm) Provides: tex(fccsc17.tfm) Provides: tex(fccsc20.tfm) Provides: tex(fccsc25.tfm) Provides: tex(fccsc5.tfm) Provides: tex(fccsc6.tfm) Provides: tex(fccsc7.tfm) Provides: tex(fccsc8.tfm) Provides: tex(fccsc9.tfm) Provides: tex(fci10.tfm) Provides: tex(fci11.tfm) Provides: tex(fci12.tfm) Provides: tex(fci14.tfm) Provides: tex(fci17.tfm) Provides: tex(fci20.tfm) Provides: tex(fci25.tfm) Provides: tex(fci5.tfm) Provides: tex(fci6.tfm) Provides: tex(fci7.tfm) Provides: tex(fci8.tfm) Provides: tex(fci9.tfm) Provides: tex(fcitt10.tfm) Provides: tex(fcitt11.tfm) Provides: tex(fcitt12.tfm) Provides: tex(fcitt14.tfm) Provides: tex(fcitt17.tfm) Provides: tex(fcitt20.tfm) Provides: tex(fcitt25.tfm) Provides: tex(fcitt5.tfm) Provides: tex(fcitt6.tfm) Provides: tex(fcitt7.tfm) Provides: tex(fcitt8.tfm) Provides: tex(fcitt9.tfm) Provides: tex(fclfont.sty) Provides: tex(fcr10.tfm) Provides: tex(fcr11.tfm) Provides: tex(fcr12.tfm) Provides: tex(fcr14.tfm) Provides: tex(fcr17.tfm) Provides: tex(fcr20.tfm) Provides: tex(fcr25.tfm) Provides: tex(fcr5.tfm) Provides: tex(fcr6.tfm) Provides: tex(fcr7.tfm) Provides: tex(fcr8.tfm) Provides: tex(fcr9.tfm) Provides: tex(fcsibx10.tfm) Provides: tex(fcsibx11.tfm) Provides: tex(fcsibx12.tfm) Provides: tex(fcsibx14.tfm) Provides: tex(fcsibx17.tfm) Provides: tex(fcsibx20.tfm) Provides: tex(fcsibx25.tfm) Provides: tex(fcsibx5.tfm) Provides: tex(fcsibx6.tfm) Provides: tex(fcsibx7.tfm) Provides: tex(fcsibx8.tfm) Provides: tex(fcsibx9.tfm) Provides: tex(fcsitt10.tfm) Provides: tex(fcsitt11.tfm) Provides: tex(fcsitt12.tfm) Provides: tex(fcsitt14.tfm) Provides: tex(fcsitt17.tfm) Provides: tex(fcsitt20.tfm) Provides: tex(fcsitt25.tfm) Provides: tex(fcsitt5.tfm) Provides: tex(fcsitt6.tfm) Provides: tex(fcsitt7.tfm) Provides: tex(fcsitt8.tfm) Provides: tex(fcsitt9.tfm) Provides: tex(fcsl10.tfm) Provides: tex(fcsl11.tfm) Provides: tex(fcsl12.tfm) Provides: tex(fcsl14.tfm) Provides: tex(fcsl17.tfm) Provides: tex(fcsl20.tfm) Provides: tex(fcsl25.tfm) Provides: tex(fcsl5.tfm) Provides: tex(fcsl6.tfm) Provides: tex(fcsl7.tfm) Provides: tex(fcsl8.tfm) Provides: tex(fcsl9.tfm) Provides: tex(fcss10.tfm) Provides: tex(fcss11.tfm) Provides: tex(fcss12.tfm) Provides: tex(fcss14.tfm) Provides: tex(fcss17.tfm) Provides: tex(fcss20.tfm) Provides: tex(fcss25.tfm) Provides: tex(fcss5.tfm) Provides: tex(fcss6.tfm) Provides: tex(fcss7.tfm) Provides: tex(fcss8.tfm) Provides: tex(fcss9.tfm) Provides: tex(fcssbx10.tfm) Provides: tex(fcssbx11.tfm) Provides: tex(fcssbx12.tfm) Provides: tex(fcssbx14.tfm) Provides: tex(fcssbx17.tfm) Provides: tex(fcssbx20.tfm) Provides: tex(fcssbx25.tfm) Provides: tex(fcssbx5.tfm) Provides: tex(fcssbx6.tfm) Provides: tex(fcssbx7.tfm) Provides: tex(fcssbx8.tfm) Provides: tex(fcssbx9.tfm) Provides: tex(fcssi10.tfm) Provides: tex(fcssi11.tfm) Provides: tex(fcssi12.tfm) Provides: tex(fcssi14.tfm) Provides: tex(fcssi17.tfm) Provides: tex(fcssi20.tfm) Provides: tex(fcssi25.tfm) Provides: tex(fcssi5.tfm) Provides: tex(fcssi6.tfm) Provides: tex(fcssi7.tfm) Provides: tex(fcssi8.tfm) Provides: tex(fcssi9.tfm) Provides: tex(fcsstt10.tfm) Provides: tex(fcsstt11.tfm) Provides: tex(fcsstt12.tfm) Provides: tex(fcsstt14.tfm) Provides: tex(fcsstt17.tfm) Provides: tex(fcsstt20.tfm) Provides: tex(fcsstt25.tfm) Provides: tex(fcsstt5.tfm) Provides: tex(fcsstt6.tfm) Provides: tex(fcsstt7.tfm) Provides: tex(fcsstt8.tfm) Provides: tex(fcsstt9.tfm) Provides: tex(fctt10.tfm) Provides: tex(fctt11.tfm) Provides: tex(fctt12.tfm) Provides: tex(fctt14.tfm) Provides: tex(fctt17.tfm) Provides: tex(fctt20.tfm) Provides: tex(fctt25.tfm) Provides: tex(fctt5.tfm) Provides: tex(fctt6.tfm) Provides: tex(fctt7.tfm) Provides: tex(fctt8.tfm) Provides: tex(fctt9.tfm) Provides: tex(fcu10.tfm) Provides: tex(fcu11.tfm) Provides: tex(fcu12.tfm) Provides: tex(fcu14.tfm) Provides: tex(fcu17.tfm) Provides: tex(fcu20.tfm) Provides: tex(fcu25.tfm) Provides: tex(fcu5.tfm) Provides: tex(fcu6.tfm) Provides: tex(fcu7.tfm) Provides: tex(fcu8.tfm) Provides: tex(fcu9.tfm) Provides: tex(fcuse.sty) Provides: tex(t4cmr.fd) Provides: tex(t4cmss.fd) Provides: tex(t4cmtt.fd) Provides: tex(t4enc.def) Provides: tex(t4fcr.fd) Provides: tex(t4phonet.sty) Requires: tex(fontenc.sty) Requires: tex(newlfont.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source158: fc.tar.xz Source159: fc.doc.tar.xz %description -n texlive-fc The fonts are provided as Metafont source, in the familiar arrangement of lots of (autogenerated) preamble files and a modest set of glyph specifications. (A similar arrangement appears in the ec and lh font bundles.) date: 2016-06-24 17:18:15 +0000 %package -n texlive-fc-doc Version: %{texlive_version}.%{texlive_noarch}.1.4svn32796 Release: 0 Summary: Documentation for texlive-fc License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-fc-doc This package includes the documentation for texlive-fc %post -n texlive-fc mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-fc mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-fc %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-fc-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/fonts/fc/fc.bug %{_texmfdistdir}/doc/fonts/fc/fc.rme %{_texmfdistdir}/doc/fonts/fc/fclfont.sty_old %{_texmfdistdir}/doc/fonts/fc/fctugbot.tex %{_texmfdistdir}/doc/fonts/fc/fontdef.fc_old %{_texmfdistdir}/doc/fonts/fc/licence.gnu %files -n texlive-fc %defattr(-,root,root,755) %{_texmfdistdir}/fonts/source/jknappen/fc/b-fcbx.mf %{_texmfdistdir}/fonts/source/jknappen/fc/b-fcbxi.mf %{_texmfdistdir}/fonts/source/jknappen/fc/b-fcbxsl.mf %{_texmfdistdir}/fonts/source/jknappen/fc/b-fcbxu.mf %{_texmfdistdir}/fonts/source/jknappen/fc/b-fccsc.mf %{_texmfdistdir}/fonts/source/jknappen/fc/b-fci.mf %{_texmfdistdir}/fonts/source/jknappen/fc/b-fcitt.mf %{_texmfdistdir}/fonts/source/jknappen/fc/b-fcr.mf %{_texmfdistdir}/fonts/source/jknappen/fc/b-fcsibx.mf %{_texmfdistdir}/fonts/source/jknappen/fc/b-fcsitt.mf %{_texmfdistdir}/fonts/source/jknappen/fc/b-fcsl.mf %{_texmfdistdir}/fonts/source/jknappen/fc/b-fcss.mf %{_texmfdistdir}/fonts/source/jknappen/fc/b-fcssbx.mf %{_texmfdistdir}/fonts/source/jknappen/fc/b-fcssi.mf %{_texmfdistdir}/fonts/source/jknappen/fc/b-fcsstt.mf %{_texmfdistdir}/fonts/source/jknappen/fc/b-fctt.mf %{_texmfdistdir}/fonts/source/jknappen/fc/b-fcu.mf %{_texmfdistdir}/fonts/source/jknappen/fc/c-fcsstt.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcaccent.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbx10.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbx11.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbx12.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbx14.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbx17.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbx20.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbx25.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbx5.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbx6.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbx7.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbx8.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbx9.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbxi10.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbxi11.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbxi12.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbxi14.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbxi17.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbxi20.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbxi25.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbxi5.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbxi6.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbxi7.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbxi8.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbxi9.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbxsl10.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbxsl11.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbxsl12.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbxsl14.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbxsl17.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbxsl20.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbxsl25.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbxsl5.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbxsl6.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbxsl7.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbxsl8.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbxsl9.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbxu10.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbxu11.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbxu12.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbxu14.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbxu17.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbxu20.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbxu25.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbxu5.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbxu6.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbxu7.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbxu8.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcbxu9.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fccoding.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fccsc10.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fccsc11.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fccsc12.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fccsc14.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fccsc17.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fccsc20.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fccsc25.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fccsc5.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fccsc6.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fccsc7.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fccsc8.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fccsc9.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fccscspu.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fci10.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fci11.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fci12.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fci14.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fci17.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fci20.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fci25.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fci5.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fci6.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fci7.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fci8.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fci9.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcilig.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcitalic.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcitligt.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcitlpct.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcitt10.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcitt11.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcitt12.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcitt14.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcitt17.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcitt20.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcitt25.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcitt5.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcitt6.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcitt7.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcitt8.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcitt9.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcmacros.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcpunct.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcr10.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcr11.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcr12.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcr14.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcr17.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcr20.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcr25.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcr5.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcr6.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcr7.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcr8.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcr9.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcrlig.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcroligt.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcroman.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcrompct.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcscligt.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsfligt.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsibx10.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsibx11.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsibx12.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsibx14.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsibx17.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsibx20.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsibx25.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsibx5.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsibx6.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsibx7.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsibx8.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsibx9.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsitt10.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsitt11.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsitt12.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsitt14.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsitt17.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsitt20.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsitt25.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsitt5.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsitt6.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsitt7.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsitt8.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsitt9.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsl10.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsl11.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsl12.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsl14.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsl17.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsl20.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsl25.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsl5.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsl6.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsl7.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsl8.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsl9.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcss10.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcss11.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcss12.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcss14.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcss17.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcss20.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcss25.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcss5.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcss6.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcss7.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcss8.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcss9.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcssbx10.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcssbx11.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcssbx12.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcssbx14.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcssbx17.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcssbx20.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcssbx25.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcssbx5.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcssbx6.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcssbx7.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcssbx8.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcssbx9.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcssi10.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcssi11.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcssi12.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcssi14.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcssi17.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcssi20.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcssi25.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcssi5.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcssi6.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcssi7.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcssi8.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcssi9.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsstt10.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsstt11.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsstt12.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsstt14.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsstt17.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsstt20.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsstt25.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsstt5.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsstt6.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsstt7.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsstt8.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcsstt9.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fctt10.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fctt11.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fctt12.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fctt14.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fctt17.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fctt20.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fctt25.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fctt5.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fctt6.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fctt7.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fctt8.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fctt9.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcttligt.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcu10.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcu11.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcu12.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcu14.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcu17.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcu20.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcu25.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcu5.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcu6.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcu7.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcu8.mf %{_texmfdistdir}/fonts/source/jknappen/fc/fcu9.mf %{_texmfdistdir}/fonts/source/jknappen/fc/itala.mf %{_texmfdistdir}/fonts/source/jknappen/fc/italbcd.mf %{_texmfdistdir}/fonts/source/jknappen/fc/itale.mf %{_texmfdistdir}/fonts/source/jknappen/fc/italfgh.mf %{_texmfdistdir}/fonts/source/jknappen/fc/italij.mf %{_texmfdistdir}/fonts/source/jknappen/fc/italklm.mf %{_texmfdistdir}/fonts/source/jknappen/fc/italn.mf %{_texmfdistdir}/fonts/source/jknappen/fc/italo.mf %{_texmfdistdir}/fonts/source/jknappen/fc/italpqr.mf %{_texmfdistdir}/fonts/source/jknappen/fc/italst.mf %{_texmfdistdir}/fonts/source/jknappen/fc/italuvw.mf %{_texmfdistdir}/fonts/source/jknappen/fc/italxyz.mf %{_texmfdistdir}/fonts/source/jknappen/fc/lowera.mf %{_texmfdistdir}/fonts/source/jknappen/fc/lowerbcd.mf %{_texmfdistdir}/fonts/source/jknappen/fc/lowere.mf %{_texmfdistdir}/fonts/source/jknappen/fc/lowerfgh.mf %{_texmfdistdir}/fonts/source/jknappen/fc/lowerij.mf %{_texmfdistdir}/fonts/source/jknappen/fc/lowerklm.mf %{_texmfdistdir}/fonts/source/jknappen/fc/lowern.mf %{_texmfdistdir}/fonts/source/jknappen/fc/lowero.mf %{_texmfdistdir}/fonts/source/jknappen/fc/lowerpqr.mf %{_texmfdistdir}/fonts/source/jknappen/fc/lowerst.mf %{_texmfdistdir}/fonts/source/jknappen/fc/loweruvw.mf %{_texmfdistdir}/fonts/source/jknappen/fc/lowerxyz.mf %{_texmfdistdir}/fonts/source/jknappen/fc/uppera.mf %{_texmfdistdir}/fonts/source/jknappen/fc/upperbcd.mf %{_texmfdistdir}/fonts/source/jknappen/fc/uppere.mf %{_texmfdistdir}/fonts/source/jknappen/fc/upperfgh.mf %{_texmfdistdir}/fonts/source/jknappen/fc/upperij.mf %{_texmfdistdir}/fonts/source/jknappen/fc/upperklm.mf %{_texmfdistdir}/fonts/source/jknappen/fc/uppern.mf %{_texmfdistdir}/fonts/source/jknappen/fc/uppero.mf %{_texmfdistdir}/fonts/source/jknappen/fc/upperpqr.mf %{_texmfdistdir}/fonts/source/jknappen/fc/upperst.mf %{_texmfdistdir}/fonts/source/jknappen/fc/upperuvw.mf %{_texmfdistdir}/fonts/source/jknappen/fc/upperxyz.mf %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbx10.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbx11.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbx12.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbx14.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbx17.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbx20.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbx25.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbx5.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbx6.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbx7.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbx8.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbx9.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxi10.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxi11.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxi12.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxi14.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxi17.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxi20.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxi25.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxi5.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxi6.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxi7.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxi8.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxi9.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxsl10.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxsl11.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxsl12.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxsl14.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxsl17.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxsl20.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxsl25.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxsl5.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxsl6.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxsl7.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxsl8.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxsl9.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxu10.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxu11.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxu12.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxu14.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxu17.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxu20.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxu25.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxu5.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxu6.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxu7.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxu8.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxu9.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fccsc10.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fccsc11.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fccsc12.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fccsc14.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fccsc17.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fccsc20.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fccsc25.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fccsc5.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fccsc6.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fccsc7.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fccsc8.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fccsc9.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fci10.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fci11.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fci12.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fci14.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fci17.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fci20.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fci25.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fci5.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fci6.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fci7.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fci8.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fci9.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcitt10.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcitt11.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcitt12.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcitt14.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcitt17.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcitt20.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcitt25.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcitt5.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcitt6.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcitt7.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcitt8.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcitt9.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcr10.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcr11.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcr12.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcr14.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcr17.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcr20.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcr25.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcr5.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcr6.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcr7.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcr8.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcr9.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsibx10.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsibx11.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsibx12.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsibx14.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsibx17.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsibx20.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsibx25.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsibx5.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsibx6.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsibx7.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsibx8.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsibx9.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsitt10.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsitt11.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsitt12.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsitt14.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsitt17.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsitt20.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsitt25.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsitt5.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsitt6.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsitt7.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsitt8.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsitt9.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsl10.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsl11.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsl12.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsl14.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsl17.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsl20.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsl25.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsl5.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsl6.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsl7.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsl8.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsl9.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcss10.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcss11.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcss12.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcss14.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcss17.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcss20.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcss25.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcss5.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcss6.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcss7.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcss8.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcss9.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssbx10.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssbx11.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssbx12.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssbx14.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssbx17.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssbx20.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssbx25.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssbx5.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssbx6.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssbx7.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssbx8.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssbx9.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssi10.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssi11.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssi12.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssi14.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssi17.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssi20.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssi25.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssi5.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssi6.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssi7.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssi8.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssi9.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsstt10.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsstt11.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsstt12.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsstt14.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsstt17.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsstt20.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsstt25.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsstt5.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsstt6.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsstt7.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsstt8.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsstt9.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fctt10.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fctt11.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fctt12.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fctt14.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fctt17.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fctt20.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fctt25.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fctt5.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fctt6.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fctt7.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fctt8.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fctt9.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcu10.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcu11.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcu12.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcu14.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcu17.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcu20.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcu25.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcu5.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcu6.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcu7.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcu8.tfm %{_texmfdistdir}/fonts/tfm/jknappen/fc/fcu9.tfm %{_texmfdistdir}/tex/latex/fc/fclfont.sty %{_texmfdistdir}/tex/latex/fc/fcuse.sty %{_texmfdistdir}/tex/latex/fc/t4cmr.fd %{_texmfdistdir}/tex/latex/fc/t4cmss.fd %{_texmfdistdir}/tex/latex/fc/t4cmtt.fd %{_texmfdistdir}/tex/latex/fc/t4enc.def %{_texmfdistdir}/tex/latex/fc/t4fcr.fd %{_texmfdistdir}/tex/latex/fc/t4phonet.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-fc-%{texlive_version}.%{texlive_noarch}.1.4svn32796-%{release}-zypper %endif %package -n texlive-fcavtex Version: %{texlive_version}.%{texlive_noarch}.1.1svn38074 Release: 0 Summary: A thesis class for the FCAV/UNESP (Brazil) License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-fcavtex-doc >= %{texlive_version} Provides: tex(fcavtex.cls) Requires: tex(abntex2cite.sty) Requires: tex(babel.sty) Requires: tex(chapterbib.sty) Requires: tex(geometry.sty) Requires: tex(helvet.sty) Requires: tex(hyperref.sty) Requires: tex(hyphenat.sty) Requires: tex(indentfirst.sty) Requires: tex(inputenc.sty) Requires: tex(layout.sty) Requires: tex(memhfixc.sty) Requires: tex(memoir.cls) Requires: tex(mfirstuc.sty) Requires: tex(microtype.sty) Requires: tex(pageslts.sty) Requires: tex(paralist.sty) Requires: tex(ragged2e.sty) Requires: tex(sfmath.sty) Requires: tex(textpos.sty) Requires: tex(titlesec.sty) Requires: tex(tocloft.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source160: fcavtex.tar.xz Source161: fcavtex.doc.tar.xz %description -n texlive-fcavtex This package provides a class and a bibliography style for the FCAV-UNESP (Faculdade de Ciencias Agrarias e Veterinarias de Jaboticabal UNESP) brazilian university, written based on the institution rules for thesis publications. date: 2016-06-24 17:18:15 +0000 %package -n texlive-fcavtex-doc Version: %{texlive_version}.%{texlive_noarch}.1.1svn38074 Release: 0 Summary: Documentation for texlive-fcavtex License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Provides: locale(texlive-fcavtex-doc:pt) %description -n texlive-fcavtex-doc This package includes the documentation for texlive-fcavtex %post -n texlive-fcavtex mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-fcavtex mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-fcavtex %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-fcavtex-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/fcavtex/README %{_texmfdistdir}/doc/latex/fcavtex/examples/basico-cap1.tex %{_texmfdistdir}/doc/latex/fcavtex/examples/basico-principal.pdf %{_texmfdistdir}/doc/latex/fcavtex/examples/basico-principal.tex %{_texmfdistdir}/doc/latex/fcavtex/examples/basico-resumo.tex %{_texmfdistdir}/doc/latex/fcavtex/manual/fcavtex.pdf %{_texmfdistdir}/doc/latex/fcavtex/manual/fcavtex.tex %files -n texlive-fcavtex %defattr(-,root,root,755) %{_texmfdistdir}/bibtex/bst/fcavtex/fcavtex.bst %{_texmfdistdir}/tex/latex/fcavtex/fcavtex.cls %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-fcavtex-%{texlive_version}.%{texlive_noarch}.1.1svn38074-%{release}-zypper %endif %package -n texlive-fcltxdoc Version: %{texlive_version}.%{texlive_noarch}.1.0svn24500 Release: 0 Summary: Macros for use in the author's documentation License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-fcltxdoc-doc >= %{texlive_version} Provides: tex(fcltxdoc.sty) Requires: tex(amsfonts.sty) Requires: tex(amsmath.sty) Requires: tex(amsopn.sty) Requires: tex(amssymb.sty) Requires: tex(array.sty) Requires: tex(bbding.sty) Requires: tex(bookmark.sty) Requires: tex(booktabs.sty) Requires: tex(delarray.sty) Requires: tex(embedfile.sty) Requires: tex(enumitem.sty) Requires: tex(etexcmds.sty) Requires: tex(etoolbox.sty) Requires: tex(eurosym.sty) Requires: tex(fancyhdr.sty) Requires: tex(fancyvrb.sty) Requires: tex(filehook.sty) Requires: tex(fontenc.sty) Requires: tex(framed.sty) Requires: tex(graphicx.sty) Requires: tex(grffile.sty) Requires: tex(hologo.sty) Requires: tex(hypbmsec.sty) Requires: tex(hypdoc.sty) Requires: tex(hyperref.sty) Requires: tex(interfaces.sty) Requires: tex(lastpage.sty) Requires: tex(linegoal.sty) Requires: tex(listings.sty) Requires: tex(ltxcmds.sty) Requires: tex(ltxnew.sty) Requires: tex(makecell.sty) Requires: tex(manfnt.sty) Requires: tex(marginnote.sty) Requires: tex(moresize.sty) Requires: tex(nccfoots.sty) Requires: tex(nccstretch.sty) Requires: tex(needspace.sty) Requires: tex(pdftexcmds.sty) Requires: tex(relsize.sty) Requires: tex(titlesec.sty) Requires: tex(tocloft.sty) Requires: tex(ulem.sty) Requires: tex(xcolor.sty) Requires: tex(xspace.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source162: fcltxdoc.tar.xz Source163: fcltxdoc.doc.tar.xz %description -n texlive-fcltxdoc The package is not advertised for public use, but is necessary for the support of others of the author's packages (which are compiled under the ltxdoc class). date: 2016-06-24 17:18:15 +0000 %package -n texlive-fcltxdoc-doc Version: %{texlive_version}.%{texlive_noarch}.1.0svn24500 Release: 0 Summary: Documentation for texlive-fcltxdoc License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-fcltxdoc-doc This package includes the documentation for texlive-fcltxdoc %post -n texlive-fcltxdoc mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-fcltxdoc mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-fcltxdoc %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-fcltxdoc-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/fcltxdoc/fcltxdoc.pdf %files -n texlive-fcltxdoc %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/fcltxdoc/fcltxdoc.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-fcltxdoc-%{texlive_version}.%{texlive_noarch}.1.0svn24500-%{release}-zypper %endif %package -n texlive-fcolumn Version: %{texlive_version}.%{texlive_noarch}.1.1.1svn38489 Release: 0 Summary: Typesetting financial 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): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-fcolumn-doc >= %{texlive_version} Provides: tex(fcolumn.sty) Requires: tex(array.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source164: fcolumn.tar.xz Source165: fcolumn.doc.tar.xz %description -n texlive-fcolumn In financial reports, text and currency amounts are regularly put in one table, e.g., a year balance or a profit-and-loss overview. This package provides the settings for automatically typesetting such columns, including the sum line (preceded by a rule of the correct width) using the specifier "f". date: 2016-06-24 17:18:15 +0000 %package -n texlive-fcolumn-doc Version: %{texlive_version}.%{texlive_noarch}.1.1.1svn38489 Release: 0 Summary: Documentation for texlive-fcolumn License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-fcolumn-doc This package includes the documentation for texlive-fcolumn %post -n texlive-fcolumn mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-fcolumn mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-fcolumn %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-fcolumn-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/fcolumn/README %{_texmfdistdir}/doc/latex/fcolumn/fcolumn.pdf %files -n texlive-fcolumn %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/fcolumn/fcolumn.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-fcolumn-%{texlive_version}.%{texlive_noarch}.1.1.1svn38489-%{release}-zypper %endif %package -n texlive-fdsymbol Version: %{texlive_version}.%{texlive_noarch}.0.0.8svn26722 Release: 0 Summary: A maths symbol font License: OFL-1.1 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(post): findutils Requires(post): grep Requires(post): sed Requires(post): texlive >= %{texlive_version} Requires(post): tex(updmap.cfg) #!BuildIgnore: tex(updmap.cfg) Requires(postun): findutils Requires(postun): grep Requires(postun): sed Requires(postun): texlive >= %{texlive_version} Requires(postun): tex(updmap.cfg) Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Requires: texlive-fdsymbol-fonts >= %{texlive_version} Recommends: texlive-fdsymbol-doc >= %{texlive_version} Provides: tex(FdSymbolA-Bold.tfm) Provides: tex(FdSymbolA-Book.tfm) Provides: tex(FdSymbolA-Medium.tfm) Provides: tex(FdSymbolA-Regular.tfm) Provides: tex(FdSymbolB-Bold.tfm) Provides: tex(FdSymbolB-Book.tfm) Provides: tex(FdSymbolB-Medium.tfm) Provides: tex(FdSymbolB-Regular.tfm) Provides: tex(FdSymbolC-Bold.tfm) Provides: tex(FdSymbolC-Book.tfm) Provides: tex(FdSymbolC-Medium.tfm) Provides: tex(FdSymbolC-Regular.tfm) Provides: tex(FdSymbolD-Bold.tfm) Provides: tex(FdSymbolD-Book.tfm) Provides: tex(FdSymbolD-Medium.tfm) Provides: tex(FdSymbolD-Regular.tfm) Provides: tex(FdSymbolE-Bold.tfm) Provides: tex(FdSymbolE-Book.tfm) Provides: tex(FdSymbolE-Medium.tfm) Provides: tex(FdSymbolE-Regular.tfm) Provides: tex(FdSymbolF-Bold.tfm) Provides: tex(FdSymbolF-Book.tfm) Provides: tex(FdSymbolF-Medium.tfm) Provides: tex(FdSymbolF-Regular.tfm) Provides: tex(fdsymbol-a.enc) Provides: tex(fdsymbol-b.enc) Provides: tex(fdsymbol-c.enc) Provides: tex(fdsymbol-d.enc) Provides: tex(fdsymbol-e.enc) Provides: tex(fdsymbol-f.enc) Provides: tex(fdsymbol.map) Provides: tex(fdsymbol.sty) Requires: tex(xkeyval.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source166: fdsymbol.tar.xz Source167: fdsymbol.doc.tar.xz %description -n texlive-fdsymbol FdSymbol is a maths symbol font, designed as a companion to the Fedra family by Typotheque, but it might also fit other contemporary typefaces. date: 2016-06-24 17:18:15 +0000 %package -n texlive-fdsymbol-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.8svn26722 Release: 0 Summary: Documentation for texlive-fdsymbol License: OFL-1.1 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-fdsymbol-doc This package includes the documentation for texlive-fdsymbol %package -n texlive-fdsymbol-fonts Version: %{texlive_version}.%{texlive_noarch}.0.0.8svn26722 Release: 0 Summary: Severed fonts for texlive-fdsymbol License: OFL-1.1 Group: Productivity/Publishing/TeX/Fonts Url: http://www.tug.org/texlive/ Requires(post): fontconfig Requires(post): ghostscript-fonts-std Requires(post): mkfontdir Requires(post): mkfontscale Requires(post): xorg-x11-fonts-core Requires(postun): fontconfig Requires(postun): ghostscript-fonts-std Requires(postun): xorg-x11-fonts-core %description -n texlive-fdsymbol-fonts The separated fonts package for texlive-fdsymbol %post -n texlive-fdsymbol mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update echo 'addMap fdsymbol.map' >> /var/run/texlive/run-updmap %postun -n texlive-fdsymbol mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then echo 'deleteMap fdsymbol.map' >> /var/run/texlive/run-updmap exit 0 fi %posttrans -n texlive-fdsymbol %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %post -n texlive-fdsymbol-fonts fc-cache -s %{_datadir}/fonts mkfontscale %{_datadir}/fonts/texlive-fdsymbol mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-fdsymbol %postun -n texlive-fdsymbol-fonts if test $1 = 0; then fc-cache -s %{_datadir}/fonts fi %files -n texlive-fdsymbol-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/fonts/fdsymbol/FONTLOG.txt %{_texmfdistdir}/doc/fonts/fdsymbol/OFL.txt %{_texmfdistdir}/doc/latex/fdsymbol/fdsymbol.pdf %files -n texlive-fdsymbol %defattr(-,root,root,755) %{_texmfdistdir}/fonts/enc/dvips/fdsymbol/fdsymbol-a.enc %{_texmfdistdir}/fonts/enc/dvips/fdsymbol/fdsymbol-b.enc %{_texmfdistdir}/fonts/enc/dvips/fdsymbol/fdsymbol-c.enc %{_texmfdistdir}/fonts/enc/dvips/fdsymbol/fdsymbol-d.enc %{_texmfdistdir}/fonts/enc/dvips/fdsymbol/fdsymbol-e.enc %{_texmfdistdir}/fonts/enc/dvips/fdsymbol/fdsymbol-f.enc %{_texmfdistdir}/fonts/map/dvips/fdsymbol/fdsymbol.map %verify(link) %{_texmfdistdir}/fonts/opentype/public/fdsymbol/FdSymbol-Bold.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fdsymbol/FdSymbol-Book.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fdsymbol/FdSymbol-Medium.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fdsymbol/FdSymbol-Regular.otf %{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolA-Bold.mf %{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolA-Book.mf %{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolA-Medium.mf %{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolA-Regular.mf %{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolA.mf %{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolB-Bold.mf %{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolB-Book.mf %{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolB-Medium.mf %{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolB-Regular.mf %{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolB.mf %{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolC-Bold.mf %{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolC-Book.mf %{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolC-Medium.mf %{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolC-Regular.mf %{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolC.mf %{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolD-Bold.mf %{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolD-Book.mf %{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolD-Medium.mf %{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolD-Regular.mf %{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolD.mf %{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolE-Bold.mf %{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolE-Book.mf %{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolE-Medium.mf %{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolE-Regular.mf %{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolE.mf %{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolF-Bold.mf %{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolF-Book.mf %{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolF-Medium.mf %{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolF-Regular.mf %{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolF.mf %{_texmfdistdir}/fonts/source/public/fdsymbol/fdaccents.mf %{_texmfdistdir}/fonts/source/public/fdsymbol/fdarrows.mf %{_texmfdistdir}/fonts/source/public/fdsymbol/fdbase.mf %{_texmfdistdir}/fonts/source/public/fdsymbol/fddelims.mf %{_texmfdistdir}/fonts/source/public/fdsymbol/fdgeometric.mf %{_texmfdistdir}/fonts/source/public/fdsymbol/fdoperators.mf %{_texmfdistdir}/fonts/source/public/fdsymbol/fdrelations.mf %{_texmfdistdir}/fonts/source/public/fdsymbol/fdturnstile.mf %{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolA-Bold.tfm %{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolA-Book.tfm %{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolA-Medium.tfm %{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolA-Regular.tfm %{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolB-Bold.tfm %{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolB-Book.tfm %{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolB-Medium.tfm %{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolB-Regular.tfm %{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolC-Bold.tfm %{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolC-Book.tfm %{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolC-Medium.tfm %{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolC-Regular.tfm %{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolD-Bold.tfm %{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolD-Book.tfm %{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolD-Medium.tfm %{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolD-Regular.tfm %{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolE-Bold.tfm %{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolE-Book.tfm %{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolE-Medium.tfm %{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolE-Regular.tfm %{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolF-Bold.tfm %{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolF-Book.tfm %{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolF-Medium.tfm %{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolF-Regular.tfm %verify(link) %{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolA-Bold.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolA-Book.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolA-Medium.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolA-Regular.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolB-Bold.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolB-Book.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolB-Medium.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolB-Regular.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolC-Bold.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolC-Book.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolC-Medium.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolC-Regular.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolD-Bold.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolD-Book.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolD-Medium.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolD-Regular.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolE-Bold.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolE-Book.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolE-Medium.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolE-Regular.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolF-Bold.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolF-Book.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolF-Medium.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolF-Regular.pfb %{_texmfdistdir}/tex/latex/fdsymbol/fdsymbol.sty %files -n texlive-fdsymbol-fonts %defattr(-,root,root,755) %dir %{_datadir}/fonts/texlive-fdsymbol %config %{_sysconfdir}/fonts/conf.avail/58-texlive-fdsymbol.conf %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-fdsymbol/encodings.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-fdsymbol/fonts.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-fdsymbol/fonts.scale %{_datadir}/fonts/texlive-fdsymbol/FdSymbol-Bold.otf %{_datadir}/fonts/texlive-fdsymbol/FdSymbol-Book.otf %{_datadir}/fonts/texlive-fdsymbol/FdSymbol-Medium.otf %{_datadir}/fonts/texlive-fdsymbol/FdSymbol-Regular.otf %{_datadir}/fonts/texlive-fdsymbol/FdSymbolA-Bold.pfb %{_datadir}/fonts/texlive-fdsymbol/FdSymbolA-Book.pfb %{_datadir}/fonts/texlive-fdsymbol/FdSymbolA-Medium.pfb %{_datadir}/fonts/texlive-fdsymbol/FdSymbolA-Regular.pfb %{_datadir}/fonts/texlive-fdsymbol/FdSymbolB-Bold.pfb %{_datadir}/fonts/texlive-fdsymbol/FdSymbolB-Book.pfb %{_datadir}/fonts/texlive-fdsymbol/FdSymbolB-Medium.pfb %{_datadir}/fonts/texlive-fdsymbol/FdSymbolB-Regular.pfb %{_datadir}/fonts/texlive-fdsymbol/FdSymbolC-Bold.pfb %{_datadir}/fonts/texlive-fdsymbol/FdSymbolC-Book.pfb %{_datadir}/fonts/texlive-fdsymbol/FdSymbolC-Medium.pfb %{_datadir}/fonts/texlive-fdsymbol/FdSymbolC-Regular.pfb %{_datadir}/fonts/texlive-fdsymbol/FdSymbolD-Bold.pfb %{_datadir}/fonts/texlive-fdsymbol/FdSymbolD-Book.pfb %{_datadir}/fonts/texlive-fdsymbol/FdSymbolD-Medium.pfb %{_datadir}/fonts/texlive-fdsymbol/FdSymbolD-Regular.pfb %{_datadir}/fonts/texlive-fdsymbol/FdSymbolE-Bold.pfb %{_datadir}/fonts/texlive-fdsymbol/FdSymbolE-Book.pfb %{_datadir}/fonts/texlive-fdsymbol/FdSymbolE-Medium.pfb %{_datadir}/fonts/texlive-fdsymbol/FdSymbolE-Regular.pfb %{_datadir}/fonts/texlive-fdsymbol/FdSymbolF-Bold.pfb %{_datadir}/fonts/texlive-fdsymbol/FdSymbolF-Book.pfb %{_datadir}/fonts/texlive-fdsymbol/FdSymbolF-Medium.pfb %{_datadir}/fonts/texlive-fdsymbol/FdSymbolF-Regular.pfb %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-fdsymbol-fonts-%{texlive_version}.%{texlive_noarch}.0.0.8svn26722-%{release}-zypper %endif %package -n texlive-featpost Version: %{texlive_version}.%{texlive_noarch}.0.0.8.8svn35346 Release: 0 Summary: MetaPost macros for 3D License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-featpost-doc >= %{texlive_version} # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source168: featpost.tar.xz Source169: featpost.doc.tar.xz %description -n texlive-featpost These macros allow the production of three-dimensional schemes containing: angles, circles, cylinders, cones and spheres, among other things. date: 2016-06-24 17:18:15 +0000 %package -n texlive-featpost-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.8.8svn35346 Release: 0 Summary: Documentation for texlive-featpost License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-featpost-doc This package includes the documentation for texlive-featpost %post -n texlive-featpost mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-featpost mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-featpost %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-featpost-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/metapost/featpost/MPexamples.html %{_texmfdistdir}/doc/metapost/featpost/README %{_texmfdistdir}/doc/metapost/featpost/bash/COMPILE.sh %{_texmfdistdir}/doc/metapost/featpost/bash/dvipngproof.sh %{_texmfdistdir}/doc/metapost/featpost/bash/laproof.sh %{_texmfdistdir}/doc/metapost/featpost/bash/makehtmlindex.sh %{_texmfdistdir}/doc/metapost/featpost/bash/pdflatexproof.sh %{_texmfdistdir}/doc/metapost/featpost/bash/pngmaker.sh %{_texmfdistdir}/doc/metapost/featpost/doc/Exemplifier.pdf %{_texmfdistdir}/doc/metapost/featpost/doc/alldefs.txt %{_texmfdistdir}/doc/metapost/featpost/doc/featpostbeamer.pdf %{_texmfdistdir}/doc/metapost/featpost/doc/featpostbeamer.tex %{_texmfdistdir}/doc/metapost/featpost/doc/featpostdocsource.tex %{_texmfdistdir}/doc/metapost/featpost/doc/featpostmanual.pdf %{_texmfdistdir}/doc/metapost/featpost/doc/featpostmanual.tex %{_texmfdistdir}/doc/metapost/featpost/doc/lastfiguretest.pdf %{_texmfdistdir}/doc/metapost/featpost/doc/lastfiguretest.tex %{_texmfdistdir}/doc/metapost/featpost/doc/letterfor3Dand4D.pdf %{_texmfdistdir}/doc/metapost/featpost/doc/letterfor3Dand4D.tex %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropaganda.pdf %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropaganda.tex %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/3.eps %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/3.jpeg %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/3.pgm %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/CompanionsCollection.jpg %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/Diagram1.dia %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/Diagram1.mp %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/KnuthCollection.jpg %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/dia.png %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/fekslatexmp.1 %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/fekslatexmp.mp %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/intersection2D.1 %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/intersection2D.mp %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/metapostpropaganda.png %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/minimal-1.mps %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/minimal-1.pdf %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/minimal.jpeg %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/minimal.jpg %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/minimal.mp %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/minimal.png %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/pifpaf.jpeg %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/pifpafphoto.jpg %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/pifpafpropaganda.0 %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/pifpafpropaganda.1 %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/pifpafpropaganda.10 %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/pifpafpropaganda.11 %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/pifpafpropaganda.12 %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/pifpafpropaganda.13 %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/pifpafpropaganda.14 %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/pifpafpropaganda.15 %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/pifpafpropaganda.2 %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/pifpafpropaganda.3 %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/pifpafpropaganda.4 %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/pifpafpropaganda.5 %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/pifpafpropaganda.6 %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/pifpafpropaganda.7 %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/pifpafpropaganda.8 %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/pifpafpropaganda.9 %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/pifpafpropaganda.mp %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/recursives.1 %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/recursives.2 %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/recursives.3 %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/recursives.mp %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/sriyantrafinal-1.svg %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/sriyantrafinal.mp %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/todo.jpg %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/workflow-from-mpman-charts.1 %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/workflow-from-mpman-charts.2 %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/workflow-from-mpman-charts.mp %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/xfig.png %{_texmfdistdir}/doc/metapost/featpost/doc/otherinfo/BezierApprox.pdf %{_texmfdistdir}/doc/metapost/featpost/doc/otherinfo/CHANGESv1.803.txt %{_texmfdistdir}/doc/metapost/featpost/doc/otherinfo/Zpravodaj2009-4.pdf %{_texmfdistdir}/doc/metapost/featpost/doc/otherinfo/jdbug.png %{_texmfdistdir}/doc/metapost/featpost/doc/otherinfo/tb88henderson.pdf %{_texmfdistdir}/doc/metapost/featpost/example/38.mp %{_texmfdistdir}/doc/metapost/featpost/example/A131.mp %{_texmfdistdir}/doc/metapost/featpost/example/CAT.mp %{_texmfdistdir}/doc/metapost/featpost/example/DebianSwirlsmallEdited.mp %{_texmfdistdir}/doc/metapost/featpost/example/EBcrossed.mp %{_texmfdistdir}/doc/metapost/featpost/example/LED.mp %{_texmfdistdir}/doc/metapost/featpost/example/SlowDownNowBitmapScanned.mp %{_texmfdistdir}/doc/metapost/featpost/example/acmaglev.mp %{_texmfdistdir}/doc/metapost/featpost/example/acoplanv.mp %{_texmfdistdir}/doc/metapost/featpost/example/ahoraesglobal.mp %{_texmfdistdir}/doc/metapost/featpost/example/aledlogo.mp %{_texmfdistdir}/doc/metapost/featpost/example/allgreatideas.mp %{_texmfdistdir}/doc/metapost/featpost/example/anglinerigorouscircle.mp %{_texmfdistdir}/doc/metapost/featpost/example/antimattermeteor.mp %{_texmfdistdir}/doc/metapost/featpost/example/avalzero.mp %{_texmfdistdir}/doc/metapost/featpost/example/badshreeyantra.mp %{_texmfdistdir}/doc/metapost/featpost/example/balllauncher.mp %{_texmfdistdir}/doc/metapost/featpost/example/bananadimmer.mp %{_texmfdistdir}/doc/metapost/featpost/example/beautiful00.mp %{_texmfdistdir}/doc/metapost/featpost/example/bichaepolicia.mp %{_texmfdistdir}/doc/metapost/featpost/example/brownellips.mp %{_texmfdistdir}/doc/metapost/featpost/example/bstr.mp %{_texmfdistdir}/doc/metapost/featpost/example/bughunt.mp %{_texmfdistdir}/doc/metapost/featpost/example/buildcyclebug.mp %{_texmfdistdir}/doc/metapost/featpost/example/canschemes.mp %{_texmfdistdir}/doc/metapost/featpost/example/cap29res.mp %{_texmfdistdir}/doc/metapost/featpost/example/caratk3edit.mp %{_texmfdistdir}/doc/metapost/featpost/example/cartaxes.mp %{_texmfdistdir}/doc/metapost/featpost/example/casadopessoal.mp %{_texmfdistdir}/doc/metapost/featpost/example/cellevolve.mp %{_texmfdistdir}/doc/metapost/featpost/example/cinemwork.mp %{_texmfdistdir}/doc/metapost/featpost/example/circlespeedprofile.mp %{_texmfdistdir}/doc/metapost/featpost/example/closingbox.mp %{_texmfdistdir}/doc/metapost/featpost/example/cmykropes.mp %{_texmfdistdir}/doc/metapost/featpost/example/cone.mp %{_texmfdistdir}/doc/metapost/featpost/example/conegetready.mp %{_texmfdistdir}/doc/metapost/featpost/example/conicurv.mp %{_texmfdistdir}/doc/metapost/featpost/example/conoscopy.mp %{_texmfdistdir}/doc/metapost/featpost/example/convergingspirals.mp %{_texmfdistdir}/doc/metapost/featpost/example/crossingline.mp %{_texmfdistdir}/doc/metapost/featpost/example/cruztuga.mp %{_texmfdistdir}/doc/metapost/featpost/example/cubicfacecentered.mp %{_texmfdistdir}/doc/metapost/featpost/example/cubicfigures.mp %{_texmfdistdir}/doc/metapost/featpost/example/cubicstructurefcc.mp %{_texmfdistdir}/doc/metapost/featpost/example/cubicstructures.mp %{_texmfdistdir}/doc/metapost/featpost/example/cylimple.mp %{_texmfdistdir}/doc/metapost/featpost/example/cylinderborders.mp %{_texmfdistdir}/doc/metapost/featpost/example/daliasensor.mp %{_texmfdistdir}/doc/metapost/featpost/example/decorstatement.mp %{_texmfdistdir}/doc/metapost/featpost/example/defaultcmr.mp %{_texmfdistdir}/doc/metapost/featpost/example/deperspective.mp %{_texmfdistdir}/doc/metapost/featpost/example/derivondatriang.mp %{_texmfdistdir}/doc/metapost/featpost/example/diameters.mp %{_texmfdistdir}/doc/metapost/featpost/example/directfonts.mp %{_texmfdistdir}/doc/metapost/featpost/example/doitnow.mp %{_texmfdistdir}/doc/metapost/featpost/example/downloadicon.mp %{_texmfdistdir}/doc/metapost/featpost/example/dreamhouse.mp %{_texmfdistdir}/doc/metapost/featpost/example/durgayantra.mp %{_texmfdistdir}/doc/metapost/featpost/example/eemcsblabla.mp %{_texmfdistdir}/doc/metapost/featpost/example/electricpotential.mp %{_texmfdistdir}/doc/metapost/featpost/example/electrospiral.mp %{_texmfdistdir}/doc/metapost/featpost/example/ellipticextrusionpress.mp %{_texmfdistdir}/doc/metapost/featpost/example/ellipticprism.mp %{_texmfdistdir}/doc/metapost/featpost/example/ellipticproperties.mp %{_texmfdistdir}/doc/metapost/featpost/example/elliptictable.mp %{_texmfdistdir}/doc/metapost/featpost/example/ellipticthing.mp %{_texmfdistdir}/doc/metapost/featpost/example/embroncordada.mp %{_texmfdistdir}/doc/metapost/featpost/example/emptylines.mp %{_texmfdistdir}/doc/metapost/featpost/example/equilatrianglelines.mp %{_texmfdistdir}/doc/metapost/featpost/example/equilibriodetorques.mp %{_texmfdistdir}/doc/metapost/featpost/example/esteveslogo.mp %{_texmfdistdir}/doc/metapost/featpost/example/experimental.mp %{_texmfdistdir}/doc/metapost/featpost/example/experimental2Dsetup.mp %{_texmfdistdir}/doc/metapost/featpost/example/f1aula03.mp %{_texmfdistdir}/doc/metapost/featpost/example/f1aula05.mp %{_texmfdistdir}/doc/metapost/featpost/example/fakehole.mp %{_texmfdistdir}/doc/metapost/featpost/example/fallinthewind.mp %{_texmfdistdir}/doc/metapost/featpost/example/featpostlogo.mp %{_texmfdistdir}/doc/metapost/featpost/example/ffcbob.mp %{_texmfdistdir}/doc/metapost/featpost/example/fieldlines.mp %{_texmfdistdir}/doc/metapost/featpost/example/fieldlinesnorma.mp %{_texmfdistdir}/doc/metapost/featpost/example/fieldlinesnormapaper.mp %{_texmfdistdir}/doc/metapost/featpost/example/fieldlinesnormapaperwork.mp %{_texmfdistdir}/doc/metapost/featpost/example/fis1prex.mp %{_texmfdistdir}/doc/metapost/featpost/example/fis3prex.mp %{_texmfdistdir}/doc/metapost/featpost/example/fis3prex7.mp %{_texmfdistdir}/doc/metapost/featpost/example/fis3prey.mp %{_texmfdistdir}/doc/metapost/featpost/example/frustum.mp %{_texmfdistdir}/doc/metapost/featpost/example/galvanometro-inducao.mp %{_texmfdistdir}/doc/metapost/featpost/example/gausslawframe.mp %{_texmfdistdir}/doc/metapost/featpost/example/geombasic.mp %{_texmfdistdir}/doc/metapost/featpost/example/geomcasq.mp %{_texmfdistdir}/doc/metapost/featpost/example/geometricaverage.mp %{_texmfdistdir}/doc/metapost/featpost/example/geomfiguei.mp %{_texmfdistdir}/doc/metapost/featpost/example/geomfreder.mp %{_texmfdistdir}/doc/metapost/featpost/example/geommine.mp %{_texmfdistdir}/doc/metapost/featpost/example/geomsrinath.mp %{_texmfdistdir}/doc/metapost/featpost/example/gnupost.mp %{_texmfdistdir}/doc/metapost/featpost/example/gnupost3Dlogo.mp %{_texmfdistdir}/doc/metapost/featpost/example/goldenellipse.mp %{_texmfdistdir}/doc/metapost/featpost/example/graphene.mp %{_texmfdistdir}/doc/metapost/featpost/example/graphexample.mp %{_texmfdistdir}/doc/metapost/featpost/example/graphs.mp %{_texmfdistdir}/doc/metapost/featpost/example/halfcirclesfear.mp %{_texmfdistdir}/doc/metapost/featpost/example/hap.mp %{_texmfdistdir}/doc/metapost/featpost/example/heatfromroom.mp %{_texmfdistdir}/doc/metapost/featpost/example/helix.mp %{_texmfdistdir}/doc/metapost/featpost/example/hermitespliknot.mp %{_texmfdistdir}/doc/metapost/featpost/example/hexacylon.mp %{_texmfdistdir}/doc/metapost/featpost/example/hexagonalgrid.mp %{_texmfdistdir}/doc/metapost/featpost/example/hexagonaltrimesh.mp %{_texmfdistdir}/doc/metapost/featpost/example/hiddenlinegraph.mp %{_texmfdistdir}/doc/metapost/featpost/example/hiddensurface.mp %{_texmfdistdir}/doc/metapost/featpost/example/hiddensurfaces.mp %{_texmfdistdir}/doc/metapost/featpost/example/iamsorrykarl.mp %{_texmfdistdir}/doc/metapost/featpost/example/inductionbob.mp %{_texmfdistdir}/doc/metapost/featpost/example/integerbars.mp %{_texmfdistdir}/doc/metapost/featpost/example/integratorfigures.mp %{_texmfdistdir}/doc/metapost/featpost/example/interdigitrodes.mp %{_texmfdistdir}/doc/metapost/featpost/example/intersectorus.mp %{_texmfdistdir}/doc/metapost/featpost/example/intersectprolatespheroid.mp %{_texmfdistdir}/doc/metapost/featpost/example/iplaca.mp %{_texmfdistdir}/doc/metapost/featpost/example/jd44.mp %{_texmfdistdir}/doc/metapost/featpost/example/jdbug.mp %{_texmfdistdir}/doc/metapost/featpost/example/joinedemptylines.mp %{_texmfdistdir}/doc/metapost/featpost/example/keplernewtonfeynman.mp %{_texmfdistdir}/doc/metapost/featpost/example/kindofcube.mp %{_texmfdistdir}/doc/metapost/featpost/example/kindofcuber.mp %{_texmfdistdir}/doc/metapost/featpost/example/kopptrammel.mp %{_texmfdistdir}/doc/metapost/featpost/example/labelconstruct.mp %{_texmfdistdir}/doc/metapost/featpost/example/labelinspace.mp %{_texmfdistdir}/doc/metapost/featpost/example/lamarquejaune.mp %{_texmfdistdir}/doc/metapost/featpost/example/lasermachine.mp %{_texmfdistdir}/doc/metapost/featpost/example/latexboxes.mp %{_texmfdistdir}/doc/metapost/featpost/example/lawofcosines.mp %{_texmfdistdir}/doc/metapost/featpost/example/lcurvature.mp %{_texmfdistdir}/doc/metapost/featpost/example/ledlogo.mp %{_texmfdistdir}/doc/metapost/featpost/example/lgc2refractionEdited.mp %{_texmfdistdir}/doc/metapost/featpost/example/loglogpaper.mp %{_texmfdistdir}/doc/metapost/featpost/example/logofontest.mp %{_texmfdistdir}/doc/metapost/featpost/example/lowcostgreenhouse.mp %{_texmfdistdir}/doc/metapost/featpost/example/magneticflux.mp %{_texmfdistdir}/doc/metapost/featpost/example/mainmemtest.mp %{_texmfdistdir}/doc/metapost/featpost/example/manjusha.mp %{_texmfdistdir}/doc/metapost/featpost/example/matricskoc.mp %{_texmfdistdir}/doc/metapost/featpost/example/mce-lng.mp %{_texmfdistdir}/doc/metapost/featpost/example/metalcharge.mp %{_texmfdistdir}/doc/metapost/featpost/example/micostufas.mp %{_texmfdistdir}/doc/metapost/featpost/example/micromu.mp %{_texmfdistdir}/doc/metapost/featpost/example/milimetricpaper.mp %{_texmfdistdir}/doc/metapost/featpost/example/mpfields.mp %{_texmfdistdir}/doc/metapost/featpost/example/mptoolcone.mp %{_texmfdistdir}/doc/metapost/featpost/example/muslimpattern.mp %{_texmfdistdir}/doc/metapost/featpost/example/mypatent.mp %{_texmfdistdir}/doc/metapost/featpost/example/mypatentpieces.mp %{_texmfdistdir}/doc/metapost/featpost/example/mysquaresectionbar.mp %{_texmfdistdir}/doc/metapost/featpost/example/naoestacionar.mp %{_texmfdistdir}/doc/metapost/featpost/example/naotocanacalote.mp %{_texmfdistdir}/doc/metapost/featpost/example/nembends.mp %{_texmfdistdir}/doc/metapost/featpost/example/nembiaxi.mp %{_texmfdistdir}/doc/metapost/featpost/example/nemdirector.mp %{_texmfdistdir}/doc/metapost/featpost/example/nemquira.mp %{_texmfdistdir}/doc/metapost/featpost/example/nemquirapitch.mp %{_texmfdistdir}/doc/metapost/featpost/example/nemsaddl.mp %{_texmfdistdir}/doc/metapost/featpost/example/nemuniax.mp %{_texmfdistdir}/doc/metapost/featpost/example/newcommunism.mp %{_texmfdistdir}/doc/metapost/featpost/example/newexperimental.mp %{_texmfdistdir}/doc/metapost/featpost/example/nosimples.mp %{_texmfdistdir}/doc/metapost/featpost/example/nosuspension.mp %{_texmfdistdir}/doc/metapost/featpost/example/nsmetica.mp %{_texmfdistdir}/doc/metapost/featpost/example/nulldefectanglexample.mp %{_texmfdistdir}/doc/metapost/featpost/example/nurbstobeziern.mp %{_texmfdistdir}/doc/metapost/featpost/example/onebigword.mp %{_texmfdistdir}/doc/metapost/featpost/example/optest.mp %{_texmfdistdir}/doc/metapost/featpost/example/optica.mp %{_texmfdistdir}/doc/metapost/featpost/example/par3Dplotexamples.mp %{_texmfdistdir}/doc/metapost/featpost/example/parabolaonthestage.mp %{_texmfdistdir}/doc/metapost/featpost/example/parafuso.mp %{_texmfdistdir}/doc/metapost/featpost/example/parafusoprojxy.mp %{_texmfdistdir}/doc/metapost/featpost/example/pathernon.mp %{_texmfdistdir}/doc/metapost/featpost/example/pathofstraightline.mp %{_texmfdistdir}/doc/metapost/featpost/example/perspec.mp %{_texmfdistdir}/doc/metapost/featpost/example/photorefer.mp %{_texmfdistdir}/doc/metapost/featpost/example/photoreverse.mp %{_texmfdistdir}/doc/metapost/featpost/example/pifpaf.mp %{_texmfdistdir}/doc/metapost/featpost/example/pixelgrid.mp %{_texmfdistdir}/doc/metapost/featpost/example/plaintangency.mp %{_texmfdistdir}/doc/metapost/featpost/example/planintersection.mp %{_texmfdistdir}/doc/metapost/featpost/example/planpht.mp %{_texmfdistdir}/doc/metapost/featpost/example/polyhedr.mp %{_texmfdistdir}/doc/metapost/featpost/example/positivecharge.mp %{_texmfdistdir}/doc/metapost/featpost/example/potenciadecicloeliptico.mp %{_texmfdistdir}/doc/metapost/featpost/example/probtodooterr.mp %{_texmfdistdir}/doc/metapost/featpost/example/profaux.mp %{_texmfdistdir}/doc/metapost/featpost/example/project.mp %{_texmfdistdir}/doc/metapost/featpost/example/qap.mp %{_texmfdistdir}/doc/metapost/featpost/example/quartertorus.mp %{_texmfdistdir}/doc/metapost/featpost/example/radiativeforcing.mp %{_texmfdistdir}/doc/metapost/featpost/example/raiodoscirculos.mp %{_texmfdistdir}/doc/metapost/featpost/example/redplanet.mp %{_texmfdistdir}/doc/metapost/featpost/example/reeditedgoodquestionmark.mp %{_texmfdistdir}/doc/metapost/featpost/example/resistcircuit.mp %{_texmfdistdir}/doc/metapost/featpost/example/reuleaux.mp %{_texmfdistdir}/doc/metapost/featpost/example/revolipsoid.mp %{_texmfdistdir}/doc/metapost/featpost/example/revolutionparaboloid.mp %{_texmfdistdir}/doc/metapost/featpost/example/revolvers.mp %{_texmfdistdir}/doc/metapost/featpost/example/rigorcubo.mp %{_texmfdistdir}/doc/metapost/featpost/example/rigorouscircle.mp %{_texmfdistdir}/doc/metapost/featpost/example/rigorouscone.mp %{_texmfdistdir}/doc/metapost/featpost/example/rigorousdiscSD.mp %{_texmfdistdir}/doc/metapost/featpost/example/rigorousdiscoptions.mp %{_texmfdistdir}/doc/metapost/featpost/example/rigorousfearpath.mp %{_texmfdistdir}/doc/metapost/featpost/example/rmnbob.mp %{_texmfdistdir}/doc/metapost/featpost/example/roadincline.mp %{_texmfdistdir}/doc/metapost/featpost/example/rodarolaremplaninc.mp %{_texmfdistdir}/doc/metapost/featpost/example/ropepatterns.mp %{_texmfdistdir}/doc/metapost/featpost/example/rosadosventos.mp %{_texmfdistdir}/doc/metapost/featpost/example/rotatnlc.mp %{_texmfdistdir}/doc/metapost/featpost/example/rothexagrid.mp %{_texmfdistdir}/doc/metapost/featpost/example/rungekuttasecond.mp %{_texmfdistdir}/doc/metapost/featpost/example/sal.mp %{_texmfdistdir}/doc/metapost/featpost/example/sap.mp %{_texmfdistdir}/doc/metapost/featpost/example/saturn.mp %{_texmfdistdir}/doc/metapost/featpost/example/sfearschem.mp %{_texmfdistdir}/doc/metapost/featpost/example/sharpraytrace.mp %{_texmfdistdir}/doc/metapost/featpost/example/signalvertexSD.mp %{_texmfdistdir}/doc/metapost/featpost/example/simplecar.mp %{_texmfdistdir}/doc/metapost/featpost/example/simplecarparam.mp %{_texmfdistdir}/doc/metapost/featpost/example/simplecenterofmass.mp %{_texmfdistdir}/doc/metapost/featpost/example/simplelens.mp %{_texmfdistdir}/doc/metapost/featpost/example/simplependulum.mp %{_texmfdistdir}/doc/metapost/featpost/example/simplexperiment.mp %{_texmfdistdir}/doc/metapost/featpost/example/sincityredesigned.mp %{_texmfdistdir}/doc/metapost/featpost/example/slingshot.mp %{_texmfdistdir}/doc/metapost/featpost/example/smC.mp %{_texmfdistdir}/doc/metapost/featpost/example/sniperlogo.mp %{_texmfdistdir}/doc/metapost/featpost/example/solarconcentrator.mp %{_texmfdistdir}/doc/metapost/featpost/example/solardish.mp %{_texmfdistdir}/doc/metapost/featpost/example/some2Dvecs.mp %{_texmfdistdir}/doc/metapost/featpost/example/spaceinvader.mp %{_texmfdistdir}/doc/metapost/featpost/example/spatialhalfsfear.mp %{_texmfdistdir}/doc/metapost/featpost/example/spherample.mp %{_texmfdistdir}/doc/metapost/featpost/example/splineperspective.mp %{_texmfdistdir}/doc/metapost/featpost/example/splineperspectives.mp %{_texmfdistdir}/doc/metapost/featpost/example/spltwiben.mp %{_texmfdistdir}/doc/metapost/featpost/example/squareanglines.mp %{_texmfdistdir}/doc/metapost/featpost/example/srinathpolineni.mp %{_texmfdistdir}/doc/metapost/featpost/example/stageforthree.mp %{_texmfdistdir}/doc/metapost/featpost/example/statement.mp %{_texmfdistdir}/doc/metapost/featpost/example/statethreelines.mp %{_texmfdistdir}/doc/metapost/featpost/example/steamcamera.mp %{_texmfdistdir}/doc/metapost/featpost/example/strength1defect.mp %{_texmfdistdir}/doc/metapost/featpost/example/symbol.mp %{_texmfdistdir}/doc/metapost/featpost/example/tangency2D.mp %{_texmfdistdir}/doc/metapost/featpost/example/tangencypoint.mp %{_texmfdistdir}/doc/metapost/featpost/example/tdarrow.mp %{_texmfdistdir}/doc/metapost/featpost/example/tdcircarrow.mp %{_texmfdistdir}/doc/metapost/featpost/example/telemira.mp %{_texmfdistdir}/doc/metapost/featpost/example/telheiro.mp %{_texmfdistdir}/doc/metapost/featpost/example/tete.mp %{_texmfdistdir}/doc/metapost/featpost/example/tetrapodes.mp %{_texmfdistdir}/doc/metapost/featpost/example/theHURD.mp %{_texmfdistdir}/doc/metapost/featpost/example/thearchicon.mp %{_texmfdistdir}/doc/metapost/featpost/example/thethreekindsofperspec.mp %{_texmfdistdir}/doc/metapost/featpost/example/thunderproblem.mp %{_texmfdistdir}/doc/metapost/featpost/example/tiposdetrans.mp %{_texmfdistdir}/doc/metapost/featpost/example/tiposdetransb.mp %{_texmfdistdir}/doc/metapost/featpost/example/tiposdetranst.mp %{_texmfdistdir}/doc/metapost/featpost/example/toro4transit.mp %{_texmfdistdir}/doc/metapost/featpost/example/torus.mp %{_texmfdistdir}/doc/metapost/featpost/example/torusexperiment.mp %{_texmfdistdir}/doc/metapost/featpost/example/trajectoryline.mp %{_texmfdistdir}/doc/metapost/featpost/example/trebuchet.mp %{_texmfdistdir}/doc/metapost/featpost/example/treecarbonedited.mp %{_texmfdistdir}/doc/metapost/featpost/example/trianglecenterofmass.mp %{_texmfdistdir}/doc/metapost/featpost/example/triangulartrimesh.mp %{_texmfdistdir}/doc/metapost/featpost/example/trig.mp %{_texmfdistdir}/doc/metapost/featpost/example/trigonometry.mp %{_texmfdistdir}/doc/metapost/featpost/example/troncoconedef.mp %{_texmfdistdir}/doc/metapost/featpost/example/tropicalglobe.mp %{_texmfdistdir}/doc/metapost/featpost/example/troysfear.mp %{_texmfdistdir}/doc/metapost/featpost/example/tshirtfig.mp %{_texmfdistdir}/doc/metapost/featpost/example/tuftescatter.mp %{_texmfdistdir}/doc/metapost/featpost/example/twistflat.mp %{_texmfdistdir}/doc/metapost/featpost/example/twistnlc.mp %{_texmfdistdir}/doc/metapost/featpost/example/twistroundbiax.mp %{_texmfdistdir}/doc/metapost/featpost/example/twoDcolision.mp %{_texmfdistdir}/doc/metapost/featpost/example/twocyclestogether.mp %{_texmfdistdir}/doc/metapost/featpost/example/twoholes.mp %{_texmfdistdir}/doc/metapost/featpost/example/twoplustwo.mp %{_texmfdistdir}/doc/metapost/featpost/example/twosolarpanels.mp %{_texmfdistdir}/doc/metapost/featpost/example/twoupcones.mp %{_texmfdistdir}/doc/metapost/featpost/example/ubhtransients.mp %{_texmfdistdir}/doc/metapost/featpost/example/ultraeye.mp %{_texmfdistdir}/doc/metapost/featpost/example/ultraimprovertex.mp %{_texmfdistdir}/doc/metapost/featpost/example/unperfection.mp %{_texmfdistdir}/doc/metapost/featpost/example/unperfectionremoved.mp %{_texmfdistdir}/doc/metapost/featpost/example/vanallenbelt.mp %{_texmfdistdir}/doc/metapost/featpost/example/verygoodcone.mp %{_texmfdistdir}/doc/metapost/featpost/example/wwfpmp.mp %{_texmfdistdir}/doc/metapost/featpost/example/xcmplaca2buraquads.mp %{_texmfdistdir}/doc/metapost/featpost/example/xraycamera.mp %{_texmfdistdir}/doc/metapost/featpost/png/38.1.png %{_texmfdistdir}/doc/metapost/featpost/png/A131.1.png %{_texmfdistdir}/doc/metapost/featpost/png/CAT.1.png %{_texmfdistdir}/doc/metapost/featpost/png/DebianSwirlsmallEdited.1.png %{_texmfdistdir}/doc/metapost/featpost/png/EBcrossed.1.png %{_texmfdistdir}/doc/metapost/featpost/png/LED.1.png %{_texmfdistdir}/doc/metapost/featpost/png/SlowDownNowBitmapScanned.1.png %{_texmfdistdir}/doc/metapost/featpost/png/acmaglev.1.png %{_texmfdistdir}/doc/metapost/featpost/png/acoplanv.1.png %{_texmfdistdir}/doc/metapost/featpost/png/ahoraesglobal.1.png %{_texmfdistdir}/doc/metapost/featpost/png/aledlogo.1.png %{_texmfdistdir}/doc/metapost/featpost/png/aledlogo.2.png %{_texmfdistdir}/doc/metapost/featpost/png/allgreatideas.1.png %{_texmfdistdir}/doc/metapost/featpost/png/anglinerigorouscircle.1.png %{_texmfdistdir}/doc/metapost/featpost/png/antimattermeteor.1.png %{_texmfdistdir}/doc/metapost/featpost/png/avalzero.1.png %{_texmfdistdir}/doc/metapost/featpost/png/avalzero.2.png %{_texmfdistdir}/doc/metapost/featpost/png/avalzero.3.png %{_texmfdistdir}/doc/metapost/featpost/png/avalzero.4.png %{_texmfdistdir}/doc/metapost/featpost/png/badshreeyantra.1.png %{_texmfdistdir}/doc/metapost/featpost/png/balllauncher.0.png %{_texmfdistdir}/doc/metapost/featpost/png/balllauncher.9.png %{_texmfdistdir}/doc/metapost/featpost/png/bananadimmer.1.png %{_texmfdistdir}/doc/metapost/featpost/png/beautiful00.1.png %{_texmfdistdir}/doc/metapost/featpost/png/bichaepolicia.0.png %{_texmfdistdir}/doc/metapost/featpost/png/brownellips.0.png %{_texmfdistdir}/doc/metapost/featpost/png/bstr.1.png %{_texmfdistdir}/doc/metapost/featpost/png/bughunt.1.png %{_texmfdistdir}/doc/metapost/featpost/png/bughunt.2.png %{_texmfdistdir}/doc/metapost/featpost/png/buildcyclebug.1.png %{_texmfdistdir}/doc/metapost/featpost/png/buildcyclebug.2.png %{_texmfdistdir}/doc/metapost/featpost/png/canschemes.1.png %{_texmfdistdir}/doc/metapost/featpost/png/canschemes.2.png %{_texmfdistdir}/doc/metapost/featpost/png/canschemes.3.png %{_texmfdistdir}/doc/metapost/featpost/png/cap29res.1.png %{_texmfdistdir}/doc/metapost/featpost/png/cap29res.2.png %{_texmfdistdir}/doc/metapost/featpost/png/cap29res.3.png %{_texmfdistdir}/doc/metapost/featpost/png/cap29res.4.png %{_texmfdistdir}/doc/metapost/featpost/png/cap29res.5.png %{_texmfdistdir}/doc/metapost/featpost/png/cap29res.6.png %{_texmfdistdir}/doc/metapost/featpost/png/cap29res.7.png %{_texmfdistdir}/doc/metapost/featpost/png/cap29res.8.png %{_texmfdistdir}/doc/metapost/featpost/png/cap29res.9.png %{_texmfdistdir}/doc/metapost/featpost/png/caratk3edit.1.png %{_texmfdistdir}/doc/metapost/featpost/png/cartaxes.1.png %{_texmfdistdir}/doc/metapost/featpost/png/cartaxes.2.png %{_texmfdistdir}/doc/metapost/featpost/png/casadopessoal.1.png %{_texmfdistdir}/doc/metapost/featpost/png/casadopessoal.2.png %{_texmfdistdir}/doc/metapost/featpost/png/casadopessoal.3.png %{_texmfdistdir}/doc/metapost/featpost/png/casadopessoal.4.png %{_texmfdistdir}/doc/metapost/featpost/png/cellevolve.0.png %{_texmfdistdir}/doc/metapost/featpost/png/cinemwork.1.png %{_texmfdistdir}/doc/metapost/featpost/png/cinemwork.2.png %{_texmfdistdir}/doc/metapost/featpost/png/circlespeedprofile.1.png %{_texmfdistdir}/doc/metapost/featpost/png/closingbox.1.png %{_texmfdistdir}/doc/metapost/featpost/png/cmykropes.1.png %{_texmfdistdir}/doc/metapost/featpost/png/cone.1.png %{_texmfdistdir}/doc/metapost/featpost/png/conegetready.1.png %{_texmfdistdir}/doc/metapost/featpost/png/conicurv.1.png %{_texmfdistdir}/doc/metapost/featpost/png/conoscopy.1.png %{_texmfdistdir}/doc/metapost/featpost/png/conoscopy.2.png %{_texmfdistdir}/doc/metapost/featpost/png/conoscopy.3.png %{_texmfdistdir}/doc/metapost/featpost/png/conoscopy.4.png %{_texmfdistdir}/doc/metapost/featpost/png/conoscopy.5.png %{_texmfdistdir}/doc/metapost/featpost/png/convergingspirals.1.png %{_texmfdistdir}/doc/metapost/featpost/png/convergingspirals.2.png %{_texmfdistdir}/doc/metapost/featpost/png/convergingspirals.3.png %{_texmfdistdir}/doc/metapost/featpost/png/convergingspirals.4.png %{_texmfdistdir}/doc/metapost/featpost/png/convergingspirals.5.png %{_texmfdistdir}/doc/metapost/featpost/png/crossingline.1.png %{_texmfdistdir}/doc/metapost/featpost/png/crossingline.2.png %{_texmfdistdir}/doc/metapost/featpost/png/crossingline.3.png %{_texmfdistdir}/doc/metapost/featpost/png/cruztuga.1.png %{_texmfdistdir}/doc/metapost/featpost/png/cubicfacecentered.1.png %{_texmfdistdir}/doc/metapost/featpost/png/cubicfigures.1.png %{_texmfdistdir}/doc/metapost/featpost/png/cubicfigures.2.png %{_texmfdistdir}/doc/metapost/featpost/png/cubicfigures.3.png %{_texmfdistdir}/doc/metapost/featpost/png/cubicstructurefcc.1.png %{_texmfdistdir}/doc/metapost/featpost/png/cubicstructures.1.png %{_texmfdistdir}/doc/metapost/featpost/png/cubicstructures.2.png %{_texmfdistdir}/doc/metapost/featpost/png/cubicstructures.3.png %{_texmfdistdir}/doc/metapost/featpost/png/cubicstructures.4.png %{_texmfdistdir}/doc/metapost/featpost/png/cubicstructures.5.png %{_texmfdistdir}/doc/metapost/featpost/png/cubicstructures.6.png %{_texmfdistdir}/doc/metapost/featpost/png/cylimple.1.png %{_texmfdistdir}/doc/metapost/featpost/png/cylinderborders.1.png %{_texmfdistdir}/doc/metapost/featpost/png/daliasensor.1.png %{_texmfdistdir}/doc/metapost/featpost/png/decorstatement.0.png %{_texmfdistdir}/doc/metapost/featpost/png/defaultcmr.0.png %{_texmfdistdir}/doc/metapost/featpost/png/deperspective.1.png %{_texmfdistdir}/doc/metapost/featpost/png/deperspective.2.png %{_texmfdistdir}/doc/metapost/featpost/png/deperspective.3.png %{_texmfdistdir}/doc/metapost/featpost/png/deperspective.4.png %{_texmfdistdir}/doc/metapost/featpost/png/derivondatriang.1.png %{_texmfdistdir}/doc/metapost/featpost/png/diameters.1.png %{_texmfdistdir}/doc/metapost/featpost/png/directfonts.0.png %{_texmfdistdir}/doc/metapost/featpost/png/doitnow.1.png %{_texmfdistdir}/doc/metapost/featpost/png/downloadicon.1.png %{_texmfdistdir}/doc/metapost/featpost/png/dreamhouse.1.png %{_texmfdistdir}/doc/metapost/featpost/png/dreamhouse.2.png %{_texmfdistdir}/doc/metapost/featpost/png/durgayantra.1.png %{_texmfdistdir}/doc/metapost/featpost/png/durgayantra.2.png %{_texmfdistdir}/doc/metapost/featpost/png/eemcsblabla.1.png %{_texmfdistdir}/doc/metapost/featpost/png/electricpotential.0.png %{_texmfdistdir}/doc/metapost/featpost/png/electricpotential.1.png %{_texmfdistdir}/doc/metapost/featpost/png/electricpotential.2.png %{_texmfdistdir}/doc/metapost/featpost/png/electricpotential.3.png %{_texmfdistdir}/doc/metapost/featpost/png/electrospiral.1.png %{_texmfdistdir}/doc/metapost/featpost/png/ellipticextrusionpress.1.png %{_texmfdistdir}/doc/metapost/featpost/png/ellipticprism.1.png %{_texmfdistdir}/doc/metapost/featpost/png/ellipticproperties.1.png %{_texmfdistdir}/doc/metapost/featpost/png/elliptictable.1.png %{_texmfdistdir}/doc/metapost/featpost/png/ellipticthing.1.png %{_texmfdistdir}/doc/metapost/featpost/png/embroncordada.1.png %{_texmfdistdir}/doc/metapost/featpost/png/emptylines.1.png %{_texmfdistdir}/doc/metapost/featpost/png/equilatrianglelines.1.png %{_texmfdistdir}/doc/metapost/featpost/png/equilibriodetorques.1.png %{_texmfdistdir}/doc/metapost/featpost/png/esteveslogo.1.png %{_texmfdistdir}/doc/metapost/featpost/png/experimental.1.png %{_texmfdistdir}/doc/metapost/featpost/png/experimental2Dsetup.1.png %{_texmfdistdir}/doc/metapost/featpost/png/f1aula03.1.png %{_texmfdistdir}/doc/metapost/featpost/png/f1aula03.2.png %{_texmfdistdir}/doc/metapost/featpost/png/f1aula03.3.png %{_texmfdistdir}/doc/metapost/featpost/png/f1aula03.4.png %{_texmfdistdir}/doc/metapost/featpost/png/f1aula05.1.png %{_texmfdistdir}/doc/metapost/featpost/png/f1aula05.2.png %{_texmfdistdir}/doc/metapost/featpost/png/fakehole.1.png %{_texmfdistdir}/doc/metapost/featpost/png/fakehole.2.png %{_texmfdistdir}/doc/metapost/featpost/png/fallinthewind.1.png %{_texmfdistdir}/doc/metapost/featpost/png/featpostlogo.1.png %{_texmfdistdir}/doc/metapost/featpost/png/ffcbob.1.png %{_texmfdistdir}/doc/metapost/featpost/png/fieldlines.1.png %{_texmfdistdir}/doc/metapost/featpost/png/fieldlinesnorma.1.png %{_texmfdistdir}/doc/metapost/featpost/png/fieldlinesnorma.2.png %{_texmfdistdir}/doc/metapost/featpost/png/fieldlinesnormapaper.1.png %{_texmfdistdir}/doc/metapost/featpost/png/fieldlinesnormapaper.2.png %{_texmfdistdir}/doc/metapost/featpost/png/fieldlinesnormapaperwork.1.png %{_texmfdistdir}/doc/metapost/featpost/png/fis1prex.1.png %{_texmfdistdir}/doc/metapost/featpost/png/fis1prex.2.png %{_texmfdistdir}/doc/metapost/featpost/png/fis1prex.3.png %{_texmfdistdir}/doc/metapost/featpost/png/fis3prex.1.png %{_texmfdistdir}/doc/metapost/featpost/png/fis3prex.2.png %{_texmfdistdir}/doc/metapost/featpost/png/fis3prex.3.png %{_texmfdistdir}/doc/metapost/featpost/png/fis3prex.4.png %{_texmfdistdir}/doc/metapost/featpost/png/fis3prex.5.png %{_texmfdistdir}/doc/metapost/featpost/png/fis3prex.6.png %{_texmfdistdir}/doc/metapost/featpost/png/fis3prex.7.png %{_texmfdistdir}/doc/metapost/featpost/png/fis3prex.8.png %{_texmfdistdir}/doc/metapost/featpost/png/fis3prex.9.png %{_texmfdistdir}/doc/metapost/featpost/png/fis3prex7.1.png %{_texmfdistdir}/doc/metapost/featpost/png/fis3prex7.2.png %{_texmfdistdir}/doc/metapost/featpost/png/fis3prex7.3.png %{_texmfdistdir}/doc/metapost/featpost/png/fis3prex7.4.png %{_texmfdistdir}/doc/metapost/featpost/png/fis3prex7.5.png %{_texmfdistdir}/doc/metapost/featpost/png/fis3prex7.6.png %{_texmfdistdir}/doc/metapost/featpost/png/fis3prex7.7.png %{_texmfdistdir}/doc/metapost/featpost/png/fis3prex7.8.png %{_texmfdistdir}/doc/metapost/featpost/png/fis3prey.1.png %{_texmfdistdir}/doc/metapost/featpost/png/fis3prey.2.png %{_texmfdistdir}/doc/metapost/featpost/png/fis3prey.3.png %{_texmfdistdir}/doc/metapost/featpost/png/frustum.1.png %{_texmfdistdir}/doc/metapost/featpost/png/galvanometro-inducao.1.png %{_texmfdistdir}/doc/metapost/featpost/png/gausslawframe.1.png %{_texmfdistdir}/doc/metapost/featpost/png/geombasic.1.png %{_texmfdistdir}/doc/metapost/featpost/png/geomcasq.1.png %{_texmfdistdir}/doc/metapost/featpost/png/geometricaverage.1.png %{_texmfdistdir}/doc/metapost/featpost/png/geomfiguei.1.png %{_texmfdistdir}/doc/metapost/featpost/png/geomfreder.1.png %{_texmfdistdir}/doc/metapost/featpost/png/geommine.1.png %{_texmfdistdir}/doc/metapost/featpost/png/geomsrinath.1.png %{_texmfdistdir}/doc/metapost/featpost/png/gnupost.1.png %{_texmfdistdir}/doc/metapost/featpost/png/gnupost3Dlogo.1.png %{_texmfdistdir}/doc/metapost/featpost/png/goldenellipse.1.png %{_texmfdistdir}/doc/metapost/featpost/png/graphene.1.png %{_texmfdistdir}/doc/metapost/featpost/png/graphexample.1.png %{_texmfdistdir}/doc/metapost/featpost/png/graphs.1.png %{_texmfdistdir}/doc/metapost/featpost/png/graphs.2.png %{_texmfdistdir}/doc/metapost/featpost/png/halfcirclesfear.1.png %{_texmfdistdir}/doc/metapost/featpost/png/hap.1.png %{_texmfdistdir}/doc/metapost/featpost/png/heatfromroom.1.png %{_texmfdistdir}/doc/metapost/featpost/png/helix.1.png %{_texmfdistdir}/doc/metapost/featpost/png/hermitespliknot.1.png %{_texmfdistdir}/doc/metapost/featpost/png/hexacylon.1.png %{_texmfdistdir}/doc/metapost/featpost/png/hexagonalgrid.1.png %{_texmfdistdir}/doc/metapost/featpost/png/hexagonalgrid.2.png %{_texmfdistdir}/doc/metapost/featpost/png/hexagonalgrid.3.png %{_texmfdistdir}/doc/metapost/featpost/png/hexagonaltrimesh.1.png %{_texmfdistdir}/doc/metapost/featpost/png/hiddenlinegraph.1.png %{_texmfdistdir}/doc/metapost/featpost/png/hiddensurface.1.png %{_texmfdistdir}/doc/metapost/featpost/png/hiddensurfaces.1.png %{_texmfdistdir}/doc/metapost/featpost/png/iamsorrykarl.1.png %{_texmfdistdir}/doc/metapost/featpost/png/inductionbob.1.png %{_texmfdistdir}/doc/metapost/featpost/png/integerbars.1.png %{_texmfdistdir}/doc/metapost/featpost/png/integratorfigures.1.png %{_texmfdistdir}/doc/metapost/featpost/png/integratorfigures.2.png %{_texmfdistdir}/doc/metapost/featpost/png/interdigitrodes.1.png %{_texmfdistdir}/doc/metapost/featpost/png/intersectorus.1.png %{_texmfdistdir}/doc/metapost/featpost/png/intersectprolatespheroid.1.png %{_texmfdistdir}/doc/metapost/featpost/png/iplaca.1.png %{_texmfdistdir}/doc/metapost/featpost/png/jd44.1.png %{_texmfdistdir}/doc/metapost/featpost/png/jd44.2.png %{_texmfdistdir}/doc/metapost/featpost/png/jd44.3.png %{_texmfdistdir}/doc/metapost/featpost/png/jd44.4.png %{_texmfdistdir}/doc/metapost/featpost/png/jdbug.1.png %{_texmfdistdir}/doc/metapost/featpost/png/jdbug.2.png %{_texmfdistdir}/doc/metapost/featpost/png/joinedemptylines.1.png %{_texmfdistdir}/doc/metapost/featpost/png/keplernewtonfeynman.1.png %{_texmfdistdir}/doc/metapost/featpost/png/kindofcube.1.png %{_texmfdistdir}/doc/metapost/featpost/png/kindofcube.2.png %{_texmfdistdir}/doc/metapost/featpost/png/kindofcuber.1.png %{_texmfdistdir}/doc/metapost/featpost/png/kopptrammel.1.png %{_texmfdistdir}/doc/metapost/featpost/png/labelconstruct.1.png %{_texmfdistdir}/doc/metapost/featpost/png/labelinspace.1.png %{_texmfdistdir}/doc/metapost/featpost/png/lamarquejaune.1.png %{_texmfdistdir}/doc/metapost/featpost/png/lasermachine.1.png %{_texmfdistdir}/doc/metapost/featpost/png/latexboxes.0.png %{_texmfdistdir}/doc/metapost/featpost/png/latexboxes.1.png %{_texmfdistdir}/doc/metapost/featpost/png/lawofcosines.1.png %{_texmfdistdir}/doc/metapost/featpost/png/lawofcosines.2.png %{_texmfdistdir}/doc/metapost/featpost/png/lcurvature.1.png %{_texmfdistdir}/doc/metapost/featpost/png/lcurvature.2.png %{_texmfdistdir}/doc/metapost/featpost/png/ledlogo.1.png %{_texmfdistdir}/doc/metapost/featpost/png/ledlogo.2.png %{_texmfdistdir}/doc/metapost/featpost/png/ledlogo.3.png %{_texmfdistdir}/doc/metapost/featpost/png/ledlogo.4.png %{_texmfdistdir}/doc/metapost/featpost/png/lgc2refractionEdited.1.png %{_texmfdistdir}/doc/metapost/featpost/png/lgc2refractionEdited.2.png %{_texmfdistdir}/doc/metapost/featpost/png/lgc2refractionEdited.3.png %{_texmfdistdir}/doc/metapost/featpost/png/lgc2refractionEdited.4.png %{_texmfdistdir}/doc/metapost/featpost/png/loglogpaper.1.png %{_texmfdistdir}/doc/metapost/featpost/png/logofontest.0.png %{_texmfdistdir}/doc/metapost/featpost/png/lowcostgreenhouse.1.png %{_texmfdistdir}/doc/metapost/featpost/png/magneticflux.1.png %{_texmfdistdir}/doc/metapost/featpost/png/magneticflux.2.png %{_texmfdistdir}/doc/metapost/featpost/png/mainmemtest.1.png %{_texmfdistdir}/doc/metapost/featpost/png/manjusha.1.png %{_texmfdistdir}/doc/metapost/featpost/png/manjusha.4.png %{_texmfdistdir}/doc/metapost/featpost/png/manjusha.6.png %{_texmfdistdir}/doc/metapost/featpost/png/matricskoc.1.png %{_texmfdistdir}/doc/metapost/featpost/png/mce-lng.1.png %{_texmfdistdir}/doc/metapost/featpost/png/metalcharge.1.png %{_texmfdistdir}/doc/metapost/featpost/png/micostufas.1.png %{_texmfdistdir}/doc/metapost/featpost/png/micromu.1.png %{_texmfdistdir}/doc/metapost/featpost/png/milimetricpaper.1.png %{_texmfdistdir}/doc/metapost/featpost/png/milimetricpaper.2.png %{_texmfdistdir}/doc/metapost/featpost/png/mpfields.0.png %{_texmfdistdir}/doc/metapost/featpost/png/mpfields.1.png %{_texmfdistdir}/doc/metapost/featpost/png/mpfields.2.png %{_texmfdistdir}/doc/metapost/featpost/png/mpfields.3.png %{_texmfdistdir}/doc/metapost/featpost/png/mpfields.4.png %{_texmfdistdir}/doc/metapost/featpost/png/mpfields.5.png %{_texmfdistdir}/doc/metapost/featpost/png/mpfields.6.png %{_texmfdistdir}/doc/metapost/featpost/png/mpfields.7.png %{_texmfdistdir}/doc/metapost/featpost/png/mptoolcone.0.png %{_texmfdistdir}/doc/metapost/featpost/png/muslimpattern.1.png %{_texmfdistdir}/doc/metapost/featpost/png/muslimpattern.2.png %{_texmfdistdir}/doc/metapost/featpost/png/mypatent.1.png %{_texmfdistdir}/doc/metapost/featpost/png/mypatent.2.png %{_texmfdistdir}/doc/metapost/featpost/png/mypatent.3.png %{_texmfdistdir}/doc/metapost/featpost/png/mypatent.4.png %{_texmfdistdir}/doc/metapost/featpost/png/mypatentpieces.1.png %{_texmfdistdir}/doc/metapost/featpost/png/mysquaresectionbar.1.png %{_texmfdistdir}/doc/metapost/featpost/png/naoestacionar.1.png %{_texmfdistdir}/doc/metapost/featpost/png/naotocanacalote.1.png %{_texmfdistdir}/doc/metapost/featpost/png/nembends.1.png %{_texmfdistdir}/doc/metapost/featpost/png/nembiaxi.1.png %{_texmfdistdir}/doc/metapost/featpost/png/nemdirector.1.png %{_texmfdistdir}/doc/metapost/featpost/png/nemquira.1.png %{_texmfdistdir}/doc/metapost/featpost/png/nemquirapitch.1.png %{_texmfdistdir}/doc/metapost/featpost/png/nemsaddl.1.png %{_texmfdistdir}/doc/metapost/featpost/png/nemuniax.1.png %{_texmfdistdir}/doc/metapost/featpost/png/newcommunism.1.png %{_texmfdistdir}/doc/metapost/featpost/png/newcommunism.2.png %{_texmfdistdir}/doc/metapost/featpost/png/newexperimental.1.png %{_texmfdistdir}/doc/metapost/featpost/png/nosimples.1.png %{_texmfdistdir}/doc/metapost/featpost/png/nosuspension.0.png %{_texmfdistdir}/doc/metapost/featpost/png/nsmetica.1.png %{_texmfdistdir}/doc/metapost/featpost/png/nulldefectanglexample.1.png %{_texmfdistdir}/doc/metapost/featpost/png/nulldefectanglexample.2.png %{_texmfdistdir}/doc/metapost/featpost/png/nulldefectanglexample.3.png %{_texmfdistdir}/doc/metapost/featpost/png/nulldefectanglexample.4.png %{_texmfdistdir}/doc/metapost/featpost/png/nurbstobeziern.0.png %{_texmfdistdir}/doc/metapost/featpost/png/onebigword.1.png %{_texmfdistdir}/doc/metapost/featpost/png/optest.1.png %{_texmfdistdir}/doc/metapost/featpost/png/optest.2.png %{_texmfdistdir}/doc/metapost/featpost/png/optica.1.png %{_texmfdistdir}/doc/metapost/featpost/png/par3Dplotexamples.1.png %{_texmfdistdir}/doc/metapost/featpost/png/par3Dplotexamples.2.png %{_texmfdistdir}/doc/metapost/featpost/png/parafuso.1.png %{_texmfdistdir}/doc/metapost/featpost/png/parafuso.2.png %{_texmfdistdir}/doc/metapost/featpost/png/parafuso.3.png %{_texmfdistdir}/doc/metapost/featpost/png/parafuso.4.png %{_texmfdistdir}/doc/metapost/featpost/png/parafusoprojxy.1.png %{_texmfdistdir}/doc/metapost/featpost/png/pathernon.0.png %{_texmfdistdir}/doc/metapost/featpost/png/pathofstraightline.1.png %{_texmfdistdir}/doc/metapost/featpost/png/perspec.1.png %{_texmfdistdir}/doc/metapost/featpost/png/photorefer.1.png %{_texmfdistdir}/doc/metapost/featpost/png/photorefer.2.png %{_texmfdistdir}/doc/metapost/featpost/png/photoreverse.1.png %{_texmfdistdir}/doc/metapost/featpost/png/pifpaf.1.png %{_texmfdistdir}/doc/metapost/featpost/png/pixelgrid.1.png %{_texmfdistdir}/doc/metapost/featpost/png/plaintangency.0.png %{_texmfdistdir}/doc/metapost/featpost/png/plaintangency.1.png %{_texmfdistdir}/doc/metapost/featpost/png/planintersection.1.png %{_texmfdistdir}/doc/metapost/featpost/png/planpht.1.png %{_texmfdistdir}/doc/metapost/featpost/png/planpht.2.png %{_texmfdistdir}/doc/metapost/featpost/png/planpht.3.png %{_texmfdistdir}/doc/metapost/featpost/png/planpht.4.png %{_texmfdistdir}/doc/metapost/featpost/png/planpht.5.png %{_texmfdistdir}/doc/metapost/featpost/png/planpht.6.png %{_texmfdistdir}/doc/metapost/featpost/png/planpht.7.png %{_texmfdistdir}/doc/metapost/featpost/png/polyhedr.1.png %{_texmfdistdir}/doc/metapost/featpost/png/polyhedr.2.png %{_texmfdistdir}/doc/metapost/featpost/png/polyhedr.3.png %{_texmfdistdir}/doc/metapost/featpost/png/positivecharge.1.png %{_texmfdistdir}/doc/metapost/featpost/png/potenciadecicloeliptico.1.png %{_texmfdistdir}/doc/metapost/featpost/png/probtodooterr.1.png %{_texmfdistdir}/doc/metapost/featpost/png/profaux.1.png %{_texmfdistdir}/doc/metapost/featpost/png/project.1.png %{_texmfdistdir}/doc/metapost/featpost/png/qap.1.png %{_texmfdistdir}/doc/metapost/featpost/png/quartertorus.1.png %{_texmfdistdir}/doc/metapost/featpost/png/quartertorus.2.png %{_texmfdistdir}/doc/metapost/featpost/png/radiativeforcing.0.png %{_texmfdistdir}/doc/metapost/featpost/png/raiodoscirculos.1.png %{_texmfdistdir}/doc/metapost/featpost/png/raiodoscirculos.2.png %{_texmfdistdir}/doc/metapost/featpost/png/raiodoscirculos.3.png %{_texmfdistdir}/doc/metapost/featpost/png/raiodoscirculos.4.png %{_texmfdistdir}/doc/metapost/featpost/png/raiodoscirculos.5.png %{_texmfdistdir}/doc/metapost/featpost/png/raiodoscirculos.6.png %{_texmfdistdir}/doc/metapost/featpost/png/raiodoscirculos.7.png %{_texmfdistdir}/doc/metapost/featpost/png/raiodoscirculos.8.png %{_texmfdistdir}/doc/metapost/featpost/png/raiodoscirculos.9.png %{_texmfdistdir}/doc/metapost/featpost/png/redplanet.1.png %{_texmfdistdir}/doc/metapost/featpost/png/reeditedgoodquestionmark.1.png %{_texmfdistdir}/doc/metapost/featpost/png/resistcircuit.1.png %{_texmfdistdir}/doc/metapost/featpost/png/reuleaux.1.png %{_texmfdistdir}/doc/metapost/featpost/png/reuleaux.2.png %{_texmfdistdir}/doc/metapost/featpost/png/revolipsoid.1.png %{_texmfdistdir}/doc/metapost/featpost/png/revolipsoid.2.png %{_texmfdistdir}/doc/metapost/featpost/png/revolutionparaboloid.1.png %{_texmfdistdir}/doc/metapost/featpost/png/revolutionparaboloid.2.png %{_texmfdistdir}/doc/metapost/featpost/png/revolutionparaboloid.3.png %{_texmfdistdir}/doc/metapost/featpost/png/revolutionparaboloid.4.png %{_texmfdistdir}/doc/metapost/featpost/png/revolutionparaboloid.5.png %{_texmfdistdir}/doc/metapost/featpost/png/revolvers.1.png %{_texmfdistdir}/doc/metapost/featpost/png/revolvers.2.png %{_texmfdistdir}/doc/metapost/featpost/png/revolvers.3.png %{_texmfdistdir}/doc/metapost/featpost/png/revolvers.4.png %{_texmfdistdir}/doc/metapost/featpost/png/revolvers.5.png %{_texmfdistdir}/doc/metapost/featpost/png/revolvers.6.png %{_texmfdistdir}/doc/metapost/featpost/png/revolvers.7.png %{_texmfdistdir}/doc/metapost/featpost/png/rigorcubo.0.png %{_texmfdistdir}/doc/metapost/featpost/png/rigorouscircle.1.png %{_texmfdistdir}/doc/metapost/featpost/png/rigorouscone.1.png %{_texmfdistdir}/doc/metapost/featpost/png/rigorousdiscSD.1.png %{_texmfdistdir}/doc/metapost/featpost/png/rigorousdiscoptions.1.png %{_texmfdistdir}/doc/metapost/featpost/png/rigorousfearpath.1.png %{_texmfdistdir}/doc/metapost/featpost/png/rmnbob.1.png %{_texmfdistdir}/doc/metapost/featpost/png/roadincline.1.png %{_texmfdistdir}/doc/metapost/featpost/png/rodarolaremplaninc.1.png %{_texmfdistdir}/doc/metapost/featpost/png/ropepatterns.1.png %{_texmfdistdir}/doc/metapost/featpost/png/rosadosventos.1.png %{_texmfdistdir}/doc/metapost/featpost/png/rotatnlc.1.png %{_texmfdistdir}/doc/metapost/featpost/png/rothexagrid.1.png %{_texmfdistdir}/doc/metapost/featpost/png/rungekuttasecond.1.png %{_texmfdistdir}/doc/metapost/featpost/png/rungekuttasecond.2.png %{_texmfdistdir}/doc/metapost/featpost/png/sal.1.png %{_texmfdistdir}/doc/metapost/featpost/png/sal.2.png %{_texmfdistdir}/doc/metapost/featpost/png/sap.1.png %{_texmfdistdir}/doc/metapost/featpost/png/saturn.1.png %{_texmfdistdir}/doc/metapost/featpost/png/sfearschem.1.png %{_texmfdistdir}/doc/metapost/featpost/png/sharpraytrace.1.png %{_texmfdistdir}/doc/metapost/featpost/png/sharpraytrace.2.png %{_texmfdistdir}/doc/metapost/featpost/png/sharpraytrace.3.png %{_texmfdistdir}/doc/metapost/featpost/png/sharpraytrace.4.png %{_texmfdistdir}/doc/metapost/featpost/png/signalvertexSD.1.png %{_texmfdistdir}/doc/metapost/featpost/png/simplecar.1.png %{_texmfdistdir}/doc/metapost/featpost/png/simplecarparam.1.png %{_texmfdistdir}/doc/metapost/featpost/png/simplecenterofmass.0.png %{_texmfdistdir}/doc/metapost/featpost/png/simplecenterofmass.1.png %{_texmfdistdir}/doc/metapost/featpost/png/simplelens.1.png %{_texmfdistdir}/doc/metapost/featpost/png/simplependulum.1.png %{_texmfdistdir}/doc/metapost/featpost/png/simplexperiment.1.png %{_texmfdistdir}/doc/metapost/featpost/png/sincityredesigned.1.png %{_texmfdistdir}/doc/metapost/featpost/png/sincityredesigned.2.png %{_texmfdistdir}/doc/metapost/featpost/png/slingshot.1.png %{_texmfdistdir}/doc/metapost/featpost/png/smC.1.png %{_texmfdistdir}/doc/metapost/featpost/png/sniperlogo.1.png %{_texmfdistdir}/doc/metapost/featpost/png/solarconcentrator.1.png %{_texmfdistdir}/doc/metapost/featpost/png/solardish.1.png %{_texmfdistdir}/doc/metapost/featpost/png/solardish.2.png %{_texmfdistdir}/doc/metapost/featpost/png/solardish.3.png %{_texmfdistdir}/doc/metapost/featpost/png/solardish.4.png %{_texmfdistdir}/doc/metapost/featpost/png/some2Dvecs.1.png %{_texmfdistdir}/doc/metapost/featpost/png/spaceinvader.1.png %{_texmfdistdir}/doc/metapost/featpost/png/spaceinvader.2.png %{_texmfdistdir}/doc/metapost/featpost/png/spatialhalfsfear.1.png %{_texmfdistdir}/doc/metapost/featpost/png/spherample.1.png %{_texmfdistdir}/doc/metapost/featpost/png/splineperspective.0.png %{_texmfdistdir}/doc/metapost/featpost/png/splineperspective.1.png %{_texmfdistdir}/doc/metapost/featpost/png/splineperspective.2.png %{_texmfdistdir}/doc/metapost/featpost/png/splineperspective.3.png %{_texmfdistdir}/doc/metapost/featpost/png/splineperspective.4.png %{_texmfdistdir}/doc/metapost/featpost/png/splineperspective.5.png %{_texmfdistdir}/doc/metapost/featpost/png/splineperspectives.1.png %{_texmfdistdir}/doc/metapost/featpost/png/splineperspectives.2.png %{_texmfdistdir}/doc/metapost/featpost/png/splineperspectives.3.png %{_texmfdistdir}/doc/metapost/featpost/png/spltwiben.1.png %{_texmfdistdir}/doc/metapost/featpost/png/squareanglines.1.png %{_texmfdistdir}/doc/metapost/featpost/png/srinathpolineni.1.png %{_texmfdistdir}/doc/metapost/featpost/png/srinathpolineni.2.png %{_texmfdistdir}/doc/metapost/featpost/png/srinathpolineni.3.png %{_texmfdistdir}/doc/metapost/featpost/png/srinathpolineni.5.png %{_texmfdistdir}/doc/metapost/featpost/png/srinathpolineni.6.png %{_texmfdistdir}/doc/metapost/featpost/png/srinathpolineni.7.png %{_texmfdistdir}/doc/metapost/featpost/png/srinathpolineni.8.png %{_texmfdistdir}/doc/metapost/featpost/png/srinathpolineni.9.png %{_texmfdistdir}/doc/metapost/featpost/png/stageforthree.1.png %{_texmfdistdir}/doc/metapost/featpost/png/stageforthree.2.png %{_texmfdistdir}/doc/metapost/featpost/png/stageforthree.3.png %{_texmfdistdir}/doc/metapost/featpost/png/statement.1.png %{_texmfdistdir}/doc/metapost/featpost/png/statement.2.png %{_texmfdistdir}/doc/metapost/featpost/png/statethreelines.0.png %{_texmfdistdir}/doc/metapost/featpost/png/steamcamera.0.png %{_texmfdistdir}/doc/metapost/featpost/png/strength1defect.1.png %{_texmfdistdir}/doc/metapost/featpost/png/symbol.1.png %{_texmfdistdir}/doc/metapost/featpost/png/tangency2D.1.png %{_texmfdistdir}/doc/metapost/featpost/png/tangencypoint.1.png %{_texmfdistdir}/doc/metapost/featpost/png/tdarrow.1.png %{_texmfdistdir}/doc/metapost/featpost/png/tdcircarrow.1.png %{_texmfdistdir}/doc/metapost/featpost/png/telemira.1.png %{_texmfdistdir}/doc/metapost/featpost/png/telheiro.1.png %{_texmfdistdir}/doc/metapost/featpost/png/telheiro.2.png %{_texmfdistdir}/doc/metapost/featpost/png/tete.1.png %{_texmfdistdir}/doc/metapost/featpost/png/tetrapodes.1.png %{_texmfdistdir}/doc/metapost/featpost/png/tetrapodes.2.png %{_texmfdistdir}/doc/metapost/featpost/png/tetrapodes.3.png %{_texmfdistdir}/doc/metapost/featpost/png/theHURD.1.png %{_texmfdistdir}/doc/metapost/featpost/png/thearchicon.1.png %{_texmfdistdir}/doc/metapost/featpost/png/thethreekindsofperspec.1.png %{_texmfdistdir}/doc/metapost/featpost/png/thethreekindsofperspec.2.png %{_texmfdistdir}/doc/metapost/featpost/png/thethreekindsofperspec.3.png %{_texmfdistdir}/doc/metapost/featpost/png/thunderproblem.1.png %{_texmfdistdir}/doc/metapost/featpost/png/tiposdetrans.1.png %{_texmfdistdir}/doc/metapost/featpost/png/tiposdetransb.1.png %{_texmfdistdir}/doc/metapost/featpost/png/tiposdetranst.1.png %{_texmfdistdir}/doc/metapost/featpost/png/toro4transit.1.png %{_texmfdistdir}/doc/metapost/featpost/png/torus.1.png %{_texmfdistdir}/doc/metapost/featpost/png/torus.2.png %{_texmfdistdir}/doc/metapost/featpost/png/torus.3.png %{_texmfdistdir}/doc/metapost/featpost/png/torus.4.png %{_texmfdistdir}/doc/metapost/featpost/png/torus.5.png %{_texmfdistdir}/doc/metapost/featpost/png/torus.6.png %{_texmfdistdir}/doc/metapost/featpost/png/torus.7.png %{_texmfdistdir}/doc/metapost/featpost/png/torusexperiment.1.png %{_texmfdistdir}/doc/metapost/featpost/png/torusexperiment.2.png %{_texmfdistdir}/doc/metapost/featpost/png/trajectoryline.1.png %{_texmfdistdir}/doc/metapost/featpost/png/trajectoryline.2.png %{_texmfdistdir}/doc/metapost/featpost/png/trebuchet.1.png %{_texmfdistdir}/doc/metapost/featpost/png/treecarbonedited.0.png %{_texmfdistdir}/doc/metapost/featpost/png/trianglecenterofmass.1.png %{_texmfdistdir}/doc/metapost/featpost/png/triangulartrimesh.1.png %{_texmfdistdir}/doc/metapost/featpost/png/trig.1.png %{_texmfdistdir}/doc/metapost/featpost/png/trigonometry.1.png %{_texmfdistdir}/doc/metapost/featpost/png/troncoconedef.0.png %{_texmfdistdir}/doc/metapost/featpost/png/tropicalglobe.1.png %{_texmfdistdir}/doc/metapost/featpost/png/tropicalglobe.2.png %{_texmfdistdir}/doc/metapost/featpost/png/tropicalglobe.3.png %{_texmfdistdir}/doc/metapost/featpost/png/troysfear.1.png %{_texmfdistdir}/doc/metapost/featpost/png/tshirtfig.1.png %{_texmfdistdir}/doc/metapost/featpost/png/tuftescatter.1.png %{_texmfdistdir}/doc/metapost/featpost/png/twistflat.1.png %{_texmfdistdir}/doc/metapost/featpost/png/twistnlc.1.png %{_texmfdistdir}/doc/metapost/featpost/png/twistroundbiax.1.png %{_texmfdistdir}/doc/metapost/featpost/png/twoDcolision.1.png %{_texmfdistdir}/doc/metapost/featpost/png/twocyclestogether.1.png %{_texmfdistdir}/doc/metapost/featpost/png/twoholes.1.png %{_texmfdistdir}/doc/metapost/featpost/png/twoplustwo.1.png %{_texmfdistdir}/doc/metapost/featpost/png/twosolarpanels.1.png %{_texmfdistdir}/doc/metapost/featpost/png/twoupcones.1.png %{_texmfdistdir}/doc/metapost/featpost/png/ubhtransients.0.png %{_texmfdistdir}/doc/metapost/featpost/png/ultraeye.1.png %{_texmfdistdir}/doc/metapost/featpost/png/ultraimprovertex.1.png %{_texmfdistdir}/doc/metapost/featpost/png/ultraimprovertex.2.png %{_texmfdistdir}/doc/metapost/featpost/png/ultraimprovertex.3.png %{_texmfdistdir}/doc/metapost/featpost/png/unperfection.1.png %{_texmfdistdir}/doc/metapost/featpost/png/unperfectionremoved.1.png %{_texmfdistdir}/doc/metapost/featpost/png/vanallenbelt.1.png %{_texmfdistdir}/doc/metapost/featpost/png/vanallenbelt.2.png %{_texmfdistdir}/doc/metapost/featpost/png/verygoodcone.1.png %{_texmfdistdir}/doc/metapost/featpost/png/wwfpmp.1.png %{_texmfdistdir}/doc/metapost/featpost/png/xcmplaca2buraquads.1.png %{_texmfdistdir}/doc/metapost/featpost/png/xraycamera.1.png %files -n texlive-featpost %defattr(-,root,root,755) %{_texmfdistdir}/metapost/featpost/featpost.mp %{_texmfdistdir}/metapost/featpost/featpost3Dplus2D.mp %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-featpost-%{texlive_version}.%{texlive_noarch}.0.0.8.8svn35346-%{release}-zypper %endif %package -n texlive-fei Version: %{texlive_version}.%{texlive_noarch}.3.0.6svn43630 Release: 0 Summary: Class for academic works at FEI University Center -- Brazil License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-fei-doc >= %{texlive_version} Provides: tex(fei.cls) Requires: tex(algorithm2e.sty) Requires: tex(amsthm.sty) Requires: tex(babel.sty) Requires: tex(biblatex.sty) Requires: tex(caption.sty) Requires: tex(csquotes.sty) Requires: tex(enumitem.sty) Requires: tex(fontenc.sty) Requires: tex(glossaries.sty) Requires: tex(graphicx.sty) Requires: tex(hyperref.sty) Requires: tex(icomma.sty) Requires: tex(ifthen.sty) Requires: tex(imakeidx.sty) Requires: tex(inputenc.sty) Requires: tex(lmodern.sty) Requires: tex(mathtools.sty) Requires: tex(memoir.cls) Requires: tex(morewrites.sty) Requires: tex(pdfpages.sty) Requires: tex(thmtools.sty) Requires: tex(times.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source170: fei.tar.xz Source171: fei.doc.tar.xz %description -n texlive-fei fei is a class created by graduate students and LaTeX enthusiasts that allows students from FEI University Center to create their academic works, be it a monograph, masters dissertation or phd thesis, under the typographic rules of the institution. The class makes it possible to create a full academic work, supporting functionalities such as cover, title page, catalog entry, dedication, summary, lists of figures, tables, algorithms, acronyms and symbols, multiple authors, index, references, appendices and attachments. fei is loosely based in the Brazilian National Standards Organization (Associacao Brasileira de Normas Tecnicas, ABNT) standards for the creation of academic works, such as ABNT NBR 10520:2002 (Citations) and ABNT NBR 6023:2002 (Bibliographic References). date: 2017-04-13 04:43:22 +0000 %package -n texlive-fei-doc Version: %{texlive_version}.%{texlive_noarch}.3.0.6svn43630 Release: 0 Summary: Documentation for texlive-fei License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Provides: locale(texlive-fei-doc:pt_BR) %description -n texlive-fei-doc This package includes the documentation for texlive-fei %post -n texlive-fei mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-fei mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-fei %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-fei-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/fei/README %{_texmfdistdir}/doc/latex/fei/README.txt %{_texmfdistdir}/doc/latex/fei/fei-template-sublist.tex %{_texmfdistdir}/doc/latex/fei/fei-template.tex %{_texmfdistdir}/doc/latex/fei/fei.pdf %{_texmfdistdir}/doc/latex/fei/referencias.bib %files -n texlive-fei %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/fei/fei.cls %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-fei-%{texlive_version}.%{texlive_noarch}.3.0.6svn43630-%{release}-zypper %endif %package -n texlive-fenixpar Version: %{texlive_version}.%{texlive_noarch}.0.0.92svn24730 Release: 0 Summary: One-shot changes to token registers such as \everypar License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-fenixpar-doc >= %{texlive_version} Provides: tex(fenixpar.sty) Provides: tex(fenixtok.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source172: fenixpar.tar.xz Source173: fenixpar.doc.tar.xz %description -n texlive-fenixpar The bundle provides two packages, fenxitok and fenixpar. The fenixtok package provides user macros to add material to a token register; the material will be (automatically) removed from the token register when the register is executed. Material may be added either to the left or to the right, and care is taken not to override any redefinition that may be included in the token register itself. The fenixpar package uses the macros of fenixtok to provide a user interface to manipulation of the \everypar token register. The packages require the e-TeX extensions; with them, they work either with Plain TeX or with LaTeX. date: 2016-06-24 17:18:15 +0000 %package -n texlive-fenixpar-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.92svn24730 Release: 0 Summary: Documentation for texlive-fenixpar License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-fenixpar-doc This package includes the documentation for texlive-fenixpar %post -n texlive-fenixpar mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-fenixpar mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-fenixpar %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-fenixpar-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/generic/fenixpar/README %files -n texlive-fenixpar %defattr(-,root,root,755) %{_texmfdistdir}/tex/generic/fenixpar/fenixpar.sty %{_texmfdistdir}/tex/generic/fenixpar/fenixtok.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-fenixpar-%{texlive_version}.%{texlive_noarch}.0.0.92svn24730-%{release}-zypper %endif %package -n texlive-fetamont Version: %{texlive_version}.%{texlive_noarch}.svn43812 Release: 0 Summary: Extended version of Knuth's logo typeface 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): findutils Requires(post): grep Requires(post): sed Requires(post): texlive >= %{texlive_version} Requires(post): tex(updmap.cfg) #!BuildIgnore: tex(updmap.cfg) Requires(postun): findutils Requires(postun): grep Requires(postun): sed Requires(postun): texlive >= %{texlive_version} Requires(postun): tex(updmap.cfg) Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Requires: texlive-fetamont-fonts >= %{texlive_version} Recommends: texlive-fetamont-doc >= %{texlive_version} Provides: tex(T1ffm.fd) Provides: tex(T1ffmw.fd) Provides: tex(fetamont.map) Provides: tex(fetamont.sty) Provides: tex(ffmb10.tfm) Provides: tex(ffmb8.tfm) Provides: tex(ffmb9.tfm) Provides: tex(ffmbc40.tfm) Provides: tex(ffmbco40.tfm) Provides: tex(ffmbo10.tfm) Provides: tex(ffmbo8.tfm) Provides: tex(ffmbo9.tfm) Provides: tex(ffmbw10.tfm) Provides: tex(ffmbwo10.tfm) Provides: tex(ffmc10.tfm) Provides: tex(ffmco10.tfm) Provides: tex(ffmh10.tfm) Provides: tex(ffmh8.tfm) Provides: tex(ffmh9.tfm) Provides: tex(ffmho10.tfm) Provides: tex(ffmho8.tfm) Provides: tex(ffmho9.tfm) Provides: tex(ffmhw10.tfm) Provides: tex(ffmhwo10.tfm) Provides: tex(ffml10.tfm) Provides: tex(ffmlc10.tfm) Provides: tex(ffmlco10.tfm) Provides: tex(ffmlo10.tfm) Provides: tex(ffmlq10.tfm) Provides: tex(ffmlqo10.tfm) Provides: tex(ffmlw10.tfm) Provides: tex(ffmlwo10.tfm) Provides: tex(ffmo10.tfm) Provides: tex(ffmo8.tfm) Provides: tex(ffmo9.tfm) Provides: tex(ffmr10.tfm) Provides: tex(ffmr8.tfm) Provides: tex(ffmr9.tfm) Provides: tex(ffmw10.tfm) Provides: tex(ffmwo10.tfm) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source174: fetamont.tar.xz Source175: fetamont.doc.tar.xz %description -n texlive-fetamont The fetamont typeface was designed in Metafont and extends the Logo fonts to complete the T1 encoding. The designs of the glyphs A, E, F, M, N, O, P, S and T are based on the Metafont constructions by D. E. Knuth. The glyphs Y and 1 imitate the shapes of the corresponding glyphs in the METATYPE1 logo. date: 2017-04-15 12:54:39 +0000 %package -n texlive-fetamont-doc Version: %{texlive_version}.%{texlive_noarch}.svn43812 Release: 0 Summary: Documentation for texlive-fetamont License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-fetamont-doc This package includes the documentation for texlive-fetamont %package -n texlive-fetamont-fonts Version: %{texlive_version}.%{texlive_noarch}.svn43812 Release: 0 Summary: Severed fonts for texlive-fetamont License: LPPL-1.0 Group: Productivity/Publishing/TeX/Fonts Url: http://www.tug.org/texlive/ Requires(post): fontconfig Requires(post): ghostscript-fonts-std Requires(post): mkfontdir Requires(post): mkfontscale Requires(post): xorg-x11-fonts-core Requires(postun): fontconfig Requires(postun): ghostscript-fonts-std Requires(postun): xorg-x11-fonts-core %description -n texlive-fetamont-fonts The separated fonts package for texlive-fetamont %post -n texlive-fetamont mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update echo 'addMap fetamont.map' >> /var/run/texlive/run-updmap %postun -n texlive-fetamont mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then echo 'deleteMap fetamont.map' >> /var/run/texlive/run-updmap exit 0 fi %posttrans -n texlive-fetamont %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %post -n texlive-fetamont-fonts fc-cache -s %{_datadir}/fonts mkfontscale %{_datadir}/fonts/texlive-fetamont mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-fetamont %postun -n texlive-fetamont-fonts if test $1 = 0; then fc-cache -s %{_datadir}/fonts fi %files -n texlive-fetamont-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/fonts/fetamont/README %{_texmfdistdir}/doc/fonts/fetamont/fetamont-typeface.pdf %{_texmfdistdir}/doc/fonts/fetamont/fetamont-typeface.tex %{_texmfdistdir}/doc/fonts/fetamont/fetamont.pdf %files -n texlive-fetamont %defattr(-,root,root,755) %{_texmfdistdir}/fonts/afm/public/fetamont/ffmb10.afm %{_texmfdistdir}/fonts/afm/public/fetamont/ffmb8.afm %{_texmfdistdir}/fonts/afm/public/fetamont/ffmb9.afm %{_texmfdistdir}/fonts/afm/public/fetamont/ffmbc40.afm %{_texmfdistdir}/fonts/afm/public/fetamont/ffmbco40.afm %{_texmfdistdir}/fonts/afm/public/fetamont/ffmbo10.afm %{_texmfdistdir}/fonts/afm/public/fetamont/ffmbo8.afm %{_texmfdistdir}/fonts/afm/public/fetamont/ffmbo9.afm %{_texmfdistdir}/fonts/afm/public/fetamont/ffmbw10.afm %{_texmfdistdir}/fonts/afm/public/fetamont/ffmbwo10.afm %{_texmfdistdir}/fonts/afm/public/fetamont/ffmc10.afm %{_texmfdistdir}/fonts/afm/public/fetamont/ffmco10.afm %{_texmfdistdir}/fonts/afm/public/fetamont/ffmh10.afm %{_texmfdistdir}/fonts/afm/public/fetamont/ffmh8.afm %{_texmfdistdir}/fonts/afm/public/fetamont/ffmh9.afm %{_texmfdistdir}/fonts/afm/public/fetamont/ffmho10.afm %{_texmfdistdir}/fonts/afm/public/fetamont/ffmho8.afm %{_texmfdistdir}/fonts/afm/public/fetamont/ffmho9.afm %{_texmfdistdir}/fonts/afm/public/fetamont/ffmhw10.afm %{_texmfdistdir}/fonts/afm/public/fetamont/ffmhwo10.afm %{_texmfdistdir}/fonts/afm/public/fetamont/ffml10.afm %{_texmfdistdir}/fonts/afm/public/fetamont/ffmlc10.afm %{_texmfdistdir}/fonts/afm/public/fetamont/ffmlco10.afm %{_texmfdistdir}/fonts/afm/public/fetamont/ffmlo10.afm %{_texmfdistdir}/fonts/afm/public/fetamont/ffmlq10.afm %{_texmfdistdir}/fonts/afm/public/fetamont/ffmlqo10.afm %{_texmfdistdir}/fonts/afm/public/fetamont/ffmlw10.afm %{_texmfdistdir}/fonts/afm/public/fetamont/ffmlwo10.afm %{_texmfdistdir}/fonts/afm/public/fetamont/ffmo10.afm %{_texmfdistdir}/fonts/afm/public/fetamont/ffmo8.afm %{_texmfdistdir}/fonts/afm/public/fetamont/ffmo9.afm %{_texmfdistdir}/fonts/afm/public/fetamont/ffmr10.afm %{_texmfdistdir}/fonts/afm/public/fetamont/ffmr8.afm %{_texmfdistdir}/fonts/afm/public/fetamont/ffmr9.afm %{_texmfdistdir}/fonts/afm/public/fetamont/ffmw10.afm %{_texmfdistdir}/fonts/afm/public/fetamont/ffmwo10.afm %{_texmfdistdir}/fonts/map/dvips/fetamont/fetamont.map %verify(link) %{_texmfdistdir}/fonts/opentype/public/fetamont/ffmb10.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fetamont/ffmb8.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fetamont/ffmb9.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fetamont/ffmbc40.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fetamont/ffmbco40.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fetamont/ffmbo10.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fetamont/ffmbo8.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fetamont/ffmbo9.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fetamont/ffmbw10.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fetamont/ffmbwo10.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fetamont/ffmc10.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fetamont/ffmco10.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fetamont/ffmh10.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fetamont/ffmh8.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fetamont/ffmh9.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fetamont/ffmho10.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fetamont/ffmho8.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fetamont/ffmho9.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fetamont/ffmhw10.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fetamont/ffmhwo10.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fetamont/ffml10.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fetamont/ffmlc10.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fetamont/ffmlco10.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fetamont/ffmlo10.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fetamont/ffmlq10.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fetamont/ffmlqo10.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fetamont/ffmlw10.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fetamont/ffmlwo10.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fetamont/ffmo10.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fetamont/ffmo8.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fetamont/ffmo9.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fetamont/ffmr10.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fetamont/ffmr8.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fetamont/ffmr9.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fetamont/ffmw10.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fetamont/ffmwo10.otf %{_texmfdistdir}/fonts/source/public/fetamont/ffmb10.mf %{_texmfdistdir}/fonts/source/public/fetamont/ffmb8.mf %{_texmfdistdir}/fonts/source/public/fetamont/ffmb9.mf %{_texmfdistdir}/fonts/source/public/fetamont/ffmbase.mf %{_texmfdistdir}/fonts/source/public/fetamont/ffmbc40.mf %{_texmfdistdir}/fonts/source/public/fetamont/ffmbco40.mf %{_texmfdistdir}/fonts/source/public/fetamont/ffmbo10.mf %{_texmfdistdir}/fonts/source/public/fetamont/ffmbo8.mf %{_texmfdistdir}/fonts/source/public/fetamont/ffmbo9.mf %{_texmfdistdir}/fonts/source/public/fetamont/ffmbw10.mf %{_texmfdistdir}/fonts/source/public/fetamont/ffmbwo10.mf %{_texmfdistdir}/fonts/source/public/fetamont/ffmc10.mf %{_texmfdistdir}/fonts/source/public/fetamont/ffmchars_uni.mf %{_texmfdistdir}/fonts/source/public/fetamont/ffmco10.mf %{_texmfdistdir}/fonts/source/public/fetamont/ffmh10.mf %{_texmfdistdir}/fonts/source/public/fetamont/ffmh8.mf %{_texmfdistdir}/fonts/source/public/fetamont/ffmh9.mf %{_texmfdistdir}/fonts/source/public/fetamont/ffmho10.mf %{_texmfdistdir}/fonts/source/public/fetamont/ffmho8.mf %{_texmfdistdir}/fonts/source/public/fetamont/ffmho9.mf %{_texmfdistdir}/fonts/source/public/fetamont/ffmhw10.mf %{_texmfdistdir}/fonts/source/public/fetamont/ffmhwo10.mf %{_texmfdistdir}/fonts/source/public/fetamont/ffml10.mf %{_texmfdistdir}/fonts/source/public/fetamont/ffmlc10.mf %{_texmfdistdir}/fonts/source/public/fetamont/ffmlco10.mf %{_texmfdistdir}/fonts/source/public/fetamont/ffmlo10.mf %{_texmfdistdir}/fonts/source/public/fetamont/ffmlq10.mf %{_texmfdistdir}/fonts/source/public/fetamont/ffmlqo10.mf %{_texmfdistdir}/fonts/source/public/fetamont/ffmlw10.mf %{_texmfdistdir}/fonts/source/public/fetamont/ffmlwo10.mf %{_texmfdistdir}/fonts/source/public/fetamont/ffmo10.mf %{_texmfdistdir}/fonts/source/public/fetamont/ffmo8.mf %{_texmfdistdir}/fonts/source/public/fetamont/ffmo9.mf %{_texmfdistdir}/fonts/source/public/fetamont/ffmr10.mf %{_texmfdistdir}/fonts/source/public/fetamont/ffmr8.mf %{_texmfdistdir}/fonts/source/public/fetamont/ffmr9.mf %{_texmfdistdir}/fonts/source/public/fetamont/ffmw10.mf %{_texmfdistdir}/fonts/source/public/fetamont/ffmwo10.mf %{_texmfdistdir}/fonts/tfm/public/fetamont/ffmb10.tfm %{_texmfdistdir}/fonts/tfm/public/fetamont/ffmb8.tfm %{_texmfdistdir}/fonts/tfm/public/fetamont/ffmb9.tfm %{_texmfdistdir}/fonts/tfm/public/fetamont/ffmbc40.tfm %{_texmfdistdir}/fonts/tfm/public/fetamont/ffmbco40.tfm %{_texmfdistdir}/fonts/tfm/public/fetamont/ffmbo10.tfm %{_texmfdistdir}/fonts/tfm/public/fetamont/ffmbo8.tfm %{_texmfdistdir}/fonts/tfm/public/fetamont/ffmbo9.tfm %{_texmfdistdir}/fonts/tfm/public/fetamont/ffmbw10.tfm %{_texmfdistdir}/fonts/tfm/public/fetamont/ffmbwo10.tfm %{_texmfdistdir}/fonts/tfm/public/fetamont/ffmc10.tfm %{_texmfdistdir}/fonts/tfm/public/fetamont/ffmco10.tfm %{_texmfdistdir}/fonts/tfm/public/fetamont/ffmh10.tfm %{_texmfdistdir}/fonts/tfm/public/fetamont/ffmh8.tfm %{_texmfdistdir}/fonts/tfm/public/fetamont/ffmh9.tfm %{_texmfdistdir}/fonts/tfm/public/fetamont/ffmho10.tfm %{_texmfdistdir}/fonts/tfm/public/fetamont/ffmho8.tfm %{_texmfdistdir}/fonts/tfm/public/fetamont/ffmho9.tfm %{_texmfdistdir}/fonts/tfm/public/fetamont/ffmhw10.tfm %{_texmfdistdir}/fonts/tfm/public/fetamont/ffmhwo10.tfm %{_texmfdistdir}/fonts/tfm/public/fetamont/ffml10.tfm %{_texmfdistdir}/fonts/tfm/public/fetamont/ffmlc10.tfm %{_texmfdistdir}/fonts/tfm/public/fetamont/ffmlco10.tfm %{_texmfdistdir}/fonts/tfm/public/fetamont/ffmlo10.tfm %{_texmfdistdir}/fonts/tfm/public/fetamont/ffmlq10.tfm %{_texmfdistdir}/fonts/tfm/public/fetamont/ffmlqo10.tfm %{_texmfdistdir}/fonts/tfm/public/fetamont/ffmlw10.tfm %{_texmfdistdir}/fonts/tfm/public/fetamont/ffmlwo10.tfm %{_texmfdistdir}/fonts/tfm/public/fetamont/ffmo10.tfm %{_texmfdistdir}/fonts/tfm/public/fetamont/ffmo8.tfm %{_texmfdistdir}/fonts/tfm/public/fetamont/ffmo9.tfm %{_texmfdistdir}/fonts/tfm/public/fetamont/ffmr10.tfm %{_texmfdistdir}/fonts/tfm/public/fetamont/ffmr8.tfm %{_texmfdistdir}/fonts/tfm/public/fetamont/ffmr9.tfm %{_texmfdistdir}/fonts/tfm/public/fetamont/ffmw10.tfm %{_texmfdistdir}/fonts/tfm/public/fetamont/ffmwo10.tfm %verify(link) %{_texmfdistdir}/fonts/type1/public/fetamont/ffmb10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fetamont/ffmb8.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fetamont/ffmb9.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fetamont/ffmbc40.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fetamont/ffmbco40.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fetamont/ffmbo10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fetamont/ffmbo8.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fetamont/ffmbo9.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fetamont/ffmbw10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fetamont/ffmbwo10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fetamont/ffmc10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fetamont/ffmco10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fetamont/ffmh10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fetamont/ffmh8.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fetamont/ffmh9.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fetamont/ffmho10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fetamont/ffmho8.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fetamont/ffmho9.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fetamont/ffmhw10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fetamont/ffmhwo10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fetamont/ffml10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fetamont/ffmlc10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fetamont/ffmlco10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fetamont/ffmlo10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fetamont/ffmlq10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fetamont/ffmlqo10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fetamont/ffmlw10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fetamont/ffmlwo10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fetamont/ffmo10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fetamont/ffmo8.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fetamont/ffmo9.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fetamont/ffmr10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fetamont/ffmr8.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fetamont/ffmr9.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fetamont/ffmw10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fetamont/ffmwo10.pfb %{_texmfdistdir}/metapost/fetamont/ffmconstructions.mp %{_texmfdistdir}/tex/latex/fetamont/T1ffm.fd %{_texmfdistdir}/tex/latex/fetamont/T1ffmw.fd %{_texmfdistdir}/tex/latex/fetamont/fetamont.sty %files -n texlive-fetamont-fonts %defattr(-,root,root,755) %dir %{_datadir}/fonts/texlive-fetamont %config %{_sysconfdir}/fonts/conf.avail/58-texlive-fetamont.conf %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-fetamont/encodings.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-fetamont/fonts.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-fetamont/fonts.scale %{_datadir}/fonts/texlive-fetamont/ffmb10.otf %{_datadir}/fonts/texlive-fetamont/ffmb8.otf %{_datadir}/fonts/texlive-fetamont/ffmb9.otf %{_datadir}/fonts/texlive-fetamont/ffmbc40.otf %{_datadir}/fonts/texlive-fetamont/ffmbco40.otf %{_datadir}/fonts/texlive-fetamont/ffmbo10.otf %{_datadir}/fonts/texlive-fetamont/ffmbo8.otf %{_datadir}/fonts/texlive-fetamont/ffmbo9.otf %{_datadir}/fonts/texlive-fetamont/ffmbw10.otf %{_datadir}/fonts/texlive-fetamont/ffmbwo10.otf %{_datadir}/fonts/texlive-fetamont/ffmc10.otf %{_datadir}/fonts/texlive-fetamont/ffmco10.otf %{_datadir}/fonts/texlive-fetamont/ffmh10.otf %{_datadir}/fonts/texlive-fetamont/ffmh8.otf %{_datadir}/fonts/texlive-fetamont/ffmh9.otf %{_datadir}/fonts/texlive-fetamont/ffmho10.otf %{_datadir}/fonts/texlive-fetamont/ffmho8.otf %{_datadir}/fonts/texlive-fetamont/ffmho9.otf %{_datadir}/fonts/texlive-fetamont/ffmhw10.otf %{_datadir}/fonts/texlive-fetamont/ffmhwo10.otf %{_datadir}/fonts/texlive-fetamont/ffml10.otf %{_datadir}/fonts/texlive-fetamont/ffmlc10.otf %{_datadir}/fonts/texlive-fetamont/ffmlco10.otf %{_datadir}/fonts/texlive-fetamont/ffmlo10.otf %{_datadir}/fonts/texlive-fetamont/ffmlq10.otf %{_datadir}/fonts/texlive-fetamont/ffmlqo10.otf %{_datadir}/fonts/texlive-fetamont/ffmlw10.otf %{_datadir}/fonts/texlive-fetamont/ffmlwo10.otf %{_datadir}/fonts/texlive-fetamont/ffmo10.otf %{_datadir}/fonts/texlive-fetamont/ffmo8.otf %{_datadir}/fonts/texlive-fetamont/ffmo9.otf %{_datadir}/fonts/texlive-fetamont/ffmr10.otf %{_datadir}/fonts/texlive-fetamont/ffmr8.otf %{_datadir}/fonts/texlive-fetamont/ffmr9.otf %{_datadir}/fonts/texlive-fetamont/ffmw10.otf %{_datadir}/fonts/texlive-fetamont/ffmwo10.otf %{_datadir}/fonts/texlive-fetamont/ffmb10.pfb %{_datadir}/fonts/texlive-fetamont/ffmb8.pfb %{_datadir}/fonts/texlive-fetamont/ffmb9.pfb %{_datadir}/fonts/texlive-fetamont/ffmbc40.pfb %{_datadir}/fonts/texlive-fetamont/ffmbco40.pfb %{_datadir}/fonts/texlive-fetamont/ffmbo10.pfb %{_datadir}/fonts/texlive-fetamont/ffmbo8.pfb %{_datadir}/fonts/texlive-fetamont/ffmbo9.pfb %{_datadir}/fonts/texlive-fetamont/ffmbw10.pfb %{_datadir}/fonts/texlive-fetamont/ffmbwo10.pfb %{_datadir}/fonts/texlive-fetamont/ffmc10.pfb %{_datadir}/fonts/texlive-fetamont/ffmco10.pfb %{_datadir}/fonts/texlive-fetamont/ffmh10.pfb %{_datadir}/fonts/texlive-fetamont/ffmh8.pfb %{_datadir}/fonts/texlive-fetamont/ffmh9.pfb %{_datadir}/fonts/texlive-fetamont/ffmho10.pfb %{_datadir}/fonts/texlive-fetamont/ffmho8.pfb %{_datadir}/fonts/texlive-fetamont/ffmho9.pfb %{_datadir}/fonts/texlive-fetamont/ffmhw10.pfb %{_datadir}/fonts/texlive-fetamont/ffmhwo10.pfb %{_datadir}/fonts/texlive-fetamont/ffml10.pfb %{_datadir}/fonts/texlive-fetamont/ffmlc10.pfb %{_datadir}/fonts/texlive-fetamont/ffmlco10.pfb %{_datadir}/fonts/texlive-fetamont/ffmlo10.pfb %{_datadir}/fonts/texlive-fetamont/ffmlq10.pfb %{_datadir}/fonts/texlive-fetamont/ffmlqo10.pfb %{_datadir}/fonts/texlive-fetamont/ffmlw10.pfb %{_datadir}/fonts/texlive-fetamont/ffmlwo10.pfb %{_datadir}/fonts/texlive-fetamont/ffmo10.pfb %{_datadir}/fonts/texlive-fetamont/ffmo8.pfb %{_datadir}/fonts/texlive-fetamont/ffmo9.pfb %{_datadir}/fonts/texlive-fetamont/ffmr10.pfb %{_datadir}/fonts/texlive-fetamont/ffmr8.pfb %{_datadir}/fonts/texlive-fetamont/ffmr9.pfb %{_datadir}/fonts/texlive-fetamont/ffmw10.pfb %{_datadir}/fonts/texlive-fetamont/ffmwo10.pfb %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-fetamont-fonts-%{texlive_version}.%{texlive_noarch}.svn43812-%{release}-zypper %endif %package -n texlive-feupphdteses Version: %{texlive_version}.%{texlive_noarch}.4.0svn30962 Release: 0 Summary: Typeset Engineering PhD theses at the University of Porto License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-feupphdteses-doc >= %{texlive_version} Provides: tex(feupphdteses.sty) Requires: tex(adjustbox.sty) Requires: tex(amsmath.sty) Requires: tex(array.sty) Requires: tex(babel.sty) Requires: tex(backref.sty) Requires: tex(bookmark.sty) Requires: tex(booktabs.sty) Requires: tex(caption.sty) Requires: tex(couriers.sty) Requires: tex(enumitem.sty) Requires: tex(eurosym.sty) Requires: tex(fancyhdr.sty) Requires: tex(float.sty) Requires: tex(fontenc.sty) Requires: tex(geometry.sty) Requires: tex(graphicx.sty) Requires: tex(grffile.sty) Requires: tex(helvet.sty) Requires: tex(hyperref.sty) Requires: tex(ifpdf.sty) Requires: tex(inputenc.sty) Requires: tex(lineno.sty) Requires: tex(listings.sty) Requires: tex(longtable.sty) Requires: tex(makeidx.sty) Requires: tex(mathptmx.sty) Requires: tex(multirow.sty) Requires: tex(natbib.sty) Requires: tex(pdflscape.sty) Requires: tex(pdfpages.sty) Requires: tex(pgfgantt.sty) Requires: tex(pgfplots.sty) Requires: tex(placeins.sty) Requires: tex(setspace.sty) Requires: tex(siunitx.sty) Requires: tex(subcaption.sty) Requires: tex(tabularx.sty) Requires: tex(tabulary.sty) Requires: tex(tikz.sty) Requires: tex(url.sty) Requires: tex(xcolor.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source176: feupphdteses.tar.xz Source177: feupphdteses.doc.tar.xz %description -n texlive-feupphdteses A complete template for thesis/works of Faculdade de Engenharia da Universidade do Porto (FEUP) Faculty of Engineering University of Porto. date: 2016-06-24 17:18:15 +0000 %package -n texlive-feupphdteses-doc Version: %{texlive_version}.%{texlive_noarch}.4.0svn30962 Release: 0 Summary: Documentation for texlive-feupphdteses License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-feupphdteses-doc This package includes the documentation for texlive-feupphdteses %post -n texlive-feupphdteses mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-feupphdteses mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-feupphdteses %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-feupphdteses-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/feupphdteses/Abbs.tex %{_texmfdistdir}/doc/latex/feupphdteses/Abstract.tex %{_texmfdistdir}/doc/latex/feupphdteses/Acknow.tex %{_texmfdistdir}/doc/latex/feupphdteses/Appendix.tex %{_texmfdistdir}/doc/latex/feupphdteses/Chapter2.tex %{_texmfdistdir}/doc/latex/feupphdteses/Chapter3.tex %{_texmfdistdir}/doc/latex/feupphdteses/Conclusions.tex %{_texmfdistdir}/doc/latex/feupphdteses/Dedicatory.tex %{_texmfdistdir}/doc/latex/feupphdteses/Figures/uporto-feup.pdf %{_texmfdistdir}/doc/latex/feupphdteses/IEEEtranN.bst %{_texmfdistdir}/doc/latex/feupphdteses/IEEEtranSN.bst %{_texmfdistdir}/doc/latex/feupphdteses/Intro.tex %{_texmfdistdir}/doc/latex/feupphdteses/Publications.tex %{_texmfdistdir}/doc/latex/feupphdteses/Quote.tex %{_texmfdistdir}/doc/latex/feupphdteses/README %{_texmfdistdir}/doc/latex/feupphdteses/References.bib %{_texmfdistdir}/doc/latex/feupphdteses/Resumo.tex %{_texmfdistdir}/doc/latex/feupphdteses/Template_EN.pdf %{_texmfdistdir}/doc/latex/feupphdteses/Template_EN.tcp %{_texmfdistdir}/doc/latex/feupphdteses/Template_EN.tex %{_texmfdistdir}/doc/latex/feupphdteses/Template_EN.tps %{_texmfdistdir}/doc/latex/feupphdteses/mymacros.tex %files -n texlive-feupphdteses %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/feupphdteses/feupphdteses.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-feupphdteses-%{texlive_version}.%{texlive_noarch}.4.0svn30962-%{release}-zypper %endif %package -n texlive-feyn Version: %{texlive_version}.%{texlive_noarch}.0.0.3.3svn15878 Release: 0 Summary: A font for in-text Feynman diagrams License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-feyn-doc >= %{texlive_version} Provides: tex(feyn.sty) Provides: tex(feyn10.tfm) Provides: tex(feyn11.tfm) Provides: tex(feyn12.tfm) Provides: tex(feyn18.tfm) Provides: tex(feyn24.tfm) Provides: tex(feyntext10.tfm) Provides: tex(feyntext11.tfm) Provides: tex(feyntext12.tfm) Provides: tex(feyntext18.tfm) Provides: tex(feyntext24.tfm) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source178: feyn.tar.xz Source179: feyn.doc.tar.xz %description -n texlive-feyn Feyn may be used to produce relatively simple Feynman diagrams within equations in a LaTeX document. While the feynmf package is good at drawing large diagrams for figures, the present package and its fonts allow diagrams within equations or text, at a matching size. The fonts are distributed as Metafont source, and macros for their use are also provided. date: 2016-06-24 17:18:15 +0000 %package -n texlive-feyn-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.3.3svn15878 Release: 0 Summary: Documentation for texlive-feyn License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-feyn-doc This package includes the documentation for texlive-feyn %post -n texlive-feyn mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-feyn mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-feyn %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-feyn-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/fonts/feyn/LICENCE %{_texmfdistdir}/doc/fonts/feyn/README %{_texmfdistdir}/doc/fonts/feyn/VERSION %{_texmfdistdir}/doc/fonts/feyn/exercise-font.pdf %{_texmfdistdir}/doc/fonts/feyn/exercise-font.tex %{_texmfdistdir}/doc/fonts/feyn/feyn.pdf %{_texmfdistdir}/doc/fonts/feyn/overheads.pdf %{_texmfdistdir}/doc/fonts/feyn/overheads.tex %files -n texlive-feyn %defattr(-,root,root,755) %{_texmfdistdir}/fonts/source/public/feyn/feyn.mf %{_texmfdistdir}/fonts/source/public/feyn/feyn10.mf %{_texmfdistdir}/fonts/source/public/feyn/feyn11.mf %{_texmfdistdir}/fonts/source/public/feyn/feyn12.mf %{_texmfdistdir}/fonts/source/public/feyn/feyn18.mf %{_texmfdistdir}/fonts/source/public/feyn/feyn24.mf %{_texmfdistdir}/fonts/source/public/feyn/feynmac.mf %{_texmfdistdir}/fonts/source/public/feyn/feyntext10.mf %{_texmfdistdir}/fonts/source/public/feyn/feyntext11.mf %{_texmfdistdir}/fonts/source/public/feyn/feyntext12.mf %{_texmfdistdir}/fonts/source/public/feyn/feyntext18.mf %{_texmfdistdir}/fonts/source/public/feyn/feyntext24.mf %{_texmfdistdir}/fonts/tfm/public/feyn/feyn10.tfm %{_texmfdistdir}/fonts/tfm/public/feyn/feyn11.tfm %{_texmfdistdir}/fonts/tfm/public/feyn/feyn12.tfm %{_texmfdistdir}/fonts/tfm/public/feyn/feyn18.tfm %{_texmfdistdir}/fonts/tfm/public/feyn/feyn24.tfm %{_texmfdistdir}/fonts/tfm/public/feyn/feyntext10.tfm %{_texmfdistdir}/fonts/tfm/public/feyn/feyntext11.tfm %{_texmfdistdir}/fonts/tfm/public/feyn/feyntext12.tfm %{_texmfdistdir}/fonts/tfm/public/feyn/feyntext18.tfm %{_texmfdistdir}/fonts/tfm/public/feyn/feyntext24.tfm %{_texmfdistdir}/tex/latex/feyn/feyn.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-feyn-%{texlive_version}.%{texlive_noarch}.0.0.3.3svn15878-%{release}-zypper %endif %package -n texlive-feynmf Version: %{texlive_version}.%{texlive_noarch}.1.08svn17259 Release: 0 Summary: Macros and fonts for creating Feynman (and other) diagrams License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-feynmf-doc >= %{texlive_version} Provides: tex(feynmf.sty) Provides: tex(feynmp.sty) Requires: tex(graphics.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source180: feynmf.tar.xz Source181: feynmf.doc.tar.xz %description -n texlive-feynmf The feynmf package provides an interface to Metafont (inspired by the facilities of mfpic) to use simple structure specifications to produce relatively complex diagrams. (The feynmp package, also part of this bundle, uses MetaPost in the same way.) While the package was designed for Feynman diagrams, it could in principle be used for diagrams in graph and similar theories, where the structure is semi-algorithmically determined. date: 2016-06-24 17:18:15 +0000 %package -n texlive-feynmf-doc Version: %{texlive_version}.%{texlive_noarch}.1.08svn17259 Release: 0 Summary: Documentation for texlive-feynmf License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-feynmf-doc This package includes the documentation for texlive-feynmf %post -n texlive-feynmf mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-feynmf mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-feynmf %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-feynmf-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/feynmf/Announce %{_texmfdistdir}/doc/latex/feynmf/COPYING %{_texmfdistdir}/doc/latex/feynmf/Feynman.Diagrams %{_texmfdistdir}/doc/latex/feynmf/README %{_texmfdistdir}/doc/latex/feynmf/Tutorial %{_texmfdistdir}/doc/latex/feynmf/fmfman.pdf %{_texmfdistdir}/doc/latex/feynmf/manpics.1 %{_texmfdistdir}/doc/latex/feynmf/manpics.2 %{_texmfdistdir}/doc/latex/feynmf/manpics.3 %{_texmfdistdir}/doc/latex/feynmf/template.tex %files -n texlive-feynmf %defattr(-,root,root,755) %{_texmfdistdir}/metafont/feynmf/feynmf.mf %{_texmfdistdir}/metapost/feynmf/feynmp.mp %{_texmfdistdir}/metapost/feynmf/manpics.mp %{_texmfdistdir}/tex/latex/feynmf/feynmf.sty %{_texmfdistdir}/tex/latex/feynmf/feynmp.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-feynmf-%{texlive_version}.%{texlive_noarch}.1.08svn17259-%{release}-zypper %endif %package -n texlive-feynmp-auto Version: %{texlive_version}.%{texlive_noarch}.1.1svn30223 Release: 0 Summary: Automatic processing of feynmp graphics License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-feynmp-auto-doc >= %{texlive_version} Provides: tex(feynmp-auto.sty) Requires: tex(feynmp.sty) Requires: tex(ifpdf.sty) Requires: tex(ifxetex.sty) Requires: tex(pdftexcmds.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source182: feynmp-auto.tar.xz Source183: feynmp-auto.doc.tar.xz %description -n texlive-feynmp-auto The package takes care of running Metapost on the output files produced by the feynmp package, so that the compiled pictures will be available in the next run of LaTeX. The package honours options that apply to feynmp. date: 2016-06-24 17:18:15 +0000 %package -n texlive-feynmp-auto-doc Version: %{texlive_version}.%{texlive_noarch}.1.1svn30223 Release: 0 Summary: Documentation for texlive-feynmp-auto License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-feynmp-auto-doc This package includes the documentation for texlive-feynmp-auto %post -n texlive-feynmp-auto mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-feynmp-auto mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-feynmp-auto %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-feynmp-auto-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/feynmp-auto/README %{_texmfdistdir}/doc/latex/feynmp-auto/feynmp-auto.pdf %files -n texlive-feynmp-auto %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/feynmp-auto/feynmp-auto.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-feynmp-auto-%{texlive_version}.%{texlive_noarch}.1.1svn30223-%{release}-zypper %endif %package -n texlive-ffslides Version: %{texlive_version}.%{texlive_noarch}.svn38895 Release: 0 Summary: Freeform slides based on the article class License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-ffslides-doc >= %{texlive_version} Provides: tex(ffslides.cls) Requires: tex(article.cls) Requires: tex(calc.sty) Requires: tex(geometry.sty) Requires: tex(graphics.sty) Requires: tex(hyperref.sty) Requires: tex(ifthen.sty) Requires: tex(lastpage.sty) Requires: tex(pstricks.sty) Requires: tex(twoopt.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source184: ffslides.tar.xz Source185: ffslides.doc.tar.xz %description -n texlive-ffslides The ffslides ("freeform slides") class is intended to make it easier to place various types of content freely on the page, and therefore easier to design documents with a strong visual component: presentations, posters, research or lecture notes, and so on. The goal of the class is to be less rigid and less complex than some of the popular presentation-making options. It is essentially a small set of macros added to the article class. A well-organized template file is included, and the documentation is itself an extensive example of the class's capabilities. date: 2016-06-24 17:18:15 +0000 %package -n texlive-ffslides-doc Version: %{texlive_version}.%{texlive_noarch}.svn38895 Release: 0 Summary: Documentation for texlive-ffslides License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-ffslides-doc This package includes the documentation for texlive-ffslides %post -n texlive-ffslides mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-ffslides mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-ffslides %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-ffslides-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/ffslides/README.txt %{_texmfdistdir}/doc/latex/ffslides/bground-example.txt %{_texmfdistdir}/doc/latex/ffslides/ffslides-doc.pdf %{_texmfdistdir}/doc/latex/ffslides/ffslides-doc.tex %{_texmfdistdir}/doc/latex/ffslides/ffslides-template.tex %{_texmfdistdir}/doc/latex/ffslides/figure.pdf %{_texmfdistdir}/doc/latex/ffslides/footer-example.txt %{_texmfdistdir}/doc/latex/ffslides/header-example.txt %{_texmfdistdir}/doc/latex/ffslides/tiny_example_1.pdf %{_texmfdistdir}/doc/latex/ffslides/tiny_example_2.pdf %files -n texlive-ffslides %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/ffslides/ffslides.cls %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-ffslides-%{texlive_version}.%{texlive_noarch}.svn38895-%{release}-zypper %endif %package -n texlive-fge Version: %{texlive_version}.%{texlive_noarch}.1.25svn37628 Release: 0 Summary: A font for Frege's Grundgesetze der Arithmetik 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): findutils Requires(post): grep Requires(post): sed Requires(post): texlive >= %{texlive_version} Requires(post): tex(updmap.cfg) #!BuildIgnore: tex(updmap.cfg) Requires(postun): findutils Requires(postun): grep Requires(postun): sed Requires(postun): texlive >= %{texlive_version} Requires(postun): tex(updmap.cfg) Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Requires: texlive-fge-fonts >= %{texlive_version} Recommends: texlive-fge-doc >= %{texlive_version} Provides: tex(Ufgeit.fd) Provides: tex(Ufgerm.fd) Provides: tex(fge.cfg) Provides: tex(fge.map) Provides: tex(fge.sty) Provides: tex(fgeit10.tfm) Provides: tex(fgerm10.tfm) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source186: fge.tar.xz Source187: fge.doc.tar.xz %description -n texlive-fge The fonts are provided as Metafont source and Adobe Type 1 (pfb) files. A small LaTeX package (fge) is included. date: 2016-06-24 17:18:15 +0000 %package -n texlive-fge-doc Version: %{texlive_version}.%{texlive_noarch}.1.25svn37628 Release: 0 Summary: Documentation for texlive-fge License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-fge-doc This package includes the documentation for texlive-fge %package -n texlive-fge-fonts Version: %{texlive_version}.%{texlive_noarch}.1.25svn37628 Release: 0 Summary: Severed fonts for texlive-fge License: LPPL-1.0 Group: Productivity/Publishing/TeX/Fonts Url: http://www.tug.org/texlive/ Requires(post): fontconfig Requires(post): ghostscript-fonts-std Requires(post): mkfontdir Requires(post): mkfontscale Requires(post): xorg-x11-fonts-core Requires(postun): fontconfig Requires(postun): ghostscript-fonts-std Requires(postun): xorg-x11-fonts-core %description -n texlive-fge-fonts The separated fonts package for texlive-fge %post -n texlive-fge mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update echo 'addMap fge.map' >> /var/run/texlive/run-updmap %postun -n texlive-fge mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then echo 'deleteMap fge.map' >> /var/run/texlive/run-updmap exit 0 fi %posttrans -n texlive-fge %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %post -n texlive-fge-fonts fc-cache -s %{_datadir}/fonts mkfontscale %{_datadir}/fonts/texlive-fge mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-fge %postun -n texlive-fge-fonts if test $1 = 0; then fc-cache -s %{_datadir}/fonts fi %files -n texlive-fge-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/fonts/fge/README %{_texmfdistdir}/doc/fonts/fge/fge-doc.pdf %files -n texlive-fge %defattr(-,root,root,755) %{_texmfdistdir}/fonts/map/dvips/fge/fge.map %{_texmfdistdir}/fonts/source/public/fge/fgebase.mf %{_texmfdistdir}/fonts/source/public/fge/fgeit.mf %{_texmfdistdir}/fonts/source/public/fge/fgeit10.mf %{_texmfdistdir}/fonts/source/public/fge/fgerm.mf %{_texmfdistdir}/fonts/source/public/fge/fgerm10.mf %{_texmfdistdir}/fonts/tfm/public/fge/fgeit10.tfm %{_texmfdistdir}/fonts/tfm/public/fge/fgerm10.tfm %verify(link) %{_texmfdistdir}/fonts/type1/public/fge/fgeit10.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fge/fgerm10.pfb %{_texmfdistdir}/tex/latex/fge/Ufgeit.fd %{_texmfdistdir}/tex/latex/fge/Ufgerm.fd %{_texmfdistdir}/tex/latex/fge/fge.cfg %{_texmfdistdir}/tex/latex/fge/fge.sty %files -n texlive-fge-fonts %defattr(-,root,root,755) %dir %{_datadir}/fonts/texlive-fge %config %{_sysconfdir}/fonts/conf.avail/58-texlive-fge.conf %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-fge/encodings.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-fge/fonts.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-fge/fonts.scale %{_datadir}/fonts/texlive-fge/fgeit10.pfb %{_datadir}/fonts/texlive-fge/fgerm10.pfb %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-fge-fonts-%{texlive_version}.%{texlive_noarch}.1.25svn37628-%{release}-zypper %endif %package -n texlive-fgruler Version: %{texlive_version}.%{texlive_noarch}.1.0svn42966 Release: 0 Summary: Draw rulers on the foreground or in the 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): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-fgruler-doc >= %{texlive_version} Provides: tex(fgruler.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source188: fgruler.tar.xz Source189: fgruler.doc.tar.xz %description -n texlive-fgruler The fgruler is an abbreviation for the foreground ruler. This package draws a horizontal and a vertical ruler on the foreground of every (or a given) page at absolute position. In this way, you can check the page layout dimensions. Besides, you can draw various rulers in the text, too. The fgruler package requires the services of the following packages: kvoptions, etoolbox, xcolor, graphicx, eso-pic. date: 2017-01-18 05:24:05 +0000 %package -n texlive-fgruler-doc Version: %{texlive_version}.%{texlive_noarch}.1.0svn42966 Release: 0 Summary: Documentation for texlive-fgruler License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-fgruler-doc This package includes the documentation for texlive-fgruler %post -n texlive-fgruler mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-fgruler mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-fgruler %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-fgruler-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/fgruler/README %{_texmfdistdir}/doc/latex/fgruler/fgruler.pdf %files -n texlive-fgruler %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/fgruler/fgruler.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-fgruler-%{texlive_version}.%{texlive_noarch}.1.0svn42966-%{release}-zypper %endif %package -n texlive-fibeamer Version: %{texlive_version}.%{texlive_noarch}.1.1.7svn44239 Release: 0 Summary: Beamer theme for thesis defense presentations at Masaryk University (Brno, Czech Republic) License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-fibeamer-doc >= %{texlive_version} Provides: tex(beamercolorthemefibeamer-mu-econ.sty) Provides: tex(beamercolorthemefibeamer-mu-fi.sty) Provides: tex(beamercolorthemefibeamer-mu-fsps.sty) Provides: tex(beamercolorthemefibeamer-mu-fss.sty) Provides: tex(beamercolorthemefibeamer-mu-law.sty) Provides: tex(beamercolorthemefibeamer-mu-med.sty) Provides: tex(beamercolorthemefibeamer-mu-ped.sty) Provides: tex(beamercolorthemefibeamer-mu-phil.sty) Provides: tex(beamercolorthemefibeamer-mu-sci.sty) Provides: tex(beamercolorthemefibeamer-mu.sty) Provides: tex(beamerfontthemefibeamer-mu.sty) Provides: tex(beamerinnerthemefibeamer-mu.sty) Provides: tex(beamerouterthemefibeamer-mu.sty) Provides: tex(beamerthemefibeamer.sty) Requires: tex(DejaVuSansMono.sty) Requires: tex(carlito.sty) Requires: tex(cmap.sty) Requires: tex(dsfont.sty) Requires: tex(fontenc.sty) Requires: tex(fontspec.sty) Requires: tex(ifluatex.sty) Requires: tex(ifpdf.sty) Requires: tex(ifthen.sty) Requires: tex(ifxetex.sty) Requires: tex(listings.sty) Requires: tex(lmodern.sty) Requires: tex(microtype.sty) Requires: tex(pgfcore.sty) Requires: tex(setspace.sty) Requires: tex(tikz.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source190: fibeamer.tar.xz Source191: fibeamer.doc.tar.xz %description -n texlive-fibeamer A beamer theme for the typesetting of thesis defense presentations at the Masaryk University (Brno, Czech Republic). The theme has been designed for easy extensibility by color themes of other academic institutions. date: 2017-05-07 11:42:49 +0000 %package -n texlive-fibeamer-doc Version: %{texlive_version}.%{texlive_noarch}.1.1.7svn44239 Release: 0 Summary: Documentation for texlive-fibeamer License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-fibeamer-doc This package includes the documentation for texlive-fibeamer %post -n texlive-fibeamer mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-fibeamer mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-fibeamer %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-fibeamer-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/fibeamer/fibeamer.pdf %{_texmfdistdir}/doc/latex/fibeamer/guide/mu/econ.pdf %{_texmfdistdir}/doc/latex/fibeamer/guide/mu/fi.pdf %{_texmfdistdir}/doc/latex/fibeamer/guide/mu/fsps.pdf %{_texmfdistdir}/doc/latex/fibeamer/guide/mu/fss.pdf %{_texmfdistdir}/doc/latex/fibeamer/guide/mu/law.pdf %{_texmfdistdir}/doc/latex/fibeamer/guide/mu/med.pdf %{_texmfdistdir}/doc/latex/fibeamer/guide/mu/ped.pdf %{_texmfdistdir}/doc/latex/fibeamer/guide/mu/phil.pdf %{_texmfdistdir}/doc/latex/fibeamer/guide/mu/sci.pdf %files -n texlive-fibeamer %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/fibeamer/beamerthemefibeamer.sty %{_texmfdistdir}/tex/latex/fibeamer/logo/mu/fibeamer-mu-econ-czech.eps %{_texmfdistdir}/tex/latex/fibeamer/logo/mu/fibeamer-mu-econ-czech.pdf %{_texmfdistdir}/tex/latex/fibeamer/logo/mu/fibeamer-mu-econ-english.eps %{_texmfdistdir}/tex/latex/fibeamer/logo/mu/fibeamer-mu-econ-english.pdf %{_texmfdistdir}/tex/latex/fibeamer/logo/mu/fibeamer-mu-fi-czech.eps %{_texmfdistdir}/tex/latex/fibeamer/logo/mu/fibeamer-mu-fi-czech.pdf %{_texmfdistdir}/tex/latex/fibeamer/logo/mu/fibeamer-mu-fi-english.eps %{_texmfdistdir}/tex/latex/fibeamer/logo/mu/fibeamer-mu-fi-english.pdf %{_texmfdistdir}/tex/latex/fibeamer/logo/mu/fibeamer-mu-fsps-czech.eps %{_texmfdistdir}/tex/latex/fibeamer/logo/mu/fibeamer-mu-fsps-czech.pdf %{_texmfdistdir}/tex/latex/fibeamer/logo/mu/fibeamer-mu-fsps-english.eps %{_texmfdistdir}/tex/latex/fibeamer/logo/mu/fibeamer-mu-fsps-english.pdf %{_texmfdistdir}/tex/latex/fibeamer/logo/mu/fibeamer-mu-fss-czech.eps %{_texmfdistdir}/tex/latex/fibeamer/logo/mu/fibeamer-mu-fss-czech.pdf %{_texmfdistdir}/tex/latex/fibeamer/logo/mu/fibeamer-mu-fss-english.eps %{_texmfdistdir}/tex/latex/fibeamer/logo/mu/fibeamer-mu-fss-english.pdf %{_texmfdistdir}/tex/latex/fibeamer/logo/mu/fibeamer-mu-law-czech.eps %{_texmfdistdir}/tex/latex/fibeamer/logo/mu/fibeamer-mu-law-czech.pdf %{_texmfdistdir}/tex/latex/fibeamer/logo/mu/fibeamer-mu-law-english.eps %{_texmfdistdir}/tex/latex/fibeamer/logo/mu/fibeamer-mu-law-english.pdf %{_texmfdistdir}/tex/latex/fibeamer/logo/mu/fibeamer-mu-med-czech.eps %{_texmfdistdir}/tex/latex/fibeamer/logo/mu/fibeamer-mu-med-czech.pdf %{_texmfdistdir}/tex/latex/fibeamer/logo/mu/fibeamer-mu-med-english.eps %{_texmfdistdir}/tex/latex/fibeamer/logo/mu/fibeamer-mu-med-english.pdf %{_texmfdistdir}/tex/latex/fibeamer/logo/mu/fibeamer-mu-ped-czech.eps %{_texmfdistdir}/tex/latex/fibeamer/logo/mu/fibeamer-mu-ped-czech.pdf %{_texmfdistdir}/tex/latex/fibeamer/logo/mu/fibeamer-mu-ped-english.eps %{_texmfdistdir}/tex/latex/fibeamer/logo/mu/fibeamer-mu-ped-english.pdf %{_texmfdistdir}/tex/latex/fibeamer/logo/mu/fibeamer-mu-phil-czech.eps %{_texmfdistdir}/tex/latex/fibeamer/logo/mu/fibeamer-mu-phil-czech.pdf %{_texmfdistdir}/tex/latex/fibeamer/logo/mu/fibeamer-mu-phil-english.eps %{_texmfdistdir}/tex/latex/fibeamer/logo/mu/fibeamer-mu-phil-english.pdf %{_texmfdistdir}/tex/latex/fibeamer/logo/mu/fibeamer-mu-sci-czech.eps %{_texmfdistdir}/tex/latex/fibeamer/logo/mu/fibeamer-mu-sci-czech.pdf %{_texmfdistdir}/tex/latex/fibeamer/logo/mu/fibeamer-mu-sci-english.eps %{_texmfdistdir}/tex/latex/fibeamer/logo/mu/fibeamer-mu-sci-english.pdf %{_texmfdistdir}/tex/latex/fibeamer/theme/mu/beamercolorthemefibeamer-mu-econ.sty %{_texmfdistdir}/tex/latex/fibeamer/theme/mu/beamercolorthemefibeamer-mu-fi.sty %{_texmfdistdir}/tex/latex/fibeamer/theme/mu/beamercolorthemefibeamer-mu-fsps.sty %{_texmfdistdir}/tex/latex/fibeamer/theme/mu/beamercolorthemefibeamer-mu-fss.sty %{_texmfdistdir}/tex/latex/fibeamer/theme/mu/beamercolorthemefibeamer-mu-law.sty %{_texmfdistdir}/tex/latex/fibeamer/theme/mu/beamercolorthemefibeamer-mu-med.sty %{_texmfdistdir}/tex/latex/fibeamer/theme/mu/beamercolorthemefibeamer-mu-ped.sty %{_texmfdistdir}/tex/latex/fibeamer/theme/mu/beamercolorthemefibeamer-mu-phil.sty %{_texmfdistdir}/tex/latex/fibeamer/theme/mu/beamercolorthemefibeamer-mu-sci.sty %{_texmfdistdir}/tex/latex/fibeamer/theme/mu/beamercolorthemefibeamer-mu.sty %{_texmfdistdir}/tex/latex/fibeamer/theme/mu/beamerfontthemefibeamer-mu.sty %{_texmfdistdir}/tex/latex/fibeamer/theme/mu/beamerinnerthemefibeamer-mu.sty %{_texmfdistdir}/tex/latex/fibeamer/theme/mu/beamerouterthemefibeamer-mu.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-fibeamer-%{texlive_version}.%{texlive_noarch}.1.1.7svn44239-%{release}-zypper %endif %package -n texlive-fifinddo-info Version: %{texlive_version}.%{texlive_noarch}.1.1bsvn29349 Release: 0 Summary: German HTML beamer presentation on nicetext and morehype License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-fifinddo-info-doc >= %{texlive_version} # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source192: fifinddo-info.source.tar.xz Source193: fifinddo-info.doc.tar.xz %description -n texlive-fifinddo-info The bundle: exhibits the process of making an "HTML beamer presentation" with the blogdot package from the morehype bundle, and HTML generation based on the fifinddo package. date: 2016-06-24 17:18:15 +0000 %package -n texlive-fifinddo-info-doc Version: %{texlive_version}.%{texlive_noarch}.1.1bsvn29349 Release: 0 Summary: Documentation for texlive-fifinddo-info License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Provides: locale(texlive-fifinddo-info-doc:de;en) %description -n texlive-fifinddo-info-doc This package includes the documentation for texlive-fifinddo-info %post -n texlive-fifinddo-info mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-fifinddo-info mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-fifinddo-info %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-fifinddo-info-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/fifinddo-info/LIESMICH.txt %{_texmfdistdir}/doc/latex/fifinddo-info/README %{_texmfdistdir}/doc/latex/fifinddo-info/SrcFILEs.txt %{_texmfdistdir}/doc/latex/fifinddo-info/dante-mv45-lueck.pdf %{_texmfdistdir}/doc/latex/fifinddo-info/dantev45.htm %{_texmfdistdir}/doc/latex/fifinddo-info/mdoccorr.pdf %{_texmfdistdir}/doc/latex/fifinddo-info/variants/dantev45-1180-clean.html %{_texmfdistdir}/doc/latex/fifinddo-info/variants/dantev45-1180-com.html %{_texmfdistdir}/doc/latex/fifinddo-info/variants/dantev45-768-com.html %{_texmfdistdir}/doc/latex/fifinddo-info/variants/dantev45-768-exact-frame.html %{_texmfdistdir}/doc/latex/fifinddo-info/variants/dantev45-768-exact-show.html %{_texmfdistdir}/doc/latex/fifinddo-info/variants/dantev45-768-filltype-show.html %{_texmfdistdir}/doc/latex/fifinddo-info/variants/dantev45-992-com.html %{_texmfdistdir}/doc/latex/fifinddo-info/variants/dantev45-992-exact-frame.html %{_texmfdistdir}/doc/latex/fifinddo-info/variants/dantev45-992-exact.html %files -n texlive-fifinddo-info %defattr(-,root,root,755) %{_texmfdistdir}/source/latex/fifinddo-info/SrcFILEs.txt %{_texmfdistdir}/source/latex/fifinddo-info/makeelse/expose.tex %{_texmfdistdir}/source/latex/fifinddo-info/makeelse/mdoccorr.tex %{_texmfdistdir}/source/latex/fifinddo-info/makeelse/srcfiles.tex %{_texmfdistdir}/source/latex/fifinddo-info/makeelse/updsfl.sh %{_texmfdistdir}/source/latex/fifinddo-info/makeone/dantev45.fdf %{_texmfdistdir}/source/latex/fifinddo-info/makeone/dantev45.tex %{_texmfdistdir}/source/latex/fifinddo-info/makeone/makedot.tex %{_texmfdistdir}/source/latex/fifinddo-info/makevars/bashvars.sh %{_texmfdistdir}/source/latex/fifinddo-info/makevars/dantev45.cfg %{_texmfdistdir}/source/latex/fifinddo-info/makevars/longdan.sh %{_texmfdistdir}/source/latex/fifinddo-info/makevars/makedots.tex %{_texmfdistdir}/source/latex/fifinddo-info/makevars/texvars.sh %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-fifinddo-info-%{texlive_version}.%{texlive_noarch}.1.1bsvn29349-%{release}-zypper %endif %package -n texlive-fifo-stack Version: %{texlive_version}.%{texlive_noarch}.1.0svn33288 Release: 0 Summary: FIFO and stack implementation for package writers License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-fifo-stack-doc >= %{texlive_version} Provides: tex(fifo-stack.sty) Requires: tex(ifthen.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source194: fifo-stack.tar.xz Source195: fifo-stack.doc.tar.xz %description -n texlive-fifo-stack A LaTeX implementation of a combined FIFO Stack modified from the existing stack package by Benjamin Bayart. The package renames the original's \Push and \Pop commands \FSPush and \FSPop, and which work on the top/end of the FIFO/Stack), and adds the ability to \FSUnshift and \FSShift from the bottom (front) of the FIFO/Stack. date: 2016-06-24 17:18:15 +0000 %package -n texlive-fifo-stack-doc Version: %{texlive_version}.%{texlive_noarch}.1.0svn33288 Release: 0 Summary: Documentation for texlive-fifo-stack License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-fifo-stack-doc This package includes the documentation for texlive-fifo-stack %post -n texlive-fifo-stack mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-fifo-stack mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-fifo-stack %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-fifo-stack-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/fifo-stack/README %{_texmfdistdir}/doc/latex/fifo-stack/fifo-stack-test.tex %{_texmfdistdir}/doc/latex/fifo-stack/fifo-stack.cwl %{_texmfdistdir}/doc/latex/fifo-stack/fifo-stack.pdf %files -n texlive-fifo-stack %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/fifo-stack/fifo-stack.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-fifo-stack-%{texlive_version}.%{texlive_noarch}.1.0svn33288-%{release}-zypper %endif %package -n texlive-fig4latex Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn26313 Release: 0 Summary: Management of figures for large LaTeX documents License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive-fig4latex-bin >= %{texlive_version} #!BuildIgnore: texlive-fig4latex-bin Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-fig4latex-doc >= %{texlive_version} # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source196: fig4latex.tar.xz Source197: fig4latex.doc.tar.xz %description -n texlive-fig4latex Fig4LaTeX simplifies management of the figures in a large LaTeX document. Fig4LaTeX is appropriate for projects that include figures with graphics created by XFig -- in particular, graphics which use the combined PS/LaTeX (or PDF/LaTeX) export method. An example document (with its output) is provided. date: 2016-06-24 17:18:15 +0000 %package -n texlive-fig4latex-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn26313 Release: 0 Summary: Documentation for texlive-fig4latex License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-fig4latex-doc This package includes the documentation for texlive-fig4latex %post -n texlive-fig4latex mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-fig4latex mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-fig4latex %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-fig4latex-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/support/fig4latex/CHANGES %{_texmfdistdir}/doc/support/fig4latex/COPYING %{_texmfdistdir}/doc/support/fig4latex/README %{_texmfdistdir}/doc/support/fig4latex/example.pdf %{_texmfdistdir}/doc/support/fig4latex/example.tex %{_texmfdistdir}/doc/support/fig4latex/figs/div_alg_flowchart.fig %{_texmfdistdir}/doc/support/fig4latex/figs/if-then_flowchart.fig %files -n texlive-fig4latex %defattr(-,root,root,755) %{_texmfdistdir}/scripts/fig4latex/fig4latex %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-fig4latex-%{texlive_version}.%{texlive_noarch}.0.0.2svn26313-%{release}-zypper %endif %package -n texlive-figbas Version: %{texlive_version}.%{texlive_noarch}.1.0.3svn28943 Release: 0 Summary: Mini-fonts for figured-bass notation in music License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Requires: texlive-figbas-fonts >= %{texlive_version} Recommends: texlive-figbas-doc >= %{texlive_version} Provides: tex(cmrj.tfm) Provides: tex(cmssj.tfm) Provides: tex(figbas.map) Provides: tex(plrj.tfm) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source198: figbas.tar.xz Source199: figbas.doc.tar.xz %description -n texlive-figbas This package consists of three mini-fonts (and associated metrics) of conventional ligatures for the figured-bass notations 2+, 4+, 5+, 6+ and 9+ in music manuscripts. The fonts are usable with Computer Modern Roman and Sans, and Palatino/Palladio, respectively. date: 2016-06-24 17:18:15 +0000 %package -n texlive-figbas-doc Version: %{texlive_version}.%{texlive_noarch}.1.0.3svn28943 Release: 0 Summary: Documentation for texlive-figbas License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-figbas-doc This package includes the documentation for texlive-figbas %package -n texlive-figbas-fonts Version: %{texlive_version}.%{texlive_noarch}.1.0.3svn28943 Release: 0 Summary: Severed fonts for texlive-figbas License: LPPL-1.0 Group: Productivity/Publishing/TeX/Fonts Url: http://www.tug.org/texlive/ Requires(post): fontconfig Requires(post): ghostscript-fonts-std Requires(post): mkfontdir Requires(post): mkfontscale Requires(post): xorg-x11-fonts-core Requires(postun): fontconfig Requires(postun): ghostscript-fonts-std Requires(postun): xorg-x11-fonts-core %description -n texlive-figbas-fonts The separated fonts package for texlive-figbas %post -n texlive-figbas mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-figbas mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-figbas %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %post -n texlive-figbas-fonts fc-cache -s %{_datadir}/fonts mkfontscale %{_datadir}/fonts/texlive-figbas mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-figbas %postun -n texlive-figbas-fonts if test $1 = 0; then fc-cache -s %{_datadir}/fonts fi %files -n texlive-figbas-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/fonts/figbas/README %{_texmfdistdir}/doc/fonts/figbas/example.pdf %{_texmfdistdir}/doc/fonts/figbas/example.tex %{_texmfdistdir}/doc/fonts/figbas/figbas.pdf %{_texmfdistdir}/doc/fonts/figbas/figbas.tex %files -n texlive-figbas %defattr(-,root,root,755) %{_texmfdistdir}/fonts/afm/public/figbas/cmrj.afm %{_texmfdistdir}/fonts/afm/public/figbas/cmssj.afm %{_texmfdistdir}/fonts/afm/public/figbas/plrj.afm %{_texmfdistdir}/fonts/map/dvips/figbas/figbas.map %{_texmfdistdir}/fonts/tfm/public/figbas/cmrj.tfm %{_texmfdistdir}/fonts/tfm/public/figbas/cmssj.tfm %{_texmfdistdir}/fonts/tfm/public/figbas/plrj.tfm %verify(link) %{_texmfdistdir}/fonts/type1/public/figbas/cmrj.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/figbas/cmssj.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/figbas/plrj.pfb %files -n texlive-figbas-fonts %defattr(-,root,root,755) %dir %{_datadir}/fonts/texlive-figbas %config %{_sysconfdir}/fonts/conf.avail/58-texlive-figbas.conf %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-figbas/encodings.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-figbas/fonts.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-figbas/fonts.scale %{_datadir}/fonts/texlive-figbas/cmrj.pfb %{_datadir}/fonts/texlive-figbas/cmssj.pfb %{_datadir}/fonts/texlive-figbas/plrj.pfb %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-figbas-fonts-%{texlive_version}.%{texlive_noarch}.1.0.3svn28943-%{release}-zypper %endif %package -n texlive-figbib Version: %{texlive_version}.%{texlive_noarch}.svn19388 Release: 0 Summary: Organize figure databases with BibTeX License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-figbib-doc >= %{texlive_version} Provides: tex(figbib.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source200: figbib.tar.xz Source201: figbib.doc.tar.xz %description -n texlive-figbib FigBib lets you organize your figures in BibTeX databases. Some FigBib features are: Store and manage figures in a BibTeX database; Include figures in your LaTeX document with one short command; Generate a List of Figures containing more/other information than the figure captions; Control with one switch where to output the figures, either as usual float objects or in a separate part at the end of your document. date: 2016-06-24 17:18:15 +0000 %package -n texlive-figbib-doc Version: %{texlive_version}.%{texlive_noarch}.svn19388 Release: 0 Summary: Documentation for texlive-figbib License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-figbib-doc This package includes the documentation for texlive-figbib %post -n texlive-figbib mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-figbib mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-figbib %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-figbib-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/figbib/README %{_texmfdistdir}/doc/latex/figbib/figbib_doc.pdf %{_texmfdistdir}/doc/latex/figbib/figbib_doc.tex %{_texmfdistdir}/doc/latex/figbib/figbib_sample.bib %{_texmfdistdir}/doc/latex/figbib/figbib_sample.pdf %{_texmfdistdir}/doc/latex/figbib/figbib_sample.tex %{_texmfdistdir}/doc/latex/figbib/smiley.eps %files -n texlive-figbib %defattr(-,root,root,755) %{_texmfdistdir}/bibtex/bst/figbib/figbib.bst %{_texmfdistdir}/bibtex/bst/figbib/figbib1.bst %{_texmfdistdir}/tex/latex/figbib/figbib.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-figbib-%{texlive_version}.%{texlive_noarch}.svn19388-%{release}-zypper %endif %package -n texlive-figflow Version: %{texlive_version}.%{texlive_noarch}.svn21462 Release: 0 Summary: Flow text around a figure License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-figflow-doc >= %{texlive_version} Provides: tex(figflow.tex) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source202: figflow.tar.xz Source203: figflow.doc.tar.xz %description -n texlive-figflow Provides a Plain TeX macro \figflow that allows one to insert a figure into an area inset into a paragraph. Command arguments are width and height of the figure, and the figure (and its caption) itself. Usage details are to be found in the TeX file itself. The package does not work with LaTeX; packages such as wrapfig, floatflt and picins support the needs of LaTeX users in this area. date: 2016-06-24 17:18:15 +0000 %package -n texlive-figflow-doc Version: %{texlive_version}.%{texlive_noarch}.svn21462 Release: 0 Summary: Documentation for texlive-figflow License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-figflow-doc This package includes the documentation for texlive-figflow %post -n texlive-figflow mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-figflow mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-figflow %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-figflow-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/plain/figflow/README.figflow %files -n texlive-figflow %defattr(-,root,root,755) %{_texmfdistdir}/tex/plain/figflow/figflow.tex %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-figflow-%{texlive_version}.%{texlive_noarch}.svn21462-%{release}-zypper %endif %package -n texlive-figsize Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn18784 Release: 0 Summary: Auto-size graphics License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-figsize-doc >= %{texlive_version} Provides: tex(figsize.sty) Requires: tex(calc.sty) Requires: tex(graphicx.sty) Requires: tex(ifthen.sty) Requires: tex(subfigure.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source204: figsize.tar.xz Source205: figsize.doc.tar.xz %description -n texlive-figsize The FigSize package enables automatic sizing of graphics, especially when including graphics with the graphicx package. The user only has to specify the number of graphics that should fit to a page or fraction there of and the package will dynamically calculate the correct graphics sizes relative to the page size. Thus, graphics can be auto-sized to fill a whole page or fraction and manual changes of graphic sizes are never needed when changing document layouts. Finally, the package's dynamic lengths can be used to allow other document element sizes to be dynamic. date: 2016-06-24 17:18:15 +0000 %package -n texlive-figsize-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn18784 Release: 0 Summary: Documentation for texlive-figsize License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-figsize-doc This package includes the documentation for texlive-figsize %post -n texlive-figsize mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-figsize mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-figsize %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-figsize-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/figsize/README %{_texmfdistdir}/doc/latex/figsize/epsfig.eps %{_texmfdistdir}/doc/latex/figsize/figsize.pdf %{_texmfdistdir}/doc/latex/figsize/figsize.tex %files -n texlive-figsize %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/figsize/figsize.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-figsize-%{texlive_version}.%{texlive_noarch}.0.0.1svn18784-%{release}-zypper %endif %package -n texlive-filecontents Version: %{texlive_version}.%{texlive_noarch}.1.3svn24250 Release: 0 Summary: Extended filecontents and filecontents* environments License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-filecontents-doc >= %{texlive_version} Provides: tex(filecontents.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source206: filecontents.tar.xz Source207: filecontents.doc.tar.xz %description -n texlive-filecontents LaTeX2e's filecontents and filecontents* environments enable a LaTeX source file to generate external files as it runs through LaTeX. However, there are two limitations of these environments: they refuse to overwrite existing files, and they can only be used in the preamble of a document. The filecontents package removes these limitations, letting you overwrite existing files and letting you use filecontents/filecontents* anywhere. date: 2016-06-24 17:18:15 +0000 %package -n texlive-filecontents-doc Version: %{texlive_version}.%{texlive_noarch}.1.3svn24250 Release: 0 Summary: Documentation for texlive-filecontents License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-filecontents-doc This package includes the documentation for texlive-filecontents %post -n texlive-filecontents mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-filecontents mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-filecontents %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-filecontents-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/filecontents/README %{_texmfdistdir}/doc/latex/filecontents/filecontents.pdf %files -n texlive-filecontents %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/filecontents/filecontents.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-filecontents-%{texlive_version}.%{texlive_noarch}.1.3svn24250-%{release}-zypper %endif %package -n texlive-filecontentsdef Version: %{texlive_version}.%{texlive_noarch}.1.2svn42107 Release: 0 Summary: Filecontents + macro + verbatim License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-filecontentsdef-doc >= %{texlive_version} Provides: tex(filecontentsdef.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source208: filecontentsdef.tar.xz Source209: filecontentsdef.doc.tar.xz %description -n texlive-filecontentsdef The package provides two environments called filecontentsdef and filecontentshere. They are derived from the LaTeX filecontents environment as provided by Scott Pakin's filecontents package. In addition to the file creation they either store the (verbatim) contents in a macro (filecontentsdef) or typeset them (verbatim) on the spot (filecontentshere). The author developed the package to display TeX code verbatim in documentation and the same time produce the corresponding files during the LaTeX run in order to embed them in the PDF as file attachment annotations (by using Scott Pakin's package attachfile). date: 2016-09-23 09:17:19 +0000 %package -n texlive-filecontentsdef-doc Version: %{texlive_version}.%{texlive_noarch}.1.2svn42107 Release: 0 Summary: Documentation for texlive-filecontentsdef License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-filecontentsdef-doc This package includes the documentation for texlive-filecontentsdef %post -n texlive-filecontentsdef mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-filecontentsdef mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-filecontentsdef %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-filecontentsdef-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/filecontentsdef/README.md %{_texmfdistdir}/doc/latex/filecontentsdef/filecontentsdef.pdf %{_texmfdistdir}/doc/latex/filecontentsdef/filecontentsdef.tex %files -n texlive-filecontentsdef %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/filecontentsdef/filecontentsdef.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-filecontentsdef-%{texlive_version}.%{texlive_noarch}.1.2svn42107-%{release}-zypper %endif %package -n texlive-filedate Version: %{texlive_version}.%{texlive_noarch}.svn29529 Release: 0 Summary: Access and compare info and modification dates License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-filedate-doc >= %{texlive_version} Provides: tex(filedate.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source210: filedate.tar.xz Source211: filedate.doc.tar.xz %description -n texlive-filedate The package provides basic access to the date of a LaTeX source file according to its \Provides... entry (the "info date") as well as to its modification date according to \pdffilemoddate if the latter is available. date: 2016-06-24 17:18:15 +0000 %package -n texlive-filedate-doc Version: %{texlive_version}.%{texlive_noarch}.svn29529 Release: 0 Summary: Documentation for texlive-filedate License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-filedate-doc This package includes the documentation for texlive-filedate %post -n texlive-filedate mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-filedate mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-filedate %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-filedate-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/filedate/Announce.txt %{_texmfdistdir}/doc/latex/filedate/README %{_texmfdistdir}/doc/latex/filedate/SrcFILEs.txt %{_texmfdistdir}/doc/latex/filedate/filedate.pdf %files -n texlive-filedate %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/filedate/filedate.RLS %{_texmfdistdir}/tex/latex/filedate/filedate.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-filedate-%{texlive_version}.%{texlive_noarch}.svn29529-%{release}-zypper %endif %package -n texlive-filehook Version: %{texlive_version}.%{texlive_noarch}.0.0.5dsvn24280 Release: 0 Summary: Hooks for input files License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-filehook-doc >= %{texlive_version} Provides: tex(filehook-fink.sty) Provides: tex(filehook-listings.sty) Provides: tex(filehook-memoir.sty) Provides: tex(filehook-scrlfile.sty) Provides: tex(filehook.sty) Provides: tex(pgf-filehook.sty) Requires: tex(currfile.sty) Requires: tex(kvoptions.sty) Requires: tex(pgfkeys.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source212: filehook.tar.xz Source213: filehook.doc.tar.xz %description -n texlive-filehook The package provides several file hooks (AtBegin, AtEnd, ...) for files read by \input, \include and \InputIfFileExists. General hooks for all such files (e.g. all \include'd ones) and file specific hooks only used for named files are provided; two hooks are provided for the end of \included files -- one before, and one after the final \clearpage. date: 2016-06-24 17:18:15 +0000 %package -n texlive-filehook-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.5dsvn24280 Release: 0 Summary: Documentation for texlive-filehook License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-filehook-doc This package includes the documentation for texlive-filehook %post -n texlive-filehook mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-filehook mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-filehook %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-filehook-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/filehook/README %{_texmfdistdir}/doc/latex/filehook/filehook.pdf %files -n texlive-filehook %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/filehook/filehook-fink.sty %{_texmfdistdir}/tex/latex/filehook/filehook-listings.sty %{_texmfdistdir}/tex/latex/filehook/filehook-memoir.sty %{_texmfdistdir}/tex/latex/filehook/filehook-scrlfile.sty %{_texmfdistdir}/tex/latex/filehook/filehook.sty %{_texmfdistdir}/tex/latex/filehook/pgf-filehook.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-filehook-%{texlive_version}.%{texlive_noarch}.0.0.5dsvn24280-%{release}-zypper %endif %package -n texlive-fileinfo Version: %{texlive_version}.%{texlive_noarch}.0.0.81asvn28421 Release: 0 Summary: Enhanced display of 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): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-fileinfo-doc >= %{texlive_version} Provides: tex(myfilist.sty) Provides: tex(readprov.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source214: fileinfo.tar.xz Source215: fileinfo.doc.tar.xz %description -n texlive-fileinfo The bundle provides two packages, readprov and myfilist. The readprov package provides a means of reading file information without loading the body of the file. The myfilist package uses readprov and controls what \listfiles will report. date: 2016-06-24 17:18:15 +0000 %package -n texlive-fileinfo-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.81asvn28421 Release: 0 Summary: Documentation for texlive-fileinfo License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-fileinfo-doc This package includes the documentation for texlive-fileinfo %post -n texlive-fileinfo mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-fileinfo mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-fileinfo %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-fileinfo-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/fileinfo/README %{_texmfdistdir}/doc/latex/fileinfo/README.pdf %{_texmfdistdir}/doc/latex/fileinfo/RELEASEs.txt %{_texmfdistdir}/doc/latex/fileinfo/SrcFILEs.txt %{_texmfdistdir}/doc/latex/fileinfo/myfilist.pdf %{_texmfdistdir}/doc/latex/fileinfo/readprov.pdf %files -n texlive-fileinfo %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/fileinfo/fileinfo.RLS %{_texmfdistdir}/tex/latex/fileinfo/myfilist.sty %{_texmfdistdir}/tex/latex/fileinfo/readprov.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-fileinfo-%{texlive_version}.%{texlive_noarch}.0.0.81asvn28421-%{release}-zypper %endif %package -n texlive-filemod Version: %{texlive_version}.%{texlive_noarch}.1.2svn24042 Release: 0 Summary: Provide file modification times, and compare them License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-filemod-doc >= %{texlive_version} Provides: tex(filemod-expmin.sty) Provides: tex(filemod-expmin.tex) Provides: tex(filemod.sty) Provides: tex(filemod.tex) Requires: tex(pdftexcmds.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source216: filemod.tar.xz Source217: filemod.doc.tar.xz %description -n texlive-filemod The package provides macros to read and compare the modification dates of files. The files may be .tex files, images or other files (as long as they can be found by LaTeX). It uses the \pdffilemoddate primitive of pdfLaTeX to find the file modification date as PDF date string, parses the string and returns the value to the user. The package will also work for DVI output with recent versions of the LaTeX compiler which uses pdfLaTeX in DVI mode. The functionality is provided by purely expandable macros or by faster but non-expandable ones. date: 2016-06-24 17:18:15 +0000 %package -n texlive-filemod-doc Version: %{texlive_version}.%{texlive_noarch}.1.2svn24042 Release: 0 Summary: Documentation for texlive-filemod License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-filemod-doc This package includes the documentation for texlive-filemod %post -n texlive-filemod mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-filemod mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-filemod %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-filemod-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/filemod/README %{_texmfdistdir}/doc/latex/filemod/filemod.pdf %files -n texlive-filemod %defattr(-,root,root,755) %{_texmfdistdir}/tex/generic/filemod/filemod-expmin.tex %{_texmfdistdir}/tex/generic/filemod/filemod.tex %{_texmfdistdir}/tex/latex/filemod/filemod-expmin.sty %{_texmfdistdir}/tex/latex/filemod/filemod.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-filemod-%{texlive_version}.%{texlive_noarch}.1.2svn24042-%{release}-zypper %endif %package -n texlive-finbib Version: %{texlive_version}.%{texlive_noarch}.svn15878 Release: 0 Summary: A Finnish version of plain.bst License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source218: finbib.tar.xz %description -n texlive-finbib The finbib package date: 2016-06-18 14:48:54 +0000 %post -n texlive-finbib mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-finbib mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-finbib %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-finbib %defattr(-,root,root,755) %{_texmfdistdir}/bibtex/bst/finbib/finplain.bst %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-finbib-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper %endif %package -n texlive-findhyph Version: %{texlive_version}.%{texlive_noarch}.3.4svn38674 Release: 0 Summary: Find hyphenated words in a document License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive-findhyph-bin >= %{texlive_version} #!BuildIgnore: texlive-findhyph-bin Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-findhyph-doc >= %{texlive_version} Requires: perl(Getopt::Std) #!BuildIgnore: perl(Getopt::Std) Requires: perl(warnings) #!BuildIgnore: perl(warnings) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source219: findhyph.tar.xz Source220: findhyph.doc.tar.xz %description -n texlive-findhyph Findhyph is a Perl script that will analyse the log file from running your document with \tracingparagraphs=1 set. The output contains enough context to enable you to find the hyphenated word that's being referenced. date: 2016-06-24 17:18:15 +0000 %package -n texlive-findhyph-doc Version: %{texlive_version}.%{texlive_noarch}.3.4svn38674 Release: 0 Summary: Documentation for texlive-findhyph License: GPL-2.0+ Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-findhyph-doc This package includes the documentation for texlive-findhyph %post -n texlive-findhyph mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-findhyph mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-findhyph %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-findhyph-doc %defattr(-,root,root,755) %{_mandir}/man1/findhyph.1* %{_texmfdistdir}/doc/support/findhyph/Makefile.doc %{_texmfdistdir}/doc/support/findhyph/README %{_texmfdistdir}/doc/support/findhyph/findhyph.txt %files -n texlive-findhyph %defattr(-,root,root,755) %{_texmfdistdir}/scripts/findhyph/findhyph %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-findhyph-%{texlive_version}.%{texlive_noarch}.3.4svn38674-%{release}-zypper %endif %package -n texlive-fink Version: %{texlive_version}.%{texlive_noarch}.2.2.1svn24329 Release: 0 Summary: The LaTeX2e File Name Keeper License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-fink-doc >= %{texlive_version} Provides: tex(fink.sty) Requires: tex(kvoptions.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source221: fink.tar.xz Source222: fink.doc.tar.xz %description -n texlive-fink This package "looks over your shoulder" and keeps track of files \input'ed (the LaTeX way) or \include'ed in your document. You then have permanent access to the name of the file currently being processed through the macro \finkfile. FiNK also comes with support for AUC-TeX. As of version 2.2.1, FiNK has been deprecated and is not maintained anymore. People interested in FiNK's functionality are invited to use a package named currfile instead. date: 2016-06-24 17:18:15 +0000 %package -n texlive-fink-doc Version: %{texlive_version}.%{texlive_noarch}.2.2.1svn24329 Release: 0 Summary: Documentation for texlive-fink License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-fink-doc This package includes the documentation for texlive-fink %post -n texlive-fink mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-fink mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-fink %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-fink-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/fink/NEWS %{_texmfdistdir}/doc/latex/fink/README %{_texmfdistdir}/doc/latex/fink/THANKS %{_texmfdistdir}/doc/latex/fink/fink.el %{_texmfdistdir}/doc/latex/fink/fink.pdf %{_texmfdistdir}/doc/latex/fink/header.inc %files -n texlive-fink %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/fink/fink.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-fink-%{texlive_version}.%{texlive_noarch}.2.2.1svn24329-%{release}-zypper %endif %package -n texlive-finstrut Version: %{texlive_version}.%{texlive_noarch}.0.0.5svn21719 Release: 0 Summary: Adjust behaviour of the ends of footnotes License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-finstrut-doc >= %{texlive_version} Provides: tex(finstrut.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source223: finstrut.tar.xz Source224: finstrut.doc.tar.xz %description -n texlive-finstrut The LaTeX internal command \@finalstrut is used automatically used at the end of footnote texts to insert a strut to avoid mis-spacing of multiple footnotes. Unfortunately the command can cause a blank line at the end of a footnote. The package provides a solution to this problem. date: 2016-06-24 17:18:15 +0000 %package -n texlive-finstrut-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.5svn21719 Release: 0 Summary: Documentation for texlive-finstrut License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-finstrut-doc This package includes the documentation for texlive-finstrut %post -n texlive-finstrut mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-finstrut mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-finstrut %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-finstrut-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/finstrut/README %{_texmfdistdir}/doc/latex/finstrut/SRCFILEs.txt %{_texmfdistdir}/doc/latex/finstrut/finstrut.pdf %{_texmfdistdir}/doc/latex/finstrut/fstrutst.pdf %files -n texlive-finstrut %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/finstrut/finstrut.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-finstrut-%{texlive_version}.%{texlive_noarch}.0.0.5svn21719-%{release}-zypper %endif %package -n texlive-fira Version: %{texlive_version}.%{texlive_noarch}.4.2svn42501 Release: 0 Summary: Fira fonts with LaTeX support License: OFL-1.1 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(post): findutils Requires(post): grep Requires(post): sed Requires(post): texlive >= %{texlive_version} Requires(post): tex(updmap.cfg) #!BuildIgnore: tex(updmap.cfg) Requires(postun): findutils Requires(postun): grep Requires(postun): sed Requires(postun): texlive >= %{texlive_version} Requires(postun): tex(updmap.cfg) Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Requires: texlive-fira-fonts >= %{texlive_version} Recommends: texlive-fira-doc >= %{texlive_version} Provides: tex(FiraMono-Bold-sup-ly1--base.tfm) Provides: tex(FiraMono-Bold-sup-ly1.tfm) Provides: tex(FiraMono-Bold-sup-ly1.vf) Provides: tex(FiraMono-Bold-sup-ot1.tfm) Provides: tex(FiraMono-Bold-sup-t1--base.tfm) Provides: tex(FiraMono-Bold-sup-t1.tfm) Provides: tex(FiraMono-Bold-sup-t1.vf) Provides: tex(FiraMono-Bold-tlf-ly1--base.tfm) Provides: tex(FiraMono-Bold-tlf-ly1.tfm) Provides: tex(FiraMono-Bold-tlf-ly1.vf) Provides: tex(FiraMono-Bold-tlf-ot1.tfm) Provides: tex(FiraMono-Bold-tlf-t1--base.tfm) Provides: tex(FiraMono-Bold-tlf-t1.tfm) Provides: tex(FiraMono-Bold-tlf-t1.vf) Provides: tex(FiraMono-Bold-tlf-ts1--base.tfm) Provides: tex(FiraMono-Bold-tlf-ts1.tfm) Provides: tex(FiraMono-Bold-tlf-ts1.vf) Provides: tex(FiraMono-Bold-tosf-ly1--base.tfm) Provides: tex(FiraMono-Bold-tosf-ly1.tfm) Provides: tex(FiraMono-Bold-tosf-ly1.vf) Provides: tex(FiraMono-Bold-tosf-ot1.tfm) Provides: tex(FiraMono-Bold-tosf-t1--base.tfm) Provides: tex(FiraMono-Bold-tosf-t1.tfm) Provides: tex(FiraMono-Bold-tosf-t1.vf) Provides: tex(FiraMono-Bold-tosf-ts1--base.tfm) Provides: tex(FiraMono-Bold-tosf-ts1.tfm) Provides: tex(FiraMono-Bold-tosf-ts1.vf) Provides: tex(FiraMono-Medium-sup-ly1--base.tfm) Provides: tex(FiraMono-Medium-sup-ly1.tfm) Provides: tex(FiraMono-Medium-sup-ly1.vf) Provides: tex(FiraMono-Medium-sup-ot1.tfm) Provides: tex(FiraMono-Medium-sup-t1--base.tfm) Provides: tex(FiraMono-Medium-sup-t1.tfm) Provides: tex(FiraMono-Medium-sup-t1.vf) Provides: tex(FiraMono-Medium-tlf-ly1--base.tfm) Provides: tex(FiraMono-Medium-tlf-ly1.tfm) Provides: tex(FiraMono-Medium-tlf-ly1.vf) Provides: tex(FiraMono-Medium-tlf-ot1.tfm) Provides: tex(FiraMono-Medium-tlf-t1--base.tfm) Provides: tex(FiraMono-Medium-tlf-t1.tfm) Provides: tex(FiraMono-Medium-tlf-t1.vf) Provides: tex(FiraMono-Medium-tlf-ts1--base.tfm) Provides: tex(FiraMono-Medium-tlf-ts1.tfm) Provides: tex(FiraMono-Medium-tlf-ts1.vf) Provides: tex(FiraMono-Medium-tosf-ly1--base.tfm) Provides: tex(FiraMono-Medium-tosf-ly1.tfm) Provides: tex(FiraMono-Medium-tosf-ly1.vf) Provides: tex(FiraMono-Medium-tosf-ot1.tfm) Provides: tex(FiraMono-Medium-tosf-t1--base.tfm) Provides: tex(FiraMono-Medium-tosf-t1.tfm) Provides: tex(FiraMono-Medium-tosf-t1.vf) Provides: tex(FiraMono-Medium-tosf-ts1--base.tfm) Provides: tex(FiraMono-Medium-tosf-ts1.tfm) Provides: tex(FiraMono-Medium-tosf-ts1.vf) Provides: tex(FiraMono-Regular-sup-ly1--base.tfm) Provides: tex(FiraMono-Regular-sup-ly1.tfm) Provides: tex(FiraMono-Regular-sup-ly1.vf) Provides: tex(FiraMono-Regular-sup-ot1.tfm) Provides: tex(FiraMono-Regular-sup-t1--base.tfm) Provides: tex(FiraMono-Regular-sup-t1.tfm) Provides: tex(FiraMono-Regular-sup-t1.vf) Provides: tex(FiraMono-Regular-tlf-ly1--base.tfm) Provides: tex(FiraMono-Regular-tlf-ly1.tfm) Provides: tex(FiraMono-Regular-tlf-ly1.vf) Provides: tex(FiraMono-Regular-tlf-ot1.tfm) Provides: tex(FiraMono-Regular-tlf-t1--base.tfm) Provides: tex(FiraMono-Regular-tlf-t1.tfm) Provides: tex(FiraMono-Regular-tlf-t1.vf) Provides: tex(FiraMono-Regular-tlf-ts1--base.tfm) Provides: tex(FiraMono-Regular-tlf-ts1.tfm) Provides: tex(FiraMono-Regular-tlf-ts1.vf) Provides: tex(FiraMono-Regular-tosf-ly1--base.tfm) Provides: tex(FiraMono-Regular-tosf-ly1.tfm) Provides: tex(FiraMono-Regular-tosf-ly1.vf) Provides: tex(FiraMono-Regular-tosf-ot1.tfm) Provides: tex(FiraMono-Regular-tosf-t1--base.tfm) Provides: tex(FiraMono-Regular-tosf-t1.tfm) Provides: tex(FiraMono-Regular-tosf-t1.vf) Provides: tex(FiraMono-Regular-tosf-ts1--base.tfm) Provides: tex(FiraMono-Regular-tosf-ts1.tfm) Provides: tex(FiraMono-Regular-tosf-ts1.vf) Provides: tex(FiraMono.sty) Provides: tex(FiraSans-Bold-lf-ly1.tfm) Provides: tex(FiraSans-Bold-lf-ot1.tfm) Provides: tex(FiraSans-Bold-lf-sc-ly1--base.tfm) Provides: tex(FiraSans-Bold-lf-sc-ly1.tfm) Provides: tex(FiraSans-Bold-lf-sc-ly1.vf) Provides: tex(FiraSans-Bold-lf-sc-ot1--base.tfm) Provides: tex(FiraSans-Bold-lf-sc-ot1.tfm) Provides: tex(FiraSans-Bold-lf-sc-ot1.vf) Provides: tex(FiraSans-Bold-lf-sc-t1--base.tfm) Provides: tex(FiraSans-Bold-lf-sc-t1.tfm) Provides: tex(FiraSans-Bold-lf-sc-t1.vf) Provides: tex(FiraSans-Bold-lf-t1--base.tfm) Provides: tex(FiraSans-Bold-lf-t1.tfm) Provides: tex(FiraSans-Bold-lf-t1.vf) Provides: tex(FiraSans-Bold-lf-ts1--base.tfm) Provides: tex(FiraSans-Bold-lf-ts1.tfm) Provides: tex(FiraSans-Bold-lf-ts1.vf) Provides: tex(FiraSans-Bold-osf-ly1.tfm) Provides: tex(FiraSans-Bold-osf-ot1.tfm) Provides: tex(FiraSans-Bold-osf-sc-ly1--base.tfm) Provides: tex(FiraSans-Bold-osf-sc-ly1.tfm) Provides: tex(FiraSans-Bold-osf-sc-ly1.vf) Provides: tex(FiraSans-Bold-osf-sc-ot1--base.tfm) Provides: tex(FiraSans-Bold-osf-sc-ot1.tfm) Provides: tex(FiraSans-Bold-osf-sc-ot1.vf) Provides: tex(FiraSans-Bold-osf-sc-t1--base.tfm) Provides: tex(FiraSans-Bold-osf-sc-t1.tfm) Provides: tex(FiraSans-Bold-osf-sc-t1.vf) Provides: tex(FiraSans-Bold-osf-t1--base.tfm) Provides: tex(FiraSans-Bold-osf-t1.tfm) Provides: tex(FiraSans-Bold-osf-t1.vf) Provides: tex(FiraSans-Bold-osf-ts1--base.tfm) Provides: tex(FiraSans-Bold-osf-ts1.tfm) Provides: tex(FiraSans-Bold-osf-ts1.vf) Provides: tex(FiraSans-Bold-sup-ly1.tfm) Provides: tex(FiraSans-Bold-sup-ot1.tfm) Provides: tex(FiraSans-Bold-sup-t1--base.tfm) Provides: tex(FiraSans-Bold-sup-t1.tfm) Provides: tex(FiraSans-Bold-sup-t1.vf) Provides: tex(FiraSans-Bold-tlf-ly1.tfm) Provides: tex(FiraSans-Bold-tlf-ot1.tfm) Provides: tex(FiraSans-Bold-tlf-sc-ly1--base.tfm) Provides: tex(FiraSans-Bold-tlf-sc-ly1.tfm) Provides: tex(FiraSans-Bold-tlf-sc-ly1.vf) Provides: tex(FiraSans-Bold-tlf-sc-ot1--base.tfm) Provides: tex(FiraSans-Bold-tlf-sc-ot1.tfm) Provides: tex(FiraSans-Bold-tlf-sc-ot1.vf) Provides: tex(FiraSans-Bold-tlf-sc-t1--base.tfm) Provides: tex(FiraSans-Bold-tlf-sc-t1.tfm) Provides: tex(FiraSans-Bold-tlf-sc-t1.vf) Provides: tex(FiraSans-Bold-tlf-t1--base.tfm) Provides: tex(FiraSans-Bold-tlf-t1.tfm) Provides: tex(FiraSans-Bold-tlf-t1.vf) Provides: tex(FiraSans-Bold-tlf-ts1--base.tfm) Provides: tex(FiraSans-Bold-tlf-ts1.tfm) Provides: tex(FiraSans-Bold-tlf-ts1.vf) Provides: tex(FiraSans-Bold-tosf-ly1.tfm) Provides: tex(FiraSans-Bold-tosf-ot1.tfm) Provides: tex(FiraSans-Bold-tosf-sc-ly1--base.tfm) Provides: tex(FiraSans-Bold-tosf-sc-ly1.tfm) Provides: tex(FiraSans-Bold-tosf-sc-ly1.vf) Provides: tex(FiraSans-Bold-tosf-sc-ot1--base.tfm) Provides: tex(FiraSans-Bold-tosf-sc-ot1.tfm) Provides: tex(FiraSans-Bold-tosf-sc-ot1.vf) Provides: tex(FiraSans-Bold-tosf-sc-t1--base.tfm) Provides: tex(FiraSans-Bold-tosf-sc-t1.tfm) Provides: tex(FiraSans-Bold-tosf-sc-t1.vf) Provides: tex(FiraSans-Bold-tosf-t1--base.tfm) Provides: tex(FiraSans-Bold-tosf-t1.tfm) Provides: tex(FiraSans-Bold-tosf-t1.vf) Provides: tex(FiraSans-Bold-tosf-ts1--base.tfm) Provides: tex(FiraSans-Bold-tosf-ts1.tfm) Provides: tex(FiraSans-Bold-tosf-ts1.vf) Provides: tex(FiraSans-BoldItalic-lf-ly1.tfm) Provides: tex(FiraSans-BoldItalic-lf-ot1.tfm) Provides: tex(FiraSans-BoldItalic-lf-sc-ly1--base.tfm) Provides: tex(FiraSans-BoldItalic-lf-sc-ly1.tfm) Provides: tex(FiraSans-BoldItalic-lf-sc-ly1.vf) Provides: tex(FiraSans-BoldItalic-lf-sc-ot1--base.tfm) Provides: tex(FiraSans-BoldItalic-lf-sc-ot1.tfm) Provides: tex(FiraSans-BoldItalic-lf-sc-ot1.vf) Provides: tex(FiraSans-BoldItalic-lf-sc-t1--base.tfm) Provides: tex(FiraSans-BoldItalic-lf-sc-t1.tfm) Provides: tex(FiraSans-BoldItalic-lf-sc-t1.vf) Provides: tex(FiraSans-BoldItalic-lf-t1--base.tfm) Provides: tex(FiraSans-BoldItalic-lf-t1.tfm) Provides: tex(FiraSans-BoldItalic-lf-t1.vf) Provides: tex(FiraSans-BoldItalic-lf-ts1--base.tfm) Provides: tex(FiraSans-BoldItalic-lf-ts1.tfm) Provides: tex(FiraSans-BoldItalic-lf-ts1.vf) Provides: tex(FiraSans-BoldItalic-osf-ly1.tfm) Provides: tex(FiraSans-BoldItalic-osf-ot1.tfm) Provides: tex(FiraSans-BoldItalic-osf-sc-ly1--base.tfm) Provides: tex(FiraSans-BoldItalic-osf-sc-ly1.tfm) Provides: tex(FiraSans-BoldItalic-osf-sc-ly1.vf) Provides: tex(FiraSans-BoldItalic-osf-sc-ot1--base.tfm) Provides: tex(FiraSans-BoldItalic-osf-sc-ot1.tfm) Provides: tex(FiraSans-BoldItalic-osf-sc-ot1.vf) Provides: tex(FiraSans-BoldItalic-osf-sc-t1--base.tfm) Provides: tex(FiraSans-BoldItalic-osf-sc-t1.tfm) Provides: tex(FiraSans-BoldItalic-osf-sc-t1.vf) Provides: tex(FiraSans-BoldItalic-osf-t1--base.tfm) Provides: tex(FiraSans-BoldItalic-osf-t1.tfm) Provides: tex(FiraSans-BoldItalic-osf-t1.vf) Provides: tex(FiraSans-BoldItalic-osf-ts1--base.tfm) Provides: tex(FiraSans-BoldItalic-osf-ts1.tfm) Provides: tex(FiraSans-BoldItalic-osf-ts1.vf) Provides: tex(FiraSans-BoldItalic-sup-ly1.tfm) Provides: tex(FiraSans-BoldItalic-sup-ot1.tfm) Provides: tex(FiraSans-BoldItalic-sup-t1--base.tfm) Provides: tex(FiraSans-BoldItalic-sup-t1.tfm) Provides: tex(FiraSans-BoldItalic-sup-t1.vf) Provides: tex(FiraSans-BoldItalic-tlf-ly1.tfm) Provides: tex(FiraSans-BoldItalic-tlf-ot1.tfm) Provides: tex(FiraSans-BoldItalic-tlf-sc-ly1--base.tfm) Provides: tex(FiraSans-BoldItalic-tlf-sc-ly1.tfm) Provides: tex(FiraSans-BoldItalic-tlf-sc-ly1.vf) Provides: tex(FiraSans-BoldItalic-tlf-sc-ot1--base.tfm) Provides: tex(FiraSans-BoldItalic-tlf-sc-ot1.tfm) Provides: tex(FiraSans-BoldItalic-tlf-sc-ot1.vf) Provides: tex(FiraSans-BoldItalic-tlf-sc-t1--base.tfm) Provides: tex(FiraSans-BoldItalic-tlf-sc-t1.tfm) Provides: tex(FiraSans-BoldItalic-tlf-sc-t1.vf) Provides: tex(FiraSans-BoldItalic-tlf-t1--base.tfm) Provides: tex(FiraSans-BoldItalic-tlf-t1.tfm) Provides: tex(FiraSans-BoldItalic-tlf-t1.vf) Provides: tex(FiraSans-BoldItalic-tlf-ts1--base.tfm) Provides: tex(FiraSans-BoldItalic-tlf-ts1.tfm) Provides: tex(FiraSans-BoldItalic-tlf-ts1.vf) Provides: tex(FiraSans-BoldItalic-tosf-ly1.tfm) Provides: tex(FiraSans-BoldItalic-tosf-ot1.tfm) Provides: tex(FiraSans-BoldItalic-tosf-sc-ly1--base.tfm) Provides: tex(FiraSans-BoldItalic-tosf-sc-ly1.tfm) Provides: tex(FiraSans-BoldItalic-tosf-sc-ly1.vf) Provides: tex(FiraSans-BoldItalic-tosf-sc-ot1--base.tfm) Provides: tex(FiraSans-BoldItalic-tosf-sc-ot1.tfm) Provides: tex(FiraSans-BoldItalic-tosf-sc-ot1.vf) Provides: tex(FiraSans-BoldItalic-tosf-sc-t1--base.tfm) Provides: tex(FiraSans-BoldItalic-tosf-sc-t1.tfm) Provides: tex(FiraSans-BoldItalic-tosf-sc-t1.vf) Provides: tex(FiraSans-BoldItalic-tosf-t1--base.tfm) Provides: tex(FiraSans-BoldItalic-tosf-t1.tfm) Provides: tex(FiraSans-BoldItalic-tosf-t1.vf) Provides: tex(FiraSans-BoldItalic-tosf-ts1--base.tfm) Provides: tex(FiraSans-BoldItalic-tosf-ts1.tfm) Provides: tex(FiraSans-BoldItalic-tosf-ts1.vf) Provides: tex(FiraSans-Book-lf-ly1.tfm) Provides: tex(FiraSans-Book-lf-ot1.tfm) Provides: tex(FiraSans-Book-lf-sc-ly1--base.tfm) Provides: tex(FiraSans-Book-lf-sc-ly1.tfm) Provides: tex(FiraSans-Book-lf-sc-ly1.vf) Provides: tex(FiraSans-Book-lf-sc-ot1--base.tfm) Provides: tex(FiraSans-Book-lf-sc-ot1.tfm) Provides: tex(FiraSans-Book-lf-sc-ot1.vf) Provides: tex(FiraSans-Book-lf-sc-t1--base.tfm) Provides: tex(FiraSans-Book-lf-sc-t1.tfm) Provides: tex(FiraSans-Book-lf-sc-t1.vf) Provides: tex(FiraSans-Book-lf-t1--base.tfm) Provides: tex(FiraSans-Book-lf-t1.tfm) Provides: tex(FiraSans-Book-lf-t1.vf) Provides: tex(FiraSans-Book-lf-ts1--base.tfm) Provides: tex(FiraSans-Book-lf-ts1.tfm) Provides: tex(FiraSans-Book-lf-ts1.vf) Provides: tex(FiraSans-Book-osf-ly1.tfm) Provides: tex(FiraSans-Book-osf-ot1.tfm) Provides: tex(FiraSans-Book-osf-sc-ly1--base.tfm) Provides: tex(FiraSans-Book-osf-sc-ly1.tfm) Provides: tex(FiraSans-Book-osf-sc-ly1.vf) Provides: tex(FiraSans-Book-osf-sc-ot1--base.tfm) Provides: tex(FiraSans-Book-osf-sc-ot1.tfm) Provides: tex(FiraSans-Book-osf-sc-ot1.vf) Provides: tex(FiraSans-Book-osf-sc-t1--base.tfm) Provides: tex(FiraSans-Book-osf-sc-t1.tfm) Provides: tex(FiraSans-Book-osf-sc-t1.vf) Provides: tex(FiraSans-Book-osf-t1--base.tfm) Provides: tex(FiraSans-Book-osf-t1.tfm) Provides: tex(FiraSans-Book-osf-t1.vf) Provides: tex(FiraSans-Book-osf-ts1--base.tfm) Provides: tex(FiraSans-Book-osf-ts1.tfm) Provides: tex(FiraSans-Book-osf-ts1.vf) Provides: tex(FiraSans-Book-sup-ly1.tfm) Provides: tex(FiraSans-Book-sup-ot1.tfm) Provides: tex(FiraSans-Book-sup-t1--base.tfm) Provides: tex(FiraSans-Book-sup-t1.tfm) Provides: tex(FiraSans-Book-sup-t1.vf) Provides: tex(FiraSans-Book-tlf-ly1.tfm) Provides: tex(FiraSans-Book-tlf-ot1.tfm) Provides: tex(FiraSans-Book-tlf-sc-ly1--base.tfm) Provides: tex(FiraSans-Book-tlf-sc-ly1.tfm) Provides: tex(FiraSans-Book-tlf-sc-ly1.vf) Provides: tex(FiraSans-Book-tlf-sc-ot1--base.tfm) Provides: tex(FiraSans-Book-tlf-sc-ot1.tfm) Provides: tex(FiraSans-Book-tlf-sc-ot1.vf) Provides: tex(FiraSans-Book-tlf-sc-t1--base.tfm) Provides: tex(FiraSans-Book-tlf-sc-t1.tfm) Provides: tex(FiraSans-Book-tlf-sc-t1.vf) Provides: tex(FiraSans-Book-tlf-t1--base.tfm) Provides: tex(FiraSans-Book-tlf-t1.tfm) Provides: tex(FiraSans-Book-tlf-t1.vf) Provides: tex(FiraSans-Book-tlf-ts1--base.tfm) Provides: tex(FiraSans-Book-tlf-ts1.tfm) Provides: tex(FiraSans-Book-tlf-ts1.vf) Provides: tex(FiraSans-Book-tosf-ly1.tfm) Provides: tex(FiraSans-Book-tosf-ot1.tfm) Provides: tex(FiraSans-Book-tosf-sc-ly1--base.tfm) Provides: tex(FiraSans-Book-tosf-sc-ly1.tfm) Provides: tex(FiraSans-Book-tosf-sc-ly1.vf) Provides: tex(FiraSans-Book-tosf-sc-ot1--base.tfm) Provides: tex(FiraSans-Book-tosf-sc-ot1.tfm) Provides: tex(FiraSans-Book-tosf-sc-ot1.vf) Provides: tex(FiraSans-Book-tosf-sc-t1--base.tfm) Provides: tex(FiraSans-Book-tosf-sc-t1.tfm) Provides: tex(FiraSans-Book-tosf-sc-t1.vf) Provides: tex(FiraSans-Book-tosf-t1--base.tfm) Provides: tex(FiraSans-Book-tosf-t1.tfm) Provides: tex(FiraSans-Book-tosf-t1.vf) Provides: tex(FiraSans-Book-tosf-ts1--base.tfm) Provides: tex(FiraSans-Book-tosf-ts1.tfm) Provides: tex(FiraSans-Book-tosf-ts1.vf) Provides: tex(FiraSans-BookItalic-lf-ly1.tfm) Provides: tex(FiraSans-BookItalic-lf-ot1.tfm) Provides: tex(FiraSans-BookItalic-lf-sc-ly1--base.tfm) Provides: tex(FiraSans-BookItalic-lf-sc-ly1.tfm) Provides: tex(FiraSans-BookItalic-lf-sc-ly1.vf) Provides: tex(FiraSans-BookItalic-lf-sc-ot1--base.tfm) Provides: tex(FiraSans-BookItalic-lf-sc-ot1.tfm) Provides: tex(FiraSans-BookItalic-lf-sc-ot1.vf) Provides: tex(FiraSans-BookItalic-lf-sc-t1--base.tfm) Provides: tex(FiraSans-BookItalic-lf-sc-t1.tfm) Provides: tex(FiraSans-BookItalic-lf-sc-t1.vf) Provides: tex(FiraSans-BookItalic-lf-t1--base.tfm) Provides: tex(FiraSans-BookItalic-lf-t1.tfm) Provides: tex(FiraSans-BookItalic-lf-t1.vf) Provides: tex(FiraSans-BookItalic-lf-ts1--base.tfm) Provides: tex(FiraSans-BookItalic-lf-ts1.tfm) Provides: tex(FiraSans-BookItalic-lf-ts1.vf) Provides: tex(FiraSans-BookItalic-osf-ly1.tfm) Provides: tex(FiraSans-BookItalic-osf-ot1.tfm) Provides: tex(FiraSans-BookItalic-osf-sc-ly1--base.tfm) Provides: tex(FiraSans-BookItalic-osf-sc-ly1.tfm) Provides: tex(FiraSans-BookItalic-osf-sc-ly1.vf) Provides: tex(FiraSans-BookItalic-osf-sc-ot1--base.tfm) Provides: tex(FiraSans-BookItalic-osf-sc-ot1.tfm) Provides: tex(FiraSans-BookItalic-osf-sc-ot1.vf) Provides: tex(FiraSans-BookItalic-osf-sc-t1--base.tfm) Provides: tex(FiraSans-BookItalic-osf-sc-t1.tfm) Provides: tex(FiraSans-BookItalic-osf-sc-t1.vf) Provides: tex(FiraSans-BookItalic-osf-t1--base.tfm) Provides: tex(FiraSans-BookItalic-osf-t1.tfm) Provides: tex(FiraSans-BookItalic-osf-t1.vf) Provides: tex(FiraSans-BookItalic-osf-ts1--base.tfm) Provides: tex(FiraSans-BookItalic-osf-ts1.tfm) Provides: tex(FiraSans-BookItalic-osf-ts1.vf) Provides: tex(FiraSans-BookItalic-sup-ly1.tfm) Provides: tex(FiraSans-BookItalic-sup-ot1.tfm) Provides: tex(FiraSans-BookItalic-sup-t1--base.tfm) Provides: tex(FiraSans-BookItalic-sup-t1.tfm) Provides: tex(FiraSans-BookItalic-sup-t1.vf) Provides: tex(FiraSans-BookItalic-tlf-ly1.tfm) Provides: tex(FiraSans-BookItalic-tlf-ot1.tfm) Provides: tex(FiraSans-BookItalic-tlf-sc-ly1--base.tfm) Provides: tex(FiraSans-BookItalic-tlf-sc-ly1.tfm) Provides: tex(FiraSans-BookItalic-tlf-sc-ly1.vf) Provides: tex(FiraSans-BookItalic-tlf-sc-ot1--base.tfm) Provides: tex(FiraSans-BookItalic-tlf-sc-ot1.tfm) Provides: tex(FiraSans-BookItalic-tlf-sc-ot1.vf) Provides: tex(FiraSans-BookItalic-tlf-sc-t1--base.tfm) Provides: tex(FiraSans-BookItalic-tlf-sc-t1.tfm) Provides: tex(FiraSans-BookItalic-tlf-sc-t1.vf) Provides: tex(FiraSans-BookItalic-tlf-t1--base.tfm) Provides: tex(FiraSans-BookItalic-tlf-t1.tfm) Provides: tex(FiraSans-BookItalic-tlf-t1.vf) Provides: tex(FiraSans-BookItalic-tlf-ts1--base.tfm) Provides: tex(FiraSans-BookItalic-tlf-ts1.tfm) Provides: tex(FiraSans-BookItalic-tlf-ts1.vf) Provides: tex(FiraSans-BookItalic-tosf-ly1.tfm) Provides: tex(FiraSans-BookItalic-tosf-ot1.tfm) Provides: tex(FiraSans-BookItalic-tosf-sc-ly1--base.tfm) Provides: tex(FiraSans-BookItalic-tosf-sc-ly1.tfm) Provides: tex(FiraSans-BookItalic-tosf-sc-ly1.vf) Provides: tex(FiraSans-BookItalic-tosf-sc-ot1--base.tfm) Provides: tex(FiraSans-BookItalic-tosf-sc-ot1.tfm) Provides: tex(FiraSans-BookItalic-tosf-sc-ot1.vf) Provides: tex(FiraSans-BookItalic-tosf-sc-t1--base.tfm) Provides: tex(FiraSans-BookItalic-tosf-sc-t1.tfm) Provides: tex(FiraSans-BookItalic-tosf-sc-t1.vf) Provides: tex(FiraSans-BookItalic-tosf-t1--base.tfm) Provides: tex(FiraSans-BookItalic-tosf-t1.tfm) Provides: tex(FiraSans-BookItalic-tosf-t1.vf) Provides: tex(FiraSans-BookItalic-tosf-ts1--base.tfm) Provides: tex(FiraSans-BookItalic-tosf-ts1.tfm) Provides: tex(FiraSans-BookItalic-tosf-ts1.vf) Provides: tex(FiraSans-ExtraBold-lf-ly1.tfm) Provides: tex(FiraSans-ExtraBold-lf-ot1.tfm) Provides: tex(FiraSans-ExtraBold-lf-sc-ly1--base.tfm) Provides: tex(FiraSans-ExtraBold-lf-sc-ly1.tfm) Provides: tex(FiraSans-ExtraBold-lf-sc-ly1.vf) Provides: tex(FiraSans-ExtraBold-lf-sc-ot1--base.tfm) Provides: tex(FiraSans-ExtraBold-lf-sc-ot1.tfm) Provides: tex(FiraSans-ExtraBold-lf-sc-ot1.vf) Provides: tex(FiraSans-ExtraBold-lf-sc-t1--base.tfm) Provides: tex(FiraSans-ExtraBold-lf-sc-t1.tfm) Provides: tex(FiraSans-ExtraBold-lf-sc-t1.vf) Provides: tex(FiraSans-ExtraBold-lf-t1--base.tfm) Provides: tex(FiraSans-ExtraBold-lf-t1.tfm) Provides: tex(FiraSans-ExtraBold-lf-t1.vf) Provides: tex(FiraSans-ExtraBold-lf-ts1--base.tfm) Provides: tex(FiraSans-ExtraBold-lf-ts1.tfm) Provides: tex(FiraSans-ExtraBold-lf-ts1.vf) Provides: tex(FiraSans-ExtraBold-osf-ly1.tfm) Provides: tex(FiraSans-ExtraBold-osf-ot1.tfm) Provides: tex(FiraSans-ExtraBold-osf-sc-ly1--base.tfm) Provides: tex(FiraSans-ExtraBold-osf-sc-ly1.tfm) Provides: tex(FiraSans-ExtraBold-osf-sc-ly1.vf) Provides: tex(FiraSans-ExtraBold-osf-sc-ot1--base.tfm) Provides: tex(FiraSans-ExtraBold-osf-sc-ot1.tfm) Provides: tex(FiraSans-ExtraBold-osf-sc-ot1.vf) Provides: tex(FiraSans-ExtraBold-osf-sc-t1--base.tfm) Provides: tex(FiraSans-ExtraBold-osf-sc-t1.tfm) Provides: tex(FiraSans-ExtraBold-osf-sc-t1.vf) Provides: tex(FiraSans-ExtraBold-osf-t1--base.tfm) Provides: tex(FiraSans-ExtraBold-osf-t1.tfm) Provides: tex(FiraSans-ExtraBold-osf-t1.vf) Provides: tex(FiraSans-ExtraBold-osf-ts1--base.tfm) Provides: tex(FiraSans-ExtraBold-osf-ts1.tfm) Provides: tex(FiraSans-ExtraBold-osf-ts1.vf) Provides: tex(FiraSans-ExtraBold-sup-ly1.tfm) Provides: tex(FiraSans-ExtraBold-sup-ot1.tfm) Provides: tex(FiraSans-ExtraBold-sup-t1--base.tfm) Provides: tex(FiraSans-ExtraBold-sup-t1.tfm) Provides: tex(FiraSans-ExtraBold-sup-t1.vf) Provides: tex(FiraSans-ExtraBold-tlf-ly1.tfm) Provides: tex(FiraSans-ExtraBold-tlf-ot1.tfm) Provides: tex(FiraSans-ExtraBold-tlf-sc-ly1--base.tfm) Provides: tex(FiraSans-ExtraBold-tlf-sc-ly1.tfm) Provides: tex(FiraSans-ExtraBold-tlf-sc-ly1.vf) Provides: tex(FiraSans-ExtraBold-tlf-sc-ot1--base.tfm) Provides: tex(FiraSans-ExtraBold-tlf-sc-ot1.tfm) Provides: tex(FiraSans-ExtraBold-tlf-sc-ot1.vf) Provides: tex(FiraSans-ExtraBold-tlf-sc-t1--base.tfm) Provides: tex(FiraSans-ExtraBold-tlf-sc-t1.tfm) Provides: tex(FiraSans-ExtraBold-tlf-sc-t1.vf) Provides: tex(FiraSans-ExtraBold-tlf-t1--base.tfm) Provides: tex(FiraSans-ExtraBold-tlf-t1.tfm) Provides: tex(FiraSans-ExtraBold-tlf-t1.vf) Provides: tex(FiraSans-ExtraBold-tlf-ts1--base.tfm) Provides: tex(FiraSans-ExtraBold-tlf-ts1.tfm) Provides: tex(FiraSans-ExtraBold-tlf-ts1.vf) Provides: tex(FiraSans-ExtraBold-tosf-ly1.tfm) Provides: tex(FiraSans-ExtraBold-tosf-ot1.tfm) Provides: tex(FiraSans-ExtraBold-tosf-sc-ly1--base.tfm) Provides: tex(FiraSans-ExtraBold-tosf-sc-ly1.tfm) Provides: tex(FiraSans-ExtraBold-tosf-sc-ly1.vf) Provides: tex(FiraSans-ExtraBold-tosf-sc-ot1--base.tfm) Provides: tex(FiraSans-ExtraBold-tosf-sc-ot1.tfm) Provides: tex(FiraSans-ExtraBold-tosf-sc-ot1.vf) Provides: tex(FiraSans-ExtraBold-tosf-sc-t1--base.tfm) Provides: tex(FiraSans-ExtraBold-tosf-sc-t1.tfm) Provides: tex(FiraSans-ExtraBold-tosf-sc-t1.vf) Provides: tex(FiraSans-ExtraBold-tosf-t1--base.tfm) Provides: tex(FiraSans-ExtraBold-tosf-t1.tfm) Provides: tex(FiraSans-ExtraBold-tosf-t1.vf) Provides: tex(FiraSans-ExtraBold-tosf-ts1--base.tfm) Provides: tex(FiraSans-ExtraBold-tosf-ts1.tfm) Provides: tex(FiraSans-ExtraBold-tosf-ts1.vf) Provides: tex(FiraSans-ExtraBoldItalic-lf-ly1.tfm) Provides: tex(FiraSans-ExtraBoldItalic-lf-ot1.tfm) Provides: tex(FiraSans-ExtraBoldItalic-lf-sc-ly1--base.tfm) Provides: tex(FiraSans-ExtraBoldItalic-lf-sc-ly1.tfm) Provides: tex(FiraSans-ExtraBoldItalic-lf-sc-ly1.vf) Provides: tex(FiraSans-ExtraBoldItalic-lf-sc-ot1--base.tfm) Provides: tex(FiraSans-ExtraBoldItalic-lf-sc-ot1.tfm) Provides: tex(FiraSans-ExtraBoldItalic-lf-sc-ot1.vf) Provides: tex(FiraSans-ExtraBoldItalic-lf-sc-t1--base.tfm) Provides: tex(FiraSans-ExtraBoldItalic-lf-sc-t1.tfm) Provides: tex(FiraSans-ExtraBoldItalic-lf-sc-t1.vf) Provides: tex(FiraSans-ExtraBoldItalic-lf-t1--base.tfm) Provides: tex(FiraSans-ExtraBoldItalic-lf-t1.tfm) Provides: tex(FiraSans-ExtraBoldItalic-lf-t1.vf) Provides: tex(FiraSans-ExtraBoldItalic-lf-ts1--base.tfm) Provides: tex(FiraSans-ExtraBoldItalic-lf-ts1.tfm) Provides: tex(FiraSans-ExtraBoldItalic-lf-ts1.vf) Provides: tex(FiraSans-ExtraBoldItalic-osf-ly1.tfm) Provides: tex(FiraSans-ExtraBoldItalic-osf-ot1.tfm) Provides: tex(FiraSans-ExtraBoldItalic-osf-sc-ly1--base.tfm) Provides: tex(FiraSans-ExtraBoldItalic-osf-sc-ly1.tfm) Provides: tex(FiraSans-ExtraBoldItalic-osf-sc-ly1.vf) Provides: tex(FiraSans-ExtraBoldItalic-osf-sc-ot1--base.tfm) Provides: tex(FiraSans-ExtraBoldItalic-osf-sc-ot1.tfm) Provides: tex(FiraSans-ExtraBoldItalic-osf-sc-ot1.vf) Provides: tex(FiraSans-ExtraBoldItalic-osf-sc-t1--base.tfm) Provides: tex(FiraSans-ExtraBoldItalic-osf-sc-t1.tfm) Provides: tex(FiraSans-ExtraBoldItalic-osf-sc-t1.vf) Provides: tex(FiraSans-ExtraBoldItalic-osf-t1--base.tfm) Provides: tex(FiraSans-ExtraBoldItalic-osf-t1.tfm) Provides: tex(FiraSans-ExtraBoldItalic-osf-t1.vf) Provides: tex(FiraSans-ExtraBoldItalic-osf-ts1--base.tfm) Provides: tex(FiraSans-ExtraBoldItalic-osf-ts1.tfm) Provides: tex(FiraSans-ExtraBoldItalic-osf-ts1.vf) Provides: tex(FiraSans-ExtraBoldItalic-sup-ly1.tfm) Provides: tex(FiraSans-ExtraBoldItalic-sup-ot1.tfm) Provides: tex(FiraSans-ExtraBoldItalic-sup-t1--base.tfm) Provides: tex(FiraSans-ExtraBoldItalic-sup-t1.tfm) Provides: tex(FiraSans-ExtraBoldItalic-sup-t1.vf) Provides: tex(FiraSans-ExtraBoldItalic-tlf-ly1.tfm) Provides: tex(FiraSans-ExtraBoldItalic-tlf-ot1.tfm) Provides: tex(FiraSans-ExtraBoldItalic-tlf-sc-ly1--base.tfm) Provides: tex(FiraSans-ExtraBoldItalic-tlf-sc-ly1.tfm) Provides: tex(FiraSans-ExtraBoldItalic-tlf-sc-ly1.vf) Provides: tex(FiraSans-ExtraBoldItalic-tlf-sc-ot1--base.tfm) Provides: tex(FiraSans-ExtraBoldItalic-tlf-sc-ot1.tfm) Provides: tex(FiraSans-ExtraBoldItalic-tlf-sc-ot1.vf) Provides: tex(FiraSans-ExtraBoldItalic-tlf-sc-t1--base.tfm) Provides: tex(FiraSans-ExtraBoldItalic-tlf-sc-t1.tfm) Provides: tex(FiraSans-ExtraBoldItalic-tlf-sc-t1.vf) Provides: tex(FiraSans-ExtraBoldItalic-tlf-t1--base.tfm) Provides: tex(FiraSans-ExtraBoldItalic-tlf-t1.tfm) Provides: tex(FiraSans-ExtraBoldItalic-tlf-t1.vf) Provides: tex(FiraSans-ExtraBoldItalic-tlf-ts1--base.tfm) Provides: tex(FiraSans-ExtraBoldItalic-tlf-ts1.tfm) Provides: tex(FiraSans-ExtraBoldItalic-tlf-ts1.vf) Provides: tex(FiraSans-ExtraBoldItalic-tosf-ly1.tfm) Provides: tex(FiraSans-ExtraBoldItalic-tosf-ot1.tfm) Provides: tex(FiraSans-ExtraBoldItalic-tosf-sc-ly1--base.tfm) Provides: tex(FiraSans-ExtraBoldItalic-tosf-sc-ly1.tfm) Provides: tex(FiraSans-ExtraBoldItalic-tosf-sc-ly1.vf) Provides: tex(FiraSans-ExtraBoldItalic-tosf-sc-ot1--base.tfm) Provides: tex(FiraSans-ExtraBoldItalic-tosf-sc-ot1.tfm) Provides: tex(FiraSans-ExtraBoldItalic-tosf-sc-ot1.vf) Provides: tex(FiraSans-ExtraBoldItalic-tosf-sc-t1--base.tfm) Provides: tex(FiraSans-ExtraBoldItalic-tosf-sc-t1.tfm) Provides: tex(FiraSans-ExtraBoldItalic-tosf-sc-t1.vf) Provides: tex(FiraSans-ExtraBoldItalic-tosf-t1--base.tfm) Provides: tex(FiraSans-ExtraBoldItalic-tosf-t1.tfm) Provides: tex(FiraSans-ExtraBoldItalic-tosf-t1.vf) Provides: tex(FiraSans-ExtraBoldItalic-tosf-ts1--base.tfm) Provides: tex(FiraSans-ExtraBoldItalic-tosf-ts1.tfm) Provides: tex(FiraSans-ExtraBoldItalic-tosf-ts1.vf) Provides: tex(FiraSans-ExtraLight-lf-ly1.tfm) Provides: tex(FiraSans-ExtraLight-lf-ot1.tfm) Provides: tex(FiraSans-ExtraLight-lf-sc-ly1--base.tfm) Provides: tex(FiraSans-ExtraLight-lf-sc-ly1.tfm) Provides: tex(FiraSans-ExtraLight-lf-sc-ly1.vf) Provides: tex(FiraSans-ExtraLight-lf-sc-ot1--base.tfm) Provides: tex(FiraSans-ExtraLight-lf-sc-ot1.tfm) Provides: tex(FiraSans-ExtraLight-lf-sc-ot1.vf) Provides: tex(FiraSans-ExtraLight-lf-sc-t1--base.tfm) Provides: tex(FiraSans-ExtraLight-lf-sc-t1.tfm) Provides: tex(FiraSans-ExtraLight-lf-sc-t1.vf) Provides: tex(FiraSans-ExtraLight-lf-t1--base.tfm) Provides: tex(FiraSans-ExtraLight-lf-t1.tfm) Provides: tex(FiraSans-ExtraLight-lf-t1.vf) Provides: tex(FiraSans-ExtraLight-lf-ts1--base.tfm) Provides: tex(FiraSans-ExtraLight-lf-ts1.tfm) Provides: tex(FiraSans-ExtraLight-lf-ts1.vf) Provides: tex(FiraSans-ExtraLight-osf-ly1.tfm) Provides: tex(FiraSans-ExtraLight-osf-ot1.tfm) Provides: tex(FiraSans-ExtraLight-osf-sc-ly1--base.tfm) Provides: tex(FiraSans-ExtraLight-osf-sc-ly1.tfm) Provides: tex(FiraSans-ExtraLight-osf-sc-ly1.vf) Provides: tex(FiraSans-ExtraLight-osf-sc-ot1--base.tfm) Provides: tex(FiraSans-ExtraLight-osf-sc-ot1.tfm) Provides: tex(FiraSans-ExtraLight-osf-sc-ot1.vf) Provides: tex(FiraSans-ExtraLight-osf-sc-t1--base.tfm) Provides: tex(FiraSans-ExtraLight-osf-sc-t1.tfm) Provides: tex(FiraSans-ExtraLight-osf-sc-t1.vf) Provides: tex(FiraSans-ExtraLight-osf-t1--base.tfm) Provides: tex(FiraSans-ExtraLight-osf-t1.tfm) Provides: tex(FiraSans-ExtraLight-osf-t1.vf) Provides: tex(FiraSans-ExtraLight-osf-ts1--base.tfm) Provides: tex(FiraSans-ExtraLight-osf-ts1.tfm) Provides: tex(FiraSans-ExtraLight-osf-ts1.vf) Provides: tex(FiraSans-ExtraLight-sup-ly1.tfm) Provides: tex(FiraSans-ExtraLight-sup-ot1.tfm) Provides: tex(FiraSans-ExtraLight-sup-t1--base.tfm) Provides: tex(FiraSans-ExtraLight-sup-t1.tfm) Provides: tex(FiraSans-ExtraLight-sup-t1.vf) Provides: tex(FiraSans-ExtraLight-tlf-ly1.tfm) Provides: tex(FiraSans-ExtraLight-tlf-ot1.tfm) Provides: tex(FiraSans-ExtraLight-tlf-sc-ly1--base.tfm) Provides: tex(FiraSans-ExtraLight-tlf-sc-ly1.tfm) Provides: tex(FiraSans-ExtraLight-tlf-sc-ly1.vf) Provides: tex(FiraSans-ExtraLight-tlf-sc-ot1--base.tfm) Provides: tex(FiraSans-ExtraLight-tlf-sc-ot1.tfm) Provides: tex(FiraSans-ExtraLight-tlf-sc-ot1.vf) Provides: tex(FiraSans-ExtraLight-tlf-sc-t1--base.tfm) Provides: tex(FiraSans-ExtraLight-tlf-sc-t1.tfm) Provides: tex(FiraSans-ExtraLight-tlf-sc-t1.vf) Provides: tex(FiraSans-ExtraLight-tlf-t1--base.tfm) Provides: tex(FiraSans-ExtraLight-tlf-t1.tfm) Provides: tex(FiraSans-ExtraLight-tlf-t1.vf) Provides: tex(FiraSans-ExtraLight-tlf-ts1--base.tfm) Provides: tex(FiraSans-ExtraLight-tlf-ts1.tfm) Provides: tex(FiraSans-ExtraLight-tlf-ts1.vf) Provides: tex(FiraSans-ExtraLight-tosf-ly1.tfm) Provides: tex(FiraSans-ExtraLight-tosf-ot1.tfm) Provides: tex(FiraSans-ExtraLight-tosf-sc-ly1--base.tfm) Provides: tex(FiraSans-ExtraLight-tosf-sc-ly1.tfm) Provides: tex(FiraSans-ExtraLight-tosf-sc-ly1.vf) Provides: tex(FiraSans-ExtraLight-tosf-sc-ot1--base.tfm) Provides: tex(FiraSans-ExtraLight-tosf-sc-ot1.tfm) Provides: tex(FiraSans-ExtraLight-tosf-sc-ot1.vf) Provides: tex(FiraSans-ExtraLight-tosf-sc-t1--base.tfm) Provides: tex(FiraSans-ExtraLight-tosf-sc-t1.tfm) Provides: tex(FiraSans-ExtraLight-tosf-sc-t1.vf) Provides: tex(FiraSans-ExtraLight-tosf-t1--base.tfm) Provides: tex(FiraSans-ExtraLight-tosf-t1.tfm) Provides: tex(FiraSans-ExtraLight-tosf-t1.vf) Provides: tex(FiraSans-ExtraLight-tosf-ts1--base.tfm) Provides: tex(FiraSans-ExtraLight-tosf-ts1.tfm) Provides: tex(FiraSans-ExtraLight-tosf-ts1.vf) Provides: tex(FiraSans-ExtraLightItalic-lf-ly1.tfm) Provides: tex(FiraSans-ExtraLightItalic-lf-ot1.tfm) Provides: tex(FiraSans-ExtraLightItalic-lf-sc-ly1--base.tfm) Provides: tex(FiraSans-ExtraLightItalic-lf-sc-ly1.tfm) Provides: tex(FiraSans-ExtraLightItalic-lf-sc-ly1.vf) Provides: tex(FiraSans-ExtraLightItalic-lf-sc-ot1--base.tfm) Provides: tex(FiraSans-ExtraLightItalic-lf-sc-ot1.tfm) Provides: tex(FiraSans-ExtraLightItalic-lf-sc-ot1.vf) Provides: tex(FiraSans-ExtraLightItalic-lf-sc-t1--base.tfm) Provides: tex(FiraSans-ExtraLightItalic-lf-sc-t1.tfm) Provides: tex(FiraSans-ExtraLightItalic-lf-sc-t1.vf) Provides: tex(FiraSans-ExtraLightItalic-lf-t1--base.tfm) Provides: tex(FiraSans-ExtraLightItalic-lf-t1.tfm) Provides: tex(FiraSans-ExtraLightItalic-lf-t1.vf) Provides: tex(FiraSans-ExtraLightItalic-lf-ts1--base.tfm) Provides: tex(FiraSans-ExtraLightItalic-lf-ts1.tfm) Provides: tex(FiraSans-ExtraLightItalic-lf-ts1.vf) Provides: tex(FiraSans-ExtraLightItalic-osf-ly1.tfm) Provides: tex(FiraSans-ExtraLightItalic-osf-ot1.tfm) Provides: tex(FiraSans-ExtraLightItalic-osf-sc-ly1--base.tfm) Provides: tex(FiraSans-ExtraLightItalic-osf-sc-ly1.tfm) Provides: tex(FiraSans-ExtraLightItalic-osf-sc-ly1.vf) Provides: tex(FiraSans-ExtraLightItalic-osf-sc-ot1--base.tfm) Provides: tex(FiraSans-ExtraLightItalic-osf-sc-ot1.tfm) Provides: tex(FiraSans-ExtraLightItalic-osf-sc-ot1.vf) Provides: tex(FiraSans-ExtraLightItalic-osf-sc-t1--base.tfm) Provides: tex(FiraSans-ExtraLightItalic-osf-sc-t1.tfm) Provides: tex(FiraSans-ExtraLightItalic-osf-sc-t1.vf) Provides: tex(FiraSans-ExtraLightItalic-osf-t1--base.tfm) Provides: tex(FiraSans-ExtraLightItalic-osf-t1.tfm) Provides: tex(FiraSans-ExtraLightItalic-osf-t1.vf) Provides: tex(FiraSans-ExtraLightItalic-osf-ts1--base.tfm) Provides: tex(FiraSans-ExtraLightItalic-osf-ts1.tfm) Provides: tex(FiraSans-ExtraLightItalic-osf-ts1.vf) Provides: tex(FiraSans-ExtraLightItalic-sup-ly1.tfm) Provides: tex(FiraSans-ExtraLightItalic-sup-ot1.tfm) Provides: tex(FiraSans-ExtraLightItalic-sup-t1--base.tfm) Provides: tex(FiraSans-ExtraLightItalic-sup-t1.tfm) Provides: tex(FiraSans-ExtraLightItalic-sup-t1.vf) Provides: tex(FiraSans-ExtraLightItalic-tlf-ly1.tfm) Provides: tex(FiraSans-ExtraLightItalic-tlf-ot1.tfm) Provides: tex(FiraSans-ExtraLightItalic-tlf-sc-ly1--base.tfm) Provides: tex(FiraSans-ExtraLightItalic-tlf-sc-ly1.tfm) Provides: tex(FiraSans-ExtraLightItalic-tlf-sc-ly1.vf) Provides: tex(FiraSans-ExtraLightItalic-tlf-sc-ot1--base.tfm) Provides: tex(FiraSans-ExtraLightItalic-tlf-sc-ot1.tfm) Provides: tex(FiraSans-ExtraLightItalic-tlf-sc-ot1.vf) Provides: tex(FiraSans-ExtraLightItalic-tlf-sc-t1--base.tfm) Provides: tex(FiraSans-ExtraLightItalic-tlf-sc-t1.tfm) Provides: tex(FiraSans-ExtraLightItalic-tlf-sc-t1.vf) Provides: tex(FiraSans-ExtraLightItalic-tlf-t1--base.tfm) Provides: tex(FiraSans-ExtraLightItalic-tlf-t1.tfm) Provides: tex(FiraSans-ExtraLightItalic-tlf-t1.vf) Provides: tex(FiraSans-ExtraLightItalic-tlf-ts1--base.tfm) Provides: tex(FiraSans-ExtraLightItalic-tlf-ts1.tfm) Provides: tex(FiraSans-ExtraLightItalic-tlf-ts1.vf) Provides: tex(FiraSans-ExtraLightItalic-tosf-ly1.tfm) Provides: tex(FiraSans-ExtraLightItalic-tosf-ot1.tfm) Provides: tex(FiraSans-ExtraLightItalic-tosf-sc-ly1--base.tfm) Provides: tex(FiraSans-ExtraLightItalic-tosf-sc-ly1.tfm) Provides: tex(FiraSans-ExtraLightItalic-tosf-sc-ly1.vf) Provides: tex(FiraSans-ExtraLightItalic-tosf-sc-ot1--base.tfm) Provides: tex(FiraSans-ExtraLightItalic-tosf-sc-ot1.tfm) Provides: tex(FiraSans-ExtraLightItalic-tosf-sc-ot1.vf) Provides: tex(FiraSans-ExtraLightItalic-tosf-sc-t1--base.tfm) Provides: tex(FiraSans-ExtraLightItalic-tosf-sc-t1.tfm) Provides: tex(FiraSans-ExtraLightItalic-tosf-sc-t1.vf) Provides: tex(FiraSans-ExtraLightItalic-tosf-t1--base.tfm) Provides: tex(FiraSans-ExtraLightItalic-tosf-t1.tfm) Provides: tex(FiraSans-ExtraLightItalic-tosf-t1.vf) Provides: tex(FiraSans-ExtraLightItalic-tosf-ts1--base.tfm) Provides: tex(FiraSans-ExtraLightItalic-tosf-ts1.tfm) Provides: tex(FiraSans-ExtraLightItalic-tosf-ts1.vf) Provides: tex(FiraSans-Heavy-lf-ly1.tfm) Provides: tex(FiraSans-Heavy-lf-ot1.tfm) Provides: tex(FiraSans-Heavy-lf-sc-ly1--base.tfm) Provides: tex(FiraSans-Heavy-lf-sc-ly1.tfm) Provides: tex(FiraSans-Heavy-lf-sc-ly1.vf) Provides: tex(FiraSans-Heavy-lf-sc-ot1--base.tfm) Provides: tex(FiraSans-Heavy-lf-sc-ot1.tfm) Provides: tex(FiraSans-Heavy-lf-sc-ot1.vf) Provides: tex(FiraSans-Heavy-lf-sc-t1--base.tfm) Provides: tex(FiraSans-Heavy-lf-sc-t1.tfm) Provides: tex(FiraSans-Heavy-lf-sc-t1.vf) Provides: tex(FiraSans-Heavy-lf-t1--base.tfm) Provides: tex(FiraSans-Heavy-lf-t1.tfm) Provides: tex(FiraSans-Heavy-lf-t1.vf) Provides: tex(FiraSans-Heavy-lf-ts1--base.tfm) Provides: tex(FiraSans-Heavy-lf-ts1.tfm) Provides: tex(FiraSans-Heavy-lf-ts1.vf) Provides: tex(FiraSans-Heavy-osf-ly1.tfm) Provides: tex(FiraSans-Heavy-osf-ot1.tfm) Provides: tex(FiraSans-Heavy-osf-sc-ly1--base.tfm) Provides: tex(FiraSans-Heavy-osf-sc-ly1.tfm) Provides: tex(FiraSans-Heavy-osf-sc-ly1.vf) Provides: tex(FiraSans-Heavy-osf-sc-ot1--base.tfm) Provides: tex(FiraSans-Heavy-osf-sc-ot1.tfm) Provides: tex(FiraSans-Heavy-osf-sc-ot1.vf) Provides: tex(FiraSans-Heavy-osf-sc-t1--base.tfm) Provides: tex(FiraSans-Heavy-osf-sc-t1.tfm) Provides: tex(FiraSans-Heavy-osf-sc-t1.vf) Provides: tex(FiraSans-Heavy-osf-t1--base.tfm) Provides: tex(FiraSans-Heavy-osf-t1.tfm) Provides: tex(FiraSans-Heavy-osf-t1.vf) Provides: tex(FiraSans-Heavy-osf-ts1--base.tfm) Provides: tex(FiraSans-Heavy-osf-ts1.tfm) Provides: tex(FiraSans-Heavy-osf-ts1.vf) Provides: tex(FiraSans-Heavy-sup-ly1.tfm) Provides: tex(FiraSans-Heavy-sup-ot1.tfm) Provides: tex(FiraSans-Heavy-sup-t1--base.tfm) Provides: tex(FiraSans-Heavy-sup-t1.tfm) Provides: tex(FiraSans-Heavy-sup-t1.vf) Provides: tex(FiraSans-Heavy-tlf-ly1.tfm) Provides: tex(FiraSans-Heavy-tlf-ot1.tfm) Provides: tex(FiraSans-Heavy-tlf-sc-ly1--base.tfm) Provides: tex(FiraSans-Heavy-tlf-sc-ly1.tfm) Provides: tex(FiraSans-Heavy-tlf-sc-ly1.vf) Provides: tex(FiraSans-Heavy-tlf-sc-ot1--base.tfm) Provides: tex(FiraSans-Heavy-tlf-sc-ot1.tfm) Provides: tex(FiraSans-Heavy-tlf-sc-ot1.vf) Provides: tex(FiraSans-Heavy-tlf-sc-t1--base.tfm) Provides: tex(FiraSans-Heavy-tlf-sc-t1.tfm) Provides: tex(FiraSans-Heavy-tlf-sc-t1.vf) Provides: tex(FiraSans-Heavy-tlf-t1--base.tfm) Provides: tex(FiraSans-Heavy-tlf-t1.tfm) Provides: tex(FiraSans-Heavy-tlf-t1.vf) Provides: tex(FiraSans-Heavy-tlf-ts1--base.tfm) Provides: tex(FiraSans-Heavy-tlf-ts1.tfm) Provides: tex(FiraSans-Heavy-tlf-ts1.vf) Provides: tex(FiraSans-Heavy-tosf-ly1.tfm) Provides: tex(FiraSans-Heavy-tosf-ot1.tfm) Provides: tex(FiraSans-Heavy-tosf-sc-ly1--base.tfm) Provides: tex(FiraSans-Heavy-tosf-sc-ly1.tfm) Provides: tex(FiraSans-Heavy-tosf-sc-ly1.vf) Provides: tex(FiraSans-Heavy-tosf-sc-ot1--base.tfm) Provides: tex(FiraSans-Heavy-tosf-sc-ot1.tfm) Provides: tex(FiraSans-Heavy-tosf-sc-ot1.vf) Provides: tex(FiraSans-Heavy-tosf-sc-t1--base.tfm) Provides: tex(FiraSans-Heavy-tosf-sc-t1.tfm) Provides: tex(FiraSans-Heavy-tosf-sc-t1.vf) Provides: tex(FiraSans-Heavy-tosf-t1--base.tfm) Provides: tex(FiraSans-Heavy-tosf-t1.tfm) Provides: tex(FiraSans-Heavy-tosf-t1.vf) Provides: tex(FiraSans-Heavy-tosf-ts1--base.tfm) Provides: tex(FiraSans-Heavy-tosf-ts1.tfm) Provides: tex(FiraSans-Heavy-tosf-ts1.vf) Provides: tex(FiraSans-HeavyItalic-lf-ly1.tfm) Provides: tex(FiraSans-HeavyItalic-lf-ot1.tfm) Provides: tex(FiraSans-HeavyItalic-lf-sc-ly1--base.tfm) Provides: tex(FiraSans-HeavyItalic-lf-sc-ly1.tfm) Provides: tex(FiraSans-HeavyItalic-lf-sc-ly1.vf) Provides: tex(FiraSans-HeavyItalic-lf-sc-ot1--base.tfm) Provides: tex(FiraSans-HeavyItalic-lf-sc-ot1.tfm) Provides: tex(FiraSans-HeavyItalic-lf-sc-ot1.vf) Provides: tex(FiraSans-HeavyItalic-lf-sc-t1--base.tfm) Provides: tex(FiraSans-HeavyItalic-lf-sc-t1.tfm) Provides: tex(FiraSans-HeavyItalic-lf-sc-t1.vf) Provides: tex(FiraSans-HeavyItalic-lf-t1--base.tfm) Provides: tex(FiraSans-HeavyItalic-lf-t1.tfm) Provides: tex(FiraSans-HeavyItalic-lf-t1.vf) Provides: tex(FiraSans-HeavyItalic-lf-ts1--base.tfm) Provides: tex(FiraSans-HeavyItalic-lf-ts1.tfm) Provides: tex(FiraSans-HeavyItalic-lf-ts1.vf) Provides: tex(FiraSans-HeavyItalic-osf-ly1.tfm) Provides: tex(FiraSans-HeavyItalic-osf-ot1.tfm) Provides: tex(FiraSans-HeavyItalic-osf-sc-ly1--base.tfm) Provides: tex(FiraSans-HeavyItalic-osf-sc-ly1.tfm) Provides: tex(FiraSans-HeavyItalic-osf-sc-ly1.vf) Provides: tex(FiraSans-HeavyItalic-osf-sc-ot1--base.tfm) Provides: tex(FiraSans-HeavyItalic-osf-sc-ot1.tfm) Provides: tex(FiraSans-HeavyItalic-osf-sc-ot1.vf) Provides: tex(FiraSans-HeavyItalic-osf-sc-t1--base.tfm) Provides: tex(FiraSans-HeavyItalic-osf-sc-t1.tfm) Provides: tex(FiraSans-HeavyItalic-osf-sc-t1.vf) Provides: tex(FiraSans-HeavyItalic-osf-t1--base.tfm) Provides: tex(FiraSans-HeavyItalic-osf-t1.tfm) Provides: tex(FiraSans-HeavyItalic-osf-t1.vf) Provides: tex(FiraSans-HeavyItalic-osf-ts1--base.tfm) Provides: tex(FiraSans-HeavyItalic-osf-ts1.tfm) Provides: tex(FiraSans-HeavyItalic-osf-ts1.vf) Provides: tex(FiraSans-HeavyItalic-sup-ly1.tfm) Provides: tex(FiraSans-HeavyItalic-sup-ot1.tfm) Provides: tex(FiraSans-HeavyItalic-sup-t1--base.tfm) Provides: tex(FiraSans-HeavyItalic-sup-t1.tfm) Provides: tex(FiraSans-HeavyItalic-sup-t1.vf) Provides: tex(FiraSans-HeavyItalic-tlf-ly1.tfm) Provides: tex(FiraSans-HeavyItalic-tlf-ot1.tfm) Provides: tex(FiraSans-HeavyItalic-tlf-sc-ly1--base.tfm) Provides: tex(FiraSans-HeavyItalic-tlf-sc-ly1.tfm) Provides: tex(FiraSans-HeavyItalic-tlf-sc-ly1.vf) Provides: tex(FiraSans-HeavyItalic-tlf-sc-ot1--base.tfm) Provides: tex(FiraSans-HeavyItalic-tlf-sc-ot1.tfm) Provides: tex(FiraSans-HeavyItalic-tlf-sc-ot1.vf) Provides: tex(FiraSans-HeavyItalic-tlf-sc-t1--base.tfm) Provides: tex(FiraSans-HeavyItalic-tlf-sc-t1.tfm) Provides: tex(FiraSans-HeavyItalic-tlf-sc-t1.vf) Provides: tex(FiraSans-HeavyItalic-tlf-t1--base.tfm) Provides: tex(FiraSans-HeavyItalic-tlf-t1.tfm) Provides: tex(FiraSans-HeavyItalic-tlf-t1.vf) Provides: tex(FiraSans-HeavyItalic-tlf-ts1--base.tfm) Provides: tex(FiraSans-HeavyItalic-tlf-ts1.tfm) Provides: tex(FiraSans-HeavyItalic-tlf-ts1.vf) Provides: tex(FiraSans-HeavyItalic-tosf-ly1.tfm) Provides: tex(FiraSans-HeavyItalic-tosf-ot1.tfm) Provides: tex(FiraSans-HeavyItalic-tosf-sc-ly1--base.tfm) Provides: tex(FiraSans-HeavyItalic-tosf-sc-ly1.tfm) Provides: tex(FiraSans-HeavyItalic-tosf-sc-ly1.vf) Provides: tex(FiraSans-HeavyItalic-tosf-sc-ot1--base.tfm) Provides: tex(FiraSans-HeavyItalic-tosf-sc-ot1.tfm) Provides: tex(FiraSans-HeavyItalic-tosf-sc-ot1.vf) Provides: tex(FiraSans-HeavyItalic-tosf-sc-t1--base.tfm) Provides: tex(FiraSans-HeavyItalic-tosf-sc-t1.tfm) Provides: tex(FiraSans-HeavyItalic-tosf-sc-t1.vf) Provides: tex(FiraSans-HeavyItalic-tosf-t1--base.tfm) Provides: tex(FiraSans-HeavyItalic-tosf-t1.tfm) Provides: tex(FiraSans-HeavyItalic-tosf-t1.vf) Provides: tex(FiraSans-HeavyItalic-tosf-ts1--base.tfm) Provides: tex(FiraSans-HeavyItalic-tosf-ts1.tfm) Provides: tex(FiraSans-HeavyItalic-tosf-ts1.vf) Provides: tex(FiraSans-Italic-lf-ly1.tfm) Provides: tex(FiraSans-Italic-lf-ot1.tfm) Provides: tex(FiraSans-Italic-lf-sc-ly1--base.tfm) Provides: tex(FiraSans-Italic-lf-sc-ly1.tfm) Provides: tex(FiraSans-Italic-lf-sc-ly1.vf) Provides: tex(FiraSans-Italic-lf-sc-ot1--base.tfm) Provides: tex(FiraSans-Italic-lf-sc-ot1.tfm) Provides: tex(FiraSans-Italic-lf-sc-ot1.vf) Provides: tex(FiraSans-Italic-lf-sc-t1--base.tfm) Provides: tex(FiraSans-Italic-lf-sc-t1.tfm) Provides: tex(FiraSans-Italic-lf-sc-t1.vf) Provides: tex(FiraSans-Italic-lf-t1--base.tfm) Provides: tex(FiraSans-Italic-lf-t1.tfm) Provides: tex(FiraSans-Italic-lf-t1.vf) Provides: tex(FiraSans-Italic-lf-ts1--base.tfm) Provides: tex(FiraSans-Italic-lf-ts1.tfm) Provides: tex(FiraSans-Italic-lf-ts1.vf) Provides: tex(FiraSans-Italic-osf-ly1.tfm) Provides: tex(FiraSans-Italic-osf-ot1.tfm) Provides: tex(FiraSans-Italic-osf-sc-ly1--base.tfm) Provides: tex(FiraSans-Italic-osf-sc-ly1.tfm) Provides: tex(FiraSans-Italic-osf-sc-ly1.vf) Provides: tex(FiraSans-Italic-osf-sc-ot1--base.tfm) Provides: tex(FiraSans-Italic-osf-sc-ot1.tfm) Provides: tex(FiraSans-Italic-osf-sc-ot1.vf) Provides: tex(FiraSans-Italic-osf-sc-t1--base.tfm) Provides: tex(FiraSans-Italic-osf-sc-t1.tfm) Provides: tex(FiraSans-Italic-osf-sc-t1.vf) Provides: tex(FiraSans-Italic-osf-t1--base.tfm) Provides: tex(FiraSans-Italic-osf-t1.tfm) Provides: tex(FiraSans-Italic-osf-t1.vf) Provides: tex(FiraSans-Italic-osf-ts1--base.tfm) Provides: tex(FiraSans-Italic-osf-ts1.tfm) Provides: tex(FiraSans-Italic-osf-ts1.vf) Provides: tex(FiraSans-Italic-sup-ly1.tfm) Provides: tex(FiraSans-Italic-sup-ot1.tfm) Provides: tex(FiraSans-Italic-sup-t1--base.tfm) Provides: tex(FiraSans-Italic-sup-t1.tfm) Provides: tex(FiraSans-Italic-sup-t1.vf) Provides: tex(FiraSans-Italic-tlf-ly1.tfm) Provides: tex(FiraSans-Italic-tlf-ot1.tfm) Provides: tex(FiraSans-Italic-tlf-sc-ly1--base.tfm) Provides: tex(FiraSans-Italic-tlf-sc-ly1.tfm) Provides: tex(FiraSans-Italic-tlf-sc-ly1.vf) Provides: tex(FiraSans-Italic-tlf-sc-ot1--base.tfm) Provides: tex(FiraSans-Italic-tlf-sc-ot1.tfm) Provides: tex(FiraSans-Italic-tlf-sc-ot1.vf) Provides: tex(FiraSans-Italic-tlf-sc-t1--base.tfm) Provides: tex(FiraSans-Italic-tlf-sc-t1.tfm) Provides: tex(FiraSans-Italic-tlf-sc-t1.vf) Provides: tex(FiraSans-Italic-tlf-t1--base.tfm) Provides: tex(FiraSans-Italic-tlf-t1.tfm) Provides: tex(FiraSans-Italic-tlf-t1.vf) Provides: tex(FiraSans-Italic-tlf-ts1--base.tfm) Provides: tex(FiraSans-Italic-tlf-ts1.tfm) Provides: tex(FiraSans-Italic-tlf-ts1.vf) Provides: tex(FiraSans-Italic-tosf-ly1.tfm) Provides: tex(FiraSans-Italic-tosf-ot1.tfm) Provides: tex(FiraSans-Italic-tosf-sc-ly1--base.tfm) Provides: tex(FiraSans-Italic-tosf-sc-ly1.tfm) Provides: tex(FiraSans-Italic-tosf-sc-ly1.vf) Provides: tex(FiraSans-Italic-tosf-sc-ot1--base.tfm) Provides: tex(FiraSans-Italic-tosf-sc-ot1.tfm) Provides: tex(FiraSans-Italic-tosf-sc-ot1.vf) Provides: tex(FiraSans-Italic-tosf-sc-t1--base.tfm) Provides: tex(FiraSans-Italic-tosf-sc-t1.tfm) Provides: tex(FiraSans-Italic-tosf-sc-t1.vf) Provides: tex(FiraSans-Italic-tosf-t1--base.tfm) Provides: tex(FiraSans-Italic-tosf-t1.tfm) Provides: tex(FiraSans-Italic-tosf-t1.vf) Provides: tex(FiraSans-Italic-tosf-ts1--base.tfm) Provides: tex(FiraSans-Italic-tosf-ts1.tfm) Provides: tex(FiraSans-Italic-tosf-ts1.vf) Provides: tex(FiraSans-Light-lf-ly1.tfm) Provides: tex(FiraSans-Light-lf-ot1.tfm) Provides: tex(FiraSans-Light-lf-sc-ly1--base.tfm) Provides: tex(FiraSans-Light-lf-sc-ly1.tfm) Provides: tex(FiraSans-Light-lf-sc-ly1.vf) Provides: tex(FiraSans-Light-lf-sc-ot1--base.tfm) Provides: tex(FiraSans-Light-lf-sc-ot1.tfm) Provides: tex(FiraSans-Light-lf-sc-ot1.vf) Provides: tex(FiraSans-Light-lf-sc-t1--base.tfm) Provides: tex(FiraSans-Light-lf-sc-t1.tfm) Provides: tex(FiraSans-Light-lf-sc-t1.vf) Provides: tex(FiraSans-Light-lf-t1--base.tfm) Provides: tex(FiraSans-Light-lf-t1.tfm) Provides: tex(FiraSans-Light-lf-t1.vf) Provides: tex(FiraSans-Light-lf-ts1--base.tfm) Provides: tex(FiraSans-Light-lf-ts1.tfm) Provides: tex(FiraSans-Light-lf-ts1.vf) Provides: tex(FiraSans-Light-osf-ly1.tfm) Provides: tex(FiraSans-Light-osf-ot1.tfm) Provides: tex(FiraSans-Light-osf-sc-ly1--base.tfm) Provides: tex(FiraSans-Light-osf-sc-ly1.tfm) Provides: tex(FiraSans-Light-osf-sc-ly1.vf) Provides: tex(FiraSans-Light-osf-sc-ot1--base.tfm) Provides: tex(FiraSans-Light-osf-sc-ot1.tfm) Provides: tex(FiraSans-Light-osf-sc-ot1.vf) Provides: tex(FiraSans-Light-osf-sc-t1--base.tfm) Provides: tex(FiraSans-Light-osf-sc-t1.tfm) Provides: tex(FiraSans-Light-osf-sc-t1.vf) Provides: tex(FiraSans-Light-osf-t1--base.tfm) Provides: tex(FiraSans-Light-osf-t1.tfm) Provides: tex(FiraSans-Light-osf-t1.vf) Provides: tex(FiraSans-Light-osf-ts1--base.tfm) Provides: tex(FiraSans-Light-osf-ts1.tfm) Provides: tex(FiraSans-Light-osf-ts1.vf) Provides: tex(FiraSans-Light-sup-ly1.tfm) Provides: tex(FiraSans-Light-sup-ot1.tfm) Provides: tex(FiraSans-Light-sup-t1--base.tfm) Provides: tex(FiraSans-Light-sup-t1.tfm) Provides: tex(FiraSans-Light-sup-t1.vf) Provides: tex(FiraSans-Light-tlf-ly1.tfm) Provides: tex(FiraSans-Light-tlf-ot1.tfm) Provides: tex(FiraSans-Light-tlf-sc-ly1--base.tfm) Provides: tex(FiraSans-Light-tlf-sc-ly1.tfm) Provides: tex(FiraSans-Light-tlf-sc-ly1.vf) Provides: tex(FiraSans-Light-tlf-sc-ot1--base.tfm) Provides: tex(FiraSans-Light-tlf-sc-ot1.tfm) Provides: tex(FiraSans-Light-tlf-sc-ot1.vf) Provides: tex(FiraSans-Light-tlf-sc-t1--base.tfm) Provides: tex(FiraSans-Light-tlf-sc-t1.tfm) Provides: tex(FiraSans-Light-tlf-sc-t1.vf) Provides: tex(FiraSans-Light-tlf-t1--base.tfm) Provides: tex(FiraSans-Light-tlf-t1.tfm) Provides: tex(FiraSans-Light-tlf-t1.vf) Provides: tex(FiraSans-Light-tlf-ts1--base.tfm) Provides: tex(FiraSans-Light-tlf-ts1.tfm) Provides: tex(FiraSans-Light-tlf-ts1.vf) Provides: tex(FiraSans-Light-tosf-ly1.tfm) Provides: tex(FiraSans-Light-tosf-ot1.tfm) Provides: tex(FiraSans-Light-tosf-sc-ly1--base.tfm) Provides: tex(FiraSans-Light-tosf-sc-ly1.tfm) Provides: tex(FiraSans-Light-tosf-sc-ly1.vf) Provides: tex(FiraSans-Light-tosf-sc-ot1--base.tfm) Provides: tex(FiraSans-Light-tosf-sc-ot1.tfm) Provides: tex(FiraSans-Light-tosf-sc-ot1.vf) Provides: tex(FiraSans-Light-tosf-sc-t1--base.tfm) Provides: tex(FiraSans-Light-tosf-sc-t1.tfm) Provides: tex(FiraSans-Light-tosf-sc-t1.vf) Provides: tex(FiraSans-Light-tosf-t1--base.tfm) Provides: tex(FiraSans-Light-tosf-t1.tfm) Provides: tex(FiraSans-Light-tosf-t1.vf) Provides: tex(FiraSans-Light-tosf-ts1--base.tfm) Provides: tex(FiraSans-Light-tosf-ts1.tfm) Provides: tex(FiraSans-Light-tosf-ts1.vf) Provides: tex(FiraSans-LightItalic-lf-ly1.tfm) Provides: tex(FiraSans-LightItalic-lf-ot1.tfm) Provides: tex(FiraSans-LightItalic-lf-sc-ly1--base.tfm) Provides: tex(FiraSans-LightItalic-lf-sc-ly1.tfm) Provides: tex(FiraSans-LightItalic-lf-sc-ly1.vf) Provides: tex(FiraSans-LightItalic-lf-sc-ot1--base.tfm) Provides: tex(FiraSans-LightItalic-lf-sc-ot1.tfm) Provides: tex(FiraSans-LightItalic-lf-sc-ot1.vf) Provides: tex(FiraSans-LightItalic-lf-sc-t1--base.tfm) Provides: tex(FiraSans-LightItalic-lf-sc-t1.tfm) Provides: tex(FiraSans-LightItalic-lf-sc-t1.vf) Provides: tex(FiraSans-LightItalic-lf-t1--base.tfm) Provides: tex(FiraSans-LightItalic-lf-t1.tfm) Provides: tex(FiraSans-LightItalic-lf-t1.vf) Provides: tex(FiraSans-LightItalic-lf-ts1--base.tfm) Provides: tex(FiraSans-LightItalic-lf-ts1.tfm) Provides: tex(FiraSans-LightItalic-lf-ts1.vf) Provides: tex(FiraSans-LightItalic-osf-ly1.tfm) Provides: tex(FiraSans-LightItalic-osf-ot1.tfm) Provides: tex(FiraSans-LightItalic-osf-sc-ly1--base.tfm) Provides: tex(FiraSans-LightItalic-osf-sc-ly1.tfm) Provides: tex(FiraSans-LightItalic-osf-sc-ly1.vf) Provides: tex(FiraSans-LightItalic-osf-sc-ot1--base.tfm) Provides: tex(FiraSans-LightItalic-osf-sc-ot1.tfm) Provides: tex(FiraSans-LightItalic-osf-sc-ot1.vf) Provides: tex(FiraSans-LightItalic-osf-sc-t1--base.tfm) Provides: tex(FiraSans-LightItalic-osf-sc-t1.tfm) Provides: tex(FiraSans-LightItalic-osf-sc-t1.vf) Provides: tex(FiraSans-LightItalic-osf-t1--base.tfm) Provides: tex(FiraSans-LightItalic-osf-t1.tfm) Provides: tex(FiraSans-LightItalic-osf-t1.vf) Provides: tex(FiraSans-LightItalic-osf-ts1--base.tfm) Provides: tex(FiraSans-LightItalic-osf-ts1.tfm) Provides: tex(FiraSans-LightItalic-osf-ts1.vf) Provides: tex(FiraSans-LightItalic-sup-ly1.tfm) Provides: tex(FiraSans-LightItalic-sup-ot1.tfm) Provides: tex(FiraSans-LightItalic-sup-t1--base.tfm) Provides: tex(FiraSans-LightItalic-sup-t1.tfm) Provides: tex(FiraSans-LightItalic-sup-t1.vf) Provides: tex(FiraSans-LightItalic-tlf-ly1.tfm) Provides: tex(FiraSans-LightItalic-tlf-ot1.tfm) Provides: tex(FiraSans-LightItalic-tlf-sc-ly1--base.tfm) Provides: tex(FiraSans-LightItalic-tlf-sc-ly1.tfm) Provides: tex(FiraSans-LightItalic-tlf-sc-ly1.vf) Provides: tex(FiraSans-LightItalic-tlf-sc-ot1--base.tfm) Provides: tex(FiraSans-LightItalic-tlf-sc-ot1.tfm) Provides: tex(FiraSans-LightItalic-tlf-sc-ot1.vf) Provides: tex(FiraSans-LightItalic-tlf-sc-t1--base.tfm) Provides: tex(FiraSans-LightItalic-tlf-sc-t1.tfm) Provides: tex(FiraSans-LightItalic-tlf-sc-t1.vf) Provides: tex(FiraSans-LightItalic-tlf-t1--base.tfm) Provides: tex(FiraSans-LightItalic-tlf-t1.tfm) Provides: tex(FiraSans-LightItalic-tlf-t1.vf) Provides: tex(FiraSans-LightItalic-tlf-ts1--base.tfm) Provides: tex(FiraSans-LightItalic-tlf-ts1.tfm) Provides: tex(FiraSans-LightItalic-tlf-ts1.vf) Provides: tex(FiraSans-LightItalic-tosf-ly1.tfm) Provides: tex(FiraSans-LightItalic-tosf-ot1.tfm) Provides: tex(FiraSans-LightItalic-tosf-sc-ly1--base.tfm) Provides: tex(FiraSans-LightItalic-tosf-sc-ly1.tfm) Provides: tex(FiraSans-LightItalic-tosf-sc-ly1.vf) Provides: tex(FiraSans-LightItalic-tosf-sc-ot1--base.tfm) Provides: tex(FiraSans-LightItalic-tosf-sc-ot1.tfm) Provides: tex(FiraSans-LightItalic-tosf-sc-ot1.vf) Provides: tex(FiraSans-LightItalic-tosf-sc-t1--base.tfm) Provides: tex(FiraSans-LightItalic-tosf-sc-t1.tfm) Provides: tex(FiraSans-LightItalic-tosf-sc-t1.vf) Provides: tex(FiraSans-LightItalic-tosf-t1--base.tfm) Provides: tex(FiraSans-LightItalic-tosf-t1.tfm) Provides: tex(FiraSans-LightItalic-tosf-t1.vf) Provides: tex(FiraSans-LightItalic-tosf-ts1--base.tfm) Provides: tex(FiraSans-LightItalic-tosf-ts1.tfm) Provides: tex(FiraSans-LightItalic-tosf-ts1.vf) Provides: tex(FiraSans-Medium-lf-ly1.tfm) Provides: tex(FiraSans-Medium-lf-ot1.tfm) Provides: tex(FiraSans-Medium-lf-sc-ly1--base.tfm) Provides: tex(FiraSans-Medium-lf-sc-ly1.tfm) Provides: tex(FiraSans-Medium-lf-sc-ly1.vf) Provides: tex(FiraSans-Medium-lf-sc-ot1--base.tfm) Provides: tex(FiraSans-Medium-lf-sc-ot1.tfm) Provides: tex(FiraSans-Medium-lf-sc-ot1.vf) Provides: tex(FiraSans-Medium-lf-sc-t1--base.tfm) Provides: tex(FiraSans-Medium-lf-sc-t1.tfm) Provides: tex(FiraSans-Medium-lf-sc-t1.vf) Provides: tex(FiraSans-Medium-lf-t1--base.tfm) Provides: tex(FiraSans-Medium-lf-t1.tfm) Provides: tex(FiraSans-Medium-lf-t1.vf) Provides: tex(FiraSans-Medium-lf-ts1--base.tfm) Provides: tex(FiraSans-Medium-lf-ts1.tfm) Provides: tex(FiraSans-Medium-lf-ts1.vf) Provides: tex(FiraSans-Medium-osf-ly1.tfm) Provides: tex(FiraSans-Medium-osf-ot1.tfm) Provides: tex(FiraSans-Medium-osf-sc-ly1--base.tfm) Provides: tex(FiraSans-Medium-osf-sc-ly1.tfm) Provides: tex(FiraSans-Medium-osf-sc-ly1.vf) Provides: tex(FiraSans-Medium-osf-sc-ot1--base.tfm) Provides: tex(FiraSans-Medium-osf-sc-ot1.tfm) Provides: tex(FiraSans-Medium-osf-sc-ot1.vf) Provides: tex(FiraSans-Medium-osf-sc-t1--base.tfm) Provides: tex(FiraSans-Medium-osf-sc-t1.tfm) Provides: tex(FiraSans-Medium-osf-sc-t1.vf) Provides: tex(FiraSans-Medium-osf-t1--base.tfm) Provides: tex(FiraSans-Medium-osf-t1.tfm) Provides: tex(FiraSans-Medium-osf-t1.vf) Provides: tex(FiraSans-Medium-osf-ts1--base.tfm) Provides: tex(FiraSans-Medium-osf-ts1.tfm) Provides: tex(FiraSans-Medium-osf-ts1.vf) Provides: tex(FiraSans-Medium-sup-ly1.tfm) Provides: tex(FiraSans-Medium-sup-ot1.tfm) Provides: tex(FiraSans-Medium-sup-t1--base.tfm) Provides: tex(FiraSans-Medium-sup-t1.tfm) Provides: tex(FiraSans-Medium-sup-t1.vf) Provides: tex(FiraSans-Medium-tlf-ly1.tfm) Provides: tex(FiraSans-Medium-tlf-ot1.tfm) Provides: tex(FiraSans-Medium-tlf-sc-ly1--base.tfm) Provides: tex(FiraSans-Medium-tlf-sc-ly1.tfm) Provides: tex(FiraSans-Medium-tlf-sc-ly1.vf) Provides: tex(FiraSans-Medium-tlf-sc-ot1--base.tfm) Provides: tex(FiraSans-Medium-tlf-sc-ot1.tfm) Provides: tex(FiraSans-Medium-tlf-sc-ot1.vf) Provides: tex(FiraSans-Medium-tlf-sc-t1--base.tfm) Provides: tex(FiraSans-Medium-tlf-sc-t1.tfm) Provides: tex(FiraSans-Medium-tlf-sc-t1.vf) Provides: tex(FiraSans-Medium-tlf-t1--base.tfm) Provides: tex(FiraSans-Medium-tlf-t1.tfm) Provides: tex(FiraSans-Medium-tlf-t1.vf) Provides: tex(FiraSans-Medium-tlf-ts1--base.tfm) Provides: tex(FiraSans-Medium-tlf-ts1.tfm) Provides: tex(FiraSans-Medium-tlf-ts1.vf) Provides: tex(FiraSans-Medium-tosf-ly1.tfm) Provides: tex(FiraSans-Medium-tosf-ot1.tfm) Provides: tex(FiraSans-Medium-tosf-sc-ly1--base.tfm) Provides: tex(FiraSans-Medium-tosf-sc-ly1.tfm) Provides: tex(FiraSans-Medium-tosf-sc-ly1.vf) Provides: tex(FiraSans-Medium-tosf-sc-ot1--base.tfm) Provides: tex(FiraSans-Medium-tosf-sc-ot1.tfm) Provides: tex(FiraSans-Medium-tosf-sc-ot1.vf) Provides: tex(FiraSans-Medium-tosf-sc-t1--base.tfm) Provides: tex(FiraSans-Medium-tosf-sc-t1.tfm) Provides: tex(FiraSans-Medium-tosf-sc-t1.vf) Provides: tex(FiraSans-Medium-tosf-t1--base.tfm) Provides: tex(FiraSans-Medium-tosf-t1.tfm) Provides: tex(FiraSans-Medium-tosf-t1.vf) Provides: tex(FiraSans-Medium-tosf-ts1--base.tfm) Provides: tex(FiraSans-Medium-tosf-ts1.tfm) Provides: tex(FiraSans-Medium-tosf-ts1.vf) Provides: tex(FiraSans-MediumItalic-lf-ly1.tfm) Provides: tex(FiraSans-MediumItalic-lf-ot1.tfm) Provides: tex(FiraSans-MediumItalic-lf-sc-ly1--base.tfm) Provides: tex(FiraSans-MediumItalic-lf-sc-ly1.tfm) Provides: tex(FiraSans-MediumItalic-lf-sc-ly1.vf) Provides: tex(FiraSans-MediumItalic-lf-sc-ot1--base.tfm) Provides: tex(FiraSans-MediumItalic-lf-sc-ot1.tfm) Provides: tex(FiraSans-MediumItalic-lf-sc-ot1.vf) Provides: tex(FiraSans-MediumItalic-lf-sc-t1--base.tfm) Provides: tex(FiraSans-MediumItalic-lf-sc-t1.tfm) Provides: tex(FiraSans-MediumItalic-lf-sc-t1.vf) Provides: tex(FiraSans-MediumItalic-lf-t1--base.tfm) Provides: tex(FiraSans-MediumItalic-lf-t1.tfm) Provides: tex(FiraSans-MediumItalic-lf-t1.vf) Provides: tex(FiraSans-MediumItalic-lf-ts1--base.tfm) Provides: tex(FiraSans-MediumItalic-lf-ts1.tfm) Provides: tex(FiraSans-MediumItalic-lf-ts1.vf) Provides: tex(FiraSans-MediumItalic-osf-ly1.tfm) Provides: tex(FiraSans-MediumItalic-osf-ot1.tfm) Provides: tex(FiraSans-MediumItalic-osf-sc-ly1--base.tfm) Provides: tex(FiraSans-MediumItalic-osf-sc-ly1.tfm) Provides: tex(FiraSans-MediumItalic-osf-sc-ly1.vf) Provides: tex(FiraSans-MediumItalic-osf-sc-ot1--base.tfm) Provides: tex(FiraSans-MediumItalic-osf-sc-ot1.tfm) Provides: tex(FiraSans-MediumItalic-osf-sc-ot1.vf) Provides: tex(FiraSans-MediumItalic-osf-sc-t1--base.tfm) Provides: tex(FiraSans-MediumItalic-osf-sc-t1.tfm) Provides: tex(FiraSans-MediumItalic-osf-sc-t1.vf) Provides: tex(FiraSans-MediumItalic-osf-t1--base.tfm) Provides: tex(FiraSans-MediumItalic-osf-t1.tfm) Provides: tex(FiraSans-MediumItalic-osf-t1.vf) Provides: tex(FiraSans-MediumItalic-osf-ts1--base.tfm) Provides: tex(FiraSans-MediumItalic-osf-ts1.tfm) Provides: tex(FiraSans-MediumItalic-osf-ts1.vf) Provides: tex(FiraSans-MediumItalic-sup-ly1.tfm) Provides: tex(FiraSans-MediumItalic-sup-ot1.tfm) Provides: tex(FiraSans-MediumItalic-sup-t1--base.tfm) Provides: tex(FiraSans-MediumItalic-sup-t1.tfm) Provides: tex(FiraSans-MediumItalic-sup-t1.vf) Provides: tex(FiraSans-MediumItalic-tlf-ly1.tfm) Provides: tex(FiraSans-MediumItalic-tlf-ot1.tfm) Provides: tex(FiraSans-MediumItalic-tlf-sc-ly1--base.tfm) Provides: tex(FiraSans-MediumItalic-tlf-sc-ly1.tfm) Provides: tex(FiraSans-MediumItalic-tlf-sc-ly1.vf) Provides: tex(FiraSans-MediumItalic-tlf-sc-ot1--base.tfm) Provides: tex(FiraSans-MediumItalic-tlf-sc-ot1.tfm) Provides: tex(FiraSans-MediumItalic-tlf-sc-ot1.vf) Provides: tex(FiraSans-MediumItalic-tlf-sc-t1--base.tfm) Provides: tex(FiraSans-MediumItalic-tlf-sc-t1.tfm) Provides: tex(FiraSans-MediumItalic-tlf-sc-t1.vf) Provides: tex(FiraSans-MediumItalic-tlf-t1--base.tfm) Provides: tex(FiraSans-MediumItalic-tlf-t1.tfm) Provides: tex(FiraSans-MediumItalic-tlf-t1.vf) Provides: tex(FiraSans-MediumItalic-tlf-ts1--base.tfm) Provides: tex(FiraSans-MediumItalic-tlf-ts1.tfm) Provides: tex(FiraSans-MediumItalic-tlf-ts1.vf) Provides: tex(FiraSans-MediumItalic-tosf-ly1.tfm) Provides: tex(FiraSans-MediumItalic-tosf-ot1.tfm) Provides: tex(FiraSans-MediumItalic-tosf-sc-ly1--base.tfm) Provides: tex(FiraSans-MediumItalic-tosf-sc-ly1.tfm) Provides: tex(FiraSans-MediumItalic-tosf-sc-ly1.vf) Provides: tex(FiraSans-MediumItalic-tosf-sc-ot1--base.tfm) Provides: tex(FiraSans-MediumItalic-tosf-sc-ot1.tfm) Provides: tex(FiraSans-MediumItalic-tosf-sc-ot1.vf) Provides: tex(FiraSans-MediumItalic-tosf-sc-t1--base.tfm) Provides: tex(FiraSans-MediumItalic-tosf-sc-t1.tfm) Provides: tex(FiraSans-MediumItalic-tosf-sc-t1.vf) Provides: tex(FiraSans-MediumItalic-tosf-t1--base.tfm) Provides: tex(FiraSans-MediumItalic-tosf-t1.tfm) Provides: tex(FiraSans-MediumItalic-tosf-t1.vf) Provides: tex(FiraSans-MediumItalic-tosf-ts1--base.tfm) Provides: tex(FiraSans-MediumItalic-tosf-ts1.tfm) Provides: tex(FiraSans-MediumItalic-tosf-ts1.vf) Provides: tex(FiraSans-Regular-lf-ly1.tfm) Provides: tex(FiraSans-Regular-lf-ot1.tfm) Provides: tex(FiraSans-Regular-lf-sc-ly1--base.tfm) Provides: tex(FiraSans-Regular-lf-sc-ly1.tfm) Provides: tex(FiraSans-Regular-lf-sc-ly1.vf) Provides: tex(FiraSans-Regular-lf-sc-ot1--base.tfm) Provides: tex(FiraSans-Regular-lf-sc-ot1.tfm) Provides: tex(FiraSans-Regular-lf-sc-ot1.vf) Provides: tex(FiraSans-Regular-lf-sc-t1--base.tfm) Provides: tex(FiraSans-Regular-lf-sc-t1.tfm) Provides: tex(FiraSans-Regular-lf-sc-t1.vf) Provides: tex(FiraSans-Regular-lf-t1--base.tfm) Provides: tex(FiraSans-Regular-lf-t1.tfm) Provides: tex(FiraSans-Regular-lf-t1.vf) Provides: tex(FiraSans-Regular-lf-ts1--base.tfm) Provides: tex(FiraSans-Regular-lf-ts1.tfm) Provides: tex(FiraSans-Regular-lf-ts1.vf) Provides: tex(FiraSans-Regular-osf-ly1.tfm) Provides: tex(FiraSans-Regular-osf-ot1.tfm) Provides: tex(FiraSans-Regular-osf-sc-ly1--base.tfm) Provides: tex(FiraSans-Regular-osf-sc-ly1.tfm) Provides: tex(FiraSans-Regular-osf-sc-ly1.vf) Provides: tex(FiraSans-Regular-osf-sc-ot1--base.tfm) Provides: tex(FiraSans-Regular-osf-sc-ot1.tfm) Provides: tex(FiraSans-Regular-osf-sc-ot1.vf) Provides: tex(FiraSans-Regular-osf-sc-t1--base.tfm) Provides: tex(FiraSans-Regular-osf-sc-t1.tfm) Provides: tex(FiraSans-Regular-osf-sc-t1.vf) Provides: tex(FiraSans-Regular-osf-t1--base.tfm) Provides: tex(FiraSans-Regular-osf-t1.tfm) Provides: tex(FiraSans-Regular-osf-t1.vf) Provides: tex(FiraSans-Regular-osf-ts1--base.tfm) Provides: tex(FiraSans-Regular-osf-ts1.tfm) Provides: tex(FiraSans-Regular-osf-ts1.vf) Provides: tex(FiraSans-Regular-sup-ly1.tfm) Provides: tex(FiraSans-Regular-sup-ot1.tfm) Provides: tex(FiraSans-Regular-sup-t1--base.tfm) Provides: tex(FiraSans-Regular-sup-t1.tfm) Provides: tex(FiraSans-Regular-sup-t1.vf) Provides: tex(FiraSans-Regular-tlf-ly1.tfm) Provides: tex(FiraSans-Regular-tlf-ot1.tfm) Provides: tex(FiraSans-Regular-tlf-sc-ly1--base.tfm) Provides: tex(FiraSans-Regular-tlf-sc-ly1.tfm) Provides: tex(FiraSans-Regular-tlf-sc-ly1.vf) Provides: tex(FiraSans-Regular-tlf-sc-ot1--base.tfm) Provides: tex(FiraSans-Regular-tlf-sc-ot1.tfm) Provides: tex(FiraSans-Regular-tlf-sc-ot1.vf) Provides: tex(FiraSans-Regular-tlf-sc-t1--base.tfm) Provides: tex(FiraSans-Regular-tlf-sc-t1.tfm) Provides: tex(FiraSans-Regular-tlf-sc-t1.vf) Provides: tex(FiraSans-Regular-tlf-t1--base.tfm) Provides: tex(FiraSans-Regular-tlf-t1.tfm) Provides: tex(FiraSans-Regular-tlf-t1.vf) Provides: tex(FiraSans-Regular-tlf-ts1--base.tfm) Provides: tex(FiraSans-Regular-tlf-ts1.tfm) Provides: tex(FiraSans-Regular-tlf-ts1.vf) Provides: tex(FiraSans-Regular-tosf-ly1.tfm) Provides: tex(FiraSans-Regular-tosf-ot1.tfm) Provides: tex(FiraSans-Regular-tosf-sc-ly1--base.tfm) Provides: tex(FiraSans-Regular-tosf-sc-ly1.tfm) Provides: tex(FiraSans-Regular-tosf-sc-ly1.vf) Provides: tex(FiraSans-Regular-tosf-sc-ot1--base.tfm) Provides: tex(FiraSans-Regular-tosf-sc-ot1.tfm) Provides: tex(FiraSans-Regular-tosf-sc-ot1.vf) Provides: tex(FiraSans-Regular-tosf-sc-t1--base.tfm) Provides: tex(FiraSans-Regular-tosf-sc-t1.tfm) Provides: tex(FiraSans-Regular-tosf-sc-t1.vf) Provides: tex(FiraSans-Regular-tosf-t1--base.tfm) Provides: tex(FiraSans-Regular-tosf-t1.tfm) Provides: tex(FiraSans-Regular-tosf-t1.vf) Provides: tex(FiraSans-Regular-tosf-ts1--base.tfm) Provides: tex(FiraSans-Regular-tosf-ts1.tfm) Provides: tex(FiraSans-Regular-tosf-ts1.vf) Provides: tex(FiraSans-SemiBold-lf-ly1.tfm) Provides: tex(FiraSans-SemiBold-lf-ot1.tfm) Provides: tex(FiraSans-SemiBold-lf-sc-ly1--base.tfm) Provides: tex(FiraSans-SemiBold-lf-sc-ly1.tfm) Provides: tex(FiraSans-SemiBold-lf-sc-ly1.vf) Provides: tex(FiraSans-SemiBold-lf-sc-ot1--base.tfm) Provides: tex(FiraSans-SemiBold-lf-sc-ot1.tfm) Provides: tex(FiraSans-SemiBold-lf-sc-ot1.vf) Provides: tex(FiraSans-SemiBold-lf-sc-t1--base.tfm) Provides: tex(FiraSans-SemiBold-lf-sc-t1.tfm) Provides: tex(FiraSans-SemiBold-lf-sc-t1.vf) Provides: tex(FiraSans-SemiBold-lf-t1--base.tfm) Provides: tex(FiraSans-SemiBold-lf-t1.tfm) Provides: tex(FiraSans-SemiBold-lf-t1.vf) Provides: tex(FiraSans-SemiBold-lf-ts1--base.tfm) Provides: tex(FiraSans-SemiBold-lf-ts1.tfm) Provides: tex(FiraSans-SemiBold-lf-ts1.vf) Provides: tex(FiraSans-SemiBold-osf-ly1.tfm) Provides: tex(FiraSans-SemiBold-osf-ot1.tfm) Provides: tex(FiraSans-SemiBold-osf-sc-ly1--base.tfm) Provides: tex(FiraSans-SemiBold-osf-sc-ly1.tfm) Provides: tex(FiraSans-SemiBold-osf-sc-ly1.vf) Provides: tex(FiraSans-SemiBold-osf-sc-ot1--base.tfm) Provides: tex(FiraSans-SemiBold-osf-sc-ot1.tfm) Provides: tex(FiraSans-SemiBold-osf-sc-ot1.vf) Provides: tex(FiraSans-SemiBold-osf-sc-t1--base.tfm) Provides: tex(FiraSans-SemiBold-osf-sc-t1.tfm) Provides: tex(FiraSans-SemiBold-osf-sc-t1.vf) Provides: tex(FiraSans-SemiBold-osf-t1--base.tfm) Provides: tex(FiraSans-SemiBold-osf-t1.tfm) Provides: tex(FiraSans-SemiBold-osf-t1.vf) Provides: tex(FiraSans-SemiBold-osf-ts1--base.tfm) Provides: tex(FiraSans-SemiBold-osf-ts1.tfm) Provides: tex(FiraSans-SemiBold-osf-ts1.vf) Provides: tex(FiraSans-SemiBold-sup-ly1.tfm) Provides: tex(FiraSans-SemiBold-sup-ot1.tfm) Provides: tex(FiraSans-SemiBold-sup-t1--base.tfm) Provides: tex(FiraSans-SemiBold-sup-t1.tfm) Provides: tex(FiraSans-SemiBold-sup-t1.vf) Provides: tex(FiraSans-SemiBold-tlf-ly1.tfm) Provides: tex(FiraSans-SemiBold-tlf-ot1.tfm) Provides: tex(FiraSans-SemiBold-tlf-sc-ly1--base.tfm) Provides: tex(FiraSans-SemiBold-tlf-sc-ly1.tfm) Provides: tex(FiraSans-SemiBold-tlf-sc-ly1.vf) Provides: tex(FiraSans-SemiBold-tlf-sc-ot1--base.tfm) Provides: tex(FiraSans-SemiBold-tlf-sc-ot1.tfm) Provides: tex(FiraSans-SemiBold-tlf-sc-ot1.vf) Provides: tex(FiraSans-SemiBold-tlf-sc-t1--base.tfm) Provides: tex(FiraSans-SemiBold-tlf-sc-t1.tfm) Provides: tex(FiraSans-SemiBold-tlf-sc-t1.vf) Provides: tex(FiraSans-SemiBold-tlf-t1--base.tfm) Provides: tex(FiraSans-SemiBold-tlf-t1.tfm) Provides: tex(FiraSans-SemiBold-tlf-t1.vf) Provides: tex(FiraSans-SemiBold-tlf-ts1--base.tfm) Provides: tex(FiraSans-SemiBold-tlf-ts1.tfm) Provides: tex(FiraSans-SemiBold-tlf-ts1.vf) Provides: tex(FiraSans-SemiBold-tosf-ly1.tfm) Provides: tex(FiraSans-SemiBold-tosf-ot1.tfm) Provides: tex(FiraSans-SemiBold-tosf-sc-ly1--base.tfm) Provides: tex(FiraSans-SemiBold-tosf-sc-ly1.tfm) Provides: tex(FiraSans-SemiBold-tosf-sc-ly1.vf) Provides: tex(FiraSans-SemiBold-tosf-sc-ot1--base.tfm) Provides: tex(FiraSans-SemiBold-tosf-sc-ot1.tfm) Provides: tex(FiraSans-SemiBold-tosf-sc-ot1.vf) Provides: tex(FiraSans-SemiBold-tosf-sc-t1--base.tfm) Provides: tex(FiraSans-SemiBold-tosf-sc-t1.tfm) Provides: tex(FiraSans-SemiBold-tosf-sc-t1.vf) Provides: tex(FiraSans-SemiBold-tosf-t1--base.tfm) Provides: tex(FiraSans-SemiBold-tosf-t1.tfm) Provides: tex(FiraSans-SemiBold-tosf-t1.vf) Provides: tex(FiraSans-SemiBold-tosf-ts1--base.tfm) Provides: tex(FiraSans-SemiBold-tosf-ts1.tfm) Provides: tex(FiraSans-SemiBold-tosf-ts1.vf) Provides: tex(FiraSans-SemiBoldItalic-lf-ly1.tfm) Provides: tex(FiraSans-SemiBoldItalic-lf-ot1.tfm) Provides: tex(FiraSans-SemiBoldItalic-lf-sc-ly1--base.tfm) Provides: tex(FiraSans-SemiBoldItalic-lf-sc-ly1.tfm) Provides: tex(FiraSans-SemiBoldItalic-lf-sc-ly1.vf) Provides: tex(FiraSans-SemiBoldItalic-lf-sc-ot1--base.tfm) Provides: tex(FiraSans-SemiBoldItalic-lf-sc-ot1.tfm) Provides: tex(FiraSans-SemiBoldItalic-lf-sc-ot1.vf) Provides: tex(FiraSans-SemiBoldItalic-lf-sc-t1--base.tfm) Provides: tex(FiraSans-SemiBoldItalic-lf-sc-t1.tfm) Provides: tex(FiraSans-SemiBoldItalic-lf-sc-t1.vf) Provides: tex(FiraSans-SemiBoldItalic-lf-t1--base.tfm) Provides: tex(FiraSans-SemiBoldItalic-lf-t1.tfm) Provides: tex(FiraSans-SemiBoldItalic-lf-t1.vf) Provides: tex(FiraSans-SemiBoldItalic-lf-ts1--base.tfm) Provides: tex(FiraSans-SemiBoldItalic-lf-ts1.tfm) Provides: tex(FiraSans-SemiBoldItalic-lf-ts1.vf) Provides: tex(FiraSans-SemiBoldItalic-osf-ly1.tfm) Provides: tex(FiraSans-SemiBoldItalic-osf-ot1.tfm) Provides: tex(FiraSans-SemiBoldItalic-osf-sc-ly1--base.tfm) Provides: tex(FiraSans-SemiBoldItalic-osf-sc-ly1.tfm) Provides: tex(FiraSans-SemiBoldItalic-osf-sc-ly1.vf) Provides: tex(FiraSans-SemiBoldItalic-osf-sc-ot1--base.tfm) Provides: tex(FiraSans-SemiBoldItalic-osf-sc-ot1.tfm) Provides: tex(FiraSans-SemiBoldItalic-osf-sc-ot1.vf) Provides: tex(FiraSans-SemiBoldItalic-osf-sc-t1--base.tfm) Provides: tex(FiraSans-SemiBoldItalic-osf-sc-t1.tfm) Provides: tex(FiraSans-SemiBoldItalic-osf-sc-t1.vf) Provides: tex(FiraSans-SemiBoldItalic-osf-t1--base.tfm) Provides: tex(FiraSans-SemiBoldItalic-osf-t1.tfm) Provides: tex(FiraSans-SemiBoldItalic-osf-t1.vf) Provides: tex(FiraSans-SemiBoldItalic-osf-ts1--base.tfm) Provides: tex(FiraSans-SemiBoldItalic-osf-ts1.tfm) Provides: tex(FiraSans-SemiBoldItalic-osf-ts1.vf) Provides: tex(FiraSans-SemiBoldItalic-sup-ly1.tfm) Provides: tex(FiraSans-SemiBoldItalic-sup-ot1.tfm) Provides: tex(FiraSans-SemiBoldItalic-sup-t1--base.tfm) Provides: tex(FiraSans-SemiBoldItalic-sup-t1.tfm) Provides: tex(FiraSans-SemiBoldItalic-sup-t1.vf) Provides: tex(FiraSans-SemiBoldItalic-tlf-ly1.tfm) Provides: tex(FiraSans-SemiBoldItalic-tlf-ot1.tfm) Provides: tex(FiraSans-SemiBoldItalic-tlf-sc-ly1--base.tfm) Provides: tex(FiraSans-SemiBoldItalic-tlf-sc-ly1.tfm) Provides: tex(FiraSans-SemiBoldItalic-tlf-sc-ly1.vf) Provides: tex(FiraSans-SemiBoldItalic-tlf-sc-ot1--base.tfm) Provides: tex(FiraSans-SemiBoldItalic-tlf-sc-ot1.tfm) Provides: tex(FiraSans-SemiBoldItalic-tlf-sc-ot1.vf) Provides: tex(FiraSans-SemiBoldItalic-tlf-sc-t1--base.tfm) Provides: tex(FiraSans-SemiBoldItalic-tlf-sc-t1.tfm) Provides: tex(FiraSans-SemiBoldItalic-tlf-sc-t1.vf) Provides: tex(FiraSans-SemiBoldItalic-tlf-t1--base.tfm) Provides: tex(FiraSans-SemiBoldItalic-tlf-t1.tfm) Provides: tex(FiraSans-SemiBoldItalic-tlf-t1.vf) Provides: tex(FiraSans-SemiBoldItalic-tlf-ts1--base.tfm) Provides: tex(FiraSans-SemiBoldItalic-tlf-ts1.tfm) Provides: tex(FiraSans-SemiBoldItalic-tlf-ts1.vf) Provides: tex(FiraSans-SemiBoldItalic-tosf-ly1.tfm) Provides: tex(FiraSans-SemiBoldItalic-tosf-ot1.tfm) Provides: tex(FiraSans-SemiBoldItalic-tosf-sc-ly1--base.tfm) Provides: tex(FiraSans-SemiBoldItalic-tosf-sc-ly1.tfm) Provides: tex(FiraSans-SemiBoldItalic-tosf-sc-ly1.vf) Provides: tex(FiraSans-SemiBoldItalic-tosf-sc-ot1--base.tfm) Provides: tex(FiraSans-SemiBoldItalic-tosf-sc-ot1.tfm) Provides: tex(FiraSans-SemiBoldItalic-tosf-sc-ot1.vf) Provides: tex(FiraSans-SemiBoldItalic-tosf-sc-t1--base.tfm) Provides: tex(FiraSans-SemiBoldItalic-tosf-sc-t1.tfm) Provides: tex(FiraSans-SemiBoldItalic-tosf-sc-t1.vf) Provides: tex(FiraSans-SemiBoldItalic-tosf-t1--base.tfm) Provides: tex(FiraSans-SemiBoldItalic-tosf-t1.tfm) Provides: tex(FiraSans-SemiBoldItalic-tosf-t1.vf) Provides: tex(FiraSans-SemiBoldItalic-tosf-ts1--base.tfm) Provides: tex(FiraSans-SemiBoldItalic-tosf-ts1.tfm) Provides: tex(FiraSans-SemiBoldItalic-tosf-ts1.vf) Provides: tex(FiraSans-Thin-lf-ly1.tfm) Provides: tex(FiraSans-Thin-lf-ot1.tfm) Provides: tex(FiraSans-Thin-lf-sc-ly1--base.tfm) Provides: tex(FiraSans-Thin-lf-sc-ly1.tfm) Provides: tex(FiraSans-Thin-lf-sc-ly1.vf) Provides: tex(FiraSans-Thin-lf-sc-ot1--base.tfm) Provides: tex(FiraSans-Thin-lf-sc-ot1.tfm) Provides: tex(FiraSans-Thin-lf-sc-ot1.vf) Provides: tex(FiraSans-Thin-lf-sc-t1--base.tfm) Provides: tex(FiraSans-Thin-lf-sc-t1.tfm) Provides: tex(FiraSans-Thin-lf-sc-t1.vf) Provides: tex(FiraSans-Thin-lf-t1--base.tfm) Provides: tex(FiraSans-Thin-lf-t1.tfm) Provides: tex(FiraSans-Thin-lf-t1.vf) Provides: tex(FiraSans-Thin-lf-ts1--base.tfm) Provides: tex(FiraSans-Thin-lf-ts1.tfm) Provides: tex(FiraSans-Thin-lf-ts1.vf) Provides: tex(FiraSans-Thin-osf-ly1.tfm) Provides: tex(FiraSans-Thin-osf-ot1.tfm) Provides: tex(FiraSans-Thin-osf-sc-ly1--base.tfm) Provides: tex(FiraSans-Thin-osf-sc-ly1.tfm) Provides: tex(FiraSans-Thin-osf-sc-ly1.vf) Provides: tex(FiraSans-Thin-osf-sc-ot1--base.tfm) Provides: tex(FiraSans-Thin-osf-sc-ot1.tfm) Provides: tex(FiraSans-Thin-osf-sc-ot1.vf) Provides: tex(FiraSans-Thin-osf-sc-t1--base.tfm) Provides: tex(FiraSans-Thin-osf-sc-t1.tfm) Provides: tex(FiraSans-Thin-osf-sc-t1.vf) Provides: tex(FiraSans-Thin-osf-t1--base.tfm) Provides: tex(FiraSans-Thin-osf-t1.tfm) Provides: tex(FiraSans-Thin-osf-t1.vf) Provides: tex(FiraSans-Thin-osf-ts1--base.tfm) Provides: tex(FiraSans-Thin-osf-ts1.tfm) Provides: tex(FiraSans-Thin-osf-ts1.vf) Provides: tex(FiraSans-Thin-sup-ly1.tfm) Provides: tex(FiraSans-Thin-sup-ot1.tfm) Provides: tex(FiraSans-Thin-sup-t1--base.tfm) Provides: tex(FiraSans-Thin-sup-t1.tfm) Provides: tex(FiraSans-Thin-sup-t1.vf) Provides: tex(FiraSans-Thin-tlf-ly1.tfm) Provides: tex(FiraSans-Thin-tlf-ot1.tfm) Provides: tex(FiraSans-Thin-tlf-sc-ly1--base.tfm) Provides: tex(FiraSans-Thin-tlf-sc-ly1.tfm) Provides: tex(FiraSans-Thin-tlf-sc-ly1.vf) Provides: tex(FiraSans-Thin-tlf-sc-ot1--base.tfm) Provides: tex(FiraSans-Thin-tlf-sc-ot1.tfm) Provides: tex(FiraSans-Thin-tlf-sc-ot1.vf) Provides: tex(FiraSans-Thin-tlf-sc-t1--base.tfm) Provides: tex(FiraSans-Thin-tlf-sc-t1.tfm) Provides: tex(FiraSans-Thin-tlf-sc-t1.vf) Provides: tex(FiraSans-Thin-tlf-t1--base.tfm) Provides: tex(FiraSans-Thin-tlf-t1.tfm) Provides: tex(FiraSans-Thin-tlf-t1.vf) Provides: tex(FiraSans-Thin-tlf-ts1--base.tfm) Provides: tex(FiraSans-Thin-tlf-ts1.tfm) Provides: tex(FiraSans-Thin-tlf-ts1.vf) Provides: tex(FiraSans-Thin-tosf-ly1.tfm) Provides: tex(FiraSans-Thin-tosf-ot1.tfm) Provides: tex(FiraSans-Thin-tosf-sc-ly1--base.tfm) Provides: tex(FiraSans-Thin-tosf-sc-ly1.tfm) Provides: tex(FiraSans-Thin-tosf-sc-ly1.vf) Provides: tex(FiraSans-Thin-tosf-sc-ot1--base.tfm) Provides: tex(FiraSans-Thin-tosf-sc-ot1.tfm) Provides: tex(FiraSans-Thin-tosf-sc-ot1.vf) Provides: tex(FiraSans-Thin-tosf-sc-t1--base.tfm) Provides: tex(FiraSans-Thin-tosf-sc-t1.tfm) Provides: tex(FiraSans-Thin-tosf-sc-t1.vf) Provides: tex(FiraSans-Thin-tosf-t1--base.tfm) Provides: tex(FiraSans-Thin-tosf-t1.tfm) Provides: tex(FiraSans-Thin-tosf-t1.vf) Provides: tex(FiraSans-Thin-tosf-ts1--base.tfm) Provides: tex(FiraSans-Thin-tosf-ts1.tfm) Provides: tex(FiraSans-Thin-tosf-ts1.vf) Provides: tex(FiraSans-ThinItalic-lf-ly1.tfm) Provides: tex(FiraSans-ThinItalic-lf-ot1.tfm) Provides: tex(FiraSans-ThinItalic-lf-sc-ly1--base.tfm) Provides: tex(FiraSans-ThinItalic-lf-sc-ly1.tfm) Provides: tex(FiraSans-ThinItalic-lf-sc-ly1.vf) Provides: tex(FiraSans-ThinItalic-lf-sc-ot1--base.tfm) Provides: tex(FiraSans-ThinItalic-lf-sc-ot1.tfm) Provides: tex(FiraSans-ThinItalic-lf-sc-ot1.vf) Provides: tex(FiraSans-ThinItalic-lf-sc-t1--base.tfm) Provides: tex(FiraSans-ThinItalic-lf-sc-t1.tfm) Provides: tex(FiraSans-ThinItalic-lf-sc-t1.vf) Provides: tex(FiraSans-ThinItalic-lf-t1--base.tfm) Provides: tex(FiraSans-ThinItalic-lf-t1.tfm) Provides: tex(FiraSans-ThinItalic-lf-t1.vf) Provides: tex(FiraSans-ThinItalic-lf-ts1--base.tfm) Provides: tex(FiraSans-ThinItalic-lf-ts1.tfm) Provides: tex(FiraSans-ThinItalic-lf-ts1.vf) Provides: tex(FiraSans-ThinItalic-osf-ly1.tfm) Provides: tex(FiraSans-ThinItalic-osf-ot1.tfm) Provides: tex(FiraSans-ThinItalic-osf-sc-ly1--base.tfm) Provides: tex(FiraSans-ThinItalic-osf-sc-ly1.tfm) Provides: tex(FiraSans-ThinItalic-osf-sc-ly1.vf) Provides: tex(FiraSans-ThinItalic-osf-sc-ot1--base.tfm) Provides: tex(FiraSans-ThinItalic-osf-sc-ot1.tfm) Provides: tex(FiraSans-ThinItalic-osf-sc-ot1.vf) Provides: tex(FiraSans-ThinItalic-osf-sc-t1--base.tfm) Provides: tex(FiraSans-ThinItalic-osf-sc-t1.tfm) Provides: tex(FiraSans-ThinItalic-osf-sc-t1.vf) Provides: tex(FiraSans-ThinItalic-osf-t1--base.tfm) Provides: tex(FiraSans-ThinItalic-osf-t1.tfm) Provides: tex(FiraSans-ThinItalic-osf-t1.vf) Provides: tex(FiraSans-ThinItalic-osf-ts1--base.tfm) Provides: tex(FiraSans-ThinItalic-osf-ts1.tfm) Provides: tex(FiraSans-ThinItalic-osf-ts1.vf) Provides: tex(FiraSans-ThinItalic-sup-ly1.tfm) Provides: tex(FiraSans-ThinItalic-sup-ot1.tfm) Provides: tex(FiraSans-ThinItalic-sup-t1--base.tfm) Provides: tex(FiraSans-ThinItalic-sup-t1.tfm) Provides: tex(FiraSans-ThinItalic-sup-t1.vf) Provides: tex(FiraSans-ThinItalic-tlf-ly1.tfm) Provides: tex(FiraSans-ThinItalic-tlf-ot1.tfm) Provides: tex(FiraSans-ThinItalic-tlf-sc-ly1--base.tfm) Provides: tex(FiraSans-ThinItalic-tlf-sc-ly1.tfm) Provides: tex(FiraSans-ThinItalic-tlf-sc-ly1.vf) Provides: tex(FiraSans-ThinItalic-tlf-sc-ot1--base.tfm) Provides: tex(FiraSans-ThinItalic-tlf-sc-ot1.tfm) Provides: tex(FiraSans-ThinItalic-tlf-sc-ot1.vf) Provides: tex(FiraSans-ThinItalic-tlf-sc-t1--base.tfm) Provides: tex(FiraSans-ThinItalic-tlf-sc-t1.tfm) Provides: tex(FiraSans-ThinItalic-tlf-sc-t1.vf) Provides: tex(FiraSans-ThinItalic-tlf-t1--base.tfm) Provides: tex(FiraSans-ThinItalic-tlf-t1.tfm) Provides: tex(FiraSans-ThinItalic-tlf-t1.vf) Provides: tex(FiraSans-ThinItalic-tlf-ts1--base.tfm) Provides: tex(FiraSans-ThinItalic-tlf-ts1.tfm) Provides: tex(FiraSans-ThinItalic-tlf-ts1.vf) Provides: tex(FiraSans-ThinItalic-tosf-ly1.tfm) Provides: tex(FiraSans-ThinItalic-tosf-ot1.tfm) Provides: tex(FiraSans-ThinItalic-tosf-sc-ly1--base.tfm) Provides: tex(FiraSans-ThinItalic-tosf-sc-ly1.tfm) Provides: tex(FiraSans-ThinItalic-tosf-sc-ly1.vf) Provides: tex(FiraSans-ThinItalic-tosf-sc-ot1--base.tfm) Provides: tex(FiraSans-ThinItalic-tosf-sc-ot1.tfm) Provides: tex(FiraSans-ThinItalic-tosf-sc-ot1.vf) Provides: tex(FiraSans-ThinItalic-tosf-sc-t1--base.tfm) Provides: tex(FiraSans-ThinItalic-tosf-sc-t1.tfm) Provides: tex(FiraSans-ThinItalic-tosf-sc-t1.vf) Provides: tex(FiraSans-ThinItalic-tosf-t1--base.tfm) Provides: tex(FiraSans-ThinItalic-tosf-t1.tfm) Provides: tex(FiraSans-ThinItalic-tosf-t1.vf) Provides: tex(FiraSans-ThinItalic-tosf-ts1--base.tfm) Provides: tex(FiraSans-ThinItalic-tosf-ts1.tfm) Provides: tex(FiraSans-ThinItalic-tosf-ts1.vf) Provides: tex(FiraSans-UltraLight-lf-ly1.tfm) Provides: tex(FiraSans-UltraLight-lf-ot1.tfm) Provides: tex(FiraSans-UltraLight-lf-sc-ly1--base.tfm) Provides: tex(FiraSans-UltraLight-lf-sc-ly1.tfm) Provides: tex(FiraSans-UltraLight-lf-sc-ly1.vf) Provides: tex(FiraSans-UltraLight-lf-sc-ot1--base.tfm) Provides: tex(FiraSans-UltraLight-lf-sc-ot1.tfm) Provides: tex(FiraSans-UltraLight-lf-sc-ot1.vf) Provides: tex(FiraSans-UltraLight-lf-sc-t1--base.tfm) Provides: tex(FiraSans-UltraLight-lf-sc-t1.tfm) Provides: tex(FiraSans-UltraLight-lf-sc-t1.vf) Provides: tex(FiraSans-UltraLight-lf-t1--base.tfm) Provides: tex(FiraSans-UltraLight-lf-t1.tfm) Provides: tex(FiraSans-UltraLight-lf-t1.vf) Provides: tex(FiraSans-UltraLight-lf-ts1--base.tfm) Provides: tex(FiraSans-UltraLight-lf-ts1.tfm) Provides: tex(FiraSans-UltraLight-lf-ts1.vf) Provides: tex(FiraSans-UltraLight-osf-ly1.tfm) Provides: tex(FiraSans-UltraLight-osf-ot1.tfm) Provides: tex(FiraSans-UltraLight-osf-sc-ly1--base.tfm) Provides: tex(FiraSans-UltraLight-osf-sc-ly1.tfm) Provides: tex(FiraSans-UltraLight-osf-sc-ly1.vf) Provides: tex(FiraSans-UltraLight-osf-sc-ot1--base.tfm) Provides: tex(FiraSans-UltraLight-osf-sc-ot1.tfm) Provides: tex(FiraSans-UltraLight-osf-sc-ot1.vf) Provides: tex(FiraSans-UltraLight-osf-sc-t1--base.tfm) Provides: tex(FiraSans-UltraLight-osf-sc-t1.tfm) Provides: tex(FiraSans-UltraLight-osf-sc-t1.vf) Provides: tex(FiraSans-UltraLight-osf-t1--base.tfm) Provides: tex(FiraSans-UltraLight-osf-t1.tfm) Provides: tex(FiraSans-UltraLight-osf-t1.vf) Provides: tex(FiraSans-UltraLight-osf-ts1--base.tfm) Provides: tex(FiraSans-UltraLight-osf-ts1.tfm) Provides: tex(FiraSans-UltraLight-osf-ts1.vf) Provides: tex(FiraSans-UltraLight-sup-ly1.tfm) Provides: tex(FiraSans-UltraLight-sup-ot1.tfm) Provides: tex(FiraSans-UltraLight-sup-t1--base.tfm) Provides: tex(FiraSans-UltraLight-sup-t1.tfm) Provides: tex(FiraSans-UltraLight-sup-t1.vf) Provides: tex(FiraSans-UltraLight-tlf-ly1.tfm) Provides: tex(FiraSans-UltraLight-tlf-ot1.tfm) Provides: tex(FiraSans-UltraLight-tlf-sc-ly1--base.tfm) Provides: tex(FiraSans-UltraLight-tlf-sc-ly1.tfm) Provides: tex(FiraSans-UltraLight-tlf-sc-ly1.vf) Provides: tex(FiraSans-UltraLight-tlf-sc-ot1--base.tfm) Provides: tex(FiraSans-UltraLight-tlf-sc-ot1.tfm) Provides: tex(FiraSans-UltraLight-tlf-sc-ot1.vf) Provides: tex(FiraSans-UltraLight-tlf-sc-t1--base.tfm) Provides: tex(FiraSans-UltraLight-tlf-sc-t1.tfm) Provides: tex(FiraSans-UltraLight-tlf-sc-t1.vf) Provides: tex(FiraSans-UltraLight-tlf-t1--base.tfm) Provides: tex(FiraSans-UltraLight-tlf-t1.tfm) Provides: tex(FiraSans-UltraLight-tlf-t1.vf) Provides: tex(FiraSans-UltraLight-tlf-ts1--base.tfm) Provides: tex(FiraSans-UltraLight-tlf-ts1.tfm) Provides: tex(FiraSans-UltraLight-tlf-ts1.vf) Provides: tex(FiraSans-UltraLight-tosf-ly1.tfm) Provides: tex(FiraSans-UltraLight-tosf-ot1.tfm) Provides: tex(FiraSans-UltraLight-tosf-sc-ly1--base.tfm) Provides: tex(FiraSans-UltraLight-tosf-sc-ly1.tfm) Provides: tex(FiraSans-UltraLight-tosf-sc-ly1.vf) Provides: tex(FiraSans-UltraLight-tosf-sc-ot1--base.tfm) Provides: tex(FiraSans-UltraLight-tosf-sc-ot1.tfm) Provides: tex(FiraSans-UltraLight-tosf-sc-ot1.vf) Provides: tex(FiraSans-UltraLight-tosf-sc-t1--base.tfm) Provides: tex(FiraSans-UltraLight-tosf-sc-t1.tfm) Provides: tex(FiraSans-UltraLight-tosf-sc-t1.vf) Provides: tex(FiraSans-UltraLight-tosf-t1--base.tfm) Provides: tex(FiraSans-UltraLight-tosf-t1.tfm) Provides: tex(FiraSans-UltraLight-tosf-t1.vf) Provides: tex(FiraSans-UltraLight-tosf-ts1--base.tfm) Provides: tex(FiraSans-UltraLight-tosf-ts1.tfm) Provides: tex(FiraSans-UltraLight-tosf-ts1.vf) Provides: tex(FiraSans-UltraLightItalic-lf-ly1.tfm) Provides: tex(FiraSans-UltraLightItalic-lf-ot1.tfm) Provides: tex(FiraSans-UltraLightItalic-lf-sc-ly1--base.tfm) Provides: tex(FiraSans-UltraLightItalic-lf-sc-ly1.tfm) Provides: tex(FiraSans-UltraLightItalic-lf-sc-ly1.vf) Provides: tex(FiraSans-UltraLightItalic-lf-sc-ot1--base.tfm) Provides: tex(FiraSans-UltraLightItalic-lf-sc-ot1.tfm) Provides: tex(FiraSans-UltraLightItalic-lf-sc-ot1.vf) Provides: tex(FiraSans-UltraLightItalic-lf-sc-t1--base.tfm) Provides: tex(FiraSans-UltraLightItalic-lf-sc-t1.tfm) Provides: tex(FiraSans-UltraLightItalic-lf-sc-t1.vf) Provides: tex(FiraSans-UltraLightItalic-lf-t1--base.tfm) Provides: tex(FiraSans-UltraLightItalic-lf-t1.tfm) Provides: tex(FiraSans-UltraLightItalic-lf-t1.vf) Provides: tex(FiraSans-UltraLightItalic-lf-ts1--base.tfm) Provides: tex(FiraSans-UltraLightItalic-lf-ts1.tfm) Provides: tex(FiraSans-UltraLightItalic-lf-ts1.vf) Provides: tex(FiraSans-UltraLightItalic-osf-ly1.tfm) Provides: tex(FiraSans-UltraLightItalic-osf-ot1.tfm) Provides: tex(FiraSans-UltraLightItalic-osf-sc-ly1--base.tfm) Provides: tex(FiraSans-UltraLightItalic-osf-sc-ly1.tfm) Provides: tex(FiraSans-UltraLightItalic-osf-sc-ly1.vf) Provides: tex(FiraSans-UltraLightItalic-osf-sc-ot1--base.tfm) Provides: tex(FiraSans-UltraLightItalic-osf-sc-ot1.tfm) Provides: tex(FiraSans-UltraLightItalic-osf-sc-ot1.vf) Provides: tex(FiraSans-UltraLightItalic-osf-sc-t1--base.tfm) Provides: tex(FiraSans-UltraLightItalic-osf-sc-t1.tfm) Provides: tex(FiraSans-UltraLightItalic-osf-sc-t1.vf) Provides: tex(FiraSans-UltraLightItalic-osf-t1--base.tfm) Provides: tex(FiraSans-UltraLightItalic-osf-t1.tfm) Provides: tex(FiraSans-UltraLightItalic-osf-t1.vf) Provides: tex(FiraSans-UltraLightItalic-osf-ts1--base.tfm) Provides: tex(FiraSans-UltraLightItalic-osf-ts1.tfm) Provides: tex(FiraSans-UltraLightItalic-osf-ts1.vf) Provides: tex(FiraSans-UltraLightItalic-sup-ly1.tfm) Provides: tex(FiraSans-UltraLightItalic-sup-ot1.tfm) Provides: tex(FiraSans-UltraLightItalic-sup-t1--base.tfm) Provides: tex(FiraSans-UltraLightItalic-sup-t1.tfm) Provides: tex(FiraSans-UltraLightItalic-sup-t1.vf) Provides: tex(FiraSans-UltraLightItalic-tlf-ly1.tfm) Provides: tex(FiraSans-UltraLightItalic-tlf-ot1.tfm) Provides: tex(FiraSans-UltraLightItalic-tlf-sc-ly1--base.tfm) Provides: tex(FiraSans-UltraLightItalic-tlf-sc-ly1.tfm) Provides: tex(FiraSans-UltraLightItalic-tlf-sc-ly1.vf) Provides: tex(FiraSans-UltraLightItalic-tlf-sc-ot1--base.tfm) Provides: tex(FiraSans-UltraLightItalic-tlf-sc-ot1.tfm) Provides: tex(FiraSans-UltraLightItalic-tlf-sc-ot1.vf) Provides: tex(FiraSans-UltraLightItalic-tlf-sc-t1--base.tfm) Provides: tex(FiraSans-UltraLightItalic-tlf-sc-t1.tfm) Provides: tex(FiraSans-UltraLightItalic-tlf-sc-t1.vf) Provides: tex(FiraSans-UltraLightItalic-tlf-t1--base.tfm) Provides: tex(FiraSans-UltraLightItalic-tlf-t1.tfm) Provides: tex(FiraSans-UltraLightItalic-tlf-t1.vf) Provides: tex(FiraSans-UltraLightItalic-tlf-ts1--base.tfm) Provides: tex(FiraSans-UltraLightItalic-tlf-ts1.tfm) Provides: tex(FiraSans-UltraLightItalic-tlf-ts1.vf) Provides: tex(FiraSans-UltraLightItalic-tosf-ly1.tfm) Provides: tex(FiraSans-UltraLightItalic-tosf-ot1.tfm) Provides: tex(FiraSans-UltraLightItalic-tosf-sc-ly1--base.tfm) Provides: tex(FiraSans-UltraLightItalic-tosf-sc-ly1.tfm) Provides: tex(FiraSans-UltraLightItalic-tosf-sc-ly1.vf) Provides: tex(FiraSans-UltraLightItalic-tosf-sc-ot1--base.tfm) Provides: tex(FiraSans-UltraLightItalic-tosf-sc-ot1.tfm) Provides: tex(FiraSans-UltraLightItalic-tosf-sc-ot1.vf) Provides: tex(FiraSans-UltraLightItalic-tosf-sc-t1--base.tfm) Provides: tex(FiraSans-UltraLightItalic-tosf-sc-t1.tfm) Provides: tex(FiraSans-UltraLightItalic-tosf-sc-t1.vf) Provides: tex(FiraSans-UltraLightItalic-tosf-t1--base.tfm) Provides: tex(FiraSans-UltraLightItalic-tosf-t1.tfm) Provides: tex(FiraSans-UltraLightItalic-tosf-t1.vf) Provides: tex(FiraSans-UltraLightItalic-tosf-ts1--base.tfm) Provides: tex(FiraSans-UltraLightItalic-tosf-ts1.tfm) Provides: tex(FiraSans-UltraLightItalic-tosf-ts1.vf) Provides: tex(FiraSans.sty) Provides: tex(LY1FiraMono-Sup.fd) Provides: tex(LY1FiraMono-TLF.fd) Provides: tex(LY1FiraMono-TOsF.fd) Provides: tex(LY1FiraSans-LF.fd) Provides: tex(LY1FiraSans-OsF.fd) Provides: tex(LY1FiraSans-Sup.fd) Provides: tex(LY1FiraSans-TLF.fd) Provides: tex(LY1FiraSans-TOsF.fd) Provides: tex(OT1FiraMono-Sup.fd) Provides: tex(OT1FiraMono-TLF.fd) Provides: tex(OT1FiraMono-TOsF.fd) Provides: tex(OT1FiraSans-LF.fd) Provides: tex(OT1FiraSans-OsF.fd) Provides: tex(OT1FiraSans-Sup.fd) Provides: tex(OT1FiraSans-TLF.fd) Provides: tex(OT1FiraSans-TOsF.fd) Provides: tex(T1FiraMono-Sup.fd) Provides: tex(T1FiraMono-TLF.fd) Provides: tex(T1FiraMono-TOsF.fd) Provides: tex(T1FiraSans-LF.fd) Provides: tex(T1FiraSans-OsF.fd) Provides: tex(T1FiraSans-Sup.fd) Provides: tex(T1FiraSans-TLF.fd) Provides: tex(T1FiraSans-TOsF.fd) Provides: tex(TS1FiraMono-TLF.fd) Provides: tex(TS1FiraMono-TOsF.fd) Provides: tex(TS1FiraSans-LF.fd) Provides: tex(TS1FiraSans-OsF.fd) Provides: tex(TS1FiraSans-TLF.fd) Provides: tex(TS1FiraSans-TOsF.fd) Provides: tex(fir_2gmv7z.enc) Provides: tex(fir_3r53sp.enc) Provides: tex(fir_3ssl4k.enc) Provides: tex(fir_44bn3d.enc) Provides: tex(fir_4vuazg.enc) Provides: tex(fir_5bzluk.enc) Provides: tex(fir_673p4v.enc) Provides: tex(fir_6j4iko.enc) Provides: tex(fir_6jvuba.enc) Provides: tex(fir_75hvjh.enc) Provides: tex(fir_765q6w.enc) Provides: tex(fir_7gpamp.enc) Provides: tex(fir_djdjee.enc) Provides: tex(fir_f2p3ju.enc) Provides: tex(fir_gn3mpp.enc) Provides: tex(fir_itmofw.enc) Provides: tex(fir_junpg2.enc) Provides: tex(fir_kinqlf.enc) Provides: tex(fir_le7keq.enc) Provides: tex(fir_ljq7ir.enc) Provides: tex(fir_mnklhx.enc) Provides: tex(fir_mpt7xh.enc) Provides: tex(fir_mvxrts.enc) Provides: tex(fir_onkf6v.enc) Provides: tex(fir_ou66re.enc) Provides: tex(fir_pre736.enc) Provides: tex(fir_qdgi57.enc) Provides: tex(fir_qeo2k2.enc) Provides: tex(fir_smmr7a.enc) Provides: tex(fir_u77sc6.enc) Provides: tex(fir_vn43fe.enc) Provides: tex(fir_vyx4ej.enc) Provides: tex(fir_xbqiro.enc) Provides: tex(fir_xeq6li.enc) Provides: tex(fir_xrafnf.enc) Provides: tex(fir_xrxr2g.enc) Provides: tex(fir_xsutkk.enc) Provides: tex(fir_yhyk3t.enc) Provides: tex(fir_zrx7he.enc) Provides: tex(fira.map) Requires: tex(fontaxes.sty) Requires: tex(fontenc.sty) Requires: tex(fontspec.sty) Requires: tex(ifluatex.sty) Requires: tex(ifxetex.sty) Requires: tex(mweights.sty) Requires: tex(textcomp.sty) Requires: tex(xkeyval.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source225: fira.tar.xz Source226: fira.doc.tar.xz %description -n texlive-fira This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for the Fira Sans family of fonts designed by Erik Spiekermann and Ralph du Carrois of Carrois Type Design. Fira Sans is available in eleven weights with corresponding italics: light, regular, medium, bold, ... date: 2016-11-13 15:19:48 +0000 %package -n texlive-fira-doc Version: %{texlive_version}.%{texlive_noarch}.4.2svn42501 Release: 0 Summary: Documentation for texlive-fira License: OFL-1.1 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-fira-doc This package includes the documentation for texlive-fira %package -n texlive-fira-fonts Version: %{texlive_version}.%{texlive_noarch}.4.2svn42501 Release: 0 Summary: Severed fonts for texlive-fira License: OFL-1.1 Group: Productivity/Publishing/TeX/Fonts Url: http://www.tug.org/texlive/ Requires(post): fontconfig Requires(post): ghostscript-fonts-std Requires(post): mkfontdir Requires(post): mkfontscale Requires(post): xorg-x11-fonts-core Requires(postun): fontconfig Requires(postun): ghostscript-fonts-std Requires(postun): xorg-x11-fonts-core %description -n texlive-fira-fonts The separated fonts package for texlive-fira %post -n texlive-fira mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update echo 'addMap fira.map' >> /var/run/texlive/run-updmap %postun -n texlive-fira mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then echo 'deleteMap fira.map' >> /var/run/texlive/run-updmap exit 0 fi %posttrans -n texlive-fira %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %post -n texlive-fira-fonts fc-cache -s %{_datadir}/fonts mkfontscale %{_datadir}/fonts/texlive-fira mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-fira %postun -n texlive-fira-fonts if test $1 = 0; then fc-cache -s %{_datadir}/fonts fi %files -n texlive-fira-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/fonts/fira/Fira_4_2_Version_Log.pdf %{_texmfdistdir}/doc/fonts/fira/LICENSE %{_texmfdistdir}/doc/fonts/fira/README %{_texmfdistdir}/doc/fonts/fira/TechnicalReportFiraSans4203.pdf %{_texmfdistdir}/doc/fonts/fira/fira-samples.pdf %{_texmfdistdir}/doc/fonts/fira/fira-samples.tex %files -n texlive-fira %defattr(-,root,root,755) %{_texmfdistdir}/fonts/enc/dvips/fira/fir_2gmv7z.enc %{_texmfdistdir}/fonts/enc/dvips/fira/fir_3r53sp.enc %{_texmfdistdir}/fonts/enc/dvips/fira/fir_3ssl4k.enc %{_texmfdistdir}/fonts/enc/dvips/fira/fir_44bn3d.enc %{_texmfdistdir}/fonts/enc/dvips/fira/fir_4vuazg.enc %{_texmfdistdir}/fonts/enc/dvips/fira/fir_5bzluk.enc %{_texmfdistdir}/fonts/enc/dvips/fira/fir_673p4v.enc %{_texmfdistdir}/fonts/enc/dvips/fira/fir_6j4iko.enc %{_texmfdistdir}/fonts/enc/dvips/fira/fir_6jvuba.enc %{_texmfdistdir}/fonts/enc/dvips/fira/fir_75hvjh.enc %{_texmfdistdir}/fonts/enc/dvips/fira/fir_765q6w.enc %{_texmfdistdir}/fonts/enc/dvips/fira/fir_7gpamp.enc %{_texmfdistdir}/fonts/enc/dvips/fira/fir_djdjee.enc %{_texmfdistdir}/fonts/enc/dvips/fira/fir_f2p3ju.enc %{_texmfdistdir}/fonts/enc/dvips/fira/fir_gn3mpp.enc %{_texmfdistdir}/fonts/enc/dvips/fira/fir_itmofw.enc %{_texmfdistdir}/fonts/enc/dvips/fira/fir_junpg2.enc %{_texmfdistdir}/fonts/enc/dvips/fira/fir_kinqlf.enc %{_texmfdistdir}/fonts/enc/dvips/fira/fir_le7keq.enc %{_texmfdistdir}/fonts/enc/dvips/fira/fir_ljq7ir.enc %{_texmfdistdir}/fonts/enc/dvips/fira/fir_mnklhx.enc %{_texmfdistdir}/fonts/enc/dvips/fira/fir_mpt7xh.enc %{_texmfdistdir}/fonts/enc/dvips/fira/fir_mvxrts.enc %{_texmfdistdir}/fonts/enc/dvips/fira/fir_onkf6v.enc %{_texmfdistdir}/fonts/enc/dvips/fira/fir_ou66re.enc %{_texmfdistdir}/fonts/enc/dvips/fira/fir_pre736.enc %{_texmfdistdir}/fonts/enc/dvips/fira/fir_qdgi57.enc %{_texmfdistdir}/fonts/enc/dvips/fira/fir_qeo2k2.enc %{_texmfdistdir}/fonts/enc/dvips/fira/fir_smmr7a.enc %{_texmfdistdir}/fonts/enc/dvips/fira/fir_u77sc6.enc %{_texmfdistdir}/fonts/enc/dvips/fira/fir_vn43fe.enc %{_texmfdistdir}/fonts/enc/dvips/fira/fir_vyx4ej.enc %{_texmfdistdir}/fonts/enc/dvips/fira/fir_xbqiro.enc %{_texmfdistdir}/fonts/enc/dvips/fira/fir_xeq6li.enc %{_texmfdistdir}/fonts/enc/dvips/fira/fir_xrafnf.enc %{_texmfdistdir}/fonts/enc/dvips/fira/fir_xrxr2g.enc %{_texmfdistdir}/fonts/enc/dvips/fira/fir_xsutkk.enc %{_texmfdistdir}/fonts/enc/dvips/fira/fir_yhyk3t.enc %{_texmfdistdir}/fonts/enc/dvips/fira/fir_zrx7he.enc %{_texmfdistdir}/fonts/map/dvips/fira/fira.map %verify(link) %{_texmfdistdir}/fonts/opentype/public/fira/FiraMono-Bold.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fira/FiraMono-Medium.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fira/FiraMono-Regular.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fira/FiraSans-Bold.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fira/FiraSans-BoldItalic.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fira/FiraSans-Book.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fira/FiraSans-BookItalic.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fira/FiraSans-ExtraBold.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fira/FiraSans-ExtraBoldItalic.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fira/FiraSans-ExtraLight.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fira/FiraSans-ExtraLightItalic.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fira/FiraSans-Heavy.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fira/FiraSans-HeavyItalic.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fira/FiraSans-Light.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fira/FiraSans-LightItalic.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fira/FiraSans-Medium.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fira/FiraSans-MediumItalic.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fira/FiraSans-Regular.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fira/FiraSans-RegularItalic.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fira/FiraSans-SemiBold.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fira/FiraSans-SemiBoldItalic.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fira/FiraSans-Thin.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fira/FiraSans-ThinItalic.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fira/FiraSans-UltraLight.otf %verify(link) %{_texmfdistdir}/fonts/opentype/public/fira/FiraSans-UltraLightItalic.otf %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Bold-sup-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Bold-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Bold-sup-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Bold-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Bold-sup-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Bold-tlf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Bold-tlf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Bold-tlf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Bold-tlf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Bold-tlf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Bold-tlf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Bold-tlf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Bold-tosf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Bold-tosf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Bold-tosf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Bold-tosf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Bold-tosf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Bold-tosf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Bold-tosf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Medium-sup-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Medium-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Medium-sup-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Medium-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Medium-sup-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Medium-tlf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Medium-tlf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Medium-tlf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Medium-tlf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Medium-tlf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Medium-tlf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Medium-tlf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Medium-tosf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Medium-tosf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Medium-tosf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Medium-tosf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Medium-tosf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Medium-tosf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Medium-tosf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Regular-sup-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Regular-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Regular-sup-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Regular-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Regular-sup-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Regular-tlf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Regular-tlf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Regular-tlf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Regular-tlf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Regular-tlf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Regular-tlf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Regular-tlf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Regular-tosf-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Regular-tosf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Regular-tosf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Regular-tosf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Regular-tosf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Regular-tosf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraMono-Regular-tosf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-lf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-lf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-lf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-lf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-lf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-lf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-lf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-lf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-lf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-lf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-lf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-lf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-osf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-osf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-osf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-osf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-osf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-osf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-osf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-osf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-osf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-osf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-osf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-osf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-sup-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-sup-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-tlf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-tlf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-tlf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-tlf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-tlf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-tlf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-tlf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-tlf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-tlf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-tlf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-tlf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-tlf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-tosf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-tosf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-tosf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-tosf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-tosf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-tosf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-tosf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-tosf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-tosf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-tosf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-tosf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Bold-tosf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-lf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-lf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-lf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-lf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-lf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-lf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-lf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-lf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-lf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-lf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-lf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-lf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-osf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-osf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-osf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-osf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-osf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-osf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-osf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-osf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-osf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-osf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-osf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-osf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-sup-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-sup-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-tlf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-tlf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-tlf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-tlf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-tlf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-tlf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-tlf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-tlf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-tlf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-tlf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-tlf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-tlf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-tosf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-tosf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-tosf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-tosf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-tosf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-tosf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-tosf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-tosf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-tosf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-tosf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-tosf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BoldItalic-tosf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-lf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-lf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-lf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-lf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-lf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-lf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-lf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-lf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-lf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-lf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-lf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-lf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-osf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-osf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-osf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-osf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-osf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-osf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-osf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-osf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-osf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-osf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-osf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-osf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-sup-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-sup-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-tlf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-tlf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-tlf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-tlf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-tlf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-tlf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-tlf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-tlf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-tlf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-tlf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-tlf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-tlf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-tosf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-tosf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-tosf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-tosf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-tosf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-tosf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-tosf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-tosf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-tosf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-tosf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-tosf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Book-tosf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-lf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-lf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-lf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-lf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-lf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-lf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-lf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-lf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-lf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-lf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-lf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-lf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-osf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-osf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-osf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-osf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-osf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-osf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-osf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-osf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-osf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-osf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-osf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-osf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-sup-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-sup-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-tlf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-tlf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-tlf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-tlf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-tlf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-tlf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-tlf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-tlf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-tlf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-tlf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-tlf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-tlf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-tosf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-tosf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-tosf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-tosf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-tosf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-tosf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-tosf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-tosf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-tosf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-tosf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-tosf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-BookItalic-tosf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-lf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-lf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-lf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-lf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-lf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-lf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-lf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-lf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-lf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-lf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-lf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-lf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-osf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-osf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-osf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-osf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-osf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-osf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-osf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-osf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-osf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-osf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-osf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-osf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-sup-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-sup-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-tlf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-tlf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-tlf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-tlf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-tlf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-tlf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-tlf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-tlf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-tlf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-tlf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-tlf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-tlf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-tosf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-tosf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-tosf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-tosf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-tosf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-tosf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-tosf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-tosf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-tosf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-tosf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-tosf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBold-tosf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-lf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-lf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-lf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-lf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-lf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-lf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-lf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-lf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-lf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-lf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-lf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-lf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-osf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-osf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-osf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-osf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-osf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-osf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-osf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-osf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-osf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-osf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-osf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-osf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-sup-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-sup-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-tlf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-tlf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-tlf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-tlf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-tlf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-tlf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-tlf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-tlf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-tlf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-tlf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-tlf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-tlf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-tosf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-tosf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-tosf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-tosf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-tosf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-tosf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-tosf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-tosf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-tosf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-tosf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-tosf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraBoldItalic-tosf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-lf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-lf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-lf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-lf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-lf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-lf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-lf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-lf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-lf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-lf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-lf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-lf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-osf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-osf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-osf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-osf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-osf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-osf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-osf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-osf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-osf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-osf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-osf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-osf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-sup-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-sup-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-tlf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-tlf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-tlf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-tlf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-tlf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-tlf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-tlf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-tlf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-tlf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-tlf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-tlf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-tlf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-tosf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-tosf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-tosf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-tosf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-tosf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-tosf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-tosf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-tosf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-tosf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-tosf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-tosf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLight-tosf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-lf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-lf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-lf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-lf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-lf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-lf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-lf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-lf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-lf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-lf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-lf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-lf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-osf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-osf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-osf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-osf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-osf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-osf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-osf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-osf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-osf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-osf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-osf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-osf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-sup-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-sup-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-tlf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-tlf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-tlf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-tlf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-tlf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-tlf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-tlf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-tlf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-tlf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-tlf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-tlf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-tlf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-tosf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-tosf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-tosf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-tosf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-tosf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-tosf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-tosf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-tosf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-tosf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-tosf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-tosf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ExtraLightItalic-tosf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-lf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-lf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-lf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-lf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-lf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-lf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-lf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-lf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-lf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-lf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-lf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-lf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-osf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-osf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-osf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-osf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-osf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-osf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-osf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-osf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-osf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-osf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-osf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-osf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-sup-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-sup-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-tlf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-tlf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-tlf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-tlf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-tlf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-tlf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-tlf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-tlf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-tlf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-tlf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-tlf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-tlf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-tosf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-tosf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-tosf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-tosf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-tosf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-tosf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-tosf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-tosf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-tosf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-tosf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-tosf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Heavy-tosf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-lf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-lf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-lf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-lf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-lf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-lf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-lf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-lf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-lf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-lf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-lf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-lf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-osf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-osf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-osf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-osf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-osf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-osf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-osf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-osf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-osf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-osf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-osf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-osf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-sup-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-sup-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-tlf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-tlf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-tlf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-tlf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-tlf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-tlf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-tlf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-tlf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-tlf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-tlf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-tlf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-tlf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-tosf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-tosf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-tosf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-tosf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-tosf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-tosf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-tosf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-tosf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-tosf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-tosf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-tosf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-HeavyItalic-tosf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-lf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-lf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-lf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-lf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-lf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-lf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-lf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-lf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-lf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-lf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-lf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-lf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-osf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-osf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-osf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-osf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-osf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-osf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-osf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-osf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-osf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-osf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-osf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-osf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-sup-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-sup-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-tlf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-tlf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-tlf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-tlf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-tlf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-tlf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-tlf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-tlf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-tlf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-tlf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-tlf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-tlf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-tosf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-tosf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-tosf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-tosf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-tosf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-tosf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-tosf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-tosf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-tosf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-tosf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-tosf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Italic-tosf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-lf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-lf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-lf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-lf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-lf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-lf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-lf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-lf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-lf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-lf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-lf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-lf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-osf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-osf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-osf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-osf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-osf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-osf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-osf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-osf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-osf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-osf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-osf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-osf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-sup-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-sup-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-tlf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-tlf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-tlf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-tlf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-tlf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-tlf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-tlf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-tlf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-tlf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-tlf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-tlf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-tlf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-tosf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-tosf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-tosf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-tosf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-tosf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-tosf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-tosf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-tosf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-tosf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-tosf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-tosf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Light-tosf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-lf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-lf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-lf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-lf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-lf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-lf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-lf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-lf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-lf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-lf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-lf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-lf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-osf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-osf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-osf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-osf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-osf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-osf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-osf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-osf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-osf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-osf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-osf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-osf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-sup-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-sup-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-tlf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-tlf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-tlf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-tlf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-tlf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-tlf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-tlf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-tlf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-tlf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-tlf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-tlf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-tlf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-tosf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-tosf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-tosf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-tosf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-tosf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-tosf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-tosf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-tosf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-tosf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-tosf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-tosf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-LightItalic-tosf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-lf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-lf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-lf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-lf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-lf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-lf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-lf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-lf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-lf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-lf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-lf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-lf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-osf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-osf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-osf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-osf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-osf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-osf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-osf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-osf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-osf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-osf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-osf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-osf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-sup-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-sup-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-tlf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-tlf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-tlf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-tlf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-tlf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-tlf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-tlf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-tlf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-tlf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-tlf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-tlf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-tlf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-tosf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-tosf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-tosf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-tosf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-tosf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-tosf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-tosf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-tosf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-tosf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-tosf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-tosf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Medium-tosf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-lf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-lf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-lf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-lf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-lf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-lf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-lf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-lf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-lf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-lf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-lf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-lf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-osf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-osf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-osf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-osf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-osf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-osf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-osf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-osf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-osf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-osf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-osf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-osf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-sup-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-sup-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-tlf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-tlf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-tlf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-tlf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-tlf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-tlf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-tlf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-tlf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-tlf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-tlf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-tlf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-tlf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-tosf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-tosf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-tosf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-tosf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-tosf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-tosf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-tosf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-tosf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-tosf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-tosf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-tosf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-MediumItalic-tosf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-lf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-lf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-lf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-lf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-lf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-lf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-lf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-lf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-lf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-lf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-lf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-lf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-osf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-osf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-osf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-osf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-osf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-osf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-osf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-osf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-osf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-osf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-osf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-osf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-sup-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-sup-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-tlf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-tlf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-tlf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-tlf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-tlf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-tlf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-tlf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-tlf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-tlf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-tlf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-tlf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-tlf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-tosf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-tosf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-tosf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-tosf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-tosf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-tosf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-tosf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-tosf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-tosf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-tosf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-tosf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Regular-tosf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-lf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-lf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-lf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-lf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-lf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-lf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-lf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-lf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-lf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-lf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-lf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-lf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-osf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-osf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-osf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-osf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-osf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-osf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-osf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-osf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-osf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-osf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-osf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-osf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-sup-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-sup-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-tlf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-tlf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-tlf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-tlf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-tlf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-tlf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-tlf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-tlf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-tlf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-tlf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-tlf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-tlf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-tosf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-tosf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-tosf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-tosf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-tosf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-tosf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-tosf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-tosf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-tosf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-tosf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-tosf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBold-tosf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-lf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-lf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-lf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-lf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-lf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-lf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-lf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-lf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-lf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-lf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-lf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-lf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-osf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-osf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-osf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-osf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-osf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-osf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-osf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-osf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-osf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-osf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-osf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-osf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-sup-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-sup-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-tlf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-tlf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-tlf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-tlf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-tlf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-tlf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-tlf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-tlf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-tlf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-tlf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-tlf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-tlf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-tosf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-tosf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-tosf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-tosf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-tosf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-tosf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-tosf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-tosf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-tosf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-tosf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-tosf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-SemiBoldItalic-tosf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-lf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-lf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-lf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-lf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-lf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-lf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-lf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-lf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-lf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-lf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-lf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-lf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-osf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-osf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-osf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-osf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-osf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-osf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-osf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-osf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-osf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-osf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-osf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-osf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-sup-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-sup-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-tlf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-tlf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-tlf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-tlf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-tlf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-tlf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-tlf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-tlf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-tlf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-tlf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-tlf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-tlf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-tosf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-tosf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-tosf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-tosf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-tosf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-tosf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-tosf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-tosf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-tosf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-tosf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-tosf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-Thin-tosf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-lf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-lf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-lf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-lf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-lf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-lf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-lf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-lf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-lf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-lf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-lf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-lf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-osf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-osf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-osf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-osf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-osf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-osf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-osf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-osf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-osf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-osf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-osf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-osf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-sup-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-sup-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-tlf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-tlf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-tlf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-tlf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-tlf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-tlf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-tlf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-tlf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-tlf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-tlf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-tlf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-tlf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-tosf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-tosf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-tosf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-tosf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-tosf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-tosf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-tosf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-tosf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-tosf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-tosf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-tosf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-ThinItalic-tosf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-lf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-lf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-lf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-lf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-lf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-lf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-lf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-lf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-lf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-lf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-lf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-lf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-osf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-osf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-osf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-osf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-osf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-osf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-osf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-osf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-osf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-osf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-osf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-osf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-sup-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-sup-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-tlf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-tlf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-tlf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-tlf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-tlf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-tlf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-tlf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-tlf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-tlf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-tlf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-tlf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-tlf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-tosf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-tosf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-tosf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-tosf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-tosf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-tosf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-tosf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-tosf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-tosf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-tosf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-tosf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLight-tosf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-lf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-lf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-lf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-lf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-lf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-lf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-lf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-lf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-lf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-lf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-lf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-lf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-osf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-osf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-osf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-osf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-osf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-osf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-osf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-osf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-osf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-osf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-osf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-osf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-sup-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-sup-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-sup-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-sup-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-tlf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-tlf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-tlf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-tlf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-tlf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-tlf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-tlf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-tlf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-tlf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-tlf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-tlf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-tlf-ts1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-tosf-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-tosf-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-tosf-sc-ly1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-tosf-sc-ly1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-tosf-sc-ot1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-tosf-sc-ot1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-tosf-sc-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-tosf-sc-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-tosf-t1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-tosf-t1.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-tosf-ts1--base.tfm %{_texmfdistdir}/fonts/tfm/public/fira/FiraSans-UltraLightItalic-tosf-ts1.tfm %verify(link) %{_texmfdistdir}/fonts/type1/public/fira/FiraMono-Bold.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fira/FiraMono-Medium.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fira/FiraMono-Regular.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fira/FiraSans-Bold.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fira/FiraSans-BoldItalic.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fira/FiraSans-Book.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fira/FiraSans-BookItalic.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fira/FiraSans-ExtraBold.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fira/FiraSans-ExtraBoldItalic.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fira/FiraSans-ExtraLight.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fira/FiraSans-ExtraLightItalic.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fira/FiraSans-Heavy.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fira/FiraSans-HeavyItalic.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fira/FiraSans-Italic.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fira/FiraSans-Light.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fira/FiraSans-LightItalic.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fira/FiraSans-Medium.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fira/FiraSans-MediumItalic.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fira/FiraSans-Regular.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fira/FiraSans-RegularItalic.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fira/FiraSans-SemiBold.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fira/FiraSans-SemiBoldItalic.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fira/FiraSans-Thin.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fira/FiraSans-ThinItalic.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fira/FiraSans-UltraLight.pfb %verify(link) %{_texmfdistdir}/fonts/type1/public/fira/FiraSans-UltraLightItalic.pfb %{_texmfdistdir}/fonts/vf/public/fira/FiraMono-Bold-sup-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraMono-Bold-sup-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraMono-Bold-tlf-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraMono-Bold-tlf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraMono-Bold-tlf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraMono-Bold-tosf-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraMono-Bold-tosf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraMono-Bold-tosf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraMono-Medium-sup-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraMono-Medium-sup-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraMono-Medium-tlf-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraMono-Medium-tlf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraMono-Medium-tlf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraMono-Medium-tosf-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraMono-Medium-tosf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraMono-Medium-tosf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraMono-Regular-sup-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraMono-Regular-sup-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraMono-Regular-tlf-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraMono-Regular-tlf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraMono-Regular-tlf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraMono-Regular-tosf-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraMono-Regular-tosf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraMono-Regular-tosf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Bold-lf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Bold-lf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Bold-lf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Bold-lf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Bold-lf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Bold-osf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Bold-osf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Bold-osf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Bold-osf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Bold-osf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Bold-sup-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Bold-tlf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Bold-tlf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Bold-tlf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Bold-tlf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Bold-tlf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Bold-tosf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Bold-tosf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Bold-tosf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Bold-tosf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Bold-tosf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BoldItalic-lf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BoldItalic-lf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BoldItalic-lf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BoldItalic-lf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BoldItalic-lf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BoldItalic-osf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BoldItalic-osf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BoldItalic-osf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BoldItalic-osf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BoldItalic-osf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BoldItalic-sup-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BoldItalic-tlf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BoldItalic-tlf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BoldItalic-tlf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BoldItalic-tlf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BoldItalic-tlf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BoldItalic-tosf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BoldItalic-tosf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BoldItalic-tosf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BoldItalic-tosf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BoldItalic-tosf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Book-lf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Book-lf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Book-lf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Book-lf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Book-lf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Book-osf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Book-osf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Book-osf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Book-osf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Book-osf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Book-sup-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Book-tlf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Book-tlf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Book-tlf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Book-tlf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Book-tlf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Book-tosf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Book-tosf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Book-tosf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Book-tosf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Book-tosf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BookItalic-lf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BookItalic-lf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BookItalic-lf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BookItalic-lf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BookItalic-lf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BookItalic-osf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BookItalic-osf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BookItalic-osf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BookItalic-osf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BookItalic-osf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BookItalic-sup-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BookItalic-tlf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BookItalic-tlf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BookItalic-tlf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BookItalic-tlf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BookItalic-tlf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BookItalic-tosf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BookItalic-tosf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BookItalic-tosf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BookItalic-tosf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-BookItalic-tosf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBold-lf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBold-lf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBold-lf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBold-lf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBold-lf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBold-osf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBold-osf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBold-osf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBold-osf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBold-osf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBold-sup-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBold-tlf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBold-tlf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBold-tlf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBold-tlf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBold-tlf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBold-tosf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBold-tosf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBold-tosf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBold-tosf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBold-tosf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBoldItalic-lf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBoldItalic-lf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBoldItalic-lf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBoldItalic-lf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBoldItalic-lf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBoldItalic-osf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBoldItalic-osf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBoldItalic-osf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBoldItalic-osf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBoldItalic-osf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBoldItalic-sup-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBoldItalic-tlf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBoldItalic-tlf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBoldItalic-tlf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBoldItalic-tlf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBoldItalic-tlf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBoldItalic-tosf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBoldItalic-tosf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBoldItalic-tosf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBoldItalic-tosf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraBoldItalic-tosf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLight-lf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLight-lf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLight-lf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLight-lf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLight-lf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLight-osf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLight-osf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLight-osf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLight-osf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLight-osf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLight-sup-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLight-tlf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLight-tlf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLight-tlf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLight-tlf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLight-tlf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLight-tosf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLight-tosf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLight-tosf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLight-tosf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLight-tosf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLightItalic-lf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLightItalic-lf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLightItalic-lf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLightItalic-lf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLightItalic-lf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLightItalic-osf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLightItalic-osf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLightItalic-osf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLightItalic-osf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLightItalic-osf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLightItalic-sup-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLightItalic-tlf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLightItalic-tlf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLightItalic-tlf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLightItalic-tlf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLightItalic-tlf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLightItalic-tosf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLightItalic-tosf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLightItalic-tosf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLightItalic-tosf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ExtraLightItalic-tosf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Heavy-lf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Heavy-lf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Heavy-lf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Heavy-lf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Heavy-lf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Heavy-osf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Heavy-osf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Heavy-osf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Heavy-osf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Heavy-osf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Heavy-sup-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Heavy-tlf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Heavy-tlf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Heavy-tlf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Heavy-tlf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Heavy-tlf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Heavy-tosf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Heavy-tosf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Heavy-tosf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Heavy-tosf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Heavy-tosf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-HeavyItalic-lf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-HeavyItalic-lf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-HeavyItalic-lf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-HeavyItalic-lf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-HeavyItalic-lf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-HeavyItalic-osf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-HeavyItalic-osf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-HeavyItalic-osf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-HeavyItalic-osf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-HeavyItalic-osf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-HeavyItalic-sup-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-HeavyItalic-tlf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-HeavyItalic-tlf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-HeavyItalic-tlf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-HeavyItalic-tlf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-HeavyItalic-tlf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-HeavyItalic-tosf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-HeavyItalic-tosf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-HeavyItalic-tosf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-HeavyItalic-tosf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-HeavyItalic-tosf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Italic-lf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Italic-lf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Italic-lf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Italic-lf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Italic-lf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Italic-osf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Italic-osf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Italic-osf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Italic-osf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Italic-osf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Italic-sup-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Italic-tlf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Italic-tlf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Italic-tlf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Italic-tlf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Italic-tlf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Italic-tosf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Italic-tosf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Italic-tosf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Italic-tosf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Italic-tosf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Light-lf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Light-lf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Light-lf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Light-lf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Light-lf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Light-osf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Light-osf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Light-osf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Light-osf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Light-osf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Light-sup-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Light-tlf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Light-tlf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Light-tlf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Light-tlf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Light-tlf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Light-tosf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Light-tosf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Light-tosf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Light-tosf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Light-tosf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-LightItalic-lf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-LightItalic-lf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-LightItalic-lf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-LightItalic-lf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-LightItalic-lf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-LightItalic-osf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-LightItalic-osf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-LightItalic-osf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-LightItalic-osf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-LightItalic-osf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-LightItalic-sup-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-LightItalic-tlf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-LightItalic-tlf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-LightItalic-tlf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-LightItalic-tlf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-LightItalic-tlf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-LightItalic-tosf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-LightItalic-tosf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-LightItalic-tosf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-LightItalic-tosf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-LightItalic-tosf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Medium-lf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Medium-lf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Medium-lf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Medium-lf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Medium-lf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Medium-osf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Medium-osf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Medium-osf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Medium-osf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Medium-osf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Medium-sup-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Medium-tlf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Medium-tlf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Medium-tlf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Medium-tlf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Medium-tlf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Medium-tosf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Medium-tosf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Medium-tosf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Medium-tosf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Medium-tosf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-MediumItalic-lf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-MediumItalic-lf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-MediumItalic-lf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-MediumItalic-lf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-MediumItalic-lf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-MediumItalic-osf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-MediumItalic-osf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-MediumItalic-osf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-MediumItalic-osf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-MediumItalic-osf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-MediumItalic-sup-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-MediumItalic-tlf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-MediumItalic-tlf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-MediumItalic-tlf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-MediumItalic-tlf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-MediumItalic-tlf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-MediumItalic-tosf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-MediumItalic-tosf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-MediumItalic-tosf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-MediumItalic-tosf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-MediumItalic-tosf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Regular-lf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Regular-lf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Regular-lf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Regular-lf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Regular-lf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Regular-osf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Regular-osf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Regular-osf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Regular-osf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Regular-osf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Regular-sup-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Regular-tlf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Regular-tlf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Regular-tlf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Regular-tlf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Regular-tlf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Regular-tosf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Regular-tosf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Regular-tosf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Regular-tosf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Regular-tosf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBold-lf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBold-lf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBold-lf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBold-lf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBold-lf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBold-osf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBold-osf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBold-osf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBold-osf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBold-osf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBold-sup-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBold-tlf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBold-tlf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBold-tlf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBold-tlf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBold-tlf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBold-tosf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBold-tosf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBold-tosf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBold-tosf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBold-tosf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBoldItalic-lf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBoldItalic-lf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBoldItalic-lf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBoldItalic-lf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBoldItalic-lf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBoldItalic-osf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBoldItalic-osf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBoldItalic-osf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBoldItalic-osf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBoldItalic-osf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBoldItalic-sup-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBoldItalic-tlf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBoldItalic-tlf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBoldItalic-tlf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBoldItalic-tlf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBoldItalic-tlf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBoldItalic-tosf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBoldItalic-tosf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBoldItalic-tosf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBoldItalic-tosf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-SemiBoldItalic-tosf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Thin-lf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Thin-lf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Thin-lf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Thin-lf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Thin-lf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Thin-osf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Thin-osf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Thin-osf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Thin-osf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Thin-osf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Thin-sup-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Thin-tlf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Thin-tlf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Thin-tlf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Thin-tlf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Thin-tlf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Thin-tosf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Thin-tosf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Thin-tosf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Thin-tosf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-Thin-tosf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ThinItalic-lf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ThinItalic-lf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ThinItalic-lf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ThinItalic-lf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ThinItalic-lf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ThinItalic-osf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ThinItalic-osf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ThinItalic-osf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ThinItalic-osf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ThinItalic-osf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ThinItalic-sup-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ThinItalic-tlf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ThinItalic-tlf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ThinItalic-tlf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ThinItalic-tlf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ThinItalic-tlf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ThinItalic-tosf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ThinItalic-tosf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ThinItalic-tosf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ThinItalic-tosf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-ThinItalic-tosf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLight-lf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLight-lf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLight-lf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLight-lf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLight-lf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLight-osf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLight-osf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLight-osf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLight-osf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLight-osf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLight-sup-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLight-tlf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLight-tlf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLight-tlf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLight-tlf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLight-tlf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLight-tosf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLight-tosf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLight-tosf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLight-tosf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLight-tosf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLightItalic-lf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLightItalic-lf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLightItalic-lf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLightItalic-lf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLightItalic-lf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLightItalic-osf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLightItalic-osf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLightItalic-osf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLightItalic-osf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLightItalic-osf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLightItalic-sup-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLightItalic-tlf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLightItalic-tlf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLightItalic-tlf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLightItalic-tlf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLightItalic-tlf-ts1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLightItalic-tosf-sc-ly1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLightItalic-tosf-sc-ot1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLightItalic-tosf-sc-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLightItalic-tosf-t1.vf %{_texmfdistdir}/fonts/vf/public/fira/FiraSans-UltraLightItalic-tosf-ts1.vf %{_texmfdistdir}/tex/latex/fira/FiraMono.sty %{_texmfdistdir}/tex/latex/fira/FiraSans.sty %{_texmfdistdir}/tex/latex/fira/LY1FiraMono-Sup.fd %{_texmfdistdir}/tex/latex/fira/LY1FiraMono-TLF.fd %{_texmfdistdir}/tex/latex/fira/LY1FiraMono-TOsF.fd %{_texmfdistdir}/tex/latex/fira/LY1FiraSans-LF.fd %{_texmfdistdir}/tex/latex/fira/LY1FiraSans-OsF.fd %{_texmfdistdir}/tex/latex/fira/LY1FiraSans-Sup.fd %{_texmfdistdir}/tex/latex/fira/LY1FiraSans-TLF.fd %{_texmfdistdir}/tex/latex/fira/LY1FiraSans-TOsF.fd %{_texmfdistdir}/tex/latex/fira/OT1FiraMono-Sup.fd %{_texmfdistdir}/tex/latex/fira/OT1FiraMono-TLF.fd %{_texmfdistdir}/tex/latex/fira/OT1FiraMono-TOsF.fd %{_texmfdistdir}/tex/latex/fira/OT1FiraSans-LF.fd %{_texmfdistdir}/tex/latex/fira/OT1FiraSans-OsF.fd %{_texmfdistdir}/tex/latex/fira/OT1FiraSans-Sup.fd %{_texmfdistdir}/tex/latex/fira/OT1FiraSans-TLF.fd %{_texmfdistdir}/tex/latex/fira/OT1FiraSans-TOsF.fd %{_texmfdistdir}/tex/latex/fira/T1FiraMono-Sup.fd %{_texmfdistdir}/tex/latex/fira/T1FiraMono-TLF.fd %{_texmfdistdir}/tex/latex/fira/T1FiraMono-TOsF.fd %{_texmfdistdir}/tex/latex/fira/T1FiraSans-LF.fd %{_texmfdistdir}/tex/latex/fira/T1FiraSans-OsF.fd %{_texmfdistdir}/tex/latex/fira/T1FiraSans-Sup.fd %{_texmfdistdir}/tex/latex/fira/T1FiraSans-TLF.fd %{_texmfdistdir}/tex/latex/fira/T1FiraSans-TOsF.fd %{_texmfdistdir}/tex/latex/fira/TS1FiraMono-TLF.fd %{_texmfdistdir}/tex/latex/fira/TS1FiraMono-TOsF.fd %{_texmfdistdir}/tex/latex/fira/TS1FiraSans-LF.fd %{_texmfdistdir}/tex/latex/fira/TS1FiraSans-OsF.fd %{_texmfdistdir}/tex/latex/fira/TS1FiraSans-TLF.fd %{_texmfdistdir}/tex/latex/fira/TS1FiraSans-TOsF.fd %files -n texlive-fira-fonts %defattr(-,root,root,755) %dir %{_datadir}/fonts/texlive-fira %config %{_sysconfdir}/fonts/conf.avail/58-texlive-fira.conf %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-fira/encodings.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-fira/fonts.dir %ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-fira/fonts.scale %{_datadir}/fonts/texlive-fira/FiraMono-Bold.otf %{_datadir}/fonts/texlive-fira/FiraMono-Medium.otf %{_datadir}/fonts/texlive-fira/FiraMono-Regular.otf %{_datadir}/fonts/texlive-fira/FiraSans-Bold.otf %{_datadir}/fonts/texlive-fira/FiraSans-BoldItalic.otf %{_datadir}/fonts/texlive-fira/FiraSans-Book.otf %{_datadir}/fonts/texlive-fira/FiraSans-BookItalic.otf %{_datadir}/fonts/texlive-fira/FiraSans-ExtraBold.otf %{_datadir}/fonts/texlive-fira/FiraSans-ExtraBoldItalic.otf %{_datadir}/fonts/texlive-fira/FiraSans-ExtraLight.otf %{_datadir}/fonts/texlive-fira/FiraSans-ExtraLightItalic.otf %{_datadir}/fonts/texlive-fira/FiraSans-Heavy.otf %{_datadir}/fonts/texlive-fira/FiraSans-HeavyItalic.otf %{_datadir}/fonts/texlive-fira/FiraSans-Light.otf %{_datadir}/fonts/texlive-fira/FiraSans-LightItalic.otf %{_datadir}/fonts/texlive-fira/FiraSans-Medium.otf %{_datadir}/fonts/texlive-fira/FiraSans-MediumItalic.otf %{_datadir}/fonts/texlive-fira/FiraSans-Regular.otf %{_datadir}/fonts/texlive-fira/FiraSans-RegularItalic.otf %{_datadir}/fonts/texlive-fira/FiraSans-SemiBold.otf %{_datadir}/fonts/texlive-fira/FiraSans-SemiBoldItalic.otf %{_datadir}/fonts/texlive-fira/FiraSans-Thin.otf %{_datadir}/fonts/texlive-fira/FiraSans-ThinItalic.otf %{_datadir}/fonts/texlive-fira/FiraSans-UltraLight.otf %{_datadir}/fonts/texlive-fira/FiraSans-UltraLightItalic.otf %{_datadir}/fonts/texlive-fira/FiraMono-Bold.pfb %{_datadir}/fonts/texlive-fira/FiraMono-Medium.pfb %{_datadir}/fonts/texlive-fira/FiraMono-Regular.pfb %{_datadir}/fonts/texlive-fira/FiraSans-Bold.pfb %{_datadir}/fonts/texlive-fira/FiraSans-BoldItalic.pfb %{_datadir}/fonts/texlive-fira/FiraSans-Book.pfb %{_datadir}/fonts/texlive-fira/FiraSans-BookItalic.pfb %{_datadir}/fonts/texlive-fira/FiraSans-ExtraBold.pfb %{_datadir}/fonts/texlive-fira/FiraSans-ExtraBoldItalic.pfb %{_datadir}/fonts/texlive-fira/FiraSans-ExtraLight.pfb %{_datadir}/fonts/texlive-fira/FiraSans-ExtraLightItalic.pfb %{_datadir}/fonts/texlive-fira/FiraSans-Heavy.pfb %{_datadir}/fonts/texlive-fira/FiraSans-HeavyItalic.pfb %{_datadir}/fonts/texlive-fira/FiraSans-Italic.pfb %{_datadir}/fonts/texlive-fira/FiraSans-Light.pfb %{_datadir}/fonts/texlive-fira/FiraSans-LightItalic.pfb %{_datadir}/fonts/texlive-fira/FiraSans-Medium.pfb %{_datadir}/fonts/texlive-fira/FiraSans-MediumItalic.pfb %{_datadir}/fonts/texlive-fira/FiraSans-Regular.pfb %{_datadir}/fonts/texlive-fira/FiraSans-RegularItalic.pfb %{_datadir}/fonts/texlive-fira/FiraSans-SemiBold.pfb %{_datadir}/fonts/texlive-fira/FiraSans-SemiBoldItalic.pfb %{_datadir}/fonts/texlive-fira/FiraSans-Thin.pfb %{_datadir}/fonts/texlive-fira/FiraSans-ThinItalic.pfb %{_datadir}/fonts/texlive-fira/FiraSans-UltraLight.pfb %{_datadir}/fonts/texlive-fira/FiraSans-UltraLightItalic.pfb %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-fira-fonts-%{texlive_version}.%{texlive_noarch}.4.2svn42501-%{release}-zypper %endif %package -n texlive-first-latex-doc Version: %{texlive_version}.%{texlive_noarch}.svn15878 Release: 0 Summary: A document for absolute LaTeX beginners License: SUSE-Public-Domain Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source227: first-latex-doc.doc.tar.xz %description -n texlive-first-latex-doc The document leads a reader, who knows nothing about LaTeX, through the production of a two page document. The user who has completed that first document, and wants to carry on, will find recommendations for tutorials. date: 2016-06-24 17:18:15 +0000 %post -n texlive-first-latex-doc mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-first-latex-doc mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-first-latex-doc %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-first-latex-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/first-latex-doc/README %{_texmfdistdir}/doc/latex/first-latex-doc/first-latex-doc.pdf %{_texmfdistdir}/doc/latex/first-latex-doc/first-latex-doc.tex %{_texmfdistdir}/doc/latex/first-latex-doc/latex-first.png %{_texmfdistdir}/doc/latex/first-latex-doc/latex-first.tex %{_texmfdistdir}/doc/latex/first-latex-doc/latex-second-a.png %{_texmfdistdir}/doc/latex/first-latex-doc/latex-second-a.tex %{_texmfdistdir}/doc/latex/first-latex-doc/latex-second-b.png %{_texmfdistdir}/doc/latex/first-latex-doc/latex-second-b.tex %{_texmfdistdir}/doc/latex/first-latex-doc/latex-second-c.png %{_texmfdistdir}/doc/latex/first-latex-doc/latex-second-c.tex %{_texmfdistdir}/doc/latex/first-latex-doc/latex-second-d.tex %{_texmfdistdir}/doc/latex/first-latex-doc/latex-second-e.tex %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-first-latex-doc-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper %endif %package -n texlive-fitbox Version: %{texlive_version}.%{texlive_noarch}.1.00svn38139 Release: 0 Summary: Fit graphics on a page License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-fitbox-doc >= %{texlive_version} Provides: tex(fitbox.sty) Requires: tex(xkeyval.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source228: fitbox.tar.xz Source229: fitbox.doc.tar.xz %description -n texlive-fitbox The package allows a box (usually an \includegraphics box) to fit on the page. It scales the box to the maximal allowed size within the user-set limits. If there is not enough space on the page, the box is moved to the next one. date: 2016-06-24 17:18:15 +0000 %package -n texlive-fitbox-doc Version: %{texlive_version}.%{texlive_noarch}.1.00svn38139 Release: 0 Summary: Documentation for texlive-fitbox License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-fitbox-doc This package includes the documentation for texlive-fitbox %post -n texlive-fitbox mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-fitbox mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-fitbox %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-fitbox-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/fitbox/Makefile %{_texmfdistdir}/doc/latex/fitbox/README %{_texmfdistdir}/doc/latex/fitbox/fitbox.bib %{_texmfdistdir}/doc/latex/fitbox/fitbox.pdf %{_texmfdistdir}/doc/latex/fitbox/sample.pdf %{_texmfdistdir}/doc/latex/fitbox/sample.tex %{_texmfdistdir}/doc/latex/fitbox/vitruvian.jpg %files -n texlive-fitbox %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/fitbox/fitbox.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-fitbox-%{texlive_version}.%{texlive_noarch}.1.00svn38139-%{release}-zypper %endif %package -n texlive-fithesis Version: %{texlive_version}.%{texlive_noarch}.0.0.3.46svn44472 Release: 0 Summary: Thesis class and template for Masaryk University (Brno, Czech Republic) License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-fithesis-doc >= %{texlive_version} Provides: tex(fithesis-10.clo) Provides: tex(fithesis-11.clo) Provides: tex(fithesis-12.clo) Provides: tex(fithesis-base.sty) Provides: tex(fithesis-base.sty) Provides: tex(fithesis-czech.def) Provides: tex(fithesis-czech.def) Provides: tex(fithesis-czech.def) Provides: tex(fithesis-czech.def) Provides: tex(fithesis-czech.def) Provides: tex(fithesis-czech.def) Provides: tex(fithesis-czech.def) Provides: tex(fithesis-czech.def) Provides: tex(fithesis-czech.def) Provides: tex(fithesis-czech.def) Provides: tex(fithesis-czech.def) Provides: tex(fithesis-econ.sty) Provides: tex(fithesis-english.def) Provides: tex(fithesis-english.def) Provides: tex(fithesis-english.def) Provides: tex(fithesis-english.def) Provides: tex(fithesis-english.def) Provides: tex(fithesis-english.def) Provides: tex(fithesis-english.def) Provides: tex(fithesis-english.def) Provides: tex(fithesis-english.def) Provides: tex(fithesis-english.def) Provides: tex(fithesis-english.def) Provides: tex(fithesis-fi.sty) Provides: tex(fithesis-fsps.sty) Provides: tex(fithesis-fss.sty) Provides: tex(fithesis-law.sty) Provides: tex(fithesis-med.sty) Provides: tex(fithesis-ped.sty) Provides: tex(fithesis-phil.sty) Provides: tex(fithesis-sci.sty) Provides: tex(fithesis-slovak.def) Provides: tex(fithesis-slovak.def) Provides: tex(fithesis-slovak.def) Provides: tex(fithesis-slovak.def) Provides: tex(fithesis-slovak.def) Provides: tex(fithesis-slovak.def) Provides: tex(fithesis-slovak.def) Provides: tex(fithesis-slovak.def) Provides: tex(fithesis-slovak.def) Provides: tex(fithesis-slovak.def) Provides: tex(fithesis-slovak.def) Provides: tex(fithesis.cls) Provides: tex(fithesis2.cls) Provides: tex(fithesis3.cls) Requires: tex(babel.sty) Requires: tex(cmap.sty) Requires: tex(etoolbox.sty) Requires: tex(fontenc.sty) Requires: tex(ifluatex.sty) Requires: tex(ifxetex.sty) Requires: tex(inputenc.sty) Requires: tex(keyval.sty) Requires: tex(ltxcmds.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source230: fithesis.tar.xz Source231: fithesis.doc.tar.xz %description -n texlive-fithesis A document class for the typesetting of theses at the Masaryk University (Brno, Czech Republic). The class has been designed for easy extensibility by style and locale files of other academic institutions. date: 2017-06-03 20:29:26 +0000 %package -n texlive-fithesis-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.3.46svn44472 Release: 0 Summary: Documentation for texlive-fithesis License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-fithesis-doc This package includes the documentation for texlive-fithesis %post -n texlive-fithesis mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-fithesis mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-fithesis %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-fithesis-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/fithesis/fithesis.pdf %{_texmfdistdir}/doc/latex/fithesis/guide/mu/econ.pdf %{_texmfdistdir}/doc/latex/fithesis/guide/mu/fi.pdf %{_texmfdistdir}/doc/latex/fithesis/guide/mu/fsps.pdf %{_texmfdistdir}/doc/latex/fithesis/guide/mu/fss.pdf %{_texmfdistdir}/doc/latex/fithesis/guide/mu/law.pdf %{_texmfdistdir}/doc/latex/fithesis/guide/mu/med.pdf %{_texmfdistdir}/doc/latex/fithesis/guide/mu/ped.pdf %{_texmfdistdir}/doc/latex/fithesis/guide/mu/phil.pdf %{_texmfdistdir}/doc/latex/fithesis/guide/mu/sci.pdf %files -n texlive-fithesis %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/fithesis/fithesis.cls %{_texmfdistdir}/tex/latex/fithesis/fithesis2.cls %{_texmfdistdir}/tex/latex/fithesis/fithesis3.cls %{_texmfdistdir}/tex/latex/fithesis/locale/fithesis-czech.def %{_texmfdistdir}/tex/latex/fithesis/locale/fithesis-english.def %{_texmfdistdir}/tex/latex/fithesis/locale/fithesis-slovak.def %{_texmfdistdir}/tex/latex/fithesis/locale/mu/econ/fithesis-czech.def %{_texmfdistdir}/tex/latex/fithesis/locale/mu/econ/fithesis-english.def %{_texmfdistdir}/tex/latex/fithesis/locale/mu/econ/fithesis-slovak.def %{_texmfdistdir}/tex/latex/fithesis/locale/mu/fi/fithesis-czech.def %{_texmfdistdir}/tex/latex/fithesis/locale/mu/fi/fithesis-english.def %{_texmfdistdir}/tex/latex/fithesis/locale/mu/fi/fithesis-slovak.def %{_texmfdistdir}/tex/latex/fithesis/locale/mu/fithesis-czech.def %{_texmfdistdir}/tex/latex/fithesis/locale/mu/fithesis-english.def %{_texmfdistdir}/tex/latex/fithesis/locale/mu/fithesis-slovak.def %{_texmfdistdir}/tex/latex/fithesis/locale/mu/fsps/fithesis-czech.def %{_texmfdistdir}/tex/latex/fithesis/locale/mu/fsps/fithesis-english.def %{_texmfdistdir}/tex/latex/fithesis/locale/mu/fsps/fithesis-slovak.def %{_texmfdistdir}/tex/latex/fithesis/locale/mu/fss/fithesis-czech.def %{_texmfdistdir}/tex/latex/fithesis/locale/mu/fss/fithesis-english.def %{_texmfdistdir}/tex/latex/fithesis/locale/mu/fss/fithesis-slovak.def %{_texmfdistdir}/tex/latex/fithesis/locale/mu/law/fithesis-czech.def %{_texmfdistdir}/tex/latex/fithesis/locale/mu/law/fithesis-english.def %{_texmfdistdir}/tex/latex/fithesis/locale/mu/law/fithesis-slovak.def %{_texmfdistdir}/tex/latex/fithesis/locale/mu/med/fithesis-czech.def %{_texmfdistdir}/tex/latex/fithesis/locale/mu/med/fithesis-english.def %{_texmfdistdir}/tex/latex/fithesis/locale/mu/med/fithesis-slovak.def %{_texmfdistdir}/tex/latex/fithesis/locale/mu/ped/fithesis-czech.def %{_texmfdistdir}/tex/latex/fithesis/locale/mu/ped/fithesis-english.def %{_texmfdistdir}/tex/latex/fithesis/locale/mu/ped/fithesis-slovak.def %{_texmfdistdir}/tex/latex/fithesis/locale/mu/phil/fithesis-czech.def %{_texmfdistdir}/tex/latex/fithesis/locale/mu/phil/fithesis-english.def %{_texmfdistdir}/tex/latex/fithesis/locale/mu/phil/fithesis-slovak.def %{_texmfdistdir}/tex/latex/fithesis/locale/mu/sci/fithesis-czech.def %{_texmfdistdir}/tex/latex/fithesis/locale/mu/sci/fithesis-english.def %{_texmfdistdir}/tex/latex/fithesis/locale/mu/sci/fithesis-slovak.def %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-base-color.eps %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-base-color.pdf %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-base.eps %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-base.pdf %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-econ-color.eps %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-econ-color.pdf %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-econ.eps %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-econ.pdf %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-fi-color.eps %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-fi-color.pdf %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-fi-color_.eps %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-fi-color__.eps %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-fi.eps %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-fi.pdf %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-fsps-color.eps %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-fsps-color.pdf %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-fsps.eps %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-fsps.pdf %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-fss-color.eps %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-fss-color.pdf %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-fss.eps %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-fss.pdf %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-law-color.eps %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-law-color.pdf %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-law.eps %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-law.pdf %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-med-color.eps %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-med-color.pdf %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-med.eps %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-med.pdf %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-ped-color.eps %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-ped-color.pdf %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-ped.eps %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-ped.pdf %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-phil-color.eps %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-phil-color.pdf %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-phil.eps %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-phil.pdf %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-sci-color.eps %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-sci-color.pdf %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-sci.eps %{_texmfdistdir}/tex/latex/fithesis/logo/mu/fithesis-sci.pdf %{_texmfdistdir}/tex/latex/fithesis/style/fithesis-base.sty %{_texmfdistdir}/tex/latex/fithesis/style/mu/fithesis-10.clo %{_texmfdistdir}/tex/latex/fithesis/style/mu/fithesis-11.clo %{_texmfdistdir}/tex/latex/fithesis/style/mu/fithesis-12.clo %{_texmfdistdir}/tex/latex/fithesis/style/mu/fithesis-base.sty %{_texmfdistdir}/tex/latex/fithesis/style/mu/fithesis-econ.sty %{_texmfdistdir}/tex/latex/fithesis/style/mu/fithesis-fi.sty %{_texmfdistdir}/tex/latex/fithesis/style/mu/fithesis-fsps.sty %{_texmfdistdir}/tex/latex/fithesis/style/mu/fithesis-fss.sty %{_texmfdistdir}/tex/latex/fithesis/style/mu/fithesis-law.sty %{_texmfdistdir}/tex/latex/fithesis/style/mu/fithesis-med.sty %{_texmfdistdir}/tex/latex/fithesis/style/mu/fithesis-ped.sty %{_texmfdistdir}/tex/latex/fithesis/style/mu/fithesis-phil.sty %{_texmfdistdir}/tex/latex/fithesis/style/mu/fithesis-sci.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-fithesis-%{texlive_version}.%{texlive_noarch}.0.0.3.46svn44472-%{release}-zypper %endif %package -n texlive-fix2col Version: %{texlive_version}.%{texlive_noarch}.0.0.04svn38770 Release: 0 Summary: Fix miscellaneous two column mode features License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-fix2col-doc >= %{texlive_version} Provides: tex(fix2col.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source232: fix2col.tar.xz Source233: fix2col.doc.tar.xz %description -n texlive-fix2col OBSOLETE: do not use in new documents. This package will do nothing in LaTeX formats after 2015/01/01 as the fixes that it implements were incorporated into the fixltx2e package, which is itself obsolete as since the 2015/01/01 release these fixes are in the LaTeX format itself. Fix mark handling so that \firstmark is taken from the first column if that column has any marks at all; keep two column floats like figure* in sequence with single column floats like figure. date: 2016-06-24 17:18:15 +0000 %package -n texlive-fix2col-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.04svn38770 Release: 0 Summary: Documentation for texlive-fix2col License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-fix2col-doc This package includes the documentation for texlive-fix2col %post -n texlive-fix2col mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-fix2col mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-fix2col %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-fix2col-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/fix2col/README %{_texmfdistdir}/doc/latex/fix2col/fix2col.pdf %files -n texlive-fix2col %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/fix2col/fix2col.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-fix2col-%{texlive_version}.%{texlive_noarch}.0.0.04svn38770-%{release}-zypper %endif %package -n texlive-fixcmex Version: %{texlive_version}.%{texlive_noarch}.1.0svn38816 Release: 0 Summary: Fully scalable version of Computer Modern Math Extension font License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-fixcmex-doc >= %{texlive_version} Provides: tex(fixcmex.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source234: fixcmex.tar.xz Source235: fixcmex.doc.tar.xz %description -n texlive-fixcmex This package provides a fully scalable version of the Computer Modern Math Extension font for curing sizing problems mainly with lmodern. It can be used when the main font of the document is Computer Modern (or European Modern, if T1 encoding is selected), or Latin Modern. It redefines the math extension font so that it becomes arbitrarily scalable, using the optical size fonts provided by the AMS together with the original cmex10 font. date: 2016-06-24 17:18:15 +0000 %package -n texlive-fixcmex-doc Version: %{texlive_version}.%{texlive_noarch}.1.0svn38816 Release: 0 Summary: Documentation for texlive-fixcmex License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-fixcmex-doc This package includes the documentation for texlive-fixcmex %post -n texlive-fixcmex mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-fixcmex mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-fixcmex %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-fixcmex-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/fixcmex/README %{_texmfdistdir}/doc/latex/fixcmex/fixcmex.pdf %files -n texlive-fixcmex %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/fixcmex/fixcmex.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-fixcmex-%{texlive_version}.%{texlive_noarch}.1.0svn38816-%{release}-zypper %endif %package -n texlive-fixfoot Version: %{texlive_version}.%{texlive_noarch}.0.0.3asvn17131 Release: 0 Summary: Multiple use of the same footnote 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): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-fixfoot-doc >= %{texlive_version} Provides: tex(fixfoot.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source236: fixfoot.tar.xz Source237: fixfoot.doc.tar.xz %description -n texlive-fixfoot Provides a \DeclareFixedFootnote command to provide a single command for a frequently-used footnote. The package ensures that only one instance of the footnote text appears on each page (LaTeX needs to be run several times to achieve this). date: 2016-06-24 17:18:15 +0000 %package -n texlive-fixfoot-doc Version: %{texlive_version}.%{texlive_noarch}.0.0.3asvn17131 Release: 0 Summary: Documentation for texlive-fixfoot License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ %description -n texlive-fixfoot-doc This package includes the documentation for texlive-fixfoot %post -n texlive-fixfoot mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-fixfoot mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-fixfoot %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-fixfoot-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/latex/fixfoot/README %{_texmfdistdir}/doc/latex/fixfoot/fixfoot.pdf %{_texmfdistdir}/doc/latex/fixfoot/fixfoot.tex %{_texmfdistdir}/doc/latex/fixfoot/testfix.tex %files -n texlive-fixfoot %defattr(-,root,root,755) %{_texmfdistdir}/tex/latex/fixfoot/fixfoot.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-fixfoot-%{texlive_version}.%{texlive_noarch}.0.0.3asvn17131-%{release}-zypper %endif %package -n texlive-fixlatvian Version: %{texlive_version}.%{texlive_noarch}.1asvn21631 Release: 0 Summary: Improve Latvian language support in XeLaTeX License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Requires(pre): texlive >= %{texlive_version} Requires(post): coreutils Requires(postun): coreutils Requires(postun): texlive >= %{texlive_version} Requires(posttrans): findutils Requires(posttrans): grep Requires(posttrans): sed Requires(posttrans): texlive >= %{texlive_version} Recommends: texlive-fixlatvian-doc >= %{texlive_version} Provides: tex(fixlatvian.sty) Requires: tex(caption.sty) Requires: tex(etoolbox.sty) Requires: tex(icomma.sty) Requires: tex(indentfirst.sty) Requires: tex(perpage.sty) Requires: tex(polyglossia.sty) Requires: tex(svn-prov.sty) Requires: tex(xstring.sty) # Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/ # from 20170520 Source238: fixlatvian.tar.xz Source239: fixlatvian.doc.tar.xz %description -n texlive-fixlatvian The package offers improvement of the Latvian language support in polyglossia, in particular in the area of the standard classes. date: 2016-06-24 17:18:15 +0000 %package -n texlive-fixlatvian-doc Version: %{texlive_version}.%{texlive_noarch}.1asvn21631 Release: 0 Summary: Documentation for texlive-fixlatvian License: LPPL-1.0 Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ Provides: locale(texlive-fixlatvian-doc:lv) %description -n texlive-fixlatvian-doc This package includes the documentation for texlive-fixlatvian %post -n texlive-fixlatvian mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update %postun -n texlive-fixlatvian mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then exit 0 fi %posttrans -n texlive-fixlatvian %if %{with zypper_posttrans} test -z "$ZYPP_IS_RUNNING" || exit 0 %endif test -d /var/run/texlive || exit 0 VERBOSE=false %{_texmfdistdir}/texconfig/update || : %files -n texlive-fixlatvian-doc %defattr(-,root,root,755) %{_texmfdistdir}/doc/xelatex/fixlatvian/Makefile %{_texmfdistdir}/doc/xelatex/fixlatvian/README %{_texmfdistdir}/doc/xelatex/fixlatvian/fixlatvian.pdf %files -n texlive-fixlatvian %defattr(-,root,root,755) %{_texmfdistdir}/makeindex/fixlatvian/lv.ist %{_texmfdistdir}/tex/xelatex/fixlatvian/fixlatvian.sty %if %{with zypper_posttrans} /var/adm/update-scripts/texlive-fixlatvian-%{texlive_version}.%{texlive_noarch}.1asvn21631-%{release}-zypper %endif %prep %setup -q -c -T %build %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_texmfdistdir} mkdir -p %{buildroot}%{_texmfmaindir}/tlpkg/tlpostcode mkdir -p %{buildroot}%{_datadir}/texlive/tlpkg mkdir -p %{buildroot}/var/adm/update-scripts ln -sf ../../share/texmf %{buildroot}%{_datadir}/texlive/texmf-dist ln -sf ../../share/texmf %{buildroot}%{_datadir}/texlive/texmf ln -sf ../../../share/texmf/tlpkg/tlpostcode \ %{buildroot}%{_datadir}/texlive/tlpkg/tlpostcode %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-eqnarray-%{texlive_version}.%{texlive_noarch}.1.3svn20641-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:1} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:2} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-eqparbox-%{texlive_version}.%{texlive_noarch}.4.0svn29419-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:3} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:4} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-erdc-%{texlive_version}.%{texlive_noarch}.1.1svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:5} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:6} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-erewhon-fonts-%{texlive_version}.%{texlive_noarch}.1.08svn43506-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:7} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:8} -C %{buildroot}%{_datadir}/texlive/texmf-dist # Move font files mkdir -p %{buildroot}%{_datadir}/fonts/texlive-erewhon for font in %{buildroot}/%{_texmfdistdir}/fonts/opentype/public/erewhon/*.{pf[ab],[ot]tf} \ %{buildroot}/%{_texmfdistdir}/fonts/type1/public/erewhon/*.{pf[ab],[ot]tf} do test -e $font || continue mv -f $font %{buildroot}%{_datadir}/fonts/texlive-erewhon base=${font##*/} ln -sf %{_datadir}/fonts/texlive-erewhon/${base} ${font} done > %{buildroot}%{_datadir}/fonts/texlive-erewhon/encodings.dir > %{buildroot}%{_datadir}/fonts/texlive-erewhon/fonts.dir > %{buildroot}%{_datadir}/fonts/texlive-erewhon/fonts.scale mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail (cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-erewhon.conf)<<-'EOF' <?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <!-- ************************************************ --> <!-- Use this to disable the TeX fonts of the package --> <!-- texlive-erewhon --> <!-- Be aware that the configurations in the files --> <!-- 09-texlive*.conf will not be affected by this --> <!-- ************************************************ --> <fontconfig> <rejectfont> <glob>%{_datadir}/fonts/texlive-erewhon/*</glob> </rejectfont> </fontconfig> EOF %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-errata-%{texlive_version}.%{texlive_noarch}.0.0.3svn42428-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:9} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:10} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-es-tex-faq-%{texlive_version}.%{texlive_noarch}.1.97svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:11} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-esami-%{texlive_version}.%{texlive_noarch}.2.1svn41774-%{release}-zypper %endif 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 %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-esdiff-%{texlive_version}.%{texlive_noarch}.1.2svn21385-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:14} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:15} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-esint-%{texlive_version}.%{texlive_noarch}.1.1svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:16} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:17} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-esint-type1-fonts-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper %endif 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 # Move font files mkdir -p %{buildroot}%{_datadir}/fonts/texlive-esint-type1 for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/public/esint-type1/*.{pf[ab],[ot]tf} do test -e $font || continue mv -f $font %{buildroot}%{_datadir}/fonts/texlive-esint-type1 base=${font##*/} ln -sf %{_datadir}/fonts/texlive-esint-type1/${base} ${font} done > %{buildroot}%{_datadir}/fonts/texlive-esint-type1/encodings.dir > %{buildroot}%{_datadir}/fonts/texlive-esint-type1/fonts.dir > %{buildroot}%{_datadir}/fonts/texlive-esint-type1/fonts.scale mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail (cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-esint-type1.conf)<<-'EOF' <?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <!-- ************************************************ --> <!-- Use this to disable the TeX fonts of the package --> <!-- texlive-esint-type1 --> <!-- Be aware that the configurations in the files --> <!-- 09-texlive*.conf will not be affected by this --> <!-- ************************************************ --> <fontconfig> <rejectfont> <glob>%{_datadir}/fonts/texlive-esint-type1/*</glob> </rejectfont> </fontconfig> EOF %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-esk-%{texlive_version}.%{texlive_noarch}.1.0svn18115-%{release}-zypper %endif 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 %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-eskd-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper %endif 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 %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-eskdx-%{texlive_version}.%{texlive_noarch}.0.0.98svn29235-%{release}-zypper %endif 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 %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-eso-pic-%{texlive_version}.%{texlive_noarch}.2.0gsvn37925-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:26} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:27} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-esrelation-fonts-%{texlive_version}.%{texlive_noarch}.svn37236-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:28} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:29} -C %{buildroot}%{_datadir}/texlive/texmf-dist # Move font files mkdir -p %{buildroot}%{_datadir}/fonts/texlive-esrelation for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/public/esrelation/*.{pf[ab],[ot]tf} do test -e $font || continue mv -f $font %{buildroot}%{_datadir}/fonts/texlive-esrelation base=${font##*/} ln -sf %{_datadir}/fonts/texlive-esrelation/${base} ${font} done > %{buildroot}%{_datadir}/fonts/texlive-esrelation/encodings.dir > %{buildroot}%{_datadir}/fonts/texlive-esrelation/fonts.dir > %{buildroot}%{_datadir}/fonts/texlive-esrelation/fonts.scale mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail (cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-esrelation.conf)<<-'EOF' <?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <!-- ************************************************ --> <!-- Use this to disable the TeX fonts of the package --> <!-- texlive-esrelation --> <!-- Be aware that the configurations in the files --> <!-- 09-texlive*.conf will not be affected by this --> <!-- ************************************************ --> <fontconfig> <rejectfont> <glob>%{_datadir}/fonts/texlive-esrelation/*</glob> </rejectfont> </fontconfig> EOF %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-esstix-fonts-%{texlive_version}.%{texlive_noarch}.1.0svn22426-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:30} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:31} -C %{buildroot}%{_datadir}/texlive/texmf-dist # Move font files mkdir -p %{buildroot}%{_datadir}/fonts/texlive-esstix for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/public/esstix/*.{pf[ab],[ot]tf} do test -e $font || continue mv -f $font %{buildroot}%{_datadir}/fonts/texlive-esstix base=${font##*/} ln -sf %{_datadir}/fonts/texlive-esstix/${base} ${font} done > %{buildroot}%{_datadir}/fonts/texlive-esstix/encodings.dir > %{buildroot}%{_datadir}/fonts/texlive-esstix/fonts.dir > %{buildroot}%{_datadir}/fonts/texlive-esstix/fonts.scale mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail (cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-esstix.conf)<<-'EOF' <?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <!-- ************************************************ --> <!-- Use this to disable the TeX fonts of the package --> <!-- texlive-esstix --> <!-- Be aware that the configurations in the files --> <!-- 09-texlive*.conf will not be affected by this --> <!-- ************************************************ --> <fontconfig> <rejectfont> <glob>%{_datadir}/fonts/texlive-esstix/*</glob> </rejectfont> </fontconfig> EOF pushd %{buildroot}%{_datadir}/fonts/texlive-esstix for pfb in *.pfb do test -e "$pfb" || continue #(((( case "$pfb" in *BoldItalic*.pfb) sed -ri 's@(/Weight.*)BoldItalic(.*def)@\1Bold\2@' $pfb ;; *-Italic*.pfb) sed -ri 's@(/Weight.*)Italic(.*def)@\1Normal\2@' $pfb ;; *mathbbit-bold.pfb) sed -ri 's@(/Weight.*)BoldItalic(.*def)@\1Bold\2@' $pfb ;; *mathbbit.pfb) sed -ri 's@(/Weight.*)Italic(.*def)@\1Normal\2@' $pfb ;; esac done popd %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-estcpmm-%{texlive_version}.%{texlive_noarch}.0.0.4svn17335-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:32} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:33} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-esvect-fonts-%{texlive_version}.%{texlive_noarch}.1.3svn32098-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:34} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:35} -C %{buildroot}%{_datadir}/texlive/texmf-dist # Move font files mkdir -p %{buildroot}%{_datadir}/fonts/texlive-esvect for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/public/esvect/*.{pf[ab],[ot]tf} do test -e $font || continue mv -f $font %{buildroot}%{_datadir}/fonts/texlive-esvect base=${font##*/} ln -sf %{_datadir}/fonts/texlive-esvect/${base} ${font} done > %{buildroot}%{_datadir}/fonts/texlive-esvect/encodings.dir > %{buildroot}%{_datadir}/fonts/texlive-esvect/fonts.dir > %{buildroot}%{_datadir}/fonts/texlive-esvect/fonts.scale mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail (cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-esvect.conf)<<-'EOF' <?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <!-- ************************************************ --> <!-- Use this to disable the TeX fonts of the package --> <!-- texlive-esvect --> <!-- Be aware that the configurations in the files --> <!-- 09-texlive*.conf will not be affected by this --> <!-- ************************************************ --> <fontconfig> <rejectfont> <glob>%{_datadir}/fonts/texlive-esvect/*</glob> </rejectfont> </fontconfig> EOF %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-etaremune-%{texlive_version}.%{texlive_noarch}.1.2svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:36} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:37} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-etdipa-%{texlive_version}.%{texlive_noarch}.2.6svn36354-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:38} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-etex-%{texlive_version}.%{texlive_noarch}.svn37057-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:39} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:40} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-etex-pkg-%{texlive_version}.%{texlive_noarch}.2.7svn41784-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:41} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:42} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-etextools-%{texlive_version}.%{texlive_noarch}.3.1415926svn20694-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:43} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:44} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-ethiop-%{texlive_version}.%{texlive_noarch}.0.0.7svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:45} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:46} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-ethiop-t1-fonts-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:47} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:48} -C %{buildroot}%{_datadir}/texlive/texmf-dist # Move font files mkdir -p %{buildroot}%{_datadir}/fonts/texlive-ethiop-t1 for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/public/ethiop-t1/*.{pf[ab],[ot]tf} do test -e $font || continue mv -f $font %{buildroot}%{_datadir}/fonts/texlive-ethiop-t1 base=${font##*/} ln -sf %{_datadir}/fonts/texlive-ethiop-t1/${base} ${font} done > %{buildroot}%{_datadir}/fonts/texlive-ethiop-t1/encodings.dir > %{buildroot}%{_datadir}/fonts/texlive-ethiop-t1/fonts.dir > %{buildroot}%{_datadir}/fonts/texlive-ethiop-t1/fonts.scale mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail (cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-ethiop-t1.conf)<<-'EOF' <?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <!-- ************************************************ --> <!-- Use this to disable the TeX fonts of the package --> <!-- texlive-ethiop-t1 --> <!-- Be aware that the configurations in the files --> <!-- 09-texlive*.conf will not be affected by this --> <!-- ************************************************ --> <fontconfig> <rejectfont> <glob>%{_datadir}/fonts/texlive-ethiop-t1/*</glob> </rejectfont> </fontconfig> EOF %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-etoc-%{texlive_version}.%{texlive_noarch}.1.08isvn42182-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:49} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:50} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-etoolbox-%{texlive_version}.%{texlive_noarch}.2.4svn42855-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:51} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:52} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-etoolbox-de-%{texlive_version}.%{texlive_noarch}.1svn21906-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:53} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-euenc-%{texlive_version}.%{texlive_noarch}.0.0.1hsvn19795-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:54} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:55} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-eukdate-%{texlive_version}.%{texlive_noarch}.1.04svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:56} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:57} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-euler-%{texlive_version}.%{texlive_noarch}.2.5svn42428-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:58} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:59} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-eulerpx-%{texlive_version}.%{texlive_noarch}.0.0.2.1svn43735-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:60} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:61} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-eulervm-%{texlive_version}.%{texlive_noarch}.4.0svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:62} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:63} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-euro-%{texlive_version}.%{texlive_noarch}.1.1svn22191-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:64} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:65} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-euro-ce-%{texlive_version}.%{texlive_noarch}.3.0bsvn25714-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:66} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:67} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-europasscv-%{texlive_version}.%{texlive_noarch}.svn43033-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:68} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:69} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-europecv-%{texlive_version}.%{texlive_noarch}.svn34454-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:70} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:71} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-eurosym-fonts-%{texlive_version}.%{texlive_noarch}.1.4_subrfixsvn17265-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:72} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:73} -C %{buildroot}%{_datadir}/texlive/texmf-dist # Make possible scripts usable if any for scr in %{_texmfdistdir}/doc/fonts/eurosym/makemfs \ %{_texmfdistdir}/doc/fonts/eurosym/rundvips \ %{_texmfdistdir}/doc/fonts/eurosym/runlatex do test -e %{buildroot}/$scr || continue chmod 0755 %{buildroot}/$scr done # Move font files mkdir -p %{buildroot}%{_datadir}/fonts/texlive-eurosym for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/public/eurosym/*.{pf[ab],[ot]tf} do test -e $font || continue mv -f $font %{buildroot}%{_datadir}/fonts/texlive-eurosym base=${font##*/} ln -sf %{_datadir}/fonts/texlive-eurosym/${base} ${font} done > %{buildroot}%{_datadir}/fonts/texlive-eurosym/encodings.dir > %{buildroot}%{_datadir}/fonts/texlive-eurosym/fonts.dir > %{buildroot}%{_datadir}/fonts/texlive-eurosym/fonts.scale mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail (cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-eurosym.conf)<<-'EOF' <?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <!-- ************************************************ --> <!-- Use this to disable the TeX fonts of the package --> <!-- texlive-eurosym --> <!-- Be aware that the configurations in the files --> <!-- 09-texlive*.conf will not be affected by this --> <!-- ************************************************ --> <fontconfig> <rejectfont> <glob>%{_datadir}/fonts/texlive-eurosym/*</glob> </rejectfont> </fontconfig> EOF %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-euxm-%{texlive_version}.%{texlive_noarch}.svn20202-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:74} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-everyhook-%{texlive_version}.%{texlive_noarch}.1.2svn35675-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:75} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:76} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-everypage-%{texlive_version}.%{texlive_noarch}.1.1svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:77} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:78} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-exam-%{texlive_version}.%{texlive_noarch}.2.5svn37279-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:79} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:80} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-exam-n-%{texlive_version}.%{texlive_noarch}.1.1.4svn42755-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:81} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:82} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-examdesign-%{texlive_version}.%{texlive_noarch}.1.101svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:83} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:84} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-example-%{texlive_version}.%{texlive_noarch}.svn33398-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:85} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-examplep-%{texlive_version}.%{texlive_noarch}.0.0.04svn16916-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:86} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:87} -C %{buildroot}%{_datadir}/texlive/texmf-dist # Make possible scripts usable if any for scr in %{_texmfdistdir}/doc/latex/examplep/wrfiles.pl do test -e %{buildroot}/$scr || continue chmod 0755 %{buildroot}/$scr done %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-exceltex-%{texlive_version}.%{texlive_noarch}.0.0.5.1svn26313-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:88} -C %{buildroot}%{_datadir}/texlive tar --use-compress-program=xz -xf %{S:89} -C %{buildroot}%{_datadir}/texlive %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-excludeonly-%{texlive_version}.%{texlive_noarch}.1.0svn17262-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:90} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:91} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-exercise-%{texlive_version}.%{texlive_noarch}.1.6svn35417-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:92} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:93} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-exercises-%{texlive_version}.%{texlive_noarch}.1.0svn42428-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:94} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:95} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-exp-testopt-%{texlive_version}.%{texlive_noarch}.0.0.3svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:96} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:97} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-expdlist-%{texlive_version}.%{texlive_noarch}.2.4svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:98} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:99} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-expex-%{texlive_version}.%{texlive_noarch}.5.1bsvn44499-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:100} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:101} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-export-%{texlive_version}.%{texlive_noarch}.1.8svn27206-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:102} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:103} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-expressg-%{texlive_version}.%{texlive_noarch}.1.5svn29349-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:104} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:105} -C %{buildroot}%{_datadir}/texlive/texmf-dist # Make possible scripts usable if any for scr in %{_texmfdistdir}/doc/metapost/expressg/n2mps.sh do test -e %{buildroot}/$scr || continue chmod 0755 %{buildroot}/$scr done %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-exsheets-%{texlive_version}.%{texlive_noarch}.0.0.21isvn43188-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:106} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:107} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-exsol-%{texlive_version}.%{texlive_noarch}.1.2svn41377-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:108} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:109} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-extarrows-%{texlive_version}.%{texlive_noarch}.1.0bsvn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:110} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:111} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-exteps-%{texlive_version}.%{texlive_noarch}.0.0.41svn19859-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:112} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:113} -C %{buildroot}%{_datadir}/texlive/texmf-dist # Make possible scripts usable if any for scr in %{_texmfdistdir}/doc/metapost/exteps/delfin do test -e %{buildroot}/$scr || continue chmod 0755 %{buildroot}/$scr done %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-extpfeil-%{texlive_version}.%{texlive_noarch}.0.0.4svn16243-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:114} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:115} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-extract-%{texlive_version}.%{texlive_noarch}.1.8svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:116} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:117} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-extsizes-%{texlive_version}.%{texlive_noarch}.1.4asvn17263-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:118} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:119} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-facsimile-%{texlive_version}.%{texlive_noarch}.1.0svn21328-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:120} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:121} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-factura-%{texlive_version}.%{texlive_noarch}.3.00svn43470-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:122} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:123} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-facture-%{texlive_version}.%{texlive_noarch}.1.2.2svn43865-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:124} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:125} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-faktor-%{texlive_version}.%{texlive_noarch}.0.0.1bsvn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:126} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:127} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-fancybox-%{texlive_version}.%{texlive_noarch}.1.4svn18304-%{release}-zypper %endif 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 %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-fancyhdr-%{texlive_version}.%{texlive_noarch}.3.9svn44479-%{release}-zypper %endif 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 %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-fancyhdr-it-%{texlive_version}.%{texlive_noarch}.svn21912-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:132} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-fancylabel-%{texlive_version}.%{texlive_noarch}.1.0svn34684-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:133} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:134} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-fancynum-%{texlive_version}.%{texlive_noarch}.0.0.92svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:135} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:136} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-fancypar-%{texlive_version}.%{texlive_noarch}.1.1svn18018-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:137} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:138} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-fancyref-%{texlive_version}.%{texlive_noarch}.0.0.9csvn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:139} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:140} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-fancyslides-%{texlive_version}.%{texlive_noarch}.1.0svn36263-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:141} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:142} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-fancytabs-%{texlive_version}.%{texlive_noarch}.1.9svn41549-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:143} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:144} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-fancytooltips-%{texlive_version}.%{texlive_noarch}.1.8svn27129-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:145} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:146} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-fancyvrb-%{texlive_version}.%{texlive_noarch}.2.8svn18492-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:147} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:148} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-fandol-fonts-%{texlive_version}.%{texlive_noarch}.0.0.3svn37889-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:149} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:150} -C %{buildroot}%{_datadir}/texlive/texmf-dist # Move font files mkdir -p %{buildroot}%{_datadir}/fonts/texlive-fandol for font in %{buildroot}/%{_texmfdistdir}/fonts/opentype/public/fandol/*.{pf[ab],[ot]tf} do test -e $font || continue mv -f $font %{buildroot}%{_datadir}/fonts/texlive-fandol base=${font##*/} ln -sf %{_datadir}/fonts/texlive-fandol/${base} ${font} done > %{buildroot}%{_datadir}/fonts/texlive-fandol/encodings.dir > %{buildroot}%{_datadir}/fonts/texlive-fandol/fonts.dir > %{buildroot}%{_datadir}/fonts/texlive-fandol/fonts.scale mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail (cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-fandol.conf)<<-'EOF' <?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <!-- ************************************************ --> <!-- Use this to disable the TeX fonts of the package --> <!-- texlive-fandol --> <!-- Be aware that the configurations in the files --> <!-- 09-texlive*.conf will not be affected by this --> <!-- ************************************************ --> <fontconfig> <rejectfont> <glob>%{_datadir}/fonts/texlive-fandol/*</glob> </rejectfont> </fontconfig> EOF %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-fast-diagram-%{texlive_version}.%{texlive_noarch}.1.1svn29264-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:151} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:152} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-fbb-fonts-%{texlive_version}.%{texlive_noarch}.1.12svn43464-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:153} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:154} -C %{buildroot}%{_datadir}/texlive/texmf-dist # Move font files mkdir -p %{buildroot}%{_datadir}/fonts/texlive-fbb for font in %{buildroot}/%{_texmfdistdir}/fonts/opentype/public/fbb/*.{pf[ab],[ot]tf} \ %{buildroot}/%{_texmfdistdir}/fonts/type1/public/fbb/*.{pf[ab],[ot]tf} do test -e $font || continue mv -f $font %{buildroot}%{_datadir}/fonts/texlive-fbb base=${font##*/} ln -sf %{_datadir}/fonts/texlive-fbb/${base} ${font} done > %{buildroot}%{_datadir}/fonts/texlive-fbb/encodings.dir > %{buildroot}%{_datadir}/fonts/texlive-fbb/fonts.dir > %{buildroot}%{_datadir}/fonts/texlive-fbb/fonts.scale mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail (cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-fbb.conf)<<-'EOF' <?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <!-- ************************************************ --> <!-- Use this to disable the TeX fonts of the package --> <!-- texlive-fbb --> <!-- Be aware that the configurations in the files --> <!-- 09-texlive*.conf will not be affected by this --> <!-- ************************************************ --> <fontconfig> <rejectfont> <glob>%{_datadir}/fonts/texlive-fbb/*</glob> </rejectfont> </fontconfig> EOF %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-fbithesis-%{texlive_version}.%{texlive_noarch}.1.2msvn21340-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:155} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:156} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-fbs-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:157} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-fc-%{texlive_version}.%{texlive_noarch}.1.4svn32796-%{release}-zypper %endif 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 %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-fcavtex-%{texlive_version}.%{texlive_noarch}.1.1svn38074-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:160} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:161} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-fcltxdoc-%{texlive_version}.%{texlive_noarch}.1.0svn24500-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:162} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:163} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-fcolumn-%{texlive_version}.%{texlive_noarch}.1.1.1svn38489-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:164} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:165} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-fdsymbol-fonts-%{texlive_version}.%{texlive_noarch}.0.0.8svn26722-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:166} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:167} -C %{buildroot}%{_datadir}/texlive/texmf-dist # Move font files mkdir -p %{buildroot}%{_datadir}/fonts/texlive-fdsymbol for font in %{buildroot}/%{_texmfdistdir}/fonts/opentype/public/fdsymbol/*.{pf[ab],[ot]tf} \ %{buildroot}/%{_texmfdistdir}/fonts/type1/public/fdsymbol/*.{pf[ab],[ot]tf} do test -e $font || continue mv -f $font %{buildroot}%{_datadir}/fonts/texlive-fdsymbol base=${font##*/} ln -sf %{_datadir}/fonts/texlive-fdsymbol/${base} ${font} done > %{buildroot}%{_datadir}/fonts/texlive-fdsymbol/encodings.dir > %{buildroot}%{_datadir}/fonts/texlive-fdsymbol/fonts.dir > %{buildroot}%{_datadir}/fonts/texlive-fdsymbol/fonts.scale mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail (cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-fdsymbol.conf)<<-'EOF' <?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <!-- ************************************************ --> <!-- Use this to disable the TeX fonts of the package --> <!-- texlive-fdsymbol --> <!-- Be aware that the configurations in the files --> <!-- 09-texlive*.conf will not be affected by this --> <!-- ************************************************ --> <fontconfig> <rejectfont> <glob>%{_datadir}/fonts/texlive-fdsymbol/*</glob> </rejectfont> </fontconfig> EOF %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-featpost-%{texlive_version}.%{texlive_noarch}.0.0.8.8svn35346-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:168} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:169} -C %{buildroot}%{_datadir}/texlive/texmf-dist # Add shebang e.g. correct perl wrapper scripts if any for scr in %{_texmfdistdir}/doc/metapost/featpost/bash/dvipngproof.sh \ %{_texmfdistdir}/doc/metapost/featpost/bash/pdflatexproof.sh \ %{_texmfdistdir}/doc/metapost/featpost/bash/pngmaker.sh do test -e %{buildroot}/$scr || continue ed %{buildroot}/${scr} <<-'EOF' 1 i #! /bin/sh . w q EOF done %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-fei-%{texlive_version}.%{texlive_noarch}.3.0.6svn43630-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:170} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:171} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-fenixpar-%{texlive_version}.%{texlive_noarch}.0.0.92svn24730-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:172} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:173} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-fetamont-fonts-%{texlive_version}.%{texlive_noarch}.svn43812-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:174} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:175} -C %{buildroot}%{_datadir}/texlive/texmf-dist # Move font files mkdir -p %{buildroot}%{_datadir}/fonts/texlive-fetamont for font in %{buildroot}/%{_texmfdistdir}/fonts/opentype/public/fetamont/*.{pf[ab],[ot]tf} \ %{buildroot}/%{_texmfdistdir}/fonts/type1/public/fetamont/*.{pf[ab],[ot]tf} do test -e $font || continue mv -f $font %{buildroot}%{_datadir}/fonts/texlive-fetamont base=${font##*/} ln -sf %{_datadir}/fonts/texlive-fetamont/${base} ${font} done > %{buildroot}%{_datadir}/fonts/texlive-fetamont/encodings.dir > %{buildroot}%{_datadir}/fonts/texlive-fetamont/fonts.dir > %{buildroot}%{_datadir}/fonts/texlive-fetamont/fonts.scale mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail (cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-fetamont.conf)<<-'EOF' <?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <!-- ************************************************ --> <!-- Use this to disable the TeX fonts of the package --> <!-- texlive-fetamont --> <!-- Be aware that the configurations in the files --> <!-- 09-texlive*.conf will not be affected by this --> <!-- ************************************************ --> <fontconfig> <rejectfont> <glob>%{_datadir}/fonts/texlive-fetamont/*</glob> </rejectfont> </fontconfig> EOF %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-feupphdteses-%{texlive_version}.%{texlive_noarch}.4.0svn30962-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:176} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:177} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-feyn-%{texlive_version}.%{texlive_noarch}.0.0.3.3svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:178} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:179} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-feynmf-%{texlive_version}.%{texlive_noarch}.1.08svn17259-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:180} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:181} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-feynmp-auto-%{texlive_version}.%{texlive_noarch}.1.1svn30223-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:182} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:183} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-ffslides-%{texlive_version}.%{texlive_noarch}.svn38895-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:184} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:185} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-fge-fonts-%{texlive_version}.%{texlive_noarch}.1.25svn37628-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:186} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:187} -C %{buildroot}%{_datadir}/texlive/texmf-dist # Move font files mkdir -p %{buildroot}%{_datadir}/fonts/texlive-fge for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/public/fge/*.{pf[ab],[ot]tf} do test -e $font || continue mv -f $font %{buildroot}%{_datadir}/fonts/texlive-fge base=${font##*/} ln -sf %{_datadir}/fonts/texlive-fge/${base} ${font} done > %{buildroot}%{_datadir}/fonts/texlive-fge/encodings.dir > %{buildroot}%{_datadir}/fonts/texlive-fge/fonts.dir > %{buildroot}%{_datadir}/fonts/texlive-fge/fonts.scale mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail (cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-fge.conf)<<-'EOF' <?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <!-- ************************************************ --> <!-- Use this to disable the TeX fonts of the package --> <!-- texlive-fge --> <!-- Be aware that the configurations in the files --> <!-- 09-texlive*.conf will not be affected by this --> <!-- ************************************************ --> <fontconfig> <rejectfont> <glob>%{_datadir}/fonts/texlive-fge/*</glob> </rejectfont> </fontconfig> EOF %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-fgruler-%{texlive_version}.%{texlive_noarch}.1.0svn42966-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:188} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:189} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-fibeamer-%{texlive_version}.%{texlive_noarch}.1.1.7svn44239-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:190} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:191} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-fifinddo-info-%{texlive_version}.%{texlive_noarch}.1.1bsvn29349-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:192} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:193} -C %{buildroot}%{_datadir}/texlive/texmf-dist # Add shebang e.g. correct perl wrapper scripts if any for scr in %{_texmfdistdir}/source/latex/fifinddo-info/makeelse/updsfl.sh \ %{_texmfdistdir}/source/latex/fifinddo-info/makevars/longdan.sh do test -e %{buildroot}/$scr || continue ed %{buildroot}/${scr} <<-'EOF' 1 i #! /bin/sh . w q EOF done %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-fifo-stack-%{texlive_version}.%{texlive_noarch}.1.0svn33288-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:194} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:195} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-fig4latex-%{texlive_version}.%{texlive_noarch}.0.0.2svn26313-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:196} -C %{buildroot}%{_datadir}/texlive tar --use-compress-program=xz -xf %{S:197} -C %{buildroot}%{_datadir}/texlive %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-figbas-fonts-%{texlive_version}.%{texlive_noarch}.1.0.3svn28943-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:198} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:199} -C %{buildroot}%{_datadir}/texlive/texmf-dist # Move font files mkdir -p %{buildroot}%{_datadir}/fonts/texlive-figbas for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/public/figbas/*.{pf[ab],[ot]tf} do test -e $font || continue mv -f $font %{buildroot}%{_datadir}/fonts/texlive-figbas base=${font##*/} ln -sf %{_datadir}/fonts/texlive-figbas/${base} ${font} done > %{buildroot}%{_datadir}/fonts/texlive-figbas/encodings.dir > %{buildroot}%{_datadir}/fonts/texlive-figbas/fonts.dir > %{buildroot}%{_datadir}/fonts/texlive-figbas/fonts.scale mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail (cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-figbas.conf)<<-'EOF' <?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <!-- ************************************************ --> <!-- Use this to disable the TeX fonts of the package --> <!-- texlive-figbas --> <!-- Be aware that the configurations in the files --> <!-- 09-texlive*.conf will not be affected by this --> <!-- ************************************************ --> <fontconfig> <rejectfont> <glob>%{_datadir}/fonts/texlive-figbas/*</glob> </rejectfont> </fontconfig> EOF %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-figbib-%{texlive_version}.%{texlive_noarch}.svn19388-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:200} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:201} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-figflow-%{texlive_version}.%{texlive_noarch}.svn21462-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:202} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:203} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-figsize-%{texlive_version}.%{texlive_noarch}.0.0.1svn18784-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:204} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:205} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-filecontents-%{texlive_version}.%{texlive_noarch}.1.3svn24250-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:206} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:207} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-filecontentsdef-%{texlive_version}.%{texlive_noarch}.1.2svn42107-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:208} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:209} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-filedate-%{texlive_version}.%{texlive_noarch}.svn29529-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:210} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:211} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-filehook-%{texlive_version}.%{texlive_noarch}.0.0.5dsvn24280-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:212} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:213} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-fileinfo-%{texlive_version}.%{texlive_noarch}.0.0.81asvn28421-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:214} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:215} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-filemod-%{texlive_version}.%{texlive_noarch}.1.2svn24042-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:216} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:217} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-finbib-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:218} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-findhyph-%{texlive_version}.%{texlive_noarch}.3.4svn38674-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:219} -C %{buildroot}%{_datadir}/texlive tar --use-compress-program=xz -xf %{S:220} -C %{buildroot}%{_datadir}/texlive rm -vf %{buildroot}%{_texmfdistdir}/doc/support/findhyph/findhyph.bat %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-fink-%{texlive_version}.%{texlive_noarch}.2.2.1svn24329-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:221} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:222} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-finstrut-%{texlive_version}.%{texlive_noarch}.0.0.5svn21719-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:223} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:224} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-fira-fonts-%{texlive_version}.%{texlive_noarch}.4.2svn42501-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:225} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:226} -C %{buildroot}%{_datadir}/texlive/texmf-dist # Move font files mkdir -p %{buildroot}%{_datadir}/fonts/texlive-fira for font in %{buildroot}/%{_texmfdistdir}/fonts/opentype/public/fira/*.{pf[ab],[ot]tf} \ %{buildroot}/%{_texmfdistdir}/fonts/type1/public/fira/*.{pf[ab],[ot]tf} do test -e $font || continue mv -f $font %{buildroot}%{_datadir}/fonts/texlive-fira base=${font##*/} ln -sf %{_datadir}/fonts/texlive-fira/${base} ${font} done > %{buildroot}%{_datadir}/fonts/texlive-fira/encodings.dir > %{buildroot}%{_datadir}/fonts/texlive-fira/fonts.dir > %{buildroot}%{_datadir}/fonts/texlive-fira/fonts.scale mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail (cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-fira.conf)<<-'EOF' <?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <!-- ************************************************ --> <!-- Use this to disable the TeX fonts of the package --> <!-- texlive-fira --> <!-- Be aware that the configurations in the files --> <!-- 09-texlive*.conf will not be affected by this --> <!-- ************************************************ --> <fontconfig> <rejectfont> <glob>%{_datadir}/fonts/texlive-fira/*</glob> </rejectfont> </fontconfig> EOF %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-first-latex-doc-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:227} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-fitbox-%{texlive_version}.%{texlive_noarch}.1.00svn38139-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:228} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:229} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-fithesis-%{texlive_version}.%{texlive_noarch}.0.0.3.46svn44472-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:230} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:231} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-fix2col-%{texlive_version}.%{texlive_noarch}.0.0.04svn38770-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:232} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:233} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-fixcmex-%{texlive_version}.%{texlive_noarch}.1.0svn38816-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:234} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:235} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-fixfoot-%{texlive_version}.%{texlive_noarch}.0.0.3asvn17131-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:236} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:237} -C %{buildroot}%{_datadir}/texlive/texmf-dist %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-fixlatvian-%{texlive_version}.%{texlive_noarch}.1asvn21631-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:238} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:239} -C %{buildroot}%{_datadir}/texlive/texmf-dist # Remove this rm -vrf %{buildroot}%{_texmfdistdir}/tlpkg/tlpobj rm -vrf %{buildroot}%{_texmfmaindir}/tlpkg/tlpobj rm -v %{buildroot}%{_datadir}/texlive/texmf rm -v %{buildroot}%{_datadir}/texlive/texmf-dist rm -vr %{buildroot}%{_datadir}/texlive # Handle manual pages rm -vf %{buildroot}%{_texmfmaindir}/doc/man/Makefile rm -vf %{buildroot}%{_texmfmaindir}/doc/man/man*/*.pdf rm -vf %{buildroot}%{_texmfdistdir}/doc/man/Makefile rm -vf %{buildroot}%{_texmfdistdir}/doc/man/man*/*.pdf for path in %{buildroot}%{_texmfmaindir}/doc/man/man? \ %{buildroot}%{_texmfdistdir}/doc/man/man? do test -d "$path" || continue sec=${path##*/} mkdir -p %{buildroot}%{_mandir}/${sec} for page in ${path}/*.* do test -e "$page" || continue mv -f $page %{buildroot}%{_mandir}/${sec}/ done done rm -rf %{buildroot}%{_texmfmaindir}/doc/man rm -rf %{buildroot}%{_texmfdistdir}/doc/man find %{buildroot}%{_texmfmaindir}/ %{buildroot}%{_texmfdistdir}/ \ -type f -a -perm /g+w,o+w | xargs --no-run-if-empty chmod g-w,o-w %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor