8a5f591182
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive-specs-a?expand=0&rev=55
15807 lines
748 KiB
RPMSpec
15807 lines
748 KiB
RPMSpec
#
|
|
# spec file for package texlive-specs-l
|
|
#
|
|
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
%global _varlib %{_localstatedir}/lib
|
|
%global _libexecdir %{_prefix}/lib
|
|
|
|
%define _texmfdistdir %{_datadir}/texmf
|
|
%define _texmfmaindir %{_libexecdir}/texmf
|
|
%define _texmfdirs \{%{_texmfdistdir},%{_texmfmaindir}\}
|
|
|
|
%define _texmfconfdir %{_sysconfdir}/texmf
|
|
%define _texmfvardir %{_varlib}/texmf
|
|
%define _texmfcache %{_localstatedir}/cache/texmf
|
|
%define _fontcache %{_texmfcache}/fonts
|
|
#
|
|
%define _x11bin %{_prefix}/bin
|
|
%define _x11lib %{_libdir}
|
|
%define _x11data %{_datadir}/X11
|
|
%define _x11inc %{_includedir}
|
|
%define _appdefdir %{_x11data}/app-defaults
|
|
|
|
%define texlive_version 2014
|
|
%define texlive_previous 2013
|
|
%define texlive_release 20140525
|
|
%define texlive_noarch 92
|
|
|
|
Name: texlive-specs-l
|
|
Version: 2014
|
|
Release: 0
|
|
BuildRequires: ed
|
|
BuildRequires: texlive-filesystem
|
|
BuildRequires: xz
|
|
BuildArch: noarch
|
|
Summary: Meta package for l
|
|
License: BSD-3-Clause and GFDL-1.2 and GPL-2.0+ and LGPL-2.1+ and LPPL-1.0 and LPPL-1.3c and OFL-1.1 and SUSE-Public-Domain and SUSE-TeX
|
|
Group: Productivity/Publishing/TeX/Base
|
|
|
|
%description
|
|
Meta package to build tons of noarch texlive packages.
|
|
|
|
%prep
|
|
%setup -q -c -T
|
|
|
|
%build
|
|
|
|
%package -n texlive-ifetex
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2svn24853
|
|
Release: 0
|
|
Summary: Provides \ifetex switch
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-ifetex-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source1: ifetex.tar.xz
|
|
Source2: ifetex.doc.tar.xz
|
|
|
|
%description -n texlive-ifetex
|
|
The package provides the switch \ifetex which indicates whether
|
|
e-TeX is available or not. The package can be loaded as LaTeX
|
|
package using \usepackage{ifetex} or in plain TeX using \input
|
|
ifetex. In either case it aborts silently if the \ifetex macro
|
|
is already defined. The package's test is whether \eTeXversion
|
|
is defined as a primitive; if it is, the package assumes e-TeX
|
|
features are available.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-ifetex-doc
|
|
Summary: Documentation for texlive-ifetex
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2svn24853
|
|
Release: 0
|
|
|
|
%description -n texlive-ifetex-doc
|
|
This package includes the documentation for texlive-ifetex
|
|
|
|
%post -n texlive-ifetex
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-ifetex
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-ifetex
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-ifetex-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/ifetex/README
|
|
%{_texmfdistdir}/doc/latex/ifetex/ifetex.pdf
|
|
|
|
%files -n texlive-ifetex
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/ifetex/ifetex.sty
|
|
%{_texmfdistdir}/tex/plain/ifetex/ifetex.tex
|
|
/var/adm/update-scripts/texlive-ifetex-%{texlive_version}.%{texlive_noarch}.1.2svn24853-%{release}-zypper
|
|
|
|
%package -n texlive-ifluatex
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3svn26725
|
|
Release: 0
|
|
Summary: Provides the \ifluatex switch
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-ifluatex-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source3: ifluatex.tar.xz
|
|
Source4: ifluatex.doc.tar.xz
|
|
|
|
%description -n texlive-ifluatex
|
|
The package looks for LuaTeX regardless of its mode and
|
|
provides the switch \ifluatex; it works with Plain TeX or
|
|
LaTeX. The package is part of the oberdiek bundle.
|
|
|
|
date: 2012-07-10 20:54:06 +0000
|
|
|
|
|
|
%package -n texlive-ifluatex-doc
|
|
Summary: Documentation for texlive-ifluatex
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3svn26725
|
|
Release: 0
|
|
|
|
%description -n texlive-ifluatex-doc
|
|
This package includes the documentation for texlive-ifluatex
|
|
|
|
%post -n texlive-ifluatex
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-ifluatex
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-ifluatex
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-ifluatex-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/oberdiek/ifluatex.pdf
|
|
%{_texmfdistdir}/doc/latex/oberdiek/test/ifluatex-test1.tex
|
|
%{_texmfdistdir}/doc/latex/oberdiek/test/ifluatex-test2.tex
|
|
%{_texmfdistdir}/doc/latex/oberdiek/test/ifluatex-test3.tex
|
|
|
|
%files -n texlive-ifluatex
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/oberdiek/ifluatex.sty
|
|
/var/adm/update-scripts/texlive-ifluatex-%{texlive_version}.%{texlive_noarch}.1.3svn26725-%{release}-zypper
|
|
|
|
%package -n texlive-ifmslide
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.47svn20727
|
|
Release: 0
|
|
Summary: Presentation slides for screen and printouts
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-ifmslide-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source5: ifmslide.tar.xz
|
|
Source6: ifmslide.doc.tar.xz
|
|
|
|
%description -n texlive-ifmslide
|
|
This package is used to produce printed slides with latex and
|
|
online presentations with pdflatex. It is provided by the
|
|
'Institute of Mechanics' (ifm) Univ. of Technology Darmstadt,
|
|
Germany. It is based on ideas of pdfslide, but completely
|
|
rewritten for compatibility with texpower and seminar. The
|
|
manual describes all functions and provides a sample.
|
|
|
|
date: 2012-02-22 23:03:38 +0000
|
|
|
|
|
|
%package -n texlive-ifmslide-doc
|
|
Summary: Documentation for texlive-ifmslide
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.47svn20727
|
|
Release: 0
|
|
|
|
%description -n texlive-ifmslide-doc
|
|
This package includes the documentation for texlive-ifmslide
|
|
|
|
%post -n texlive-ifmslide
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-ifmslide
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-ifmslide
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-ifmslide-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/ifmslide/README
|
|
%{_texmfdistdir}/doc/latex/ifmslide/genbutton
|
|
%{_texmfdistdir}/doc/latex/ifmslide/ifmman.pdf
|
|
%{_texmfdistdir}/doc/latex/ifmslide/ifmman.tex
|
|
|
|
%files -n texlive-ifmslide
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/ifmslide/aqua_ravines.eps
|
|
%{_texmfdistdir}/tex/latex/ifmslide/aqua_ravines.jpg
|
|
%{_texmfdistdir}/tex/latex/ifmslide/button1c.eps
|
|
%{_texmfdistdir}/tex/latex/ifmslide/button1c.pdf
|
|
%{_texmfdistdir}/tex/latex/ifmslide/button1e.eps
|
|
%{_texmfdistdir}/tex/latex/ifmslide/button1e.pdf
|
|
%{_texmfdistdir}/tex/latex/ifmslide/buttonec.eps
|
|
%{_texmfdistdir}/tex/latex/ifmslide/buttonec.pdf
|
|
%{_texmfdistdir}/tex/latex/ifmslide/buttonee.eps
|
|
%{_texmfdistdir}/tex/latex/ifmslide/buttonee.pdf
|
|
%{_texmfdistdir}/tex/latex/ifmslide/buttongc.eps
|
|
%{_texmfdistdir}/tex/latex/ifmslide/buttongc.pdf
|
|
%{_texmfdistdir}/tex/latex/ifmslide/buttonge.eps
|
|
%{_texmfdistdir}/tex/latex/ifmslide/buttonge.pdf
|
|
%{_texmfdistdir}/tex/latex/ifmslide/ifmlogoc.eps
|
|
%{_texmfdistdir}/tex/latex/ifmslide/ifmlogoc.pdf
|
|
%{_texmfdistdir}/tex/latex/ifmslide/ifmlogog.eps
|
|
%{_texmfdistdir}/tex/latex/ifmslide/ifmlogog.pdf
|
|
%{_texmfdistdir}/tex/latex/ifmslide/ifmslide.cfg
|
|
%{_texmfdistdir}/tex/latex/ifmslide/ifmslide.sty
|
|
%{_texmfdistdir}/tex/latex/ifmslide/liquid_helium.eps
|
|
%{_texmfdistdir}/tex/latex/ifmslide/liquid_helium.jpg
|
|
/var/adm/update-scripts/texlive-ifmslide-%{texlive_version}.%{texlive_noarch}.0.0.47svn20727-%{release}-zypper
|
|
|
|
%package -n texlive-ifmtarg
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2asvn19363
|
|
Release: 0
|
|
Summary: If-then-else command for processing potentially empty arguments
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-ifmtarg-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source7: ifmtarg.tar.xz
|
|
Source8: ifmtarg.doc.tar.xz
|
|
|
|
%description -n texlive-ifmtarg
|
|
The ifmtarg package
|
|
|
|
date: 2012-05-29 13:13:53 +0000
|
|
|
|
|
|
%package -n texlive-ifmtarg-doc
|
|
Summary: Documentation for texlive-ifmtarg
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2asvn19363
|
|
Release: 0
|
|
|
|
%description -n texlive-ifmtarg-doc
|
|
This package includes the documentation for texlive-ifmtarg
|
|
|
|
%post -n texlive-ifmtarg
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-ifmtarg
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-ifmtarg
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-ifmtarg-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/ifmtarg/README
|
|
%{_texmfdistdir}/doc/latex/ifmtarg/ifmtarg.pdf
|
|
|
|
%files -n texlive-ifmtarg
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/ifmtarg/ifmtarg.sty
|
|
/var/adm/update-scripts/texlive-ifmtarg-%{texlive_version}.%{texlive_noarch}.1.2asvn19363-%{release}-zypper
|
|
|
|
%package -n texlive-ifnextok
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn23379
|
|
Release: 0
|
|
Summary: Utility macro: peek ahead without ignoring spaces
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-ifnextok-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source9: ifnextok.tar.xz
|
|
Source10: ifnextok.doc.tar.xz
|
|
|
|
%description -n texlive-ifnextok
|
|
The package deals with the behaviour of the LaTeX internal
|
|
command \@ifnextchar, which skips blank spaces. This has the
|
|
potential to surprise users, since it can produce really
|
|
unwanted effects. A common example occurs with brackets
|
|
starting a line following \\: the command looks for an optional
|
|
argument, whereas the user wants the brackets to be printed.
|
|
The package offers commands and options for modifying this
|
|
behaviour, maybe limited to certain parts of the document
|
|
source.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-ifnextok-doc
|
|
Summary: Documentation for texlive-ifnextok
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn23379
|
|
Release: 0
|
|
|
|
%description -n texlive-ifnextok-doc
|
|
This package includes the documentation for texlive-ifnextok
|
|
|
|
%post -n texlive-ifnextok
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-ifnextok
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-ifnextok
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-ifnextok-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/ifnextok/README
|
|
%{_texmfdistdir}/doc/latex/ifnextok/RELEASEs.txt
|
|
%{_texmfdistdir}/doc/latex/ifnextok/SRCFILEs.txt
|
|
%{_texmfdistdir}/doc/latex/ifnextok/ifnextok.pdf
|
|
%{_texmfdistdir}/doc/latex/ifnextok/testIfNT.pdf
|
|
|
|
%files -n texlive-ifnextok
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/ifnextok/ifnextok.sty
|
|
/var/adm/update-scripts/texlive-ifnextok-%{texlive_version}.%{texlive_noarch}.0.0.3svn23379-%{release}-zypper
|
|
|
|
%package -n texlive-ifoddpage
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn23979
|
|
Release: 0
|
|
Summary: Determine if the current page is odd or even
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-ifoddpage-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source11: ifoddpage.tar.xz
|
|
Source12: ifoddpage.doc.tar.xz
|
|
|
|
%description -n texlive-ifoddpage
|
|
The package provides an \ifoddpage conditional to determine if
|
|
the current page is odd or even. The macro \checkoddpage must
|
|
be used direct before to check the page number using a label.
|
|
Two compiler runs are therefore required to achieve correct
|
|
results. In addition, the conditional \ifoddpageoronside is
|
|
provided which is also true in oneside mode where all pages use
|
|
the odd page layout.
|
|
|
|
date: 2013-11-21 20:20:37 +0000
|
|
|
|
|
|
%package -n texlive-ifoddpage-doc
|
|
Summary: Documentation for texlive-ifoddpage
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn23979
|
|
Release: 0
|
|
|
|
%description -n texlive-ifoddpage-doc
|
|
This package includes the documentation for texlive-ifoddpage
|
|
|
|
%post -n texlive-ifoddpage
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-ifoddpage
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-ifoddpage
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-ifoddpage-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/ifoddpage/README
|
|
%{_texmfdistdir}/doc/latex/ifoddpage/ifoddpage.pdf
|
|
|
|
%files -n texlive-ifoddpage
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/ifoddpage/ifoddpage.sty
|
|
/var/adm/update-scripts/texlive-ifoddpage-%{texlive_version}.%{texlive_noarch}.1.0svn23979-%{release}-zypper
|
|
|
|
%package -n texlive-ifplatform
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.4svn21156
|
|
Release: 0
|
|
Summary: Conditionals to test which platform is being used
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-ifplatform-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source13: ifplatform.tar.xz
|
|
Source14: ifplatform.doc.tar.xz
|
|
|
|
%description -n texlive-ifplatform
|
|
This package uses the (La)TeX extension -shell-escape to
|
|
establish whether the document is being processed on a Windows
|
|
or on a Unix-like system (Mac OS X, Linux, etc.), or on Cygwin
|
|
(Unix environment over a windows system). Booleans provided
|
|
are: \ifwindows, \iflinux, \ifmacosx and \ifcygwin. The package
|
|
also preserves the output of uname on a Unix-like system, which
|
|
may be used to distinguish between various classes of Unix
|
|
systems.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-ifplatform-doc
|
|
Summary: Documentation for texlive-ifplatform
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.4svn21156
|
|
Release: 0
|
|
|
|
%description -n texlive-ifplatform-doc
|
|
This package includes the documentation for texlive-ifplatform
|
|
|
|
%post -n texlive-ifplatform
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-ifplatform
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-ifplatform
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-ifplatform-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/ifplatform/README
|
|
%{_texmfdistdir}/doc/latex/ifplatform/ifplatform.pdf
|
|
|
|
%files -n texlive-ifplatform
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/ifplatform/ifplatform.sty
|
|
/var/adm/update-scripts/texlive-ifplatform-%{texlive_version}.%{texlive_noarch}.0.0.4svn21156-%{release}-zypper
|
|
|
|
%package -n texlive-ifsym
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn24868
|
|
Release: 0
|
|
Summary: A collection of symbols
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-ifsym-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source15: ifsym.tar.xz
|
|
Source16: ifsym.doc.tar.xz
|
|
|
|
%description -n texlive-ifsym
|
|
A set of symbol fonts, written in Metafont, offering
|
|
(respectively) clock-face symbols, geometrical symbols, weather
|
|
symbols, mountaineering symbols, electronic circuit symbols and
|
|
a set of miscellaneous symbols. A LaTeX package is provided,
|
|
that allows the user to load only those symbols needed in a
|
|
document.
|
|
|
|
date: 2014-05-08 13:40:26 +0000
|
|
|
|
|
|
%package -n texlive-ifsym-doc
|
|
Summary: Documentation for texlive-ifsym
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn24868
|
|
Release: 0
|
|
Provides: locale(texlive-ifsym-doc:de)
|
|
|
|
%description -n texlive-ifsym-doc
|
|
This package includes the documentation for texlive-ifsym
|
|
|
|
%post -n texlive-ifsym
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-ifsym
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-ifsym
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-ifsym-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/fonts/ifsym/ifsym.ps
|
|
|
|
%files -n texlive-ifsym
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/source/public/ifsym/ifclk.gen
|
|
%{_texmfdistdir}/fonts/source/public/ifsym/ifclk10.mf
|
|
%{_texmfdistdir}/fonts/source/public/ifsym/ifclkb10.mf
|
|
%{_texmfdistdir}/fonts/source/public/ifsym/ifgeo.gen
|
|
%{_texmfdistdir}/fonts/source/public/ifsym/ifgeo10.mf
|
|
%{_texmfdistdir}/fonts/source/public/ifsym/ifgeob10.mf
|
|
%{_texmfdistdir}/fonts/source/public/ifsym/ifgeobn10.mf
|
|
%{_texmfdistdir}/fonts/source/public/ifsym/ifgeobw10.mf
|
|
%{_texmfdistdir}/fonts/source/public/ifsym/ifgeon10.mf
|
|
%{_texmfdistdir}/fonts/source/public/ifsym/ifgeow10.mf
|
|
%{_texmfdistdir}/fonts/source/public/ifsym/ifsym.gen
|
|
%{_texmfdistdir}/fonts/source/public/ifsym/ifsym10.mf
|
|
%{_texmfdistdir}/fonts/source/public/ifsym/ifsymb10.mf
|
|
%{_texmfdistdir}/fonts/source/public/ifsym/ifsymbi10.mf
|
|
%{_texmfdistdir}/fonts/source/public/ifsym/ifsymi10.mf
|
|
%{_texmfdistdir}/fonts/source/public/ifsym/ifwea.gen
|
|
%{_texmfdistdir}/fonts/source/public/ifsym/ifwea10.mf
|
|
%{_texmfdistdir}/fonts/source/public/ifsym/ifweab10.mf
|
|
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifclk10.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifclkb10.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifgeo10.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifgeob10.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifgeobn10.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifgeobw10.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifgeon10.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifgeow10.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifsym10.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifsymb10.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifsymbi10.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifsymi10.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifwea10.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifweab10.tfm
|
|
%{_texmfdistdir}/tex/latex/ifsym/ifsym.sty
|
|
%{_texmfdistdir}/tex/latex/ifsym/uifblk.fd
|
|
%{_texmfdistdir}/tex/latex/ifsym/uifclk.fd
|
|
%{_texmfdistdir}/tex/latex/ifsym/uifgeo.fd
|
|
%{_texmfdistdir}/tex/latex/ifsym/uifsym.fd
|
|
%{_texmfdistdir}/tex/latex/ifsym/uifwea.fd
|
|
/var/adm/update-scripts/texlive-ifsym-%{texlive_version}.%{texlive_noarch}.svn24868-%{release}-zypper
|
|
|
|
%package -n texlive-iftex
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn29654
|
|
Release: 0
|
|
Summary: Am I running under pdfTeX, XeTeX or LuaTeX?
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-iftex-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source17: iftex.tar.xz
|
|
Source18: iftex.doc.tar.xz
|
|
|
|
%description -n texlive-iftex
|
|
The package, which works both for Plain TeX and for LaTeX,
|
|
defines the \ifPDFTeX, \ifXeTeX, and \ifLuaTeX conditionals for
|
|
testing which engine is being used for typesetting. The package
|
|
also provides the \RequirePDFTeX, \RequireXeTeX, and
|
|
\RequireLuaTeX commands which throw an error if pdfTeX, XeTeX
|
|
or LuaTeX (respectively) is not the engine in use.
|
|
|
|
date: 2014-04-29 04:13:54 +0000
|
|
|
|
|
|
%package -n texlive-iftex-doc
|
|
Summary: Documentation for texlive-iftex
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn29654
|
|
Release: 0
|
|
|
|
%description -n texlive-iftex-doc
|
|
This package includes the documentation for texlive-iftex
|
|
|
|
%post -n texlive-iftex
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-iftex
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-iftex
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-iftex-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/iftex/README
|
|
%{_texmfdistdir}/doc/generic/iftex/iftex.pdf
|
|
%{_texmfdistdir}/doc/generic/iftex/iftex.tex
|
|
|
|
%files -n texlive-iftex
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/iftex/iftex.sty
|
|
/var/adm/update-scripts/texlive-iftex-%{texlive_version}.%{texlive_noarch}.0.0.2svn29654-%{release}-zypper
|
|
|
|
%package -n texlive-ifthenx
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1asvn25819
|
|
Release: 0
|
|
Summary: Extra tests for \ifthenelse
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-ifthenx-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source19: ifthenx.tar.xz
|
|
Source20: ifthenx.doc.tar.xz
|
|
|
|
%description -n texlive-ifthenx
|
|
The package extends the ifthen package, providing extra
|
|
predicates for the package's \ifthenelse command. The package
|
|
is complementary to xifthen, in that they provide different
|
|
facilities; the two may be loaded in the same document, as long
|
|
as xifthen is loaded first.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-ifthenx-doc
|
|
Summary: Documentation for texlive-ifthenx
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1asvn25819
|
|
Release: 0
|
|
|
|
%description -n texlive-ifthenx-doc
|
|
This package includes the documentation for texlive-ifthenx
|
|
|
|
%post -n texlive-ifthenx
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-ifthenx
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-ifthenx
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-ifthenx-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/ifthenx/README
|
|
|
|
%files -n texlive-ifthenx
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/ifthenx/ifthenx.sty
|
|
/var/adm/update-scripts/texlive-ifthenx-%{texlive_version}.%{texlive_noarch}.0.0.1asvn25819-%{release}-zypper
|
|
|
|
%package -n texlive-ifxetex
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.5svn19685
|
|
Release: 0
|
|
Summary: Am I running under 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): texlive >= %{texlive_version}
|
|
Recommends: texlive-ifxetex-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source21: ifxetex.tar.xz
|
|
Source22: ifxetex.doc.tar.xz
|
|
|
|
%description -n texlive-ifxetex
|
|
A simple package which provides an \ifxetex conditional, so
|
|
that other code can determine that it is running under XeTeX.
|
|
The package requires the e-TeX extensions to the TeX primitive
|
|
set.
|
|
|
|
date: 2012-03-06 14:23:45 +0000
|
|
|
|
|
|
%package -n texlive-ifxetex-doc
|
|
Summary: Documentation for texlive-ifxetex
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.5svn19685
|
|
Release: 0
|
|
|
|
%description -n texlive-ifxetex-doc
|
|
This package includes the documentation for texlive-ifxetex
|
|
|
|
%post -n texlive-ifxetex
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-ifxetex
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-ifxetex
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-ifxetex-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/ifxetex/README
|
|
%{_texmfdistdir}/doc/generic/ifxetex/ifxetex.pdf
|
|
|
|
%files -n texlive-ifxetex
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/ifxetex/ifxetex.sty
|
|
/var/adm/update-scripts/texlive-ifxetex-%{texlive_version}.%{texlive_noarch}.0.0.5svn19685-%{release}-zypper
|
|
|
|
%package -n texlive-iitem
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn29613
|
|
Release: 0
|
|
Summary: Multiple level of lists in one list-like 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): texlive >= %{texlive_version}
|
|
Recommends: texlive-iitem-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source23: iitem.tar.xz
|
|
Source24: iitem.doc.tar.xz
|
|
|
|
%description -n texlive-iitem
|
|
The package defines multiple level lists within one list-like
|
|
environment. instead of writing \begin{enumerate} \item 1
|
|
\begin{enumerate} \item 2 \begin{enumerate} \item 3
|
|
\begin{enumerate} \item 4 \end{enumerate} \end{enumerate} \item
|
|
2.1 \end{enumerate} \item 1.1 \begin{enumerate} \item 2
|
|
\end{enumerate} \end{enumerate} this package allows you to
|
|
write \begin{enumerate} \item 1 \iitem 2 \iiitem 3 \ivtem 4
|
|
\iitem 2.1 \item 1.1 \iitem 2 \end{enumerate}
|
|
|
|
date: 2013-04-09 13:55:17 +0000
|
|
|
|
|
|
%package -n texlive-iitem-doc
|
|
Summary: Documentation for texlive-iitem
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn29613
|
|
Release: 0
|
|
|
|
%description -n texlive-iitem-doc
|
|
This package includes the documentation for texlive-iitem
|
|
|
|
%post -n texlive-iitem
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-iitem
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-iitem
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-iitem-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/iitem/README
|
|
%{_texmfdistdir}/doc/latex/iitem/iitem.pdf
|
|
|
|
%files -n texlive-iitem
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/iitem/iitem.sty
|
|
/var/adm/update-scripts/texlive-iitem-%{texlive_version}.%{texlive_noarch}.1.0svn29613-%{release}-zypper
|
|
|
|
%package -n texlive-ijmart
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.7svn30958
|
|
Release: 0
|
|
Summary: LaTeX Class for the Israel Journal of Mathematics
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-ijmart-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source25: ijmart.tar.xz
|
|
Source26: ijmart.doc.tar.xz
|
|
|
|
%description -n texlive-ijmart
|
|
The Israel Journal of Mathematics is published by The Hebrew
|
|
University Magnes Press. This class provides LaTeX support for
|
|
its authors and editors. It strives to achieve the distinct
|
|
"look and feel" of the journal, while having the interface
|
|
similar to that of the amsart document class. This will help
|
|
authors already familiar with amsart to easily submit
|
|
manuscripts for The Israel Journal of Mathematics or to put the
|
|
preprints in arXiv with minimal changes in the LaTeX source.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-ijmart-doc
|
|
Summary: Documentation for texlive-ijmart
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.7svn30958
|
|
Release: 0
|
|
|
|
%description -n texlive-ijmart-doc
|
|
This package includes the documentation for texlive-ijmart
|
|
|
|
%post -n texlive-ijmart
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-ijmart
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-ijmart
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-ijmart-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/ijmart/Makefile
|
|
%{_texmfdistdir}/doc/latex/ijmart/README
|
|
%{_texmfdistdir}/doc/latex/ijmart/ijmart.bib
|
|
%{_texmfdistdir}/doc/latex/ijmart/ijmart.pdf
|
|
%{_texmfdistdir}/doc/latex/ijmart/ijmsample.bib
|
|
%{_texmfdistdir}/doc/latex/ijmart/ijmsample.pdf
|
|
%{_texmfdistdir}/doc/latex/ijmart/ijmsample.tex
|
|
|
|
%files -n texlive-ijmart
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/bibtex/bst/ijmart/ijmart.bst
|
|
%{_texmfdistdir}/tex/latex/ijmart/ijmart.cls
|
|
/var/adm/update-scripts/texlive-ijmart-%{texlive_version}.%{texlive_noarch}.1.7svn30958-%{release}-zypper
|
|
|
|
%package -n texlive-ijqc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2svn15878
|
|
Release: 0
|
|
Summary: BibTeX style file for the Intl. J. Quantum Chem
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-ijqc-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source27: ijqc.tar.xz
|
|
Source28: ijqc.doc.tar.xz
|
|
|
|
%description -n texlive-ijqc
|
|
ijqc.bst is a BibTeX style file to support publication in
|
|
Wiley's International Journal of Quantum Chemistry. It is not
|
|
in any way officially endorsed by the publisher or editors, and
|
|
is provided without any warranty one could ever think of.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-ijqc-doc
|
|
Summary: Documentation for texlive-ijqc
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-ijqc-doc
|
|
This package includes the documentation for texlive-ijqc
|
|
|
|
%post -n texlive-ijqc
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-ijqc
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-ijqc
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-ijqc-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/bibtex/ijqc/README
|
|
%{_texmfdistdir}/doc/bibtex/ijqc/makefile
|
|
%{_texmfdistdir}/doc/bibtex/ijqc/mybib.bib
|
|
%{_texmfdistdir}/doc/bibtex/ijqc/xampl.pdf
|
|
%{_texmfdistdir}/doc/bibtex/ijqc/xampl.tex
|
|
|
|
%files -n texlive-ijqc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/bibtex/bst/ijqc/ijqc.bst
|
|
/var/adm/update-scripts/texlive-ijqc-%{texlive_version}.%{texlive_noarch}.1.2svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-imac
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn17347
|
|
Release: 0
|
|
Summary: International Modal Analysis Conference format
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-imac-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source29: imac.tar.xz
|
|
Source30: imac.doc.tar.xz
|
|
|
|
%description -n texlive-imac
|
|
A set of files for producing correctly formatted documents for
|
|
the International Modal Analysis Conference. The bundle
|
|
provides a LaTeX package and a BibTeX style file.
|
|
|
|
date: 2012-05-29 13:13:53 +0000
|
|
|
|
|
|
%package -n texlive-imac-doc
|
|
Summary: Documentation for texlive-imac
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn17347
|
|
Release: 0
|
|
|
|
%description -n texlive-imac-doc
|
|
This package includes the documentation for texlive-imac
|
|
|
|
%post -n texlive-imac
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-imac
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-imac
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-imac-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/imac/imac.bib
|
|
%{_texmfdistdir}/doc/latex/imac/imac.pdf
|
|
%{_texmfdistdir}/doc/latex/imac/imac.tex
|
|
%{_texmfdistdir}/doc/latex/imac/readme.txt
|
|
|
|
%files -n texlive-imac
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/bibtex/bst/imac/imac.bst
|
|
%{_texmfdistdir}/tex/latex/imac/imac.sty
|
|
/var/adm/update-scripts/texlive-imac-%{texlive_version}.%{texlive_noarch}.svn17347-%{release}-zypper
|
|
|
|
%package -n texlive-image-gallery
|
|
Version: %{texlive_version}.%{texlive_noarch}.v1.0jsvn15878
|
|
Release: 0
|
|
Summary: Create an overview of pictures from a digital camera or from other sources
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-image-gallery-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source31: image-gallery.tar.xz
|
|
Source32: image-gallery.doc.tar.xz
|
|
|
|
%description -n texlive-image-gallery
|
|
The class may be used to create an overview of pictures from a
|
|
digital camera or from other sources. It is possible to adjust
|
|
the size of the pictures and all the margins. The example file
|
|
shows the usage.
|
|
|
|
date: 2012-11-14 10:10:16 +0000
|
|
|
|
|
|
%package -n texlive-image-gallery-doc
|
|
Summary: Documentation for texlive-image-gallery
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.v1.0jsvn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-image-gallery-doc
|
|
This package includes the documentation for texlive-image-gallery
|
|
|
|
%post -n texlive-image-gallery
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-image-gallery
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-image-gallery
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-image-gallery-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/image-gallery/README
|
|
%{_texmfdistdir}/doc/latex/image-gallery/gallery-example.pdf
|
|
%{_texmfdistdir}/doc/latex/image-gallery/gallery-example.tex
|
|
%{_texmfdistdir}/doc/latex/image-gallery/mypics.txt
|
|
%{_texmfdistdir}/doc/latex/image-gallery/pic001.jpg
|
|
%{_texmfdistdir}/doc/latex/image-gallery/pic002.jpg
|
|
%{_texmfdistdir}/doc/latex/image-gallery/pic003.jpg
|
|
%{_texmfdistdir}/doc/latex/image-gallery/pic004.jpg
|
|
%{_texmfdistdir}/doc/latex/image-gallery/pic005.jpg
|
|
%{_texmfdistdir}/doc/latex/image-gallery/pic006.jpg
|
|
%{_texmfdistdir}/doc/latex/image-gallery/pic007.jpg
|
|
%{_texmfdistdir}/doc/latex/image-gallery/pic008.jpg
|
|
%{_texmfdistdir}/doc/latex/image-gallery/pic009.jpg
|
|
%{_texmfdistdir}/doc/latex/image-gallery/pic010.jpg
|
|
%{_texmfdistdir}/doc/latex/image-gallery/pic011.jpg
|
|
%{_texmfdistdir}/doc/latex/image-gallery/pic012.jpg
|
|
%{_texmfdistdir}/doc/latex/image-gallery/pic013.jpg
|
|
%{_texmfdistdir}/doc/latex/image-gallery/pic014.jpg
|
|
%{_texmfdistdir}/doc/latex/image-gallery/pic015.jpg
|
|
%{_texmfdistdir}/doc/latex/image-gallery/pic016.jpg
|
|
%{_texmfdistdir}/doc/latex/image-gallery/pic017.jpg
|
|
%{_texmfdistdir}/doc/latex/image-gallery/pic018.jpg
|
|
%{_texmfdistdir}/doc/latex/image-gallery/pic019.jpg
|
|
%{_texmfdistdir}/doc/latex/image-gallery/pic020.jpg
|
|
%{_texmfdistdir}/doc/latex/image-gallery/pic021.jpg
|
|
%{_texmfdistdir}/doc/latex/image-gallery/pic022.jpg
|
|
|
|
%files -n texlive-image-gallery
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/image-gallery/image-gallery.cls
|
|
/var/adm/update-scripts/texlive-image-gallery-%{texlive_version}.%{texlive_noarch}.v1.0jsvn15878-%{release}-zypper
|
|
|
|
%package -n texlive-imakeidx
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3asvn31166
|
|
Release: 0
|
|
Summary: A package for producing multiple indexes
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-imakeidx-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source33: imakeidx.tar.xz
|
|
Source34: imakeidx.doc.tar.xz
|
|
|
|
%description -n texlive-imakeidx
|
|
The package enables the user to produce and typeset one or more
|
|
indexes simultaneously with a document. The package is known to
|
|
work in LaTeX documents processed with pdflatex, xelatatex and
|
|
lualatex. If makeindex is used for processing the index
|
|
entries, no particular setting up is needed when TeX Live is
|
|
used. Using xindy or other programs it is necessary to enable
|
|
shell escape; shell escape is also needed if splitindex is
|
|
used.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-imakeidx-doc
|
|
Summary: Documentation for texlive-imakeidx
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3asvn31166
|
|
Release: 0
|
|
|
|
%description -n texlive-imakeidx-doc
|
|
This package includes the documentation for texlive-imakeidx
|
|
|
|
%post -n texlive-imakeidx
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-imakeidx
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-imakeidx
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-imakeidx-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/imakeidx/README
|
|
%{_texmfdistdir}/doc/latex/imakeidx/imakeidx.pdf
|
|
%{_texmfdistdir}/doc/latex/imakeidx/manifest.txt
|
|
|
|
%files -n texlive-imakeidx
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/imakeidx/imakeidx.sty
|
|
/var/adm/update-scripts/texlive-imakeidx-%{texlive_version}.%{texlive_noarch}.1.3asvn31166-%{release}-zypper
|
|
|
|
%package -n texlive-impatient
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn21214
|
|
Release: 0
|
|
Summary: Free edition of the book "TeX for the Impatient"
|
|
License: GFDL-1.2
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source35: impatient.doc.tar.xz
|
|
|
|
%description -n texlive-impatient
|
|
"TeX for the Impatient" is a book (of around 350 pages) on TeX,
|
|
Plain TeX and Eplain. The book is also available in French
|
|
translation.
|
|
|
|
date: 2011-10-01 09:40:11 +0000
|
|
|
|
%post -n texlive-impatient
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-impatient
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-impatient
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-impatient
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/plain/impatient/Makefile
|
|
%{_texmfdistdir}/doc/plain/impatient/README
|
|
%{_texmfdistdir}/doc/plain/impatient/backm.tex
|
|
%{_texmfdistdir}/doc/plain/impatient/book.pdf
|
|
%{_texmfdistdir}/doc/plain/impatient/book.tex
|
|
%{_texmfdistdir}/doc/plain/impatient/capsule.tex
|
|
%{_texmfdistdir}/doc/plain/impatient/concepts.tex
|
|
%{_texmfdistdir}/doc/plain/impatient/config.tex
|
|
%{_texmfdistdir}/doc/plain/impatient/copyrght.tex
|
|
%{_texmfdistdir}/doc/plain/impatient/eplain.tex
|
|
%{_texmfdistdir}/doc/plain/impatient/errata.future
|
|
%{_texmfdistdir}/doc/plain/impatient/errors.tex
|
|
%{_texmfdistdir}/doc/plain/impatient/examples.tex
|
|
%{_texmfdistdir}/doc/plain/impatient/fdl.tex
|
|
%{_texmfdistdir}/doc/plain/impatient/fonts.tex
|
|
%{_texmfdistdir}/doc/plain/impatient/frontm.tex
|
|
%{_texmfdistdir}/doc/plain/impatient/genops.tex
|
|
%{_texmfdistdir}/doc/plain/impatient/index.tex
|
|
%{_texmfdistdir}/doc/plain/impatient/index1.icn
|
|
%{_texmfdistdir}/doc/plain/impatient/index2.icn
|
|
%{_texmfdistdir}/doc/plain/impatient/macros.tex
|
|
%{_texmfdistdir}/doc/plain/impatient/math.tex
|
|
%{_texmfdistdir}/doc/plain/impatient/modes.tex
|
|
%{_texmfdistdir}/doc/plain/impatient/pages.tex
|
|
%{_texmfdistdir}/doc/plain/impatient/paras.tex
|
|
%{_texmfdistdir}/doc/plain/impatient/preface.tex
|
|
%{_texmfdistdir}/doc/plain/impatient/read1st.tex
|
|
%{_texmfdistdir}/doc/plain/impatient/tips.tex
|
|
%{_texmfdistdir}/doc/plain/impatient/usebook.tex
|
|
%{_texmfdistdir}/doc/plain/impatient/usermacs.tex
|
|
%{_texmfdistdir}/doc/plain/impatient/usingtex.tex
|
|
%{_texmfdistdir}/doc/plain/impatient/xmptext.tex
|
|
/var/adm/update-scripts/texlive-impatient-%{texlive_version}.%{texlive_noarch}.svn21214-%{release}-zypper
|
|
|
|
%package -n texlive-impatient-fr
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Free edition of the book "TeX for the Impatient"
|
|
License: GFDL-1.2
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source36: impatient-fr.doc.tar.xz
|
|
|
|
%description -n texlive-impatient-fr
|
|
"TeX for the Impatient" is a book (of around 350 pages) on TeX,
|
|
Plain TeX and Eplain. The book is also available in French
|
|
translation.
|
|
|
|
date: 2011-10-01 09:40:11 +0000
|
|
|
|
%post -n texlive-impatient-fr
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-impatient-fr
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-impatient-fr
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-impatient-fr
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/plain/impatient-fr/README
|
|
%{_texmfdistdir}/doc/plain/impatient-fr/config.tex
|
|
%{_texmfdistdir}/doc/plain/impatient-fr/eplain.tex
|
|
%{_texmfdistdir}/doc/plain/impatient-fr/fbackm.tex
|
|
%{_texmfdistdir}/doc/plain/impatient-fr/fbook.pdf
|
|
%{_texmfdistdir}/doc/plain/impatient-fr/fbook.tex
|
|
%{_texmfdistdir}/doc/plain/impatient-fr/fcapsule.tex
|
|
%{_texmfdistdir}/doc/plain/impatient-fr/fconcept.tex
|
|
%{_texmfdistdir}/doc/plain/impatient-fr/fcopyrgh.tex
|
|
%{_texmfdistdir}/doc/plain/impatient-fr/fdl.tex
|
|
%{_texmfdistdir}/doc/plain/impatient-fr/ferrors.tex
|
|
%{_texmfdistdir}/doc/plain/impatient-fr/fexamples.tex
|
|
%{_texmfdistdir}/doc/plain/impatient-fr/ffrontm.tex
|
|
%{_texmfdistdir}/doc/plain/impatient-fr/fgenops.tex
|
|
%{_texmfdistdir}/doc/plain/impatient-fr/fmacros.tex
|
|
%{_texmfdistdir}/doc/plain/impatient-fr/fmath.tex
|
|
%{_texmfdistdir}/doc/plain/impatient-fr/fmodes.tex
|
|
%{_texmfdistdir}/doc/plain/impatient-fr/fonts.tex
|
|
%{_texmfdistdir}/doc/plain/impatient-fr/fpages.tex
|
|
%{_texmfdistdir}/doc/plain/impatient-fr/fparas.tex
|
|
%{_texmfdistdir}/doc/plain/impatient-fr/fpreface.tex
|
|
%{_texmfdistdir}/doc/plain/impatient-fr/fread1st.tex
|
|
%{_texmfdistdir}/doc/plain/impatient-fr/ftips.tex
|
|
%{_texmfdistdir}/doc/plain/impatient-fr/fusebook.tex
|
|
%{_texmfdistdir}/doc/plain/impatient-fr/fusermacs.tex
|
|
%{_texmfdistdir}/doc/plain/impatient-fr/fusingtex.tex
|
|
%{_texmfdistdir}/doc/plain/impatient-fr/fxmptext.tex
|
|
/var/adm/update-scripts/texlive-impatient-fr-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-impnattypo
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1svn31076
|
|
Release: 0
|
|
Summary: Support typography of l'Imprimerie Nationale FranASSaise
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-impnattypo-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source37: impnattypo.tar.xz
|
|
Source38: impnattypo.doc.tar.xz
|
|
|
|
%description -n texlive-impnattypo
|
|
The package provides useful macros implementing recommendations
|
|
by the French Imprimerie Nationale.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-impnattypo-doc
|
|
Summary: Documentation for texlive-impnattypo
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1svn31076
|
|
Release: 0
|
|
Provides: locale(texlive-impnattypo-doc:fr;en)
|
|
|
|
%description -n texlive-impnattypo-doc
|
|
This package includes the documentation for texlive-impnattypo
|
|
|
|
%post -n texlive-impnattypo
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-impnattypo
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-impnattypo
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-impnattypo-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/impnattypo/README
|
|
%{_texmfdistdir}/doc/latex/impnattypo/impnattypo-fr.pdf
|
|
%{_texmfdistdir}/doc/latex/impnattypo/impnattypo.pdf
|
|
|
|
%files -n texlive-impnattypo
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/impnattypo/impnattypo.sty
|
|
/var/adm/update-scripts/texlive-impnattypo-%{texlive_version}.%{texlive_noarch}.1.1svn31076-%{release}-zypper
|
|
|
|
%package -n texlive-import
|
|
Version: %{texlive_version}.%{texlive_noarch}.5.1svn17361
|
|
Release: 0
|
|
Summary: Establish input relative to a directory
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-import-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source39: import.tar.xz
|
|
Source40: import.doc.tar.xz
|
|
|
|
%description -n texlive-import
|
|
The commands \import{full_path}{file} and
|
|
\subimport{path_extension}{file} set up input through standard
|
|
LaTeX mechanisms (\input, \include and \includegraphics) to
|
|
load files relative to the \import-ed directory. There are also
|
|
\includefrom, \subincludefrom, and * variants of the commands.
|
|
|
|
date: 2012-05-09 13:25:33 +0000
|
|
|
|
|
|
%package -n texlive-import-doc
|
|
Summary: Documentation for texlive-import
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.5.1svn17361
|
|
Release: 0
|
|
|
|
%description -n texlive-import-doc
|
|
This package includes the documentation for texlive-import
|
|
|
|
%post -n texlive-import
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-import
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-import
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-import-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/import/import.pdf
|
|
%{_texmfdistdir}/doc/latex/import/import.tex
|
|
|
|
%files -n texlive-import
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/import/import.sty
|
|
/var/adm/update-scripts/texlive-import-%{texlive_version}.%{texlive_noarch}.5.1svn17361-%{release}-zypper
|
|
|
|
%package -n texlive-imsproc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn29803
|
|
Release: 0
|
|
Summary: Typeset IMS conference proceedings
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-imsproc-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source41: imsproc.tar.xz
|
|
Source42: imsproc.doc.tar.xz
|
|
|
|
%description -n texlive-imsproc
|
|
The class typesets papers for IMS (Iranian Mathematical
|
|
Society) conference proceedings. The class uses the XePersian
|
|
package.
|
|
|
|
date: 2014-04-29 04:13:54 +0000
|
|
|
|
|
|
%package -n texlive-imsproc-doc
|
|
Summary: Documentation for texlive-imsproc
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn29803
|
|
Release: 0
|
|
|
|
%description -n texlive-imsproc-doc
|
|
This package includes the documentation for texlive-imsproc
|
|
|
|
%post -n texlive-imsproc
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-imsproc
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-imsproc
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-imsproc-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/xelatex/imsproc/README
|
|
%{_texmfdistdir}/doc/xelatex/imsproc/logo.JPG
|
|
%{_texmfdistdir}/doc/xelatex/imsproc/sample-imsproc.tex
|
|
|
|
%files -n texlive-imsproc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/xelatex/imsproc/imsproc.cls
|
|
/var/adm/update-scripts/texlive-imsproc-%{texlive_version}.%{texlive_noarch}.0.0.1svn29803-%{release}-zypper
|
|
|
|
%package -n texlive-imtekda
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.7svn17667
|
|
Release: 0
|
|
Summary: IMTEK thesis 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): texlive >= %{texlive_version}
|
|
Recommends: texlive-imtekda-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source43: imtekda.tar.xz
|
|
Source44: imtekda.doc.tar.xz
|
|
|
|
%description -n texlive-imtekda
|
|
The class permits typesetting of diploma, bachelor's and
|
|
master's theses for the Institute of Microsystem Technology
|
|
(IMTEK) at the University of Freiburg (Germany). The class is
|
|
based on the KOMA-Script class scrbook. Included in the
|
|
documentation is a large collection of useful tips for
|
|
typesetting theses and a list of recommended packages.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-imtekda-doc
|
|
Summary: Documentation for texlive-imtekda
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.7svn17667
|
|
Release: 0
|
|
Provides: locale(texlive-imtekda-doc:de;de)
|
|
|
|
%description -n texlive-imtekda-doc
|
|
This package includes the documentation for texlive-imtekda
|
|
|
|
%post -n texlive-imtekda
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-imtekda
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-imtekda
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-imtekda-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/imtekda/IMTEKda.pdf
|
|
%{_texmfdistdir}/doc/latex/imtekda/README
|
|
%{_texmfdistdir}/doc/latex/imtekda/diplarb.bib
|
|
%{_texmfdistdir}/doc/latex/imtekda/diplarb.tex
|
|
%{_texmfdistdir}/doc/latex/imtekda/figures/bild.eps
|
|
%{_texmfdistdir}/doc/latex/imtekda/figures/bild.pdf
|
|
|
|
%files -n texlive-imtekda
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/imtekda/IMTEKda.cls
|
|
/var/adm/update-scripts/texlive-imtekda-%{texlive_version}.%{texlive_noarch}.1.7svn17667-%{release}-zypper
|
|
|
|
%package -n texlive-incgraph
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.11svn28868
|
|
Release: 0
|
|
Summary: Sophisticated graphics inclusion in a PDF document
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-incgraph-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source45: incgraph.tar.xz
|
|
Source46: incgraph.doc.tar.xz
|
|
|
|
%description -n texlive-incgraph
|
|
The package provides tools for including graphics at the full
|
|
size of the output medium, or for creating "pages" whose size
|
|
is that of the graphic they contain. A principal use case is
|
|
documents that require inclusion of (potentially many) scans or
|
|
photographs. Bookmarking is especially supported. The tool box
|
|
has basic macros and a 'convenience' user interface that wraps
|
|
\includegraphics
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-incgraph-doc
|
|
Summary: Documentation for texlive-incgraph
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.11svn28868
|
|
Release: 0
|
|
|
|
%description -n texlive-incgraph-doc
|
|
This package includes the documentation for texlive-incgraph
|
|
|
|
%post -n texlive-incgraph
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-incgraph
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-incgraph
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-incgraph-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/incgraph/CHANGES
|
|
%{_texmfdistdir}/doc/latex/incgraph/README
|
|
%{_texmfdistdir}/doc/latex/incgraph/exaimage-0001.png
|
|
%{_texmfdistdir}/doc/latex/incgraph/exaimage-0037.png
|
|
%{_texmfdistdir}/doc/latex/incgraph/exaimage-0123.png
|
|
%{_texmfdistdir}/doc/latex/incgraph/example.jpg
|
|
%{_texmfdistdir}/doc/latex/incgraph/incgraph-example-a.pdf
|
|
%{_texmfdistdir}/doc/latex/incgraph/incgraph-example-a.tex
|
|
%{_texmfdistdir}/doc/latex/incgraph/incgraph-example-b.pdf
|
|
%{_texmfdistdir}/doc/latex/incgraph/incgraph-example-b.tex
|
|
%{_texmfdistdir}/doc/latex/incgraph/incgraph-example-c.pdf
|
|
%{_texmfdistdir}/doc/latex/incgraph/incgraph-example-c.tex
|
|
%{_texmfdistdir}/doc/latex/incgraph/incgraph.pdf
|
|
%{_texmfdistdir}/doc/latex/incgraph/incgraph.tex
|
|
|
|
%files -n texlive-incgraph
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/incgraph/incgraph.sty
|
|
/var/adm/update-scripts/texlive-incgraph-%{texlive_version}.%{texlive_noarch}.1.11svn28868-%{release}-zypper
|
|
|
|
%package -n texlive-inconsolata
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.04svn32983
|
|
Release: 0
|
|
Summary: A monospaced font, with support files for use with TeX
|
|
License: OFL-1.1
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(post): grep
|
|
Requires(post): sed
|
|
Requires(postun): sed
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Requires: texlive-inconsolata-fonts >= %{texlive_version}
|
|
Recommends: texlive-inconsolata-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source47: inconsolata.tar.xz
|
|
Source48: inconsolata.doc.tar.xz
|
|
|
|
%description -n texlive-inconsolata
|
|
Inconsolata is a monospaced font designed by Raph Levien. This
|
|
package contains the font (in both Adobe Type 1 and OpenType
|
|
formats) in regular and bold weights, with additional glyphs
|
|
and options to control slashed zero, upright quotes and a
|
|
shapelier lower-case L, plus metric files for use with TeX, and
|
|
LaTeX font definition and other relevant files.
|
|
|
|
date: 2014-05-08 13:40:26 +0000
|
|
|
|
|
|
%package -n texlive-inconsolata-doc
|
|
Summary: Documentation for texlive-inconsolata
|
|
License: OFL-1.1
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.04svn32983
|
|
Release: 0
|
|
|
|
%description -n texlive-inconsolata-doc
|
|
This package includes the documentation for texlive-inconsolata
|
|
|
|
|
|
%package -n texlive-inconsolata-fonts
|
|
Summary: Severed fonts for texlive-inconsolata
|
|
License: OFL-1.1
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.04svn32983
|
|
Release: 0
|
|
Requires(post): fontconfig
|
|
Requires(post): ghostscript-fonts-std
|
|
Requires(post): mkfontdir
|
|
Requires(post): mkfontscale
|
|
Requires(post): xorg-x11-fonts-core
|
|
Requires(postun): fontconfig
|
|
Requires(postun): ghostscript-fonts-std
|
|
Requires(postun): xorg-x11-fonts-core
|
|
|
|
%description -n texlive-inconsolata-fonts
|
|
The separated fonts package for texlive-inconsolata
|
|
%post -n texlive-inconsolata
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if grep -qsE 'Map[[:blank:]]+zi4.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+zi4.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map zi4.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%postun -n texlive-inconsolata
|
|
if test $1 = 0; then
|
|
sed -ri 's/^(Map[[:blank:]]+zi4.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
%{_bindir}/updmap-sys --nohash --quiet > /dev/null 2>&1 || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%posttrans -n texlive-inconsolata
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%post -n texlive-inconsolata-fonts
|
|
mkfontscale %{_datadir}/fonts/texlive-inconsolata
|
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-inconsolata
|
|
fc-cache %{_datadir}/fonts
|
|
|
|
%postun -n texlive-inconsolata-fonts
|
|
if test $1 = 0; then
|
|
fc-cache %{_datadir}/fonts
|
|
fi
|
|
|
|
%files -n texlive-inconsolata-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/fonts/inconsolata/OFL.txt
|
|
%{_texmfdistdir}/doc/fonts/inconsolata/README
|
|
%{_texmfdistdir}/doc/fonts/inconsolata/afmcmds.txt
|
|
%{_texmfdistdir}/doc/fonts/inconsolata/inconsolata-doc.pdf
|
|
%{_texmfdistdir}/doc/fonts/inconsolata/inconsolata-doc.tex
|
|
%{_texmfdistdir}/doc/fonts/inconsolata/novarqu-crop.pdf
|
|
%{_texmfdistdir}/doc/fonts/inconsolata/novarqu-noupq-crop.pdf
|
|
%{_texmfdistdir}/doc/fonts/inconsolata/varqu-noupq-crop.pdf
|
|
|
|
%files -n texlive-inconsolata
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/i4-ly1-0.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/i4-ly1-1.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/i4-ly1-2.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/i4-ly1-3.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/i4-ly1-4.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/i4-ly1-5.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/i4-ly1-6.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/i4-ly1-7.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/i4-ot1-0.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/i4-ot1-1.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/i4-ot1-2.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/i4-ot1-3.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/i4-ot1-4.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/i4-ot1-5.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/i4-ot1-6.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/i4-ot1-7.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/i4-qx-0.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/i4-qx-1.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/i4-qx-2.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/i4-qx-3.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/i4-qx-4.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/i4-qx-5.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/i4-qx-6.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/i4-qx-7.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/i4-t1-0.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/i4-t1-1.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/i4-t1-2.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/i4-t1-3.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/i4-t1-4.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/i4-t1-5.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/i4-t1-6.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/i4-t1-7.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/i4-ts1.enc
|
|
%{_texmfdistdir}/fonts/map/dvips/inconsolata/zi4.map
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/inconsolata/Inconsolatazi4-Bold.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/inconsolata/Inconsolatazi4-Regular.otf
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/ly1-zi4b-0.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/ly1-zi4b-1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/ly1-zi4b-2.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/ly1-zi4b-3.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/ly1-zi4b-4.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/ly1-zi4b-5.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/ly1-zi4b-6.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/ly1-zi4b-7.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/ly1-zi4r-0.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/ly1-zi4r-1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/ly1-zi4r-2.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/ly1-zi4r-3.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/ly1-zi4r-4.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/ly1-zi4r-5.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/ly1-zi4r-6.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/ly1-zi4r-7.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/ot1-zi4b-0.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/ot1-zi4b-1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/ot1-zi4b-2.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/ot1-zi4b-3.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/ot1-zi4b-4.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/ot1-zi4b-5.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/ot1-zi4b-6.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/ot1-zi4b-7.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/ot1-zi4r-0.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/ot1-zi4r-1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/ot1-zi4r-2.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/ot1-zi4r-3.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/ot1-zi4r-4.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/ot1-zi4r-5.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/ot1-zi4r-6.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/ot1-zi4r-7.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/qx-zi4b-0.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/qx-zi4b-1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/qx-zi4b-2.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/qx-zi4b-3.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/qx-zi4b-4.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/qx-zi4b-5.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/qx-zi4b-6.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/qx-zi4b-7.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/qx-zi4r-0.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/qx-zi4r-1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/qx-zi4r-2.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/qx-zi4r-3.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/qx-zi4r-4.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/qx-zi4r-5.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/qx-zi4r-6.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/qx-zi4r-7.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/t1-zi4b-0.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/t1-zi4b-1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/t1-zi4b-2.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/t1-zi4b-3.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/t1-zi4b-4.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/t1-zi4b-5.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/t1-zi4b-6.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/t1-zi4b-7.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/t1-zi4r-0.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/t1-zi4r-1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/t1-zi4r-2.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/t1-zi4r-3.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/t1-zi4r-4.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/t1-zi4r-5.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/t1-zi4r-6.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/t1-zi4r-7.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/ts1-zi4b.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/inconsolata/ts1-zi4r.tfm
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/inconsolata/Inconsolata-zi4b.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/inconsolata/Inconsolata-zi4r.pfb
|
|
%{_texmfdistdir}/tex/latex/inconsolata/inconsolata.sty
|
|
%{_texmfdistdir}/tex/latex/inconsolata/ly1zi4.fd
|
|
%{_texmfdistdir}/tex/latex/inconsolata/ot1zi4.fd
|
|
%{_texmfdistdir}/tex/latex/inconsolata/qxzi4.fd
|
|
%{_texmfdistdir}/tex/latex/inconsolata/t1zi4.fd
|
|
%{_texmfdistdir}/tex/latex/inconsolata/ts1zi4.fd
|
|
%{_texmfdistdir}/tex/latex/inconsolata/zi4.sty
|
|
|
|
%files -n texlive-inconsolata-fonts
|
|
%defattr(-,root,root,755)
|
|
%dir %{_datadir}/fonts/texlive-inconsolata
|
|
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-inconsolata.conf
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-inconsolata/encodings.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-inconsolata/fonts.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-inconsolata/fonts.scale
|
|
%{_datadir}/fonts/texlive-inconsolata/Inconsolatazi4-Bold.otf
|
|
%{_datadir}/fonts/texlive-inconsolata/Inconsolatazi4-Regular.otf
|
|
%{_datadir}/fonts/texlive-inconsolata/Inconsolata-zi4b.pfb
|
|
%{_datadir}/fonts/texlive-inconsolata/Inconsolata-zi4r.pfb
|
|
/var/adm/update-scripts/texlive-inconsolata-%{texlive_version}.%{texlive_noarch}.1.04svn32983-%{release}-zypper
|
|
|
|
%package -n texlive-index
|
|
Version: %{texlive_version}.%{texlive_noarch}.4.1betasvn24099
|
|
Release: 0
|
|
Summary: Extended index for LaTeX including multiple indexes
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-index-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source49: index.tar.xz
|
|
Source50: index.doc.tar.xz
|
|
|
|
%description -n texlive-index
|
|
This is a reimplementation of LaTeX's indexing macros to
|
|
provide better support for indexing. For example, it supports
|
|
multiple indexes in a single document and provides a more
|
|
robust \index command. It supplies short hand notations for the
|
|
\index command (^{word}) and a * variation of \index
|
|
(abbreviated _{word}) that prints the word being indexed, as
|
|
well as creating an index entry for it.
|
|
|
|
date: 2012-06-03 11:48:34 +0000
|
|
|
|
|
|
%package -n texlive-index-doc
|
|
Summary: Documentation for texlive-index
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.4.1betasvn24099
|
|
Release: 0
|
|
|
|
%description -n texlive-index-doc
|
|
This package includes the documentation for texlive-index
|
|
|
|
%post -n texlive-index
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-index
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-index
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-index-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/index/README
|
|
%{_texmfdistdir}/doc/latex/index/TODO
|
|
%{_texmfdistdir}/doc/latex/index/agsmtst.tex
|
|
%{_texmfdistdir}/doc/latex/index/autind.tex
|
|
%{_texmfdistdir}/doc/latex/index/index.pdf
|
|
%{_texmfdistdir}/doc/latex/index/plaintst.tex
|
|
%{_texmfdistdir}/doc/latex/index/sample.tex
|
|
%{_texmfdistdir}/doc/latex/index/test.bib
|
|
|
|
%files -n texlive-index
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/bibtex/bst/index/xagsm.bst
|
|
%{_texmfdistdir}/bibtex/bst/index/xplain.bst
|
|
%{_texmfdistdir}/makeindex/index/bibref.ist
|
|
%{_texmfdistdir}/tex/latex/index/autind.sty
|
|
%{_texmfdistdir}/tex/latex/index/bibref.sty
|
|
%{_texmfdistdir}/tex/latex/index/index.sty
|
|
/var/adm/update-scripts/texlive-index-%{texlive_version}.%{texlive_noarch}.4.1betasvn24099-%{release}-zypper
|
|
|
|
%package -n texlive-initials
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Adobe Type 1 decorative initial fonts
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(post): grep
|
|
Requires(post): sed
|
|
Requires(postun): sed
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Requires: texlive-initials-fonts >= %{texlive_version}
|
|
Recommends: texlive-initials-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source51: initials.tar.xz
|
|
Source52: initials.doc.tar.xz
|
|
|
|
%description -n texlive-initials
|
|
For each font, at least an .pfb and .tfm file is provided, with
|
|
a .fd file for use with LaTeX.
|
|
|
|
date: 2014-05-08 13:40:26 +0000
|
|
|
|
|
|
%package -n texlive-initials-doc
|
|
Summary: Documentation for texlive-initials
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-initials-doc
|
|
This package includes the documentation for texlive-initials
|
|
|
|
|
|
%package -n texlive-initials-fonts
|
|
Summary: Severed fonts for texlive-initials
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Requires(post): fontconfig
|
|
Requires(post): ghostscript-fonts-std
|
|
Requires(post): mkfontdir
|
|
Requires(post): mkfontscale
|
|
Requires(post): xorg-x11-fonts-core
|
|
Requires(postun): fontconfig
|
|
Requires(postun): ghostscript-fonts-std
|
|
Requires(postun): xorg-x11-fonts-core
|
|
|
|
%description -n texlive-initials-fonts
|
|
The separated fonts package for texlive-initials
|
|
%post -n texlive-initials
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if grep -qsE 'Map[[:blank:]]+Acorn.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+Acorn.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map Acorn.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
if grep -qsE 'Map[[:blank:]]+AnnSton.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+AnnSton.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map AnnSton.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
if grep -qsE 'Map[[:blank:]]+ArtNouv.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+ArtNouv.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map ArtNouv.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
if grep -qsE 'Map[[:blank:]]+ArtNouvc.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+ArtNouvc.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map ArtNouvc.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
if grep -qsE 'Map[[:blank:]]+Carrickc.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+Carrickc.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map Carrickc.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
if grep -qsE 'Map[[:blank:]]+Eichenla.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+Eichenla.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map Eichenla.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
if grep -qsE 'Map[[:blank:]]+Eileen.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+Eileen.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map Eileen.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
if grep -qsE 'Map[[:blank:]]+EileenBl.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+EileenBl.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map EileenBl.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
if grep -qsE 'Map[[:blank:]]+Elzevier.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+Elzevier.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map Elzevier.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
if grep -qsE 'Map[[:blank:]]+GotIn.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+GotIn.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map GotIn.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
if grep -qsE 'Map[[:blank:]]+GoudyIn.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+GoudyIn.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map GoudyIn.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
if grep -qsE 'Map[[:blank:]]+Kinigcap.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+Kinigcap.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map Kinigcap.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
if grep -qsE 'Map[[:blank:]]+Konanur.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+Konanur.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map Konanur.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
if grep -qsE 'Map[[:blank:]]+Kramer.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+Kramer.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map Kramer.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
if grep -qsE 'Map[[:blank:]]+MorrisIn.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+MorrisIn.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map MorrisIn.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
if grep -qsE 'Map[[:blank:]]+Nouveaud.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+Nouveaud.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map Nouveaud.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
if grep -qsE 'Map[[:blank:]]+Romantik.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+Romantik.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map Romantik.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
if grep -qsE 'Map[[:blank:]]+Rothdn.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+Rothdn.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map Rothdn.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
if grep -qsE 'Map[[:blank:]]+RoyalIn.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+RoyalIn.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map RoyalIn.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
if grep -qsE 'Map[[:blank:]]+Sanremo.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+Sanremo.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map Sanremo.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
if grep -qsE 'Map[[:blank:]]+Starburst.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+Starburst.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map Starburst.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
if grep -qsE 'Map[[:blank:]]+Typocaps.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+Typocaps.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map Typocaps.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
if grep -qsE 'Map[[:blank:]]+Zallman.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+Zallman.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map Zallman.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%postun -n texlive-initials
|
|
if test $1 = 0; then
|
|
sed -ri 's/^(Map[[:blank:]]+Acorn.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
sed -ri 's/^(Map[[:blank:]]+AnnSton.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
sed -ri 's/^(Map[[:blank:]]+ArtNouv.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
sed -ri 's/^(Map[[:blank:]]+ArtNouvc.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
sed -ri 's/^(Map[[:blank:]]+Carrickc.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
sed -ri 's/^(Map[[:blank:]]+Eichenla.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
sed -ri 's/^(Map[[:blank:]]+Eileen.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
sed -ri 's/^(Map[[:blank:]]+EileenBl.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
sed -ri 's/^(Map[[:blank:]]+Elzevier.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
sed -ri 's/^(Map[[:blank:]]+GotIn.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
sed -ri 's/^(Map[[:blank:]]+GoudyIn.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
sed -ri 's/^(Map[[:blank:]]+Kinigcap.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
sed -ri 's/^(Map[[:blank:]]+Konanur.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
sed -ri 's/^(Map[[:blank:]]+Kramer.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
sed -ri 's/^(Map[[:blank:]]+MorrisIn.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
sed -ri 's/^(Map[[:blank:]]+Nouveaud.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
sed -ri 's/^(Map[[:blank:]]+Romantik.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
sed -ri 's/^(Map[[:blank:]]+Rothdn.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
sed -ri 's/^(Map[[:blank:]]+RoyalIn.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
sed -ri 's/^(Map[[:blank:]]+Sanremo.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
sed -ri 's/^(Map[[:blank:]]+Starburst.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
sed -ri 's/^(Map[[:blank:]]+Typocaps.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
sed -ri 's/^(Map[[:blank:]]+Zallman.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
%{_bindir}/updmap-sys --nohash --quiet > /dev/null 2>&1 || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%posttrans -n texlive-initials
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%post -n texlive-initials-fonts
|
|
mkfontscale %{_datadir}/fonts/texlive-initials
|
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-initials
|
|
fc-cache %{_datadir}/fonts
|
|
|
|
%postun -n texlive-initials-fonts
|
|
if test $1 = 0; then
|
|
fc-cache %{_datadir}/fonts
|
|
fi
|
|
|
|
%files -n texlive-initials-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/fonts/initials/Acorn.tex
|
|
%{_texmfdistdir}/doc/fonts/initials/AnnSton.tex
|
|
%{_texmfdistdir}/doc/fonts/initials/ArtNouv.tex
|
|
%{_texmfdistdir}/doc/fonts/initials/ArtNouvc.tex
|
|
%{_texmfdistdir}/doc/fonts/initials/Carrickc.tex
|
|
%{_texmfdistdir}/doc/fonts/initials/Eichenla.tex
|
|
%{_texmfdistdir}/doc/fonts/initials/Eileen.tex
|
|
%{_texmfdistdir}/doc/fonts/initials/EileenBl.tex
|
|
%{_texmfdistdir}/doc/fonts/initials/Elzevier.tex
|
|
%{_texmfdistdir}/doc/fonts/initials/GotIn.tex
|
|
%{_texmfdistdir}/doc/fonts/initials/GoudyIn.tex
|
|
%{_texmfdistdir}/doc/fonts/initials/Kinigcap.tex
|
|
%{_texmfdistdir}/doc/fonts/initials/Konanur.tex
|
|
%{_texmfdistdir}/doc/fonts/initials/Kramer.tex
|
|
%{_texmfdistdir}/doc/fonts/initials/MorrisIn.tex
|
|
%{_texmfdistdir}/doc/fonts/initials/Nouveaud.tex
|
|
%{_texmfdistdir}/doc/fonts/initials/README
|
|
%{_texmfdistdir}/doc/fonts/initials/Romantik.tex
|
|
%{_texmfdistdir}/doc/fonts/initials/Rothdn.tex
|
|
%{_texmfdistdir}/doc/fonts/initials/RoyalIn.tex
|
|
%{_texmfdistdir}/doc/fonts/initials/Sanremo.tex
|
|
%{_texmfdistdir}/doc/fonts/initials/Starburst.tex
|
|
%{_texmfdistdir}/doc/fonts/initials/Typocaps.tex
|
|
%{_texmfdistdir}/doc/fonts/initials/Zallman.tex
|
|
|
|
%files -n texlive-initials
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/dvips/initials/config.Acorn
|
|
%{_texmfdistdir}/dvips/initials/config.AnnSton
|
|
%{_texmfdistdir}/dvips/initials/config.ArtNouv
|
|
%{_texmfdistdir}/dvips/initials/config.ArtNouvc
|
|
%{_texmfdistdir}/dvips/initials/config.Carrickc
|
|
%{_texmfdistdir}/dvips/initials/config.Eichenla
|
|
%{_texmfdistdir}/dvips/initials/config.Eileen
|
|
%{_texmfdistdir}/dvips/initials/config.EileenBl
|
|
%{_texmfdistdir}/dvips/initials/config.Elzevier
|
|
%{_texmfdistdir}/dvips/initials/config.GotIn
|
|
%{_texmfdistdir}/dvips/initials/config.GoudyIn
|
|
%{_texmfdistdir}/dvips/initials/config.Kinigcap
|
|
%{_texmfdistdir}/dvips/initials/config.Konanur
|
|
%{_texmfdistdir}/dvips/initials/config.Kramer
|
|
%{_texmfdistdir}/dvips/initials/config.MorrisIn
|
|
%{_texmfdistdir}/dvips/initials/config.Nouveaud
|
|
%{_texmfdistdir}/dvips/initials/config.Romantik
|
|
%{_texmfdistdir}/dvips/initials/config.Rothdn
|
|
%{_texmfdistdir}/dvips/initials/config.RoyalIn
|
|
%{_texmfdistdir}/dvips/initials/config.Sanremo
|
|
%{_texmfdistdir}/dvips/initials/config.Starburst
|
|
%{_texmfdistdir}/dvips/initials/config.Typocaps
|
|
%{_texmfdistdir}/dvips/initials/config.Zallman
|
|
%{_texmfdistdir}/fonts/afm/public/initials/Acorn.afm
|
|
%{_texmfdistdir}/fonts/afm/public/initials/AnnSton.afm
|
|
%{_texmfdistdir}/fonts/afm/public/initials/ArtNouv.afm
|
|
%{_texmfdistdir}/fonts/afm/public/initials/ArtNouvc.afm
|
|
%{_texmfdistdir}/fonts/afm/public/initials/Carrickc.afm
|
|
%{_texmfdistdir}/fonts/afm/public/initials/Eichenla.afm
|
|
%{_texmfdistdir}/fonts/afm/public/initials/Eileen.afm
|
|
%{_texmfdistdir}/fonts/afm/public/initials/EileenBl.afm
|
|
%{_texmfdistdir}/fonts/afm/public/initials/Elzevier.afm
|
|
%{_texmfdistdir}/fonts/afm/public/initials/GotIn.afm
|
|
%{_texmfdistdir}/fonts/afm/public/initials/GoudyIn.afm
|
|
%{_texmfdistdir}/fonts/afm/public/initials/Kinigcap.afm
|
|
%{_texmfdistdir}/fonts/afm/public/initials/Konanur.afm
|
|
%{_texmfdistdir}/fonts/afm/public/initials/Kramer.afm
|
|
%{_texmfdistdir}/fonts/afm/public/initials/MorrisIn.afm
|
|
%{_texmfdistdir}/fonts/afm/public/initials/Nouveaud.afm
|
|
%{_texmfdistdir}/fonts/afm/public/initials/Romantik.afm
|
|
%{_texmfdistdir}/fonts/afm/public/initials/Rothdn.afm
|
|
%{_texmfdistdir}/fonts/afm/public/initials/RoyalIn.afm
|
|
%{_texmfdistdir}/fonts/afm/public/initials/Sanremo.afm
|
|
%{_texmfdistdir}/fonts/afm/public/initials/Starburst.afm
|
|
%{_texmfdistdir}/fonts/afm/public/initials/Typocaps.afm
|
|
%{_texmfdistdir}/fonts/afm/public/initials/Zallman.afm
|
|
%{_texmfdistdir}/fonts/map/dvips/initials/Acorn.map
|
|
%{_texmfdistdir}/fonts/map/dvips/initials/AnnSton.map
|
|
%{_texmfdistdir}/fonts/map/dvips/initials/ArtNouv.map
|
|
%{_texmfdistdir}/fonts/map/dvips/initials/ArtNouvc.map
|
|
%{_texmfdistdir}/fonts/map/dvips/initials/Carrickc.map
|
|
%{_texmfdistdir}/fonts/map/dvips/initials/Eichenla.map
|
|
%{_texmfdistdir}/fonts/map/dvips/initials/Eileen.map
|
|
%{_texmfdistdir}/fonts/map/dvips/initials/EileenBl.map
|
|
%{_texmfdistdir}/fonts/map/dvips/initials/Elzevier.map
|
|
%{_texmfdistdir}/fonts/map/dvips/initials/GotIn.map
|
|
%{_texmfdistdir}/fonts/map/dvips/initials/GoudyIn.map
|
|
%{_texmfdistdir}/fonts/map/dvips/initials/Kinigcap.map
|
|
%{_texmfdistdir}/fonts/map/dvips/initials/Konanur.map
|
|
%{_texmfdistdir}/fonts/map/dvips/initials/Kramer.map
|
|
%{_texmfdistdir}/fonts/map/dvips/initials/MorrisIn.map
|
|
%{_texmfdistdir}/fonts/map/dvips/initials/Nouveaud.map
|
|
%{_texmfdistdir}/fonts/map/dvips/initials/Romantik.map
|
|
%{_texmfdistdir}/fonts/map/dvips/initials/Rothdn.map
|
|
%{_texmfdistdir}/fonts/map/dvips/initials/RoyalIn.map
|
|
%{_texmfdistdir}/fonts/map/dvips/initials/Sanremo.map
|
|
%{_texmfdistdir}/fonts/map/dvips/initials/Starburst.map
|
|
%{_texmfdistdir}/fonts/map/dvips/initials/Typocaps.map
|
|
%{_texmfdistdir}/fonts/map/dvips/initials/Zallman.map
|
|
%{_texmfdistdir}/fonts/tfm/public/initials/Acorn.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/initials/AnnSton.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/initials/ArtNouv.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/initials/ArtNouvc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/initials/Carrickc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/initials/Eichenla.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/initials/Eileen.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/initials/EileenBl.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/initials/Elzevier.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/initials/GotIn.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/initials/GoudyIn.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/initials/Kinigcap.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/initials/Konanur.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/initials/Kramer.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/initials/MorrisIn.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/initials/Nouveaud.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/initials/Romantik.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/initials/Rothdn.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/initials/RoyalIn.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/initials/Sanremo.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/initials/Starburst.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/initials/Typocaps.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/initials/Zallman.tfm
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/initials/Acorn.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/initials/AnnSton.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/initials/ArtNouv.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/initials/ArtNouvc.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/initials/Carrickc.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/initials/Eichenla.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/initials/Eileen.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/initials/EileenBl.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/initials/Elzevier.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/initials/GotIn.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/initials/GoudyIn.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/initials/Kinigcap.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/initials/Konanur.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/initials/Kramer.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/initials/MorrisIn.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/initials/Nouveaud.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/initials/Romantik.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/initials/Rothdn.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/initials/RoyalIn.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/initials/Sanremo.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/initials/Starburst.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/initials/Typocaps.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/initials/Zallman.pfb
|
|
%{_texmfdistdir}/tex/latex/initials/Acorn.fd
|
|
%{_texmfdistdir}/tex/latex/initials/AnnSton.fd
|
|
%{_texmfdistdir}/tex/latex/initials/ArtNouv.fd
|
|
%{_texmfdistdir}/tex/latex/initials/ArtNouvc.fd
|
|
%{_texmfdistdir}/tex/latex/initials/Carrickc.fd
|
|
%{_texmfdistdir}/tex/latex/initials/Eichenla.fd
|
|
%{_texmfdistdir}/tex/latex/initials/Eileen.fd
|
|
%{_texmfdistdir}/tex/latex/initials/EileenBl.fd
|
|
%{_texmfdistdir}/tex/latex/initials/Elzevier.fd
|
|
%{_texmfdistdir}/tex/latex/initials/GotIn.fd
|
|
%{_texmfdistdir}/tex/latex/initials/GoudyIn.fd
|
|
%{_texmfdistdir}/tex/latex/initials/Kinigcap.fd
|
|
%{_texmfdistdir}/tex/latex/initials/Konanur.fd
|
|
%{_texmfdistdir}/tex/latex/initials/Kramer.fd
|
|
%{_texmfdistdir}/tex/latex/initials/MorrisIn.fd
|
|
%{_texmfdistdir}/tex/latex/initials/Nouveaud.fd
|
|
%{_texmfdistdir}/tex/latex/initials/Romantik.fd
|
|
%{_texmfdistdir}/tex/latex/initials/Rothdn.fd
|
|
%{_texmfdistdir}/tex/latex/initials/RoyalIn.fd
|
|
%{_texmfdistdir}/tex/latex/initials/Sanremo.fd
|
|
%{_texmfdistdir}/tex/latex/initials/Starburst.fd
|
|
%{_texmfdistdir}/tex/latex/initials/Typocaps.fd
|
|
%{_texmfdistdir}/tex/latex/initials/Zallman.fd
|
|
|
|
%files -n texlive-initials-fonts
|
|
%defattr(-,root,root,755)
|
|
%dir %{_datadir}/fonts/texlive-initials
|
|
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-initials.conf
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-initials/encodings.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-initials/fonts.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-initials/fonts.scale
|
|
%{_datadir}/fonts/texlive-initials/Acorn.pfb
|
|
%{_datadir}/fonts/texlive-initials/AnnSton.pfb
|
|
%{_datadir}/fonts/texlive-initials/ArtNouv.pfb
|
|
%{_datadir}/fonts/texlive-initials/ArtNouvc.pfb
|
|
%{_datadir}/fonts/texlive-initials/Carrickc.pfb
|
|
%{_datadir}/fonts/texlive-initials/Eichenla.pfb
|
|
%{_datadir}/fonts/texlive-initials/Eileen.pfb
|
|
%{_datadir}/fonts/texlive-initials/EileenBl.pfb
|
|
%{_datadir}/fonts/texlive-initials/Elzevier.pfb
|
|
%{_datadir}/fonts/texlive-initials/GotIn.pfb
|
|
%{_datadir}/fonts/texlive-initials/GoudyIn.pfb
|
|
%{_datadir}/fonts/texlive-initials/Kinigcap.pfb
|
|
%{_datadir}/fonts/texlive-initials/Konanur.pfb
|
|
%{_datadir}/fonts/texlive-initials/Kramer.pfb
|
|
%{_datadir}/fonts/texlive-initials/MorrisIn.pfb
|
|
%{_datadir}/fonts/texlive-initials/Nouveaud.pfb
|
|
%{_datadir}/fonts/texlive-initials/Romantik.pfb
|
|
%{_datadir}/fonts/texlive-initials/Rothdn.pfb
|
|
%{_datadir}/fonts/texlive-initials/RoyalIn.pfb
|
|
%{_datadir}/fonts/texlive-initials/Sanremo.pfb
|
|
%{_datadir}/fonts/texlive-initials/Starburst.pfb
|
|
%{_datadir}/fonts/texlive-initials/Typocaps.pfb
|
|
%{_datadir}/fonts/texlive-initials/Zallman.pfb
|
|
/var/adm/update-scripts/texlive-initials-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-inlinebib
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn22018
|
|
Release: 0
|
|
Summary: Citations in 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): texlive >= %{texlive_version}
|
|
Recommends: texlive-inlinebib-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source53: inlinebib.tar.xz
|
|
Source54: inlinebib.doc.tar.xz
|
|
|
|
%description -n texlive-inlinebib
|
|
A BibTeX style and a LaTeX package that allow for a full
|
|
bibliography at the end of the document as well as citation
|
|
details in footnotes. The footnote details include "op. cit."
|
|
and "ibid." contractions.
|
|
|
|
date: 2012-06-18 16:51:38 +0000
|
|
|
|
|
|
%package -n texlive-inlinebib-doc
|
|
Summary: Documentation for texlive-inlinebib
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn22018
|
|
Release: 0
|
|
|
|
%description -n texlive-inlinebib-doc
|
|
This package includes the documentation for texlive-inlinebib
|
|
|
|
%post -n texlive-inlinebib
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-inlinebib
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-inlinebib
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-inlinebib-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/bibtex/inlinebib/MANIFEST
|
|
%{_texmfdistdir}/doc/bibtex/inlinebib/inlinebib.htm
|
|
%{_texmfdistdir}/doc/bibtex/inlinebib/inlinebib.txt
|
|
%{_texmfdistdir}/doc/bibtex/inlinebib/inlinebib1.gif
|
|
%{_texmfdistdir}/doc/bibtex/inlinebib/inlinebib2.gif
|
|
|
|
%files -n texlive-inlinebib
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/bibtex/bst/inlinebib/inlinebib.bst
|
|
%{_texmfdistdir}/tex/latex/inlinebib/inlinebib.sty
|
|
%{_texmfdistdir}/tex/latex/inlinebib/pageranges.sty
|
|
/var/adm/update-scripts/texlive-inlinebib-%{texlive_version}.%{texlive_noarch}.svn22018-%{release}-zypper
|
|
|
|
%package -n texlive-inlinedef
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn15878
|
|
Release: 0
|
|
Summary: Inline expansions within definitions
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-inlinedef-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source55: inlinedef.tar.xz
|
|
Source56: inlinedef.doc.tar.xz
|
|
|
|
%description -n texlive-inlinedef
|
|
The package provides a macro \Inline that precedes a \def or
|
|
\gdef. Within the definition text of an inlined definition,
|
|
keywords such as \Expand may be used to selectively inline
|
|
certain expansions at definition-time. This eases the process
|
|
of redefining macros in terms of the original definition, as
|
|
well as definitions in which the token that must be expanded is
|
|
deep within, where \expandafter would be difficult and \edef is
|
|
not suitable. Another application is as an easier version of
|
|
\aftergroup, by defining a macro in terms of expanded local
|
|
variables, then ending the group with
|
|
\expandafter\endgroup\macro.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-inlinedef-doc
|
|
Summary: Documentation for texlive-inlinedef
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-inlinedef-doc
|
|
This package includes the documentation for texlive-inlinedef
|
|
|
|
%post -n texlive-inlinedef
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-inlinedef
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-inlinedef
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-inlinedef-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/inlinedef/README
|
|
%{_texmfdistdir}/doc/latex/inlinedef/inlinedef.pdf
|
|
%{_texmfdistdir}/doc/latex/inlinedef/inlinetest.tex
|
|
|
|
%files -n texlive-inlinedef
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/inlinedef/inlinedef.sty
|
|
/var/adm/update-scripts/texlive-inlinedef-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-inputtrc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn28019
|
|
Release: 0
|
|
Summary: Trace which file loads which
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-inputtrc-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source57: inputtrc.tar.xz
|
|
Source58: inputtrc.doc.tar.xz
|
|
|
|
%description -n texlive-inputtrc
|
|
The package produces screen/log messages of the form '<current>
|
|
INPUTTING <next>' reporting LaTeX input commands (<current> and
|
|
<next> being file names). The message is indented to reflect
|
|
the level of input nesting. Tracing may be turned on and off,
|
|
and the unit of indentation may be adjusted. The implementation
|
|
somewhat resembles those of packages FiNK and inputfile.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-inputtrc-doc
|
|
Summary: Documentation for texlive-inputtrc
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn28019
|
|
Release: 0
|
|
|
|
%description -n texlive-inputtrc-doc
|
|
This package includes the documentation for texlive-inputtrc
|
|
|
|
%post -n texlive-inputtrc
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-inputtrc
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-inputtrc
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-inputtrc-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/inputtrc/README
|
|
%{_texmfdistdir}/doc/latex/inputtrc/README.pdf
|
|
%{_texmfdistdir}/doc/latex/inputtrc/RELEASE.txt
|
|
%{_texmfdistdir}/doc/latex/inputtrc/SrcFILEs.txt
|
|
%{_texmfdistdir}/doc/latex/inputtrc/inputtrc.pdf
|
|
|
|
%files -n texlive-inputtrc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/inputtrc/inputtrc.RLS
|
|
%{_texmfdistdir}/tex/latex/inputtrc/inputtrc.sty
|
|
/var/adm/update-scripts/texlive-inputtrc-%{texlive_version}.%{texlive_noarch}.0.0.3svn28019-%{release}-zypper
|
|
|
|
%package -n texlive-insbox
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.2svn17694
|
|
Release: 0
|
|
Summary: A TeX macro for inserting pictures/boxes into paragraphs
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-insbox-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source59: insbox.tar.xz
|
|
Source60: insbox.doc.tar.xz
|
|
|
|
%description -n texlive-insbox
|
|
The insbox package
|
|
|
|
date: 2012-06-18 16:51:38 +0000
|
|
|
|
|
|
%package -n texlive-insbox-doc
|
|
Summary: Documentation for texlive-insbox
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.2svn17694
|
|
Release: 0
|
|
|
|
%description -n texlive-insbox-doc
|
|
This package includes the documentation for texlive-insbox
|
|
|
|
%post -n texlive-insbox
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-insbox
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-insbox
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-insbox-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/insbox/demo.tex
|
|
%{_texmfdistdir}/doc/generic/insbox/pic1.eps
|
|
%{_texmfdistdir}/doc/generic/insbox/pic2.eps
|
|
|
|
%files -n texlive-insbox
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/insbox/insbox.tex
|
|
/var/adm/update-scripts/texlive-insbox-%{texlive_version}.%{texlive_noarch}.2.2svn17694-%{release}-zypper
|
|
|
|
%package -n texlive-interactiveworkbook
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: LaTeX-based interactive PDF on the Web
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-interactiveworkbook-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source61: interactiveworkbook.tar.xz
|
|
Source62: interactiveworkbook.doc.tar.xz
|
|
|
|
%description -n texlive-interactiveworkbook
|
|
The package interactiveworkbook gives the user the ability to
|
|
write LaTeX documents which, ultimately, create interactive
|
|
question-and-answer Portable Document Format (PDF) tutorials
|
|
meant to be used by Internet students and that, in particular,
|
|
freely use mathematical notation.
|
|
|
|
date: 2012-07-16 14:30:40 +0000
|
|
|
|
|
|
%package -n texlive-interactiveworkbook-doc
|
|
Summary: Documentation for texlive-interactiveworkbook
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-interactiveworkbook-doc
|
|
This package includes the documentation for texlive-interactiveworkbook
|
|
|
|
%post -n texlive-interactiveworkbook
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-interactiveworkbook
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-interactiveworkbook
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-interactiveworkbook-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/documentation/interactiveworkbookmanual.pdf
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/documentation/interactiveworkbookmanual.tex
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/WS_FTP.LOG
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/buttonappearance.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/checkclear.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/checksubmit.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques1.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques10.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques11.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques12.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques13.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques14.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques15.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques16.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques17.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques18.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques19.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques2.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques20.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques3.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques4.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques5.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques6.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques7.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques8.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques9.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/fieldclear.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/fieldsubmit.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/ndex.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/next.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonecheckfive.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonecheckfour.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonecheckone.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonecheckthree.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonechecktwo.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonefieldfive.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonefieldfour.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonefieldone.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonefieldthree.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonefieldtwo.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonepopupfive.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonepopupfour.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonepopupone.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonepopupthree.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonepopuptwo.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageoneradiofive.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageoneradiofour.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageoneradioone.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageoneradiothree.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageoneradiotwo.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreecheckfive.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreecheckfour.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreecheckone.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreecheckthree.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreechecktwo.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreefieldfive.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreefieldfour.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreefieldone.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreefieldthree.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreefieldtwo.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreepopupfive.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreepopupfour.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreepopupone.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreepopupthree.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreepopuptwo.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreeradiofive.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreeradiofour.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreeradioone.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreeradiothree.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreeradiotwo.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwocheckfive.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwocheckfour.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwocheckone.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwocheckthree.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwochecktwo.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwofieldfive.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwofieldfour.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwofieldone.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwofieldthree.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwofieldtwo.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwopopupfive.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwopopupfour.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwopopupone.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwopopupthree.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwopopuptwo.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetworadiofive.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetworadiofour.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetworadioone.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetworadiothree.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetworadiotwo.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/popupclear.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/popupsubmit.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/prev.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/radioclear.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/radiosubmit.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/return.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/rightcheckcorrect.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/rightfieldcorrect.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/rightpopupcorrect.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/rightradiocorrect.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/wrongcheckcorrect.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/wrongfieldcorrect.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/wrongpopupcorrect.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/wrongradiocorrect.eps
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/samplefiles/check.pdf
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/samplefiles/check.tex
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/samplefiles/field.pdf
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/samplefiles/field.tex
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/samplefiles/ndex.pdf
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/samplefiles/ndex.tex
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/samplefiles/popup.pdf
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/samplefiles/popup.tex
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/samplefiles/radio.pdf
|
|
%{_texmfdistdir}/doc/latex/interactiveworkbook/samplefiles/radio.tex
|
|
|
|
%files -n texlive-interactiveworkbook
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/interactiveworkbook/interactiveworkbook-web.sty
|
|
%{_texmfdistdir}/tex/latex/interactiveworkbook/interactiveworkbook.sty
|
|
/var/adm/update-scripts/texlive-interactiveworkbook-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-interfaces
|
|
Version: %{texlive_version}.%{texlive_noarch}.3.1svn21474
|
|
Release: 0
|
|
Summary: Set parameters for other packages, conveniently
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-interfaces-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source63: interfaces.tar.xz
|
|
Source64: interfaces.doc.tar.xz
|
|
|
|
%description -n texlive-interfaces
|
|
The package provides a small number of convenient macros that
|
|
access features in other frequently-used packages, or provide
|
|
interfaces to other useful facilities such as the pdfTeX
|
|
\pdfelapsedtime primitive. Most of these macros use pgfkeys to
|
|
provide a key-value syntax. The package also uses the package
|
|
scrlfile from the Koma-Script bundle (for controlled loading of
|
|
other files) and etoolbox. The package is bundled with sub-
|
|
packages containing actual interfaces: by default, the package
|
|
loads all available sub-packages, but techniques are provided
|
|
for the user to select no more than the interfaces needed for a
|
|
job.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-interfaces-doc
|
|
Summary: Documentation for texlive-interfaces
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.3.1svn21474
|
|
Release: 0
|
|
|
|
%description -n texlive-interfaces-doc
|
|
This package includes the documentation for texlive-interfaces
|
|
|
|
%post -n texlive-interfaces
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-interfaces
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-interfaces
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-interfaces-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/interfaces/README
|
|
%{_texmfdistdir}/doc/latex/interfaces/interfaces.pdf
|
|
|
|
%files -n texlive-interfaces
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/interfaces/interfaces-LaTeX.sty
|
|
%{_texmfdistdir}/tex/latex/interfaces/interfaces-appendix.sty
|
|
%{_texmfdistdir}/tex/latex/interfaces/interfaces-base.sty
|
|
%{_texmfdistdir}/tex/latex/interfaces/interfaces-bookmark.sty
|
|
%{_texmfdistdir}/tex/latex/interfaces/interfaces-embedfile.sty
|
|
%{_texmfdistdir}/tex/latex/interfaces/interfaces-enumitem.sty
|
|
%{_texmfdistdir}/tex/latex/interfaces/interfaces-environ.sty
|
|
%{_texmfdistdir}/tex/latex/interfaces/interfaces-etoolbox.sty
|
|
%{_texmfdistdir}/tex/latex/interfaces/interfaces-fancyhdr.sty
|
|
%{_texmfdistdir}/tex/latex/interfaces/interfaces-hypbmsec.sty
|
|
%{_texmfdistdir}/tex/latex/interfaces/interfaces-hyperref.sty
|
|
%{_texmfdistdir}/tex/latex/interfaces/interfaces-makecell.sty
|
|
%{_texmfdistdir}/tex/latex/interfaces/interfaces-marks.sty
|
|
%{_texmfdistdir}/tex/latex/interfaces/interfaces-pgfkeys.sty
|
|
%{_texmfdistdir}/tex/latex/interfaces/interfaces-scrlfile.sty
|
|
%{_texmfdistdir}/tex/latex/interfaces/interfaces-tikz.sty
|
|
%{_texmfdistdir}/tex/latex/interfaces/interfaces-titlesec.sty
|
|
%{_texmfdistdir}/tex/latex/interfaces/interfaces-tocloft.sty
|
|
%{_texmfdistdir}/tex/latex/interfaces/interfaces-truncate.sty
|
|
%{_texmfdistdir}/tex/latex/interfaces/interfaces-umrand.sty
|
|
%{_texmfdistdir}/tex/latex/interfaces/interfaces.sty
|
|
/var/adm/update-scripts/texlive-interfaces-%{texlive_version}.%{texlive_noarch}.3.1svn21474-%{release}-zypper
|
|
|
|
%package -n texlive-interpreter
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2svn27232
|
|
Release: 0
|
|
Summary: Translate input files on the fly
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-interpreter-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source65: interpreter.tar.xz
|
|
Source66: interpreter.doc.tar.xz
|
|
|
|
%description -n texlive-interpreter
|
|
The package preprocesses input files to a Lua(La)TeX run, on
|
|
the fly. The user defines Lua regular expressions to search for
|
|
patterns and modify input lines (or entire paragraphs)
|
|
accordingly, before TeX reads the material. In this way,
|
|
documents may be prepared in a non-TeX language (e.g., some
|
|
lightweight markup language) and turned into 'proper' TeX for
|
|
processing. The source of the documentation is typed in such a
|
|
lightweight language and is thus easily readable in a text
|
|
editor (the PDF file is also available, of course); the
|
|
transformation to TeX syntax via Interpreter's functions is
|
|
explained in the documentation itself. Interpreter is
|
|
implemented using the author's gates (lua version), and works
|
|
for plain TeX and LaTeX, but not ConTeXt.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-interpreter-doc
|
|
Summary: Documentation for texlive-interpreter
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2svn27232
|
|
Release: 0
|
|
|
|
%description -n texlive-interpreter-doc
|
|
This package includes the documentation for texlive-interpreter
|
|
|
|
%post -n texlive-interpreter
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-interpreter
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-interpreter
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-interpreter-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/luatex/interpreter/README
|
|
%{_texmfdistdir}/doc/luatex/interpreter/i-doc.lua
|
|
%{_texmfdistdir}/doc/luatex/interpreter/interpreter-doc.pdf
|
|
%{_texmfdistdir}/doc/luatex/interpreter/interpreter-doc.tex
|
|
%{_texmfdistdir}/doc/luatex/interpreter/interpreter-doc.txt
|
|
|
|
%files -n texlive-interpreter
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/luatex/interpreter/interpreter.lua
|
|
%{_texmfdistdir}/tex/luatex/interpreter/interpreter.sty
|
|
%{_texmfdistdir}/tex/luatex/interpreter/interpreter.tex
|
|
/var/adm/update-scripts/texlive-interpreter-%{texlive_version}.%{texlive_noarch}.1.2svn27232-%{release}-zypper
|
|
|
|
%package -n texlive-interval
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn33012
|
|
Release: 0
|
|
Summary: Format mathematical intervals, ensuring proper spacing
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-interval-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source67: interval.tar.xz
|
|
Source68: interval.doc.tar.xz
|
|
|
|
%description -n texlive-interval
|
|
When typing an open interval as $]a,b[$, a closing bracket is
|
|
being used in place of an opening fence and vice versa. This
|
|
leads to the wrong spacing in, say, $]-a,b[$ or $A\in]a,b[=B$.
|
|
The package attempts to solve this using: \interval{a}{b} ->
|
|
[a,b] \interval[open]{a}{b} -> ]a,b[ \interval[open left]{a}{b}
|
|
-> ]a,b] The package also supports fence scaling and ensures
|
|
that the enclosing fences will end up having the proper closing
|
|
and opening types. TeX maths does not do this job properly.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-interval-doc
|
|
Summary: Documentation for texlive-interval
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn33012
|
|
Release: 0
|
|
|
|
%description -n texlive-interval-doc
|
|
This package includes the documentation for texlive-interval
|
|
|
|
%post -n texlive-interval
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-interval
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-interval
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-interval-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/interval/interval.pdf
|
|
%{_texmfdistdir}/doc/latex/interval/interval.tex
|
|
|
|
%files -n texlive-interval
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/interval/interval.sty
|
|
/var/adm/update-scripts/texlive-interval-%{texlive_version}.%{texlive_noarch}.0.0.2svn33012-%{release}-zypper
|
|
|
|
%package -n texlive-intro-scientific
|
|
Version: %{texlive_version}.%{texlive_noarch}.5th_editionsvn15878
|
|
Release: 0
|
|
Summary: Introducing scientific/mathematical documents using LaTeX
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source69: intro-scientific.doc.tar.xz
|
|
|
|
%description -n texlive-intro-scientific
|
|
"Writing Scientific Documents Using LaTeX" is an article
|
|
introducing the use of LaTeX in typesetting scientific
|
|
documents. It covers the basics of creating a new LaTeX
|
|
document, special typesetting considerations, mathematical
|
|
typesetting and graphics. It also touches on bibliographic data
|
|
and BibTeX.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
%post -n texlive-intro-scientific
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-intro-scientific
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-intro-scientific
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-intro-scientific
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/intro-scientific/Makefile
|
|
%{_texmfdistdir}/doc/latex/intro-scientific/README
|
|
%{_texmfdistdir}/doc/latex/intro-scientific/earth-moon.pdf
|
|
%{_texmfdistdir}/doc/latex/intro-scientific/scidoc.pdf
|
|
%{_texmfdistdir}/doc/latex/intro-scientific/scidoc.tex
|
|
/var/adm/update-scripts/texlive-intro-scientific-%{texlive_version}.%{texlive_noarch}.5th_editionsvn15878-%{release}-zypper
|
|
|
|
%package -n texlive-inversepath
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn15878
|
|
Release: 0
|
|
Summary: Calculate inverse file paths
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-inversepath-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source70: inversepath.tar.xz
|
|
Source71: inversepath.doc.tar.xz
|
|
|
|
%description -n texlive-inversepath
|
|
The package calculates inverse relative paths. Such things may
|
|
be useful, for example, when writing an auxiliary file to a
|
|
different directory.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-inversepath-doc
|
|
Summary: Documentation for texlive-inversepath
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-inversepath-doc
|
|
This package includes the documentation for texlive-inversepath
|
|
|
|
%post -n texlive-inversepath
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-inversepath
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-inversepath
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-inversepath-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/inversepath/README
|
|
%{_texmfdistdir}/doc/latex/inversepath/inversepath.pdf
|
|
|
|
%files -n texlive-inversepath
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/inversepath/inversepath.sty
|
|
/var/adm/update-scripts/texlive-inversepath-%{texlive_version}.%{texlive_noarch}.0.0.2svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-invoice
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn31579
|
|
Release: 0
|
|
Summary: Generate invoices
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-invoice-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source72: invoice.tar.xz
|
|
Source73: invoice.doc.tar.xz
|
|
|
|
%description -n texlive-invoice
|
|
The package may be used for generating invoices. The package
|
|
can deal with invisible expense items and deductions; output
|
|
may be presented in any of 10 different languages. The package
|
|
depends on the fp and calc packages for its calculations.
|
|
|
|
date: 2011-10-06 10:43:40 +0000
|
|
|
|
|
|
%package -n texlive-invoice-doc
|
|
Summary: Documentation for texlive-invoice
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn31579
|
|
Release: 0
|
|
|
|
%description -n texlive-invoice-doc
|
|
This package includes the documentation for texlive-invoice
|
|
|
|
%post -n texlive-invoice
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-invoice
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-invoice
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-invoice-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/invoice/00README.tex
|
|
%{_texmfdistdir}/doc/latex/invoice/copying
|
|
%{_texmfdistdir}/doc/latex/invoice/history
|
|
%{_texmfdistdir}/doc/latex/invoice/install
|
|
%{_texmfdistdir}/doc/latex/invoice/invoice.pdf
|
|
%{_texmfdistdir}/doc/latex/invoice/invoice.tex
|
|
|
|
%files -n texlive-invoice
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/invoice/invoice.def
|
|
%{_texmfdistdir}/tex/latex/invoice/invoice.sty
|
|
/var/adm/update-scripts/texlive-invoice-%{texlive_version}.%{texlive_noarch}.svn31579-%{release}-zypper
|
|
|
|
%package -n texlive-ionumbers
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.3.3svn33457
|
|
Release: 0
|
|
Summary: Restyle numbers in maths mode
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-ionumbers-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source74: ionumbers.tar.xz
|
|
Source75: ionumbers.doc.tar.xz
|
|
|
|
%description -n texlive-ionumbers
|
|
'ionumbers' stands for 'input/output numbers'. The package
|
|
restyles numbers in maths mode. If a number in the input file
|
|
is written, e.g., as $3,231.44$ as commonly used in English
|
|
texts, the package is able to restyle it to be output as
|
|
$3\,231{,}44$ as commonly used in German texts (and vice
|
|
versa). This may be useful, for example, if you have a large
|
|
table and want to include it in texts with different output
|
|
conventions without the need to change the table. The package
|
|
can also automatically group digits left of the decimal
|
|
separator (thousands) and right of the decimal separator
|
|
(thousandths) in triplets without the need of specifing commas
|
|
(English) or points (German) as separators. E.g., the input
|
|
$1234.567890$ can be output as $1\,234.\,567\,890$. Finally, an
|
|
e starts the exponent of the number. For example, $21e6$ may be
|
|
output as $26\times10\,^{6}$.
|
|
|
|
date: 2014-04-15 18:08:53 +0000
|
|
|
|
|
|
%package -n texlive-ionumbers-doc
|
|
Summary: Documentation for texlive-ionumbers
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.3.3svn33457
|
|
Release: 0
|
|
|
|
%description -n texlive-ionumbers-doc
|
|
This package includes the documentation for texlive-ionumbers
|
|
|
|
%post -n texlive-ionumbers
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-ionumbers
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-ionumbers
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-ionumbers-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/ionumbers/COPYING
|
|
%{_texmfdistdir}/doc/latex/ionumbers/Makefile
|
|
%{_texmfdistdir}/doc/latex/ionumbers/README
|
|
%{_texmfdistdir}/doc/latex/ionumbers/ionumbers.pdf
|
|
%{_texmfdistdir}/doc/latex/ionumbers/ionumbers_test.pdf
|
|
%{_texmfdistdir}/doc/latex/ionumbers/ionumbers_test.tex
|
|
|
|
%files -n texlive-ionumbers
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/ionumbers/ionumbers.sty
|
|
/var/adm/update-scripts/texlive-ionumbers-%{texlive_version}.%{texlive_noarch}.0.0.3.3svn33457-%{release}-zypper
|
|
|
|
%package -n texlive-iopart-num
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.1svn15878
|
|
Release: 0
|
|
Summary: Numeric citation style for IOP journals
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-iopart-num-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source76: iopart-num.tar.xz
|
|
Source77: iopart-num.doc.tar.xz
|
|
|
|
%description -n texlive-iopart-num
|
|
A BibTeX style providing numeric citation in Harvard-like
|
|
format. Intended for use with Institute of Physics (IOP)
|
|
journals, including Journal of Physics.
|
|
|
|
date: 2012-04-09 10:10:14 +0000
|
|
|
|
|
|
%package -n texlive-iopart-num-doc
|
|
Summary: Documentation for texlive-iopart-num
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.1svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-iopart-num-doc
|
|
This package includes the documentation for texlive-iopart-num
|
|
|
|
%post -n texlive-iopart-num
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-iopart-num
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-iopart-num
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-iopart-num-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/bibtex/iopart-num/README
|
|
%{_texmfdistdir}/doc/bibtex/iopart-num/iopart-num.bib
|
|
%{_texmfdistdir}/doc/bibtex/iopart-num/iopart-num.pdf
|
|
%{_texmfdistdir}/doc/bibtex/iopart-num/iopart-num.tex
|
|
|
|
%files -n texlive-iopart-num
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/bibtex/bst/iopart-num/iopart-num.bst
|
|
/var/adm/update-scripts/texlive-iopart-num-%{texlive_version}.%{texlive_noarch}.2.1svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-ipaex
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn29849
|
|
Release: 0
|
|
Summary: IPA and IPAex fonts from Information-technology Promotion Agency, Japan
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Requires: texlive-ipaex-fonts >= %{texlive_version}
|
|
Recommends: texlive-ipaex-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source78: ipaex.tar.xz
|
|
Source79: ipaex.doc.tar.xz
|
|
|
|
%description -n texlive-ipaex
|
|
The fonts provide fixed-width glyphs for Kana and Kanji
|
|
characters, proportional width glyphs for Western characters.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-ipaex-doc
|
|
Summary: Documentation for texlive-ipaex
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn29849
|
|
Release: 0
|
|
|
|
%description -n texlive-ipaex-doc
|
|
This package includes the documentation for texlive-ipaex
|
|
|
|
|
|
%package -n texlive-ipaex-fonts
|
|
Summary: Severed fonts for texlive-ipaex
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn29849
|
|
Release: 0
|
|
Requires(post): fontconfig
|
|
Requires(post): ghostscript-fonts-std
|
|
Requires(post): mkfontdir
|
|
Requires(post): mkfontscale
|
|
Requires(post): xorg-x11-fonts-core
|
|
Requires(postun): fontconfig
|
|
Requires(postun): ghostscript-fonts-std
|
|
Requires(postun): xorg-x11-fonts-core
|
|
|
|
%description -n texlive-ipaex-fonts
|
|
The separated fonts package for texlive-ipaex
|
|
%post -n texlive-ipaex
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-ipaex
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-ipaex
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%post -n texlive-ipaex-fonts
|
|
mkfontscale %{_datadir}/fonts/texlive-ipaex
|
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-ipaex
|
|
fc-cache %{_datadir}/fonts
|
|
|
|
%postun -n texlive-ipaex-fonts
|
|
if test $1 = 0; then
|
|
fc-cache %{_datadir}/fonts
|
|
fi
|
|
|
|
%files -n texlive-ipaex-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/fonts/ipaex/Copyright
|
|
%{_texmfdistdir}/doc/fonts/ipaex/README
|
|
|
|
%files -n texlive-ipaex
|
|
%defattr(-,root,root,755)
|
|
%verify(link) %{_texmfdistdir}/fonts/truetype/public/ipaex/ipaexg.ttf
|
|
%verify(link) %{_texmfdistdir}/fonts/truetype/public/ipaex/ipaexm.ttf
|
|
%verify(link) %{_texmfdistdir}/fonts/truetype/public/ipaex/ipag.ttf
|
|
%verify(link) %{_texmfdistdir}/fonts/truetype/public/ipaex/ipam.ttf
|
|
|
|
%files -n texlive-ipaex-fonts
|
|
%defattr(-,root,root,755)
|
|
%dir %{_datadir}/fonts/texlive-ipaex
|
|
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-ipaex.conf
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-ipaex/encodings.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-ipaex/fonts.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-ipaex/fonts.scale
|
|
%{_datadir}/fonts/texlive-ipaex/ipaexg.ttf
|
|
%{_datadir}/fonts/texlive-ipaex/ipaexm.ttf
|
|
%{_datadir}/fonts/texlive-ipaex/ipag.ttf
|
|
%{_datadir}/fonts/texlive-ipaex/ipam.ttf
|
|
/var/adm/update-scripts/texlive-ipaex-%{texlive_version}.%{texlive_noarch}.svn29849-%{release}-zypper
|
|
|
|
%package -n texlive-ipaex-type1
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.3bsvn31927
|
|
Release: 0
|
|
Summary: IPAex fonts converted to Type-1 format Unicode subfonts
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(post): grep
|
|
Requires(post): sed
|
|
Requires(postun): sed
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Requires: texlive-ipaex-type1-fonts >= %{texlive_version}
|
|
Recommends: texlive-ipaex-type1-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source80: ipaex-type1.tar.xz
|
|
Source81: ipaex-type1.doc.tar.xz
|
|
|
|
%description -n texlive-ipaex-type1
|
|
The package contains the IPAex Fonts converted into Unicode
|
|
subfonts in Type1 format, which is most suitable for use with
|
|
the CJK package. Font conversion was done with ttf2pt1.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-ipaex-type1-doc
|
|
Summary: Documentation for texlive-ipaex-type1
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.3bsvn31927
|
|
Release: 0
|
|
Provides: locale(texlive-ipaex-type1-doc:en;ja)
|
|
|
|
%description -n texlive-ipaex-type1-doc
|
|
This package includes the documentation for texlive-ipaex-type1
|
|
|
|
|
|
%package -n texlive-ipaex-type1-fonts
|
|
Summary: Severed fonts for texlive-ipaex-type1
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.3bsvn31927
|
|
Release: 0
|
|
Requires(post): fontconfig
|
|
Requires(post): ghostscript-fonts-std
|
|
Requires(post): mkfontdir
|
|
Requires(post): mkfontscale
|
|
Requires(post): xorg-x11-fonts-core
|
|
Requires(postun): fontconfig
|
|
Requires(postun): ghostscript-fonts-std
|
|
Requires(postun): xorg-x11-fonts-core
|
|
|
|
%description -n texlive-ipaex-type1-fonts
|
|
The separated fonts package for texlive-ipaex-type1
|
|
%post -n texlive-ipaex-type1
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if grep -qsE 'Map[[:blank:]]+ipaex-type1.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+ipaex-type1.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map ipaex-type1.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%postun -n texlive-ipaex-type1
|
|
if test $1 = 0; then
|
|
sed -ri 's/^(Map[[:blank:]]+ipaex-type1.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
%{_bindir}/updmap-sys --nohash --quiet > /dev/null 2>&1 || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%posttrans -n texlive-ipaex-type1
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%post -n texlive-ipaex-type1-fonts
|
|
mkfontscale %{_datadir}/fonts/texlive-ipaex-type1
|
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-ipaex-type1
|
|
fc-cache %{_datadir}/fonts
|
|
|
|
%postun -n texlive-ipaex-type1-fonts
|
|
if test $1 = 0; then
|
|
fc-cache %{_datadir}/fonts
|
|
fi
|
|
|
|
%files -n texlive-ipaex-type1-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/fonts/ipaex-type1/LICENSE
|
|
%{_texmfdistdir}/doc/fonts/ipaex-type1/README-en
|
|
%{_texmfdistdir}/doc/fonts/ipaex-type1/README-ja
|
|
%{_texmfdistdir}/doc/fonts/ipaex-type1/c70ipxg.fdx
|
|
%{_texmfdistdir}/doc/fonts/ipaex-type1/c70ipxga.fdx
|
|
%{_texmfdistdir}/doc/fonts/ipaex-type1/c70ipxm.fdx
|
|
%{_texmfdistdir}/doc/fonts/ipaex-type1/c70ipxma.fdx
|
|
%{_texmfdistdir}/doc/fonts/ipaex-type1/sample-ipaex-type1.pdf
|
|
%{_texmfdistdir}/doc/fonts/ipaex-type1/sample-ipaex-type1.tex
|
|
|
|
%files -n texlive-ipaex-type1
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/map/dvips/ipaex-type1/ipaex-type1.map
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u00.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u01.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u02.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u03.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u04.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u1e.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u1f.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u20.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u21.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u22.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u23.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u24.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u25.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u26.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u27.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u29.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u2e.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u2f.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u30.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u31.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u32.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u33.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u34.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u35.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u36.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u37.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u38.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u39.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u3a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u3b.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u3c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u3d.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u3e.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u3f.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u40.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u41.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u42.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u43.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u44.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u45.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u46.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u47.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u48.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u49.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u4a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u4b.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u4c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u4d.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u4e.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u4f.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u50.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u51.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u52.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u53.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u54.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u55.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u56.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u57.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u58.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u59.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u5a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u5b.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u5c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u5d.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u5e.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u5f.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u60.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u61.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u62.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u63.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u64.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u65.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u66.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u67.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u68.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u69.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u6a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u6b.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u6c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u6d.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u6e.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u6f.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u70.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u71.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u72.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u73.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u74.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u75.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u76.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u77.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u78.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u79.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u7a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u7b.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u7c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u7d.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u7e.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u7f.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u80.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u81.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u82.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u83.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u84.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u85.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u86.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u87.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u88.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u89.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u8b.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u8c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u8d.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u8e.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u8f.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u90.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u91.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u92.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u93.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u94.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u95.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u96.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u97.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u98.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u99.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u9a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u9b.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u9c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u9d.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u9e.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-u9f.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-uf0.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-uf8.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-uf9.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-ufa.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-ufe.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-r-uff.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u00.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u01.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u02.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u03.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u04.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u1e.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u1f.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u20.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u21.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u22.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u23.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u24.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u25.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u26.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u27.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u29.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u2e.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u2f.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u30.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u31.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u32.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u33.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u34.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u35.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u36.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u37.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u38.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u39.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u3a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u3b.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u3c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u3d.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u3e.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u3f.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u40.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u41.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u42.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u43.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u44.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u45.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u46.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u47.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u48.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u49.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u4a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u4b.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u4c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u4d.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u4e.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u4f.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u50.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u51.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u52.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u53.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u54.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u55.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u56.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u57.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u58.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u59.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u5a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u5b.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u5c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u5d.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u5e.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u5f.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u60.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u61.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u62.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u63.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u64.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u65.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u66.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u67.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u68.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u69.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u6a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u6b.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u6c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u6d.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u6e.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u6f.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u70.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u71.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u72.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u73.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u74.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u75.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u76.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u77.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u78.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u79.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u7a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u7b.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u7c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u7d.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u7e.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u7f.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u80.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u81.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u82.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u83.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u84.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u85.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u86.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u87.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u88.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u89.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u8b.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u8c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u8d.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u8e.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u8f.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u90.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u91.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u92.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u93.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u94.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u95.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u96.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u97.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u98.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u99.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u9a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u9b.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u9c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u9d.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u9e.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-u9f.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-uf8.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-uf9.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-ufa.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-ufe.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxg-ro-uff.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u00.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u01.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u02.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u03.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u04.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u1e.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u1f.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u20.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u21.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u22.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u23.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u24.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u25.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u26.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u27.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u29.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u2e.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u2f.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u30.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u31.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u32.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u33.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u34.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u35.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u36.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u37.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u38.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u39.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u3a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u3b.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u3c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u3d.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u3e.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u3f.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u40.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u41.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u42.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u43.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u44.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u45.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u46.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u47.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u48.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u49.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u4a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u4b.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u4c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u4d.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u4e.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u4f.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u50.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u51.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u52.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u53.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u54.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u55.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u56.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u57.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u58.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u59.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u5a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u5b.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u5c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u5d.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u5e.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u5f.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u60.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u61.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u62.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u63.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u64.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u65.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u66.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u67.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u68.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u69.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u6a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u6b.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u6c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u6d.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u6e.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u6f.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u70.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u71.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u72.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u73.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u74.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u75.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u76.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u77.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u78.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u79.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u7a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u7b.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u7c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u7d.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u7e.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u7f.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u80.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u81.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u82.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u83.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u84.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u85.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u86.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u87.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u88.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u89.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u8b.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u8c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u8d.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u8e.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u8f.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u90.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u91.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u92.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u93.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u94.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u95.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u96.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u97.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u98.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u99.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u9a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u9b.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u9c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u9d.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u9e.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-u9f.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-uf0.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-uf8.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-uf9.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-ufa.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-ufe.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-r-uff.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u00.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u01.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u02.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u03.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u04.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u1e.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u1f.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u20.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u21.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u22.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u23.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u24.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u25.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u26.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u27.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u29.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u2e.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u2f.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u30.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u31.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u32.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u33.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u34.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u35.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u36.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u37.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u38.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u39.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u3a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u3b.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u3c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u3d.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u3e.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u3f.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u40.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u41.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u42.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u43.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u44.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u45.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u46.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u47.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u48.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u49.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u4a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u4b.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u4c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u4d.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u4e.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u4f.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u50.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u51.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u52.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u53.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u54.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u55.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u56.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u57.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u58.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u59.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u5a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u5b.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u5c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u5d.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u5e.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u5f.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u60.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u61.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u62.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u63.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u64.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u65.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u66.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u67.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u68.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u69.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u6a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u6b.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u6c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u6d.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u6e.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u6f.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u70.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u71.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u72.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u73.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u74.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u75.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u76.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u77.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u78.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u79.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u7a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u7b.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u7c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u7d.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u7e.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u7f.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u80.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u81.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u82.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u83.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u84.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u85.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u86.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u87.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u88.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u89.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u8b.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u8c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u8d.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u8e.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u8f.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u90.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u91.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u92.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u93.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u94.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u95.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u96.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u97.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u98.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u99.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u9a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u9b.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u9c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u9d.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u9e.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-u9f.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-uf8.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-uf9.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-ufa.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-ufe.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/ipaex-type1/ipxm-ro-uff.tfm
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-ot1.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-t1.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-ts1.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u00.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u01.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u02.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u03.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u04.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u1e.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u1f.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u20.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u21.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u22.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u23.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u24.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u25.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u26.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u27.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u29.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u2e.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u2f.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u30.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u31.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u32.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u33.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u34.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u35.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u36.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u37.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u38.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u39.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u3a.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u3b.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u3c.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u3d.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u3e.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u3f.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u40.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u41.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u42.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u43.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u44.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u45.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u46.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u47.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u48.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u49.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u4a.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u4b.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u4c.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u4d.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u4e.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u4f.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u50.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u51.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u52.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u53.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u54.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u55.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u56.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u57.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u58.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u59.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u5a.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u5b.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u5c.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u5d.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u5e.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u5f.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u60.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u61.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u62.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u63.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u64.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u65.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u66.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u67.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u68.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u69.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u6a.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u6b.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u6c.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u6d.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u6e.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u6f.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u70.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u71.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u72.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u73.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u74.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u75.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u76.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u77.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u78.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u79.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u7a.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u7b.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u7c.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u7d.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u7e.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u7f.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u80.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u81.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u82.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u83.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u84.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u85.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u86.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u87.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u88.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u89.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u8a.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u8b.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u8c.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u8d.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u8e.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u8f.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u90.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u91.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u92.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u93.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u94.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u95.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u96.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u97.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u98.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u99.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u9a.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u9b.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u9c.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u9d.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u9e.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-u9f.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-uf0.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-uf8.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-uf9.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-ufa.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-ufe.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxg-r-uff.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-ot1.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-t1.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-ts1.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u00.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u01.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u02.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u03.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u04.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u1e.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u1f.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u20.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u21.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u22.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u23.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u24.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u25.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u26.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u27.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u29.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u2e.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u2f.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u30.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u31.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u32.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u33.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u34.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u35.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u36.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u37.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u38.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u39.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u3a.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u3b.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u3c.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u3d.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u3e.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u3f.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u40.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u41.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u42.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u43.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u44.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u45.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u46.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u47.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u48.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u49.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u4a.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u4b.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u4c.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u4d.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u4e.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u4f.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u50.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u51.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u52.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u53.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u54.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u55.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u56.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u57.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u58.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u59.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u5a.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u5b.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u5c.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u5d.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u5e.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u5f.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u60.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u61.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u62.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u63.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u64.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u65.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u66.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u67.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u68.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u69.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u6a.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u6b.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u6c.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u6d.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u6e.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u6f.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u70.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u71.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u72.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u73.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u74.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u75.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u76.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u77.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u78.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u79.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u7a.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u7b.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u7c.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u7d.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u7e.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u7f.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u80.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u81.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u82.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u83.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u84.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u85.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u86.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u87.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u88.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u89.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u8a.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u8b.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u8c.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u8d.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u8e.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u8f.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u90.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u91.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u92.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u93.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u94.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u95.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u96.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u97.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u98.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u99.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u9a.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u9b.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u9c.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u9d.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u9e.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-u9f.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-uf0.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-uf8.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-uf9.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-ufa.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-ufe.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ipaex-type1/ipxm-r-uff.pfb
|
|
%{_texmfdistdir}/tex/latex/ipaex-type1/c70ipxg.fd
|
|
%{_texmfdistdir}/tex/latex/ipaex-type1/c70ipxga.fd
|
|
%{_texmfdistdir}/tex/latex/ipaex-type1/c70ipxm.fd
|
|
%{_texmfdistdir}/tex/latex/ipaex-type1/c70ipxma.fd
|
|
%{_texmfdistdir}/tex/latex/ipaex-type1/ot1ipxg.fd
|
|
%{_texmfdistdir}/tex/latex/ipaex-type1/ot1ipxm.fd
|
|
%{_texmfdistdir}/tex/latex/ipaex-type1/t1ipxg.fd
|
|
%{_texmfdistdir}/tex/latex/ipaex-type1/t1ipxm.fd
|
|
%{_texmfdistdir}/tex/latex/ipaex-type1/ts1ipxg.fd
|
|
%{_texmfdistdir}/tex/latex/ipaex-type1/ts1ipxm.fd
|
|
|
|
%files -n texlive-ipaex-type1-fonts
|
|
%defattr(-,root,root,755)
|
|
%dir %{_datadir}/fonts/texlive-ipaex-type1
|
|
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-ipaex-type1.conf
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-ipaex-type1/encodings.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-ipaex-type1/fonts.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-ipaex-type1/fonts.scale
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-ot1.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-t1.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-ts1.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u00.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u01.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u02.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u03.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u04.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u1e.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u1f.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u20.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u21.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u22.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u23.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u24.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u25.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u26.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u27.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u29.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u2e.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u2f.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u30.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u31.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u32.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u33.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u34.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u35.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u36.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u37.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u38.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u39.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u3a.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u3b.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u3c.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u3d.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u3e.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u3f.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u40.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u41.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u42.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u43.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u44.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u45.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u46.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u47.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u48.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u49.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u4a.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u4b.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u4c.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u4d.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u4e.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u4f.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u50.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u51.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u52.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u53.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u54.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u55.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u56.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u57.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u58.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u59.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u5a.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u5b.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u5c.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u5d.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u5e.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u5f.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u60.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u61.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u62.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u63.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u64.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u65.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u66.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u67.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u68.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u69.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u6a.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u6b.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u6c.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u6d.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u6e.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u6f.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u70.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u71.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u72.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u73.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u74.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u75.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u76.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u77.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u78.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u79.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u7a.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u7b.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u7c.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u7d.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u7e.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u7f.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u80.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u81.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u82.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u83.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u84.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u85.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u86.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u87.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u88.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u89.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u8a.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u8b.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u8c.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u8d.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u8e.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u8f.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u90.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u91.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u92.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u93.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u94.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u95.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u96.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u97.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u98.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u99.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u9a.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u9b.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u9c.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u9d.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u9e.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-u9f.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-uf0.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-uf8.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-uf9.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-ufa.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-ufe.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxg-r-uff.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-ot1.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-t1.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-ts1.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u00.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u01.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u02.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u03.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u04.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u1e.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u1f.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u20.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u21.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u22.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u23.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u24.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u25.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u26.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u27.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u29.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u2e.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u2f.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u30.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u31.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u32.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u33.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u34.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u35.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u36.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u37.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u38.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u39.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u3a.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u3b.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u3c.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u3d.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u3e.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u3f.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u40.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u41.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u42.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u43.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u44.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u45.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u46.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u47.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u48.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u49.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u4a.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u4b.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u4c.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u4d.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u4e.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u4f.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u50.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u51.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u52.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u53.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u54.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u55.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u56.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u57.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u58.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u59.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u5a.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u5b.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u5c.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u5d.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u5e.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u5f.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u60.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u61.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u62.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u63.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u64.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u65.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u66.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u67.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u68.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u69.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u6a.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u6b.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u6c.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u6d.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u6e.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u6f.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u70.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u71.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u72.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u73.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u74.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u75.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u76.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u77.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u78.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u79.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u7a.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u7b.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u7c.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u7d.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u7e.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u7f.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u80.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u81.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u82.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u83.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u84.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u85.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u86.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u87.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u88.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u89.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u8a.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u8b.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u8c.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u8d.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u8e.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u8f.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u90.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u91.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u92.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u93.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u94.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u95.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u96.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u97.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u98.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u99.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u9a.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u9b.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u9c.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u9d.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u9e.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-u9f.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-uf0.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-uf8.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-uf9.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-ufa.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-ufe.pfb
|
|
%{_datadir}/fonts/texlive-ipaex-type1/ipxm-r-uff.pfb
|
|
/var/adm/update-scripts/texlive-ipaex-type1-%{texlive_version}.%{texlive_noarch}.0.0.3bsvn31927-%{release}-zypper
|
|
|
|
%package -n texlive-iso
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.4svn15878
|
|
Release: 0
|
|
Summary: Generic ISO standards typesetting 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): texlive >= %{texlive_version}
|
|
Recommends: texlive-iso-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source82: iso.tar.xz
|
|
Source83: iso.doc.tar.xz
|
|
|
|
%description -n texlive-iso
|
|
Generic class and package files for typesetting ISO
|
|
International Standard documents. Several standard documents
|
|
have been printed by ISO from camera-ready copy prepared using
|
|
LaTeX and these files. The class makes use of the isorot
|
|
package, rather than use other mechanisms directly.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-iso-doc
|
|
Summary: Documentation for texlive-iso
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.4svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-iso-doc
|
|
This package includes the documentation for texlive-iso
|
|
|
|
%post -n texlive-iso
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-iso
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-iso
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-iso-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/iso/README
|
|
%{_texmfdistdir}/doc/latex/iso/iso4ht.pdf
|
|
%{_texmfdistdir}/doc/latex/iso/isoe.pdf
|
|
%{_texmfdistdir}/doc/latex/iso/isofwdbp.tex
|
|
%{_texmfdistdir}/doc/latex/iso/isoman.pdf
|
|
%{_texmfdistdir}/doc/latex/iso/isoman.tex
|
|
%{_texmfdistdir}/doc/latex/iso/trfwd1.tex
|
|
%{_texmfdistdir}/doc/latex/iso/tspasfwdbp.tex
|
|
|
|
%files -n texlive-iso
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/makeindex/iso/iso.ist
|
|
%{_texmfdistdir}/tex/latex/iso/askincv1.sty
|
|
%{_texmfdistdir}/tex/latex/iso/iso10.clo
|
|
%{_texmfdistdir}/tex/latex/iso/iso11.clo
|
|
%{_texmfdistdir}/tex/latex/iso/iso9.clo
|
|
%{_texmfdistdir}/tex/latex/iso/isov2.4ht
|
|
%{_texmfdistdir}/tex/latex/iso/isov2.cls
|
|
/var/adm/update-scripts/texlive-iso-%{texlive_version}.%{texlive_noarch}.2.4svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-iso10303
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.5svn15878
|
|
Release: 0
|
|
Summary: Typesetting the STEP standards
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-iso10303-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source84: iso10303.tar.xz
|
|
Source85: iso10303.doc.tar.xz
|
|
|
|
%description -n texlive-iso10303
|
|
Class and package files building on iso for typesetting the ISO
|
|
10303 (STEP) standards. Standard documents prepared using these
|
|
packages have been published by ISO.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-iso10303-doc
|
|
Summary: Documentation for texlive-iso10303
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.5svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-iso10303-doc
|
|
This package includes the documentation for texlive-iso10303
|
|
|
|
%post -n texlive-iso10303
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-iso10303
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-iso10303
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-iso10303-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/iso10303/README
|
|
%{_texmfdistdir}/doc/latex/iso10303/step4ht.pdf
|
|
%{_texmfdistdir}/doc/latex/iso10303/stepe.pdf
|
|
%{_texmfdistdir}/doc/latex/iso10303/stepman.pdf
|
|
|
|
%files -n texlive-iso10303
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/iso10303/aicv1.sty
|
|
%{_texmfdistdir}/tex/latex/iso10303/apendint.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/apmpspec.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/apmptbl.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/apmptempl.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/apsstempl.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/apv12.sty
|
|
%{_texmfdistdir}/tex/latex/iso10303/atsv11.sty
|
|
%{_texmfdistdir}/tex/latex/iso10303/bpfap1.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/bpfap10.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/bpfap11.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/bpfap12.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/bpfap13.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/bpfap14.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/bpfap15.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/bpfap16.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/bpfap2.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/bpfap3.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/bpfap4.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/bpfap5.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/bpfap6.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/bpfap7.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/bpfap8.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/bpfap9.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/bpfats1.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/bpfats10.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/bpfats11.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/bpfats12.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/bpfats14.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/bpfats2.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/bpfats3.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/bpfats4.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/bpfats5.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/bpfats6.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/bpfats7.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/bpfats8.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/bpfats9.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/bpfir1.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/bpfir2.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/bpfir3.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/bpfs1.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/bpfs2.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/bpfs3.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/irv12.sty
|
|
%{_texmfdistdir}/tex/latex/iso10303/stepman.tex
|
|
%{_texmfdistdir}/tex/latex/iso10303/stepv13.4ht
|
|
%{_texmfdistdir}/tex/latex/iso10303/stepv13.sty
|
|
%{_texmfdistdir}/tex/latex/iso10303/stppdlst.tex
|
|
/var/adm/update-scripts/texlive-iso10303-%{texlive_version}.%{texlive_noarch}.1.5svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-isodate
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.28svn16613
|
|
Release: 0
|
|
Summary: Tune the output format of dates according to language
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-isodate-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source86: isodate.tar.xz
|
|
Source87: isodate.doc.tar.xz
|
|
|
|
%description -n texlive-isodate
|
|
This package provides ten output formats of the commands
|
|
\today, \printdate, \printdateTeX, and \daterange (partly
|
|
language dependent). Formats available are: ISO (yyyy-mm-dd),
|
|
numeric (e.g. dd.\,mm.~yyyy), short (e.g. dd.\,mm.\,yy), TeX
|
|
(yyyy/mm/dd), original (e.g. dd. mmm yyyy), short original
|
|
(e.g. dd. mmm yy), as well as numerical formats with Roman
|
|
numerals for the month. The commands \printdate and
|
|
\printdateTeX print any date. The command \daterange prints a
|
|
date range and leaves out unnecessary year or month entries.
|
|
This package supports German (old and new rules), Austrian, US
|
|
English, British English, French, Danish, Swedish, and
|
|
Norwegian.
|
|
|
|
date: 2012-06-10 22:09:45 +0000
|
|
|
|
|
|
%package -n texlive-isodate-doc
|
|
Summary: Documentation for texlive-isodate
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.28svn16613
|
|
Release: 0
|
|
|
|
%description -n texlive-isodate-doc
|
|
This package includes the documentation for texlive-isodate
|
|
|
|
%post -n texlive-isodate
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-isodate
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-isodate
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-isodate-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/isodate/ChangeLog
|
|
%{_texmfdistdir}/doc/latex/isodate/README
|
|
%{_texmfdistdir}/doc/latex/isodate/getversion.tex
|
|
%{_texmfdistdir}/doc/latex/isodate/isodate.pdf
|
|
%{_texmfdistdir}/doc/latex/isodate/isodate.xml
|
|
%{_texmfdistdir}/doc/latex/isodate/isodateo.pdf
|
|
%{_texmfdistdir}/doc/latex/isodate/testdate.pdf
|
|
%{_texmfdistdir}/doc/latex/isodate/testdate.tex
|
|
%{_texmfdistdir}/doc/latex/isodate/testisodate_without_babel.tex
|
|
|
|
%files -n texlive-isodate
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/isodate/danish.idf
|
|
%{_texmfdistdir}/tex/latex/isodate/english.idf
|
|
%{_texmfdistdir}/tex/latex/isodate/french.idf
|
|
%{_texmfdistdir}/tex/latex/isodate/german.idf
|
|
%{_texmfdistdir}/tex/latex/isodate/isodate.sty
|
|
%{_texmfdistdir}/tex/latex/isodate/isodateo.sty
|
|
%{_texmfdistdir}/tex/latex/isodate/italian.idf
|
|
%{_texmfdistdir}/tex/latex/isodate/norsk.idf
|
|
%{_texmfdistdir}/tex/latex/isodate/swedish.idf
|
|
/var/adm/update-scripts/texlive-isodate-%{texlive_version}.%{texlive_noarch}.2.28svn16613-%{release}-zypper
|
|
|
|
%package -n texlive-isodoc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.05svn33683
|
|
Release: 0
|
|
Summary: A LaTeX class for typesetting letters and invoices
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-isodoc-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source88: isodoc.tar.xz
|
|
Source89: isodoc.doc.tar.xz
|
|
|
|
%description -n texlive-isodoc
|
|
The isodoc class can be used for the preparation of letters and
|
|
invoices (and, in the future, similar documents). Documents are
|
|
set up with options, thus making the class easily adaptable to
|
|
user's wishes and extensible for other document types. The
|
|
class is based on the NTG brief class by Victor Eijkhout, which
|
|
implements the NEN1026 standard.
|
|
|
|
date: 2014-04-25 13:16:15 +0000
|
|
|
|
|
|
%package -n texlive-isodoc-doc
|
|
Summary: Documentation for texlive-isodoc
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.05svn33683
|
|
Release: 0
|
|
|
|
%description -n texlive-isodoc-doc
|
|
This package includes the documentation for texlive-isodoc
|
|
|
|
%post -n texlive-isodoc
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-isodoc
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-isodoc
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-isodoc-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/isodoc/README
|
|
%{_texmfdistdir}/doc/latex/isodoc/accept/accept.sty
|
|
%{_texmfdistdir}/doc/latex/isodoc/accept/accept.tex
|
|
%{_texmfdistdir}/doc/latex/isodoc/accept/acceptform.jpg
|
|
%{_texmfdistdir}/doc/latex/isodoc/accept/ntgcolor.png
|
|
%{_texmfdistdir}/doc/latex/isodoc/inst
|
|
%{_texmfdistdir}/doc/latex/isodoc/invoice/invoice.sty
|
|
%{_texmfdistdir}/doc/latex/isodoc/invoice/invoice.tex
|
|
%{_texmfdistdir}/doc/latex/isodoc/isodoc.pdf
|
|
%{_texmfdistdir}/doc/latex/isodoc/letter/letter.sty
|
|
%{_texmfdistdir}/doc/latex/isodoc/letter/letter.tex
|
|
%{_texmfdistdir}/doc/latex/isodoc/letter/sign.png
|
|
%{_texmfdistdir}/doc/latex/isodoc/letter/signmarked.png
|
|
%{_texmfdistdir}/doc/latex/isodoc/listkeys
|
|
%{_texmfdistdir}/doc/latex/isodoc/logoletter/ChopinScript.ttf
|
|
%{_texmfdistdir}/doc/latex/isodoc/logoletter/logoletter.sty
|
|
%{_texmfdistdir}/doc/latex/isodoc/logoletter/logoletter.tex
|
|
%{_texmfdistdir}/doc/latex/isodoc/logoletter/shiva-shakti.png
|
|
%{_texmfdistdir}/doc/latex/isodoc/logoletter/signblue.png
|
|
%{_texmfdistdir}/doc/latex/isodoc/logoletter/typo.txt
|
|
%{_texmfdistdir}/doc/latex/isodoc/ntgletter/ntgcolor.png
|
|
%{_texmfdistdir}/doc/latex/isodoc/ntgletter/ntgletter.sty
|
|
%{_texmfdistdir}/doc/latex/isodoc/ntgletter/ntgletter.tex
|
|
%{_texmfdistdir}/doc/latex/isodoc/ntgletter/signlong.png
|
|
%{_texmfdistdir}/doc/latex/isodoc/ntgletter/signshort.png
|
|
|
|
%files -n texlive-isodoc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/isodoc/isodoc-ca-ES.ldf
|
|
%{_texmfdistdir}/tex/latex/isodoc/isodoc-de-DE.ldf
|
|
%{_texmfdistdir}/tex/latex/isodoc/isodoc-en-GB.ldf
|
|
%{_texmfdistdir}/tex/latex/isodoc/isodoc-en-US.ldf
|
|
%{_texmfdistdir}/tex/latex/isodoc/isodoc-es-ES.ldf
|
|
%{_texmfdistdir}/tex/latex/isodoc/isodoc-fr-FR.ldf
|
|
%{_texmfdistdir}/tex/latex/isodoc/isodoc-it-IT.ldf
|
|
%{_texmfdistdir}/tex/latex/isodoc/isodoc-nb-NO.ldf
|
|
%{_texmfdistdir}/tex/latex/isodoc/isodoc-nl-BE.ldf
|
|
%{_texmfdistdir}/tex/latex/isodoc/isodoc-nl-NL.ldf
|
|
%{_texmfdistdir}/tex/latex/isodoc/isodoc-sr-RS.ldf
|
|
%{_texmfdistdir}/tex/latex/isodoc/isodoc-template.ldf
|
|
%{_texmfdistdir}/tex/latex/isodoc/isodoc.cls
|
|
/var/adm/update-scripts/texlive-isodoc-%{texlive_version}.%{texlive_noarch}.1.05svn33683-%{release}-zypper
|
|
|
|
%package -n texlive-isomath
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.6.1svn27654
|
|
Release: 0
|
|
Summary: Mathematics style for science and technology
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-isomath-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source90: isomath.tar.xz
|
|
Source91: isomath.doc.tar.xz
|
|
|
|
%description -n texlive-isomath
|
|
The package provides tools for a mathematical style that
|
|
conforms to the International Standard ISO 80000-2 and is
|
|
common in science and technology. It changes the default shape
|
|
of capital Greek letters to italic, sets up bold italic and
|
|
sans-serif bold italic math alphabets with Latin and Greek
|
|
characters, and defines macros for markup of vector, matrix and
|
|
tensor symbols.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-isomath-doc
|
|
Summary: Documentation for texlive-isomath
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.6.1svn27654
|
|
Release: 0
|
|
|
|
%description -n texlive-isomath-doc
|
|
This package includes the documentation for texlive-isomath
|
|
|
|
%post -n texlive-isomath
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-isomath
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-isomath
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-isomath-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/isomath/README.html
|
|
%{_texmfdistdir}/doc/latex/isomath/README.txt
|
|
%{_texmfdistdir}/doc/latex/isomath/isomath-test.pdf
|
|
%{_texmfdistdir}/doc/latex/isomath/isomath-test.tex
|
|
%{_texmfdistdir}/doc/latex/isomath/isomath.html
|
|
%{_texmfdistdir}/doc/latex/isomath/isomath.pdf
|
|
%{_texmfdistdir}/doc/latex/isomath/isomath.sty.html
|
|
%{_texmfdistdir}/doc/latex/isomath/isomath.sty.txt
|
|
%{_texmfdistdir}/doc/latex/isomath/isomath.txt
|
|
|
|
%files -n texlive-isomath
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/isomath/isomath.sty
|
|
/var/adm/update-scripts/texlive-isomath-%{texlive_version}.%{texlive_noarch}.0.0.6.1svn27654-%{release}-zypper
|
|
|
|
%package -n texlive-isonums
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn17362
|
|
Release: 0
|
|
Summary: Display numbers in maths mode according to ISO 31-0
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-isonums-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source92: isonums.tar.xz
|
|
Source93: isonums.doc.tar.xz
|
|
|
|
%description -n texlive-isonums
|
|
The package makes a quick hack to ziffer to display numbers in
|
|
maths mode according to ISO 31-0, regardless of input format
|
|
(European $1.235,7$ or Anglo-American $1,235.7$). The options
|
|
[euro, anglo] control the global input format. Default input
|
|
format is anglo. Documentation is included as comments to the
|
|
text source.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-isonums-doc
|
|
Summary: Documentation for texlive-isonums
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn17362
|
|
Release: 0
|
|
|
|
%description -n texlive-isonums-doc
|
|
This package includes the documentation for texlive-isonums
|
|
|
|
%post -n texlive-isonums
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-isonums
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-isonums
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-isonums-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/isonums/isonums.pdf
|
|
%{_texmfdistdir}/doc/latex/isonums/isonums.tex
|
|
|
|
%files -n texlive-isonums
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/isonums/isonums.sty
|
|
/var/adm/update-scripts/texlive-isonums-%{texlive_version}.%{texlive_noarch}.1.0svn17362-%{release}-zypper
|
|
|
|
%package -n texlive-isorot
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Rotation of document elements
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-isorot-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source94: isorot.tar.xz
|
|
Source95: isorot.doc.tar.xz
|
|
|
|
%description -n texlive-isorot
|
|
The package is for rotation of document elements. It is a
|
|
combination of the lscape package and an extension of the
|
|
rotating package. The package is designed for use with the iso
|
|
class but may be used with any normal class.
|
|
|
|
date: 2012-06-23 17:30:01 +0000
|
|
|
|
|
|
%package -n texlive-isorot-doc
|
|
Summary: Documentation for texlive-isorot
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-isorot-doc
|
|
This package includes the documentation for texlive-isorot
|
|
|
|
%post -n texlive-isorot
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-isorot
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-isorot
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-isorot-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/isorot/README
|
|
%{_texmfdistdir}/doc/latex/isorot/rotman.pdf
|
|
%{_texmfdistdir}/doc/latex/isorot/rotman.tex
|
|
|
|
%files -n texlive-isorot
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/isorot/isorot.sty
|
|
/var/adm/update-scripts/texlive-isorot-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-isotope
|
|
Version: %{texlive_version}.%{texlive_noarch}.v0.3svn23711
|
|
Release: 0
|
|
Summary: A package for typesetting isotopes
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-isotope-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source96: isotope.tar.xz
|
|
Source97: isotope.doc.tar.xz
|
|
|
|
%description -n texlive-isotope
|
|
The package provides a command \isotope for setting the atomic
|
|
weight and atomic number indications of isotopes. (The naive
|
|
way of doing the job with (La)TeX mathematics commands produces
|
|
an unsatisfactory result.)
|
|
|
|
date: 2012-06-23 17:30:01 +0000
|
|
|
|
|
|
%package -n texlive-isotope-doc
|
|
Summary: Documentation for texlive-isotope
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.v0.3svn23711
|
|
Release: 0
|
|
|
|
%description -n texlive-isotope-doc
|
|
This package includes the documentation for texlive-isotope
|
|
|
|
%post -n texlive-isotope
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-isotope
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-isotope
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-isotope-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/isotope/README
|
|
|
|
%files -n texlive-isotope
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/isotope/isotope.sty
|
|
/var/adm/update-scripts/texlive-isotope-%{texlive_version}.%{texlive_noarch}.v0.3svn23711-%{release}-zypper
|
|
|
|
%package -n texlive-issuulinks
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1svn25742
|
|
Release: 0
|
|
Summary: Produce external links instead of internal ones
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-issuulinks-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source98: issuulinks.tar.xz
|
|
Source99: issuulinks.doc.tar.xz
|
|
|
|
%description -n texlive-issuulinks
|
|
The PDF visualizer http://issuu.com/ISSUU is a popular service
|
|
which shows PDF documents "a page a time". Due to the way it is
|
|
implemented, internal links in these documents are not allowed.
|
|
Instead, they must be converted to external ones in the form
|
|
http://issuu.com/action/page?page=PAGENUMBER. The package
|
|
patches hyperref to produce external links in the required form
|
|
instead of internal links created by \ref, \cite and other
|
|
commands. Since the package redefines the internals of
|
|
hyperref, it must be loaded it AFTER hyperref.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-issuulinks-doc
|
|
Summary: Documentation for texlive-issuulinks
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1svn25742
|
|
Release: 0
|
|
|
|
%description -n texlive-issuulinks-doc
|
|
This package includes the documentation for texlive-issuulinks
|
|
|
|
%post -n texlive-issuulinks
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-issuulinks
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-issuulinks
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-issuulinks-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/issuulinks/Makefile
|
|
%{_texmfdistdir}/doc/latex/issuulinks/README
|
|
%{_texmfdistdir}/doc/latex/issuulinks/issuulinks.pdf
|
|
%{_texmfdistdir}/doc/latex/issuulinks/sample.pdf
|
|
%{_texmfdistdir}/doc/latex/issuulinks/sample.tex
|
|
|
|
%files -n texlive-issuulinks
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/issuulinks/issuulinks.sty
|
|
/var/adm/update-scripts/texlive-issuulinks-%{texlive_version}.%{texlive_noarch}.1.1svn25742-%{release}-zypper
|
|
|
|
%package -n texlive-itnumpar
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn15878
|
|
Release: 0
|
|
Summary: Spell numbers in words (Italian)
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-itnumpar-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source100: itnumpar.tar.xz
|
|
Source101: itnumpar.doc.tar.xz
|
|
|
|
%description -n texlive-itnumpar
|
|
Sometimes we need to say "Capitolo primo" or "Capitolo uno"
|
|
instead of "Capitolo 1", that is, spelling the number in words
|
|
instead of the usual digit form. This package provides support
|
|
for spelling out numbers in Italian words, both in cardinal and
|
|
in ordinal form.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-itnumpar-doc
|
|
Summary: Documentation for texlive-itnumpar
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-itnumpar-doc
|
|
This package includes the documentation for texlive-itnumpar
|
|
|
|
%post -n texlive-itnumpar
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-itnumpar
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-itnumpar
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-itnumpar-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/itnumpar/README
|
|
%{_texmfdistdir}/doc/latex/itnumpar/itnumpar.pdf
|
|
|
|
%files -n texlive-itnumpar
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/itnumpar/itnumpar.sty
|
|
/var/adm/update-scripts/texlive-itnumpar-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-iwhdp
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.30svn27639
|
|
Release: 0
|
|
Summary: Halle Institute for Economic Research (IWH) Discussion Papers
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-iwhdp-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source102: iwhdp.tar.xz
|
|
Source103: iwhdp.doc.tar.xz
|
|
|
|
%description -n texlive-iwhdp
|
|
The document class is for creating Discussion Papers of the
|
|
Halle Institute for Economic Research (IWH) in Halle, Germany.
|
|
The class offers options for both English and German texts.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-iwhdp-doc
|
|
Summary: Documentation for texlive-iwhdp
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.30svn27639
|
|
Release: 0
|
|
Provides: locale(texlive-iwhdp-doc:de)
|
|
|
|
%description -n texlive-iwhdp-doc
|
|
This package includes the documentation for texlive-iwhdp
|
|
|
|
%post -n texlive-iwhdp
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-iwhdp
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-iwhdp
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-iwhdp-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/iwhdp/README
|
|
%{_texmfdistdir}/doc/latex/iwhdp/iwhdp_Manual.bib
|
|
%{_texmfdistdir}/doc/latex/iwhdp/iwhdp_Manual.pdf
|
|
%{_texmfdistdir}/doc/latex/iwhdp/iwhdp_Manual.tex
|
|
%{_texmfdistdir}/doc/latex/iwhdp/iwhdp_paper.bib
|
|
%{_texmfdistdir}/doc/latex/iwhdp/iwhdp_paper.tex
|
|
|
|
%files -n texlive-iwhdp
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/iwhdp/iwhdp.cls
|
|
/var/adm/update-scripts/texlive-iwhdp-%{texlive_version}.%{texlive_noarch}.0.0.30svn27639-%{release}-zypper
|
|
|
|
%package -n texlive-iwona
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.995bsvn19611
|
|
Release: 0
|
|
Summary: A two-element sans-serif font
|
|
License: LPPL-1.3c
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(post): grep
|
|
Requires(post): sed
|
|
Requires(postun): sed
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Requires: texlive-iwona-fonts >= %{texlive_version}
|
|
Recommends: texlive-iwona-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source104: iwona.tar.xz
|
|
Source105: iwona.doc.tar.xz
|
|
|
|
%description -n texlive-iwona
|
|
Iwona is a two-element sans-serif typeface. It was created as
|
|
an alternative version of the Kurier typeface, which was
|
|
designed in 1975 for a diploma in typeface design at the Warsaw
|
|
Academy of Fine Arts under the supervision of Roman
|
|
Tomaszewski. This distribution contains a significantly
|
|
extended set of characters covering the following modern
|
|
alphabets: latin (including Vietnamese), Cyrillic and Greek as
|
|
well as a number of additional symbols (including mathematical
|
|
symbols). The fonts are prepared in Type 1 and OpenType
|
|
formats. For use with TeX the following encoding files have
|
|
been prepared: T1 (ec), T2 (abc), and OT2--Cyrillic, T5
|
|
(Vietnamese), OT4, QX, texansi and nonstandard (IL2 for the
|
|
Czech fonts), as well as supporting macros and files defining
|
|
fonts for LaTeX.
|
|
|
|
date: 2014-05-08 22:43:11 +0000
|
|
|
|
|
|
%package -n texlive-iwona-doc
|
|
Summary: Documentation for texlive-iwona
|
|
License: LPPL-1.3c
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.995bsvn19611
|
|
Release: 0
|
|
|
|
%description -n texlive-iwona-doc
|
|
This package includes the documentation for texlive-iwona
|
|
|
|
|
|
%package -n texlive-iwona-fonts
|
|
Summary: Severed fonts for texlive-iwona
|
|
License: LPPL-1.3c
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.995bsvn19611
|
|
Release: 0
|
|
Requires(post): fontconfig
|
|
Requires(post): ghostscript-fonts-std
|
|
Requires(post): mkfontdir
|
|
Requires(post): mkfontscale
|
|
Requires(post): xorg-x11-fonts-core
|
|
Requires(postun): fontconfig
|
|
Requires(postun): ghostscript-fonts-std
|
|
Requires(postun): xorg-x11-fonts-core
|
|
|
|
%description -n texlive-iwona-fonts
|
|
The separated fonts package for texlive-iwona
|
|
%post -n texlive-iwona
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if grep -qsE 'Map[[:blank:]]+iwona.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+iwona.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map iwona.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%postun -n texlive-iwona
|
|
if test $1 = 0; then
|
|
sed -ri 's/^(Map[[:blank:]]+iwona.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
%{_bindir}/updmap-sys --nohash --quiet > /dev/null 2>&1 || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%posttrans -n texlive-iwona
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%post -n texlive-iwona-fonts
|
|
mkfontscale %{_datadir}/fonts/texlive-iwona
|
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-iwona
|
|
fc-cache %{_datadir}/fonts
|
|
|
|
%postun -n texlive-iwona-fonts
|
|
if test $1 = 0; then
|
|
fc-cache %{_datadir}/fonts
|
|
fi
|
|
|
|
%files -n texlive-iwona-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/fonts/iwona/00readme.eng
|
|
%{_texmfdistdir}/doc/fonts/iwona/00readme.pol
|
|
%{_texmfdistdir}/doc/fonts/iwona/GUST-FONT-LICENSE.txt
|
|
%{_texmfdistdir}/doc/fonts/iwona/iwona-info-src.zip
|
|
%{_texmfdistdir}/doc/fonts/iwona/iwona-info.pdf
|
|
%{_texmfdistdir}/doc/fonts/iwona/iwona-latex-cyr.tex
|
|
%{_texmfdistdir}/doc/fonts/iwona/iwona-latex-math.tex
|
|
%{_texmfdistdir}/doc/fonts/iwona/iwona-latex-pl.tex
|
|
%{_texmfdistdir}/doc/fonts/iwona/iwona-latex-t2a.tex
|
|
%{_texmfdistdir}/doc/fonts/iwona/iwona-latex-t5.tex
|
|
%{_texmfdistdir}/doc/fonts/iwona/iwona-mathtest.tex
|
|
%{_texmfdistdir}/doc/fonts/iwona/iwona-table.tex
|
|
%{_texmfdistdir}/doc/fonts/iwona/manifest.txt
|
|
|
|
%files -n texlive-iwona
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonab.afm
|
|
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonabi.afm
|
|
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonacb.afm
|
|
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonacbi.afm
|
|
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonach.afm
|
|
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonachi.afm
|
|
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonacl.afm
|
|
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonacli.afm
|
|
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonacm.afm
|
|
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonacmi.afm
|
|
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonacr.afm
|
|
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonacri.afm
|
|
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonah.afm
|
|
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonahi.afm
|
|
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonal.afm
|
|
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonali.afm
|
|
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonam.afm
|
|
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonami.afm
|
|
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonar.afm
|
|
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonari.afm
|
|
%{_texmfdistdir}/fonts/enc/dvips/iwona/cs-iwona-sc.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/iwona/cs-iwona.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/iwona/ec-iwona-sc.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/iwona/ec-iwona.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/iwona/ex-iwona.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/iwona/greek-iwona.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/iwona/l7x-iwona-sc.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/iwona/l7x-iwona.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/iwona/mi-iwona.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/iwona/qx-iwona-sc.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/iwona/qx-iwona.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/iwona/rm-iwona-sc.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/iwona/rm-iwona.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/iwona/sy-iwona.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/iwona/t2a-iwona.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/iwona/t2b-iwona.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/iwona/t2c-iwona.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/iwona/t5-iwona-sc.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/iwona/t5-iwona.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/iwona/texnansi-iwona-sc.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/iwona/texnansi-iwona.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/iwona/ts1-iwona.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/iwona/wncy-iwona.enc
|
|
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-cs.map
|
|
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-ec.map
|
|
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-ex.map
|
|
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-greek.map
|
|
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-l7x.map
|
|
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-mi.map
|
|
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-qx.map
|
|
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-rm.map
|
|
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-sy.map
|
|
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-t2a.map
|
|
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-t2b.map
|
|
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-t2c.map
|
|
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-t5.map
|
|
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-texnansi.map
|
|
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-ts1.map
|
|
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-wncy.map
|
|
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona.map
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/nowacki/iwona/Iwona-Bold.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/nowacki/iwona/Iwona-BoldItalic.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/nowacki/iwona/Iwona-Italic.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/nowacki/iwona/Iwona-Regular.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaCond-Bold.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaCond-BoldItalic.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaCond-Italic.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaCond-Regular.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaCondHeavy-Italic.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaCondHeavy-Regular.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaCondLight-Italic.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaCondLight-Regular.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaCondMedium-Italic.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaCondMedium-Regular.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaHeavy-Italic.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaHeavy-Regular.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaLight-Italic.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaLight-Regular.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaMedium-Italic.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaMedium-Regular.otf
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonab-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonab.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonabi-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonabi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacb-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacb.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacbi-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacbi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonach-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonach.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonachi-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonachi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacl-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacl.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacli-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacli.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacm-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacm.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacmi-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacmi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacr-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacr.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacri-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacri.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonah-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonah.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonahi-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonahi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonal-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonal.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonali-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonali.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonam-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonam.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonami-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonami.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonar-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonar.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonari-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonari.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonab-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonab.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonabi-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonabi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacb-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacb.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacbi-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacbi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonach-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonach.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonachi-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonachi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacl-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacl.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacli-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacli.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacm-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacm.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacmi-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacmi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacr-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacr.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacri-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacri.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonah-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonah.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonahi-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonahi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonal-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonal.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonali-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonali.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonam-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonam.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonami-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonami.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonar-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonar.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonari-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonari.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ex-iwonab.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ex-iwonacb.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ex-iwonach.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ex-iwonacl.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ex-iwonacm.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ex-iwonacr.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ex-iwonah.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ex-iwonal.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ex-iwonam.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ex-iwonar.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonab.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonabi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonacb.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonacbi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonach.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonachi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonacl.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonacli.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonacm.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonacmi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonacr.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonacri.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonah.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonahi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonal.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonali.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonam.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonami.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonar.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonari.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonab-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonab.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonabi-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonabi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacb-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacb.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacbi-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacbi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonach-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonach.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonachi-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonachi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacl-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacl.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacli-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacli.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacm-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacm.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacmi-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacmi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacr-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacr.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacri-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacri.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonah-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonah.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonahi-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonahi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonal-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonal.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonali-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonali.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonam-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonam.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonami-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonami.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonar-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonar.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonari-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonari.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/mi-iwonabi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/mi-iwonacbi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/mi-iwonachi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/mi-iwonacli.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/mi-iwonacmi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/mi-iwonacri.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/mi-iwonahi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/mi-iwonali.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/mi-iwonami.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/mi-iwonari.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonab-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonab.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonabi-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonabi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacb-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacb.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacbi-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacbi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonach-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonach.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonachi-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonachi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacl-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacl.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacli-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacli.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacm-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacm.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacmi-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacmi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacr-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacr.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacri-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacri.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonah-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonah.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonahi-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonahi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonal-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonal.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonali-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonali.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonam-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonam.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonami-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonami.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonar-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonar.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonari-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonari.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonab-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonab.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonabi-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonabi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacb-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacb.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacbi-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacbi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonach-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonach.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonachi-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonachi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacl-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacl.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacli-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacli.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacm-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacm.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacmi-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacmi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacr-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacr.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacri-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacri.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonah-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonah.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonahi-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonahi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonal-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonal.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonali-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonali.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonam-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonam.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonami-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonami.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonar-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonar.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonari-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonari.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/sy-iwonabz.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/sy-iwonacbz.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/sy-iwonachz.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/sy-iwonaclz.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/sy-iwonacmz.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/sy-iwonacrz.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/sy-iwonahz.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/sy-iwonalz.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/sy-iwonamz.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/sy-iwonarz.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonab.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonabi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonacb.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonacbi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonach.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonachi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonacl.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonacli.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonacm.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonacmi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonacr.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonacri.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonah.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonahi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonal.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonali.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonam.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonami.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonar.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonari.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonab.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonabi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonacb.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonacbi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonach.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonachi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonacl.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonacli.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonacm.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonacmi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonacr.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonacri.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonah.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonahi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonal.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonali.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonam.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonami.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonar.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonari.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonab.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonabi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonacb.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonacbi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonach.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonachi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonacl.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonacli.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonacm.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonacmi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonacr.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonacri.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonah.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonahi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonal.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonali.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonam.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonami.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonar.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonari.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonab-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonab.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonabi-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonabi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacb-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacb.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacbi-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacbi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonach-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonach.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonachi-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonachi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacl-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacl.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacli-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacli.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacm-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacm.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacmi-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacmi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacr-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacr.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacri-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacri.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonah-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonah.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonahi-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonahi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonal-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonal.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonali-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonali.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonam-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonam.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonami-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonami.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonar-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonar.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonari-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonari.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonab-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonab.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonabi-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonabi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacb-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacb.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacbi-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacbi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonach-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonach.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonachi-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonachi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacl-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacl.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacli-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacli.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacm-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacm.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacmi-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacmi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacr-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacr.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacri-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacri.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonah-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonah.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonahi-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonahi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonal-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonal.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonali-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonali.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonam-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonam.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonami-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonami.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonar-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonar.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonari-sc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonari.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonab.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonabi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonacb.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonacbi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonach.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonachi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonacl.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonacli.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonacm.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonacmi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonacr.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonacri.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonah.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonahi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonal.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonali.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonam.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonami.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonar.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonari.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonab.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonabi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonacb.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonacbi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonach.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonachi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonacl.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonacli.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonacm.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonacmi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonacr.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonacri.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonah.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonahi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonal.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonali.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonam.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonami.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonar.tfm
|
|
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonari.tfm
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonab.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonabi.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonacb.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonacbi.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonach.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonachi.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonacl.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonacli.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonacm.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonacmi.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonacr.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonacri.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonah.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonahi.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonal.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonali.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonam.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonami.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonar.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonari.pfb
|
|
%{_texmfdistdir}/tex/latex/iwona/il2iwona.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/il2iwonac.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/il2iwonal.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/il2iwonalc.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/iwona.sty
|
|
%{_texmfdistdir}/tex/latex/iwona/l7xiwona.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/l7xiwonac.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/l7xiwonal.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/l7xiwonalc.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/ly1iwona.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/ly1iwonac.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/ly1iwonal.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/ly1iwonalc.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/omliwona.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/omliwonac.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/omliwonal.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/omliwonalc.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/omsiwona.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/omsiwonac.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/omsiwonal.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/omsiwonalc.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/omxiwona.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/omxiwonac.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/omxiwonal.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/omxiwonalc.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/ot1iwona.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/ot1iwonac.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/ot1iwonacm.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/ot1iwonal.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/ot1iwonalc.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/ot1iwonalcm.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/ot1iwonalm.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/ot1iwonam.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/ot2iwona.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/ot2iwonac.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/ot2iwonal.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/ot2iwonalc.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/ot4iwona.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/ot4iwonac.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/ot4iwonal.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/ot4iwonalc.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/qxiwona.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/qxiwonac.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/qxiwonal.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/qxiwonalc.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/t1iwona.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/t1iwonac.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/t1iwonal.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/t1iwonalc.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/t2aiwona.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/t2aiwonac.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/t2aiwonal.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/t2aiwonalc.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/t2biwona.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/t2biwonac.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/t2biwonal.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/t2biwonalc.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/t2ciwona.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/t2ciwonac.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/t2ciwonal.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/t2ciwonalc.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/t5iwona.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/t5iwonac.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/t5iwonal.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/t5iwonalc.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/ts1iwona.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/ts1iwonac.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/ts1iwonal.fd
|
|
%{_texmfdistdir}/tex/latex/iwona/ts1iwonalc.fd
|
|
%{_texmfdistdir}/tex/plain/iwona/iwona-math.tex
|
|
|
|
%files -n texlive-iwona-fonts
|
|
%defattr(-,root,root,755)
|
|
%dir %{_datadir}/fonts/texlive-iwona
|
|
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-iwona.conf
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-iwona/encodings.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-iwona/fonts.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-iwona/fonts.scale
|
|
%{_datadir}/fonts/texlive-iwona/Iwona-Bold.otf
|
|
%{_datadir}/fonts/texlive-iwona/Iwona-BoldItalic.otf
|
|
%{_datadir}/fonts/texlive-iwona/Iwona-Italic.otf
|
|
%{_datadir}/fonts/texlive-iwona/Iwona-Regular.otf
|
|
%{_datadir}/fonts/texlive-iwona/IwonaCond-Bold.otf
|
|
%{_datadir}/fonts/texlive-iwona/IwonaCond-BoldItalic.otf
|
|
%{_datadir}/fonts/texlive-iwona/IwonaCond-Italic.otf
|
|
%{_datadir}/fonts/texlive-iwona/IwonaCond-Regular.otf
|
|
%{_datadir}/fonts/texlive-iwona/IwonaCondHeavy-Italic.otf
|
|
%{_datadir}/fonts/texlive-iwona/IwonaCondHeavy-Regular.otf
|
|
%{_datadir}/fonts/texlive-iwona/IwonaCondLight-Italic.otf
|
|
%{_datadir}/fonts/texlive-iwona/IwonaCondLight-Regular.otf
|
|
%{_datadir}/fonts/texlive-iwona/IwonaCondMedium-Italic.otf
|
|
%{_datadir}/fonts/texlive-iwona/IwonaCondMedium-Regular.otf
|
|
%{_datadir}/fonts/texlive-iwona/IwonaHeavy-Italic.otf
|
|
%{_datadir}/fonts/texlive-iwona/IwonaHeavy-Regular.otf
|
|
%{_datadir}/fonts/texlive-iwona/IwonaLight-Italic.otf
|
|
%{_datadir}/fonts/texlive-iwona/IwonaLight-Regular.otf
|
|
%{_datadir}/fonts/texlive-iwona/IwonaMedium-Italic.otf
|
|
%{_datadir}/fonts/texlive-iwona/IwonaMedium-Regular.otf
|
|
%{_datadir}/fonts/texlive-iwona/iwonab.pfb
|
|
%{_datadir}/fonts/texlive-iwona/iwonabi.pfb
|
|
%{_datadir}/fonts/texlive-iwona/iwonacb.pfb
|
|
%{_datadir}/fonts/texlive-iwona/iwonacbi.pfb
|
|
%{_datadir}/fonts/texlive-iwona/iwonach.pfb
|
|
%{_datadir}/fonts/texlive-iwona/iwonachi.pfb
|
|
%{_datadir}/fonts/texlive-iwona/iwonacl.pfb
|
|
%{_datadir}/fonts/texlive-iwona/iwonacli.pfb
|
|
%{_datadir}/fonts/texlive-iwona/iwonacm.pfb
|
|
%{_datadir}/fonts/texlive-iwona/iwonacmi.pfb
|
|
%{_datadir}/fonts/texlive-iwona/iwonacr.pfb
|
|
%{_datadir}/fonts/texlive-iwona/iwonacri.pfb
|
|
%{_datadir}/fonts/texlive-iwona/iwonah.pfb
|
|
%{_datadir}/fonts/texlive-iwona/iwonahi.pfb
|
|
%{_datadir}/fonts/texlive-iwona/iwonal.pfb
|
|
%{_datadir}/fonts/texlive-iwona/iwonali.pfb
|
|
%{_datadir}/fonts/texlive-iwona/iwonam.pfb
|
|
%{_datadir}/fonts/texlive-iwona/iwonami.pfb
|
|
%{_datadir}/fonts/texlive-iwona/iwonar.pfb
|
|
%{_datadir}/fonts/texlive-iwona/iwonari.pfb
|
|
/var/adm/update-scripts/texlive-iwona-%{texlive_version}.%{texlive_noarch}.0.0.995bsvn19611-%{release}-zypper
|
|
|
|
%package -n texlive-jablantile
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn16364
|
|
Release: 0
|
|
Summary: Metafont version of tiles in the style of Slavik Jablan
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-jablantile-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source106: jablantile.tar.xz
|
|
Source107: jablantile.doc.tar.xz
|
|
|
|
%description -n texlive-jablantile
|
|
This is a small Metafont font to implement the modular tiles
|
|
described by Slavik Jablan. For an outline of the theoretical
|
|
structure of the tiles, see (for example) Jablan's JMM 2006
|
|
Exhibit.
|
|
|
|
date: 2014-05-08 22:43:11 +0000
|
|
|
|
|
|
%package -n texlive-jablantile-doc
|
|
Summary: Documentation for texlive-jablantile
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn16364
|
|
Release: 0
|
|
|
|
%description -n texlive-jablantile-doc
|
|
This package includes the documentation for texlive-jablantile
|
|
|
|
%post -n texlive-jablantile
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-jablantile
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-jablantile
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-jablantile-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/fonts/jablantile/README
|
|
%{_texmfdistdir}/doc/fonts/jablantile/dearjablan.tex
|
|
%{_texmfdistdir}/doc/fonts/jablantile/jablantile.pdf
|
|
|
|
%files -n texlive-jablantile
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/source/public/jablantile/jablantile.mf
|
|
/var/adm/update-scripts/texlive-jablantile-%{texlive_version}.%{texlive_noarch}.svn16364-%{release}-zypper
|
|
|
|
%package -n texlive-jadetex
|
|
Version: %{texlive_version}.%{texlive_noarch}.3.13svn33694
|
|
Release: 0
|
|
Summary: Macros supporting Jade DSSSL output
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires: texlive-latex >= %{texlive_version}
|
|
Requires: texlive-passivetex >= %{texlive_version}
|
|
Requires: texlive-pdftex >= %{texlive_version}
|
|
Requires: texlive-tex >= %{texlive_version}
|
|
Requires(pre): texlive-jadetex-bin >= %{texlive_version}
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(post): grep
|
|
Requires(post): sed
|
|
Requires(postun): sed
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-jadetex-doc >= %{texlive_version}
|
|
Requires(posttrans): texlive-latex >= %{texlive_version}
|
|
Requires(posttrans): texlive-colortbl >= %{texlive_version}
|
|
Requires(posttrans): texlive-fancyhdr >= %{texlive_version}
|
|
Requires(posttrans): texlive-marvosym >= %{texlive_version}
|
|
Requires(posttrans): texlive-passivetex >= %{texlive_version}
|
|
Requires(posttrans): texlive-psnfss >= %{texlive_version}
|
|
Requires(posttrans): texlive-rotating >= %{texlive_version}
|
|
Requires(posttrans): texlive-symbol >= %{texlive_version}
|
|
Requires(posttrans): texlive-ulem >= %{texlive_version}
|
|
Requires(posttrans): texlive-zapfding >= %{texlive_version}
|
|
Requires(posttrans): texlive-courier >= %{texlive_version}
|
|
Requires(posttrans): texlive-ec >= %{texlive_version}
|
|
Requires(posttrans): texlive-helvetic >= %{texlive_version}
|
|
Requires(posttrans): texlive-times >= %{texlive_version}
|
|
Provides: tex(dsssl.def)
|
|
Provides: tex(uentities.sty)
|
|
Provides: tex(ut1omlgc.fd)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source108: jadetex.tar.xz
|
|
Source109: jadetex.doc.tar.xz
|
|
Source110: jadetex_ini.dif
|
|
|
|
%description -n texlive-jadetex
|
|
Macro package on top of LaTeX to typeset TeX output of the Jade
|
|
DSSSL implementation.
|
|
|
|
date: 2012-06-23 17:46:16 +0000
|
|
|
|
|
|
%package -n texlive-jadetex-doc
|
|
Summary: Documentation for texlive-jadetex
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.3.13svn33694
|
|
Release: 0
|
|
|
|
%description -n texlive-jadetex-doc
|
|
This package includes the documentation for texlive-jadetex
|
|
|
|
%post -n texlive-jadetex
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
sed -ri 's/^\#\![[= =]]+jadetex\b.*/jadetex pdftex language.dat *jadetex.ini/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
|
|
sed -ri 's/^\#\![[= =]]+pdfjadetex\b.*/pdfjadetex pdftex language.dat *pdfjadetex.ini/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
|
|
> /var/run/texlive/run-fmtutil
|
|
|
|
%postun -n texlive-jadetex
|
|
if test $1 = 0; then
|
|
sed -ri 's/^(jadetex\b)/\#\!\ \1/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
|
|
sed -ri 's/^(pdfjadetex\b)/\#\!\ \1/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
%{_bindir}/fmtutil-sys --missing > /dev/null 2>&1 || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
> /var/run/texlive/run-fmtutil
|
|
|
|
%posttrans -n texlive-jadetex
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-jadetex-doc
|
|
%defattr(-,root,root,755)
|
|
%{_mandir}/man1/jadetex.1*
|
|
%{_mandir}/man1/pdfjadetex.1*
|
|
%{_texmfdistdir}/doc/otherformats/jadetex/base/ChangeLog
|
|
%{_texmfdistdir}/doc/otherformats/jadetex/base/ChangeLog-old
|
|
%{_texmfdistdir}/doc/otherformats/jadetex/base/Makefile
|
|
%{_texmfdistdir}/doc/otherformats/jadetex/base/demo.sgm
|
|
%{_texmfdistdir}/doc/otherformats/jadetex/base/docbook.dsl
|
|
%{_texmfdistdir}/doc/otherformats/jadetex/base/index.html
|
|
%{_texmfdistdir}/doc/otherformats/jadetex/base/index.xml
|
|
%{_texmfdistdir}/doc/otherformats/jadetex/base/index.xsl
|
|
%{_texmfdistdir}/doc/otherformats/jadetex/base/jadetex.cfg
|
|
%{_texmfdistdir}/doc/otherformats/jadetex/base/logo.png
|
|
%{_texmfdistdir}/doc/otherformats/jadetex/base/releasenotes.dsl
|
|
%{_texmfdistdir}/doc/otherformats/jadetex/base/releasenotes.xml
|
|
|
|
%files -n texlive-jadetex
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/jadetex/base/dsssl.def
|
|
%{_texmfdistdir}/tex/jadetex/base/jadetex.ini
|
|
%{_texmfdistdir}/tex/jadetex/base/jadetex.ltx
|
|
%{_texmfdistdir}/tex/jadetex/base/pdfjadetex.ini
|
|
%{_texmfdistdir}/tex/jadetex/base/uentities.sty
|
|
%{_texmfdistdir}/tex/jadetex/base/ut1omlgc.fd
|
|
/var/adm/update-scripts/texlive-jadetex-%{texlive_version}.%{texlive_noarch}.3.13svn33694-%{release}-zypper
|
|
|
|
%package -n texlive-jamtimes
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.12svn20408
|
|
Release: 0
|
|
Summary: Expanded Times Roman 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): texlive >= %{texlive_version}
|
|
Recommends: texlive-jamtimes-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source111: jamtimes.tar.xz
|
|
Source112: jamtimes.doc.tar.xz
|
|
|
|
%description -n texlive-jamtimes
|
|
The package offers LaTeX support for the expanded Times Roman
|
|
font, which has been used for many years in the Journal
|
|
d'Analyse Mathematique. Mathematics support is based on the
|
|
Belleek fonts.
|
|
|
|
date: 2009-11-07 09:52:42 +0000
|
|
|
|
|
|
%package -n texlive-jamtimes-doc
|
|
Summary: Documentation for texlive-jamtimes
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.12svn20408
|
|
Release: 0
|
|
|
|
%description -n texlive-jamtimes-doc
|
|
This package includes the documentation for texlive-jamtimes
|
|
|
|
%post -n texlive-jamtimes
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-jamtimes
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-jamtimes
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-jamtimes-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/jamtimes/README
|
|
%{_texmfdistdir}/doc/latex/jamtimes/jamtimes.bib
|
|
%{_texmfdistdir}/doc/latex/jamtimes/jamtimes.dtx
|
|
%{_texmfdistdir}/doc/latex/jamtimes/jamtimes.ins
|
|
%{_texmfdistdir}/doc/latex/jamtimes/jamtimes.pdf
|
|
%{_texmfdistdir}/doc/latex/jamtimes/mathsample.pdf
|
|
%{_texmfdistdir}/doc/latex/jamtimes/mathsample.tex
|
|
%{_texmfdistdir}/doc/latex/jamtimes/mathsample_ps.pdf
|
|
%{_texmfdistdir}/doc/latex/jamtimes/textsample.pdf
|
|
%{_texmfdistdir}/doc/latex/jamtimes/textsample.tex
|
|
%{_texmfdistdir}/doc/latex/jamtimes/textsample_ps.pdf
|
|
|
|
%files -n texlive-jamtimes
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/map/dvips/jamtimes/jtm.map
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/blsy.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmb7tv.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmb8cv.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmb8rv.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmb8tv.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmbc7tv.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmbc8tv.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmbi7me.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmbi7tv.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmbi8cv.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmbi8rv.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmbi8tv.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmbo7tv.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmbo8cv.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmbo8rv.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmbo8tv.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr7tc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr7te.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr7tw.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr7ye.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr7yoe.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr8cc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr8ce.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr8cw.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr8rc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr8re.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr8rw.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr8tc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr8te.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr8tw.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmrc7te.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmrc7tw.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmrc8te.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmrc8tw.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmri7me.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmri7te.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmri7tw.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmri7ze.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmri8ce.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmri8cw.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmri8re.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmri8rw.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmri8te.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmri8tw.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmro7te.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmro7tw.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmro8ce.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmro8cw.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmro8re.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmro8rw.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmro8te.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmro8tw.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/ptmb8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/ptmbi8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/ptmr8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/ptmri8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/jamtimes/rblmi.tfm
|
|
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmb7tv.vf
|
|
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmb8cv.vf
|
|
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmb8tv.vf
|
|
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmbc7tv.vf
|
|
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmbc8tv.vf
|
|
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmbi7me.vf
|
|
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmbi7tv.vf
|
|
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmbi8cv.vf
|
|
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmbi8tv.vf
|
|
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmbo7tv.vf
|
|
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmbo8cv.vf
|
|
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmbo8tv.vf
|
|
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmr7tc.vf
|
|
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmr7te.vf
|
|
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmr7tw.vf
|
|
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmr7ye.vf
|
|
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmr8cc.vf
|
|
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmr8ce.vf
|
|
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmr8cw.vf
|
|
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmr8tc.vf
|
|
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmr8te.vf
|
|
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmr8tw.vf
|
|
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmrc7te.vf
|
|
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmrc7tw.vf
|
|
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmrc8te.vf
|
|
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmrc8tw.vf
|
|
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmri7me.vf
|
|
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmri7te.vf
|
|
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmri7tw.vf
|
|
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmri8ce.vf
|
|
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmri8cw.vf
|
|
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmri8te.vf
|
|
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmri8tw.vf
|
|
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmro7te.vf
|
|
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmro7tw.vf
|
|
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmro8ce.vf
|
|
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmro8cw.vf
|
|
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmro8te.vf
|
|
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmro8tw.vf
|
|
%{_texmfdistdir}/tex/latex/jamtimes/jamtimes.sty
|
|
%{_texmfdistdir}/tex/latex/jamtimes/omljtm.fd
|
|
%{_texmfdistdir}/tex/latex/jamtimes/omsjtm.fd
|
|
%{_texmfdistdir}/tex/latex/jamtimes/ot1jtm.fd
|
|
%{_texmfdistdir}/tex/latex/jamtimes/t1jtm.fd
|
|
%{_texmfdistdir}/tex/latex/jamtimes/ts1jtm.fd
|
|
/var/adm/update-scripts/texlive-jamtimes-%{texlive_version}.%{texlive_noarch}.1.12svn20408-%{release}-zypper
|
|
|
|
%package -n texlive-japanese
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3svn30855
|
|
Release: 0
|
|
Summary: A substitute for a babel package for Japanese
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-japanese-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source113: japanese.tar.xz
|
|
Source114: japanese.doc.tar.xz
|
|
|
|
%description -n texlive-japanese
|
|
The package behaves in a similar way as if you provided the
|
|
(non-existent) Japanese option to babel so that you can handle
|
|
Japanese language text in LaTeX documents. The package requires
|
|
a Japanese-enabled TeX system, such as pTeX or jTeX.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-japanese-doc
|
|
Summary: Documentation for texlive-japanese
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3svn30855
|
|
Release: 0
|
|
|
|
%description -n texlive-japanese-doc
|
|
This package includes the documentation for texlive-japanese
|
|
|
|
%post -n texlive-japanese
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-japanese
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-japanese
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-japanese-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/platex/japanese/README
|
|
%{_texmfdistdir}/doc/platex/japanese/sample.pdf
|
|
%{_texmfdistdir}/doc/platex/japanese/sample.tex
|
|
|
|
%files -n texlive-japanese
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/platex/japanese/japanese.ldf
|
|
/var/adm/update-scripts/texlive-japanese-%{texlive_version}.%{texlive_noarch}.1.3svn30855-%{release}-zypper
|
|
|
|
%package -n texlive-japanese-otf
|
|
Version: %{texlive_version}.%{texlive_noarch}.v1.7b6svn32233
|
|
Release: 0
|
|
Summary: Advanced font selection for platex and its friends
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(post): grep
|
|
Requires(post): sed
|
|
Requires(postun): sed
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-japanese-otf-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source115: japanese-otf.tar.xz
|
|
Source116: japanese-otf.doc.tar.xz
|
|
|
|
%description -n texlive-japanese-otf
|
|
The package contains pLaTeX support files and virtual fonts for
|
|
supporting a wide variety of fonts in LaTeX using the pTeX
|
|
engine.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-japanese-otf-doc
|
|
Summary: Documentation for texlive-japanese-otf
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.v1.7b6svn32233
|
|
Release: 0
|
|
Provides: locale(texlive-japanese-otf-doc:en;ja)
|
|
|
|
%description -n texlive-japanese-otf-doc
|
|
This package includes the documentation for texlive-japanese-otf
|
|
|
|
%post -n texlive-japanese-otf
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if grep -qsE 'KanjiMap[[:blank:]]+otf-cktx.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(KanjiMap[[:blank:]]+otf-cktx.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'KanjiMap otf-cktx.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
if grep -qsE 'KanjiMap[[:blank:]]+otf-@kanjiEmbed@.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(KanjiMap[[:blank:]]+otf-@kanjiEmbed@.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'KanjiMap otf-@kanjiEmbed@.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%postun -n texlive-japanese-otf
|
|
if test $1 = 0; then
|
|
sed -ri 's/^(KanjiMap[[:blank:]]+otf-cktx.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
sed -ri 's/^(KanjiMap[[:blank:]]+otf-@kanjiEmbed@.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
%{_bindir}/updmap-sys --nohash --quiet > /dev/null 2>&1 || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%posttrans -n texlive-japanese-otf
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-japanese-otf-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/fonts/japanese-otf/COPYRIGHT
|
|
%{_texmfdistdir}/doc/fonts/japanese-otf/fontmap.zip
|
|
%{_texmfdistdir}/doc/fonts/japanese-otf/otf-script-gteb.diff
|
|
%{_texmfdistdir}/doc/fonts/japanese-otf/readme.en.txt
|
|
%{_texmfdistdir}/doc/fonts/japanese-otf/readme.txt
|
|
%{_texmfdistdir}/doc/fonts/japanese-otf/test/brsgtest.tex
|
|
%{_texmfdistdir}/doc/fonts/japanese-otf/test/jis2004.tex
|
|
%{_texmfdistdir}/doc/fonts/japanese-otf/test/koreanexample.tex
|
|
%{_texmfdistdir}/doc/fonts/japanese-otf/test/otftest.tex
|
|
%{_texmfdistdir}/doc/fonts/japanese-otf/test/pkanatest.tex
|
|
%{_texmfdistdir}/doc/fonts/japanese-otf/test/pkanatest2.tex
|
|
|
|
%files -n texlive-japanese-otf
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/japanese-otf/otf-cktx.map
|
|
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/hirakaku-w3-h.ofm
|
|
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/hirakaku-w3-v.ofm
|
|
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/hirakaku-w6-h.ofm
|
|
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/hirakaku-w6-v.ofm
|
|
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/hiramaru-w4-h.ofm
|
|
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/hiramaru-w4-v.ofm
|
|
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/hiramin-w3-h.ofm
|
|
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/hiramin-w3-v.ofm
|
|
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/hiramin-w6-h.ofm
|
|
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/hiramin-w6-v.ofm
|
|
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/otf-cjgb-h.ofm
|
|
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/otf-cjgb-v.ofm
|
|
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/otf-cjge-h.ofm
|
|
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/otf-cjge-v.ofm
|
|
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/otf-cjgr-h.ofm
|
|
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/otf-cjgr-v.ofm
|
|
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/otf-cjmb-h.ofm
|
|
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/otf-cjmb-v.ofm
|
|
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/otf-cjmgr-h.ofm
|
|
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/otf-cjmgr-v.ofm
|
|
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/otf-cjml-h.ofm
|
|
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/otf-cjml-v.ofm
|
|
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/otf-cjmr-h.ofm
|
|
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/otf-cjmr-v.ofm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpgothb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpgothb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpgothbn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpgothbn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpgotheb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpgotheb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpgothebn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpgothebn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpgothr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpgothr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpgothrn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpgothrn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpmgothr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpmgothr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpmgothrn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpmgothrn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpminb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpminb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpminbn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpminbn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpminl-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpminl-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpminln-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpminln-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpminr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpminr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpminrn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpminrn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlgothb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlgothb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlgothbn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlgothbn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlgotheb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlgotheb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlgothebn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlgothebn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlgothr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlgothr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlgothrn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlgothrn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlmgothr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlmgothr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlmgothrn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlmgothrn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlminb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlminb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlminbn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlminbn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlminl-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlminl-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlminln-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlminln-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlminr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlminr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlminrn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlminrn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr0-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr0-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr1-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr1-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr2-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr2-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr3-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr3-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr4-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr4-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr5-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr5-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr6-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr6-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr7-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr7-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr0-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr0-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr1-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr1-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr2-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr2-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr3-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr3-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr4-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr4-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr5-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr5-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr6-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr6-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr7-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr7-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgb0-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgb0-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgb1-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgb1-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgb2-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgb2-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgb3-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgb3-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgb4-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgb4-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgb5-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgb5-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjge0-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjge0-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjge1-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjge1-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjge2-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjge2-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjge3-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjge3-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjge4-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjge4-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjge5-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjge5-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgr0-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgr0-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgr1-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgr1-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgr2-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgr2-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgr3-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgr3-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgr4-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgr4-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgr5-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgr5-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmb0-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmb0-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmb1-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmb1-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmb2-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmb2-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmb3-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmb3-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmb4-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmb4-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmb5-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmb5-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmgr0-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmgr0-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmgr1-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmgr1-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmgr2-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmgr2-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmgr3-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmgr3-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmgr4-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmgr4-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmgr5-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmgr5-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjml0-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjml0-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjml1-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjml1-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjml2-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjml2-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjml3-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjml3-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjml4-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjml4-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjml5-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjml5-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmr0-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmr0-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmr1-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmr1-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmr2-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmr2-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmr3-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmr3-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmr4-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmr4-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmr5-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmr5-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkgr0-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkgr0-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkgr1-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkgr1-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkgr2-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkgr2-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkgr3-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkgr3-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkgr4-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkgr4-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkmr0-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkmr0-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkmr1-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkmr1-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkmr2-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkmr2-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkmr3-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkmr3-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkmr4-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkmr4-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtgr0-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtgr0-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtgr1-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtgr1-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtgr2-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtgr2-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtgr3-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtgr3-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtgr4-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtgr4-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtmr0-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtmr0-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtmr1-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtmr1-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtmr2-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtmr2-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtmr3-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtmr3-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtmr4-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtmr4-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expgothb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expgothb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expgothbn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expgothbn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expgotheb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expgotheb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expgothebn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expgothebn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expgothr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expgothr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expgothrn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expgothrn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expmgothr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expmgothr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expmgothrn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expmgothrn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expminb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expminb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expminbn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expminbn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expminl-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expminl-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expminln-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expminln-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expminr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expminr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expminrn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expminrn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hgothb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hgothb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hgothbn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hgothbn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hgotheb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hgotheb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hgothebn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hgothebn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hgothr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hgothr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hgothrn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hgothrn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hirakaku-w3-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hirakaku-w3-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hirakaku-w6-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hirakaku-w6-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hiramaru-w4-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hiramaru-w4-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hiramin-w3-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hiramin-w3-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hiramin-w6-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hiramin-w6-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hmgothr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hmgothr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hmgothrn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hmgothrn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hminb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hminb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hminbn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hminbn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hminl-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hminl-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hminln-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hminln-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hminr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hminr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hminrn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hminrn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlgothb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlgothb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlgothbn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlgothbn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlgotheb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlgotheb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlgothebn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlgothebn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlgothr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlgothr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlgothrn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlgothrn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlmgothr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlmgothr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlmgothrn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlmgothrn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlminb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlminb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlminbn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlminbn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlminl-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlminl-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlminln-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlminln-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlminr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlminr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlminrn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlminrn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ccgr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ccgr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ccmr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ccmr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-cjgb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-cjgb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-cjge-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-cjge-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-cjgr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-cjgr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-cjmb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-cjmb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-cjmgr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-cjmgr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-cjml-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-cjml-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-cjmr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-cjmr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ckgr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ckgr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ckmr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ckmr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ctgr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ctgr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ctmr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ctmr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ucgr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ucgr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ucmr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ucmr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujgb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujgb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujgbn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujgbn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujge-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujge-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujgen-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujgen-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujgr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujgr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujgrn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujgrn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmbn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmbn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmgr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmgr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmgrn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmgrn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujml-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujml-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmln-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmln-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmrn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmrn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ukgr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ukgr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ukmr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ukmr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-utgr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-utgr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-utmr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-utmr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/phirakakuw3-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/phirakakuw3-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/phirakakuw6-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/phirakakuw6-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/phiramaruw4-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/phiramaruw4-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/phiraminw3-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/phiraminw3-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/phiraminw6-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/phiraminw6-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/rubygothb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/rubygothb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/rubygotheb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/rubygotheb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/rubygothr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/rubygothr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/rubymgothr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/rubymgothr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/rubyminb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/rubyminb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/rubyminl-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/rubyminl-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/rubyminr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/rubyminr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr0-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr0-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr1-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr1-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr2-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr2-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr3-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr3-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr4-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr4-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr5-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr5-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr6-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr6-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr7-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr7-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr8-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr8-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr9-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr9-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgra-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgra-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgrb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgrb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgrc-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgrc-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgrd-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgrd-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgre-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgre-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgrf-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgrf-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr0-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr0-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr1-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr1-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr2-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr2-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr3-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr3-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr4-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr4-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr5-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr5-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr6-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr6-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr7-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr7-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr8-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr8-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr9-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr9-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmra-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmra-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmrb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmrb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmrc-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmrc-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmrd-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmrd-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmre-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmre-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmrf-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmrf-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr0-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr0-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr1-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr1-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr2-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr2-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr3-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr3-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr4-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr4-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr5-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr5-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr6-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr6-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr7-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr7-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr8-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr8-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr9-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr9-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgra-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgra-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgrb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgrb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgrc-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgrc-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgrd-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgrd-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgre-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgre-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgrf-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgrf-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb0-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb0-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb1-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb1-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb2-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb2-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb3-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb3-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb4-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb4-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb5-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb5-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb6-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb6-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb7-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb7-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb8-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb8-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb9-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb9-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgba-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgba-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbc-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbc-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbd-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbd-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbe-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbe-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbf-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbf-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn0-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn0-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn1-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn1-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn2-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn2-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn3-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn3-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn4-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn4-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn5-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn5-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn6-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn6-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn7-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn7-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn8-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn8-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn9-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn9-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbna-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbna-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbnb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbnb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbnc-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbnc-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbnd-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbnd-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbne-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbne-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbnf-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbnf-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjge0-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjge0-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjge1-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjge1-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjge2-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjge2-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjge3-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjge3-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjge4-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjge4-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjge5-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjge5-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjge6-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjge6-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjge7-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjge7-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjge8-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjge8-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjge9-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjge9-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgea-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgea-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgeb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgeb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgec-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgec-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjged-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjged-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgee-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgee-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgef-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgef-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgen0-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgen0-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgen1-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgen1-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgen2-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgen2-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgen3-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgen3-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgen4-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgen4-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgen5-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgen5-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgen6-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgen6-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgen7-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgen7-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgen8-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgen8-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgen9-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgen9-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgena-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgena-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgenb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgenb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgenc-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgenc-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgend-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgend-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgene-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgene-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgenf-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgenf-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr0-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr0-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr1-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr1-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr2-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr2-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr3-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr3-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr4-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr4-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr5-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr5-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr6-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr6-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr7-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr7-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr8-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr8-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr9-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr9-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgra-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgra-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrc-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrc-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrd-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrd-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgre-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgre-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrf-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrf-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn0-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn0-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn1-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn1-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn2-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn2-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn3-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn3-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn4-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn4-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn5-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn5-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn6-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn6-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn7-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn7-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn8-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn8-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn9-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn9-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrna-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrna-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrnb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrnb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrnc-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrnc-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrnd-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrnd-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrne-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrne-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrnf-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrnf-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb0-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb0-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb1-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb1-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb2-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb2-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb3-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb3-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb4-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb4-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb5-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb5-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb6-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb6-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb7-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb7-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb8-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb8-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb9-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb9-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmba-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmba-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbc-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbc-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbd-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbd-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbe-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbe-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbf-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbf-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn0-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn0-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn1-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn1-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn2-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn2-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn3-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn3-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn4-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn4-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn5-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn5-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn6-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn6-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn7-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn7-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn8-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn8-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn9-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn9-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbna-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbna-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbnb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbnb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbnc-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbnc-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbnd-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbnd-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbne-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbne-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbnf-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbnf-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr0-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr0-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr1-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr1-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr2-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr2-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr3-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr3-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr4-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr4-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr5-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr5-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr6-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr6-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr7-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr7-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr8-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr8-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr9-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr9-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgra-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgra-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrc-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrc-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrd-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrd-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgre-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgre-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrf-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrf-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn0-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn0-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn1-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn1-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn2-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn2-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn3-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn3-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn4-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn4-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn5-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn5-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn6-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn6-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn7-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn7-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn8-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn8-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn9-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn9-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrna-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrna-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrnb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrnb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrnc-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrnc-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrnd-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrnd-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrne-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrne-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrnf-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrnf-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml0-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml0-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml1-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml1-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml2-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml2-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml3-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml3-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml4-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml4-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml5-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml5-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml6-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml6-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml7-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml7-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml8-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml8-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml9-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml9-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmla-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmla-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlc-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlc-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmld-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmld-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmle-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmle-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlf-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlf-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln0-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln0-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln1-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln1-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln2-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln2-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln3-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln3-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln4-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln4-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln5-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln5-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln6-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln6-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln7-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln7-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln8-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln8-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln9-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln9-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlna-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlna-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlnb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlnb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlnc-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlnc-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlnd-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlnd-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlne-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlne-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlnf-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlnf-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr0-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr0-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr1-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr1-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr2-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr2-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr3-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr3-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr4-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr4-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr5-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr5-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr6-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr6-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr7-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr7-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr8-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr8-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr9-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr9-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmra-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmra-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrc-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrc-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrd-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrd-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmre-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmre-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrf-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrf-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn0-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn0-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn1-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn1-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn2-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn2-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn3-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn3-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn4-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn4-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn5-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn5-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn6-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn6-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn7-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn7-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn8-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn8-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn9-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn9-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrna-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrna-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrnb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrnb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrnc-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrnc-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrnd-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrnd-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrne-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrne-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrnf-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrnf-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr0-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr0-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr1-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr1-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr2-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr2-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr3-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr3-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr4-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr4-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr5-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr5-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr6-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr6-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr7-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr7-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr8-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr8-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr9-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr9-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgra-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgra-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgrb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgrb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgrc-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgrc-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgrd-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgrd-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgre-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgre-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgrf-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgrf-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr0-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr0-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr1-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr1-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr2-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr2-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr3-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr3-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr4-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr4-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr5-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr5-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr6-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr6-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr7-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr7-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr8-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr8-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr9-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr9-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmra-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmra-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmrb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmrb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmrc-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmrc-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmrd-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmrd-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmre-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmre-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmrf-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmrf-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr0-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr0-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr1-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr1-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr2-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr2-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr3-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr3-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr4-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr4-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr5-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr5-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr6-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr6-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr7-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr7-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr8-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr8-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr9-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr9-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmra-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmra-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmrb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmrb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmrc-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmrc-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmrd-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmrd-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmre-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmre-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmrf-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmrf-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr0-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr0-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr1-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr1-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr2-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr2-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr3-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr3-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr4-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr4-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr5-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr5-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr6-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr6-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr7-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr7-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr8-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr8-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr9-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr9-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgra-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgra-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgrb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgrb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgrc-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgrc-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgrd-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgrd-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgre-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgre-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgrf-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgrf-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr0-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr0-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr1-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr1-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr2-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr2-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr3-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr3-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr4-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr4-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr5-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr5-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr6-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr6-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr7-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr7-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr8-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr8-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr9-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr9-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmra-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmra-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmrb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmrb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmrc-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmrc-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmrd-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmrd-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmre-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmre-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmrf-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmrf-v.tfm
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpgothb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpgothb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpgothbn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpgothbn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpgotheb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpgotheb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpgothebn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpgothebn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpgothr-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpgothr-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpgothrn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpgothrn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpmgothr-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpmgothr-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpmgothrn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpmgothrn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpminb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpminb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpminbn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpminbn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpminl-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpminl-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpminln-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpminln-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpminr-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpminr-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpminrn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpminrn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlgothb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlgothb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlgothbn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlgothbn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlgotheb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlgotheb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlgothebn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlgothebn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlgothr-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlgothr-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlgothrn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlgothrn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlmgothr-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlmgothr-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlmgothrn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlmgothrn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlminb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlminb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlminbn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlminbn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlminl-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlminl-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlminln-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlminln-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlminr-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlminr-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlminrn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlminrn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr0-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr0-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr1-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr1-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr2-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr2-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr3-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr3-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr4-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr4-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr5-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr5-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr6-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr6-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr7-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr7-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr0-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr0-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr1-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr1-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr2-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr2-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr3-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr3-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr4-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr4-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr5-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr5-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr6-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr6-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr7-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr7-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgb0-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgb0-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgb1-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgb1-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgb2-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgb2-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgb3-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgb3-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgb4-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgb4-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgb5-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgb5-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjge0-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjge0-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjge1-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjge1-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjge2-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjge2-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjge3-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjge3-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjge4-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjge4-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjge5-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjge5-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgr0-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgr0-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgr1-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgr1-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgr2-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgr2-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgr3-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgr3-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgr4-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgr4-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgr5-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgr5-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmb0-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmb0-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmb1-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmb1-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmb2-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmb2-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmb3-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmb3-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmb4-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmb4-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmb5-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmb5-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmgr0-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmgr0-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmgr1-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmgr1-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmgr2-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmgr2-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmgr3-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmgr3-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmgr4-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmgr4-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmgr5-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmgr5-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjml0-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjml0-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjml1-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjml1-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjml2-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjml2-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjml3-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjml3-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjml4-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjml4-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjml5-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjml5-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmr0-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmr0-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmr1-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmr1-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmr2-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmr2-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmr3-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmr3-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmr4-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmr4-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmr5-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmr5-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkgr0-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkgr0-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkgr1-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkgr1-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkgr2-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkgr2-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkgr3-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkgr3-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkgr4-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkgr4-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkmr0-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkmr0-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkmr1-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkmr1-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkmr2-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkmr2-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkmr3-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkmr3-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkmr4-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkmr4-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtgr0-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtgr0-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtgr1-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtgr1-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtgr2-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtgr2-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtgr3-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtgr3-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtgr4-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtgr4-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtmr0-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtmr0-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtmr1-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtmr1-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtmr2-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtmr2-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtmr3-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtmr3-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtmr4-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtmr4-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expgothb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expgothb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expgothbn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expgothbn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expgotheb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expgotheb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expgothebn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expgothebn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expgothr-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expgothr-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expgothrn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expgothrn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expmgothr-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expmgothr-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expmgothrn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expmgothrn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expminb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expminb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expminbn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expminbn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expminl-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expminl-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expminln-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expminln-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expminr-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expminr-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expminrn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expminrn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlgothb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlgothb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlgothbn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlgothbn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlgotheb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlgotheb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlgothebn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlgothebn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlgothr-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlgothr-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlgothrn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlgothrn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlmgothr-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlmgothr-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlmgothrn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlmgothrn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlminb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlminb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlminbn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlminbn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlminl-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlminl-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlminln-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlminln-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlminr-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlminr-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlminrn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlminrn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/phirakakuw3-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/phirakakuw3-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/phirakakuw6-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/phirakakuw6-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/phiramaruw4-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/phiramaruw4-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/phiraminw3-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/phiraminw3-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/phiraminw6-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/phiraminw6-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/rubygothb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/rubygothb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/rubygotheb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/rubygotheb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/rubygothr-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/rubygothr-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/rubymgothr-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/rubymgothr-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/rubyminb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/rubyminb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/rubyminl-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/rubyminl-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/rubyminr-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/rubyminr-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr0-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr0-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr1-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr1-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr2-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr2-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr3-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr3-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr4-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr4-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr5-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr5-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr6-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr6-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr7-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr7-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr8-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr8-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr9-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr9-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgra-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgra-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgrb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgrb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgrc-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgrc-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgrd-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgrd-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgre-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgre-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgrf-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgrf-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr0-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr0-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr1-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr1-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr2-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr2-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr3-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr3-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr4-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr4-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr5-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr5-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr6-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr6-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr7-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr7-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr8-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr8-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr9-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr9-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmra-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmra-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmrb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmrb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmrc-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmrc-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmrd-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmrd-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmre-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmre-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmrf-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmrf-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr0-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr0-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr1-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr1-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr2-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr2-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr3-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr3-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr4-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr4-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr5-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr5-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr6-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr6-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr7-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr7-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr8-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr8-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr9-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr9-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgra-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgra-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgrb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgrb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgrc-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgrc-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgrd-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgrd-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgre-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgre-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgrf-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgrf-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb0-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb0-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb1-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb1-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb2-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb2-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb3-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb3-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb4-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb4-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb5-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb5-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb6-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb6-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb7-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb7-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb8-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb8-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb9-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb9-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgba-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgba-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbc-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbc-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbd-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbd-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbe-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbe-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbf-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbf-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn0-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn0-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn1-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn1-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn2-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn2-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn3-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn3-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn4-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn4-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn5-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn5-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn6-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn6-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn7-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn7-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn8-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn8-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn9-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn9-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbna-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbna-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbnb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbnb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbnc-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbnc-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbnd-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbnd-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbne-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbne-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbnf-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbnf-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjge0-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjge0-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjge1-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjge1-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjge2-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjge2-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjge3-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjge3-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjge4-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjge4-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjge5-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjge5-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjge6-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjge6-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjge7-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjge7-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjge8-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjge8-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjge9-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjge9-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgea-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgea-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgeb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgeb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgec-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgec-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjged-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjged-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgee-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgee-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgef-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgef-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgen0-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgen0-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgen1-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgen1-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgen2-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgen2-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgen3-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgen3-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgen4-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgen4-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgen5-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgen5-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgen6-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgen6-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgen7-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgen7-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgen8-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgen8-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgen9-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgen9-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgena-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgena-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgenb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgenb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgenc-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgenc-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgend-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgend-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgene-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgene-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgenf-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgenf-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr0-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr0-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr1-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr1-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr2-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr2-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr3-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr3-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr4-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr4-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr5-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr5-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr6-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr6-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr7-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr7-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr8-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr8-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr9-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr9-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgra-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgra-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrc-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrc-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrd-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrd-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgre-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgre-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrf-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrf-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn0-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn0-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn1-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn1-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn2-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn2-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn3-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn3-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn4-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn4-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn5-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn5-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn6-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn6-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn7-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn7-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn8-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn8-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn9-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn9-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrna-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrna-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrnb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrnb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrnc-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrnc-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrnd-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrnd-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrne-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrne-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrnf-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrnf-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb0-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb0-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb1-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb1-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb2-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb2-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb3-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb3-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb4-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb4-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb5-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb5-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb6-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb6-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb7-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb7-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb8-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb8-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb9-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb9-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmba-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmba-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbc-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbc-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbd-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbd-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbe-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbe-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbf-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbf-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn0-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn0-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn1-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn1-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn2-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn2-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn3-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn3-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn4-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn4-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn5-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn5-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn6-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn6-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn7-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn7-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn8-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn8-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn9-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn9-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbna-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbna-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbnb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbnb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbnc-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbnc-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbnd-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbnd-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbne-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbne-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbnf-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbnf-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr0-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr0-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr1-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr1-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr2-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr2-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr3-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr3-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr4-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr4-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr5-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr5-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr6-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr6-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr7-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr7-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr8-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr8-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr9-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr9-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgra-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgra-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrc-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrc-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrd-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrd-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgre-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgre-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrf-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrf-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn0-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn0-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn1-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn1-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn2-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn2-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn3-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn3-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn4-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn4-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn5-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn5-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn6-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn6-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn7-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn7-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn8-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn8-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn9-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn9-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrna-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrna-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrnb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrnb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrnc-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrnc-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrnd-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrnd-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrne-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrne-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrnf-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrnf-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml0-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml0-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml1-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml1-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml2-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml2-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml3-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml3-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml4-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml4-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml5-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml5-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml6-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml6-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml7-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml7-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml8-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml8-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml9-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml9-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmla-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmla-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlc-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlc-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmld-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmld-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmle-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmle-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlf-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlf-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln0-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln0-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln1-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln1-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln2-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln2-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln3-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln3-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln4-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln4-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln5-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln5-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln6-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln6-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln7-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln7-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln8-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln8-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln9-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln9-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlna-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlna-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlnb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlnb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlnc-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlnc-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlnd-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlnd-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlne-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlne-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlnf-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlnf-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr0-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr0-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr1-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr1-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr2-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr2-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr3-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr3-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr4-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr4-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr5-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr5-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr6-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr6-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr7-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr7-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr8-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr8-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr9-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr9-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmra-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmra-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrc-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrc-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrd-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrd-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmre-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmre-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrf-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrf-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn0-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn0-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn1-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn1-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn2-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn2-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn3-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn3-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn4-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn4-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn5-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn5-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn6-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn6-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn7-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn7-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn8-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn8-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn9-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn9-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrna-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrna-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrnb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrnb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrnc-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrnc-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrnd-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrnd-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrne-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrne-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrnf-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrnf-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr0-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr0-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr1-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr1-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr2-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr2-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr3-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr3-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr4-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr4-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr5-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr5-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr6-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr6-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr7-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr7-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr8-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr8-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr9-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr9-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgra-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgra-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgrb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgrb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgrc-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgrc-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgrd-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgrd-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgre-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgre-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgrf-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgrf-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr0-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr0-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr1-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr1-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr2-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr2-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr3-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr3-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr4-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr4-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr5-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr5-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr6-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr6-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr7-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr7-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr8-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr8-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr9-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr9-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmra-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmra-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmrb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmrb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmrc-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmrc-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmrd-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmrd-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmre-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmre-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmrf-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmrf-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr0-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr0-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr1-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr1-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr2-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr2-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr3-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr3-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr4-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr4-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr5-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr5-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr6-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr6-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr7-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr7-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr8-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr8-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr9-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr9-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmra-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmra-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmrb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmrb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmrc-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmrc-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmrd-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmrd-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmre-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmre-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmrf-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmrf-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr0-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr0-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr1-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr1-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr2-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr2-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr3-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr3-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr4-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr4-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr5-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr5-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr6-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr6-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr7-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr7-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr8-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr8-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr9-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr9-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgra-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgra-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgrb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgrb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgrc-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgrc-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgrd-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgrd-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgre-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgre-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgrf-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgrf-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr0-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr0-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr1-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr1-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr2-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr2-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr3-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr3-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr4-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr4-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr5-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr5-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr6-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr6-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr7-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr7-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr8-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr8-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr9-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr9-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmra-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmra-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmrb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmrb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmrc-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmrc-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmrd-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmrd-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmre-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmre-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmrf-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmrf-v.vf
|
|
%{_texmfdistdir}/tex/platex/japanese-otf/ajmacros.sty
|
|
%{_texmfdistdir}/tex/platex/japanese-otf/mlcid.sty
|
|
%{_texmfdistdir}/tex/platex/japanese-otf/otf-hangul.dfu
|
|
%{_texmfdistdir}/tex/platex/japanese-otf/redeffont.sty
|
|
/var/adm/update-scripts/texlive-japanese-otf-%{texlive_version}.%{texlive_noarch}.v1.7b6svn32233-%{release}-zypper
|
|
|
|
%package -n texlive-japanese-otf-uptex
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.13svn32255
|
|
Release: 0
|
|
Summary: Support for Japanese OTF files in upLaTeX
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires: texlive-japanese-otf >= %{texlive_version}
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(post): grep
|
|
Requires(post): sed
|
|
Requires(postun): sed
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-japanese-otf-uptex-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source117: japanese-otf-uptex.tar.xz
|
|
Source118: japanese-otf-uptex.doc.tar.xz
|
|
|
|
%description -n texlive-japanese-otf-uptex
|
|
The bundle offers support of the fonts in the japanese-otf
|
|
package, for use with the UpTeX distribution (version 0.20 or
|
|
later).
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-japanese-otf-uptex-doc
|
|
Summary: Documentation for texlive-japanese-otf-uptex
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.13svn32255
|
|
Release: 0
|
|
|
|
%description -n texlive-japanese-otf-uptex-doc
|
|
This package includes the documentation for texlive-japanese-otf-uptex
|
|
|
|
%post -n texlive-japanese-otf-uptex
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if grep -qsE 'KanjiMap[[:blank:]]+otf-up-@kanjiEmbed@.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(KanjiMap[[:blank:]]+otf-up-@kanjiEmbed@.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'KanjiMap otf-up-@kanjiEmbed@.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%postun -n texlive-japanese-otf-uptex
|
|
if test $1 = 0; then
|
|
sed -ri 's/^(KanjiMap[[:blank:]]+otf-up-@kanjiEmbed@.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
%{_bindir}/updmap-sys --nohash --quiet > /dev/null 2>&1 || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%posttrans -n texlive-japanese-otf-uptex
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-japanese-otf-uptex-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/fonts/japanese-otf-uptex/00otf-uptex.txt
|
|
%{_texmfdistdir}/doc/fonts/japanese-otf-uptex/COPYRIGHT
|
|
%{_texmfdistdir}/doc/fonts/japanese-otf-uptex/README
|
|
%{_texmfdistdir}/doc/fonts/japanese-otf-uptex/fontmap.zip
|
|
%{_texmfdistdir}/doc/fonts/japanese-otf-uptex/test/uplatex/Makefile
|
|
%{_texmfdistdir}/doc/fonts/japanese-otf-uptex/test/uplatex/otfscale.tex
|
|
%{_texmfdistdir}/doc/fonts/japanese-otf-uptex/test/uplatex/sp_cns_utf.tex
|
|
%{_texmfdistdir}/doc/fonts/japanese-otf-uptex/test/uplatex/sp_gb_utf.tex
|
|
%{_texmfdistdir}/doc/fonts/japanese-otf-uptex/test/uplatex/sp_jp_text.tex
|
|
%{_texmfdistdir}/doc/fonts/japanese-otf-uptex/test/uplatex/sp_jp_utf.tex
|
|
%{_texmfdistdir}/doc/fonts/japanese-otf-uptex/test/uplatex/sp_kr_utf.tex
|
|
%{_texmfdistdir}/doc/fonts/japanese-otf-uptex/test/uplatex/uotf-sp-utf8.tex
|
|
%{_texmfdistdir}/doc/fonts/japanese-otf-uptex/test/uplatex/uotftest-utf8.tex
|
|
%{_texmfdistdir}/doc/fonts/japanese-otf-uptex/test/uplatex/uotftest.tex
|
|
%{_texmfdistdir}/doc/fonts/japanese-otf-uptex/test/uplatex/upbrsgtest.tex
|
|
%{_texmfdistdir}/doc/fonts/japanese-otf-uptex/test/uplatex/upjis2004.tex
|
|
|
|
%files -n texlive-japanese-otf-uptex
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcgrk-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcgrk-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcgrl-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcgrl-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcgrm-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcgrm-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcgro-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcgro-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcmrk-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcmrk-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcmrl-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcmrl-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcmrm-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcmrm-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcmro-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcmro-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrj-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrj-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrk-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrk-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrl-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrl-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrm-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrm-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrn-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrn-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgro-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgro-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrp-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrp-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrq-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrq-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrr-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrr-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrs-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrs-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrt-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrt-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgru-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgru-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrv-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrv-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrz-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrz-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbj-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbj-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbk-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbk-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbl-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbl-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbm-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbm-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbn-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbn-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbo-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbo-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbp-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbp-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbq-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbq-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbr-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbr-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbs-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbs-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbt-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbt-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbu-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbu-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbv-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbv-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbz-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbz-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgej-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgej-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgek-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgek-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgel-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgel-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgem-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgem-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgen-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgen-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgeo-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgeo-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgep-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgep-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgeq-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgeq-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjger-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjger-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjges-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjges-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjget-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjget-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgeu-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgeu-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgev-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgev-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgez-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgez-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrj-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrj-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrk-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrk-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrl-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrl-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrm-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrm-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrn-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrn-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgro-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgro-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrp-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrp-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrq-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrq-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrr-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrr-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrs-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrs-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrt-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrt-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgru-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgru-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrv-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrv-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrz-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrz-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbj-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbj-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbk-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbk-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbl-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbl-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbm-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbm-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbn-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbn-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbo-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbo-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbp-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbp-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbq-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbq-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbr-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbr-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbs-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbs-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbt-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbt-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbu-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbu-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbv-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbv-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbz-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbz-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrj-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrj-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrk-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrk-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrl-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrl-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrm-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrm-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrn-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrn-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgro-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgro-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrp-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrp-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrq-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrq-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrr-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrr-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrs-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrs-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrt-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrt-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgru-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgru-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrv-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrv-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrz-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrz-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlj-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlj-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlk-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlk-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmll-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmll-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlm-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlm-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmln-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmln-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlo-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlo-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlp-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlp-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlq-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlq-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlr-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlr-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmls-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmls-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlt-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlt-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlu-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlu-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlv-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlv-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlz-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlz-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrj-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrj-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrk-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrk-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrl-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrl-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrm-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrm-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrn-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrn-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmro-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmro-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrp-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrp-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrq-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrq-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrr-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrr-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrs-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrs-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrt-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrt-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmru-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmru-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrv-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrv-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrz-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrz-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrj-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrj-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrk-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrk-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrl-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrl-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrm-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrm-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrn-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrn-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmro-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmro-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrp-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrp-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrq-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrq-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrr-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrr-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrs-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrs-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrt-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrt-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmru-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmru-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrv-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrv-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrz-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrz-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrk-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrk-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrl-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrl-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrm-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrm-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrn-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrn-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgro-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgro-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrp-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrp-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrq-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrq-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrr-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrr-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrs-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrs-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrt-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrt-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgru-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgru-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrz-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrz-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrk-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrk-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrl-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrl-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrm-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrm-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrn-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrn-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmro-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmro-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrp-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrp-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrq-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrq-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrr-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrr-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrs-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrs-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrt-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrt-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmru-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmru-v.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrz-h.ovp
|
|
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrz-v.ovp
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpgothb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpgothb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpgothbn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpgothbn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpgotheb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpgotheb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpgothebn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpgothebn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpgothr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpgothr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpgothrn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpgothrn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpmgothr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpmgothr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpmgothrn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpmgothrn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpminb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpminb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpminbn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpminbn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpminl-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpminl-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpminln-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpminln-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpminr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpminr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpminrn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpminrn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlgothb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlgothb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlgothbn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlgothbn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlgotheb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlgotheb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlgothebn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlgothebn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlgothr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlgothr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlgothrn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlgothrn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlmgothr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlmgothr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlmgothrn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlmgothrn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlminb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlminb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlminbn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlminbn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlminl-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlminl-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlminln-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlminln-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlminr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlminr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlminrn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlminrn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpgothb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpgothb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpgothbn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpgothbn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpgotheb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpgotheb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpgothebn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpgothebn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpgothr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpgothr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpgothrn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpgothrn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpmgothr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpmgothr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpmgothrn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpmgothrn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpminb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpminb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpminbn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpminbn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpminl-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpminl-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpminln-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpminln-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpminr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpminr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpminrn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpminrn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphgothb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphgothb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphgothbn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphgothbn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphgotheb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphgotheb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphgothebn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphgothebn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphgothr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphgothr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphgothrn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphgothrn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphmgothr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphmgothr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphmgothrn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphmgothrn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphminb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphminb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphminbn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphminbn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphminl-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphminl-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphminln-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphminln-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphminr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphminr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphminrn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphminrn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlgothb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlgothb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlgothbn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlgothbn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlgotheb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlgotheb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlgothebn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlgothebn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlgothr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlgothr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlgothrn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlgothrn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlmgothr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlmgothr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlmgothrn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlmgothrn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlminb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlminb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlminbn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlminbn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlminl-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlminl-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlminln-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlminln-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlminr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlminr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlminrn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlminrn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uprubygothb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uprubygothb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uprubygotheb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uprubygotheb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uprubygothr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uprubygothr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uprubymgothr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uprubymgothr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uprubyminb-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uprubyminb-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uprubyminl-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uprubyminl-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uprubyminr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uprubyminr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcgrk-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcgrk-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcgrl-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcgrl-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcgrm-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcgrm-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcgro-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcgro-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcmrk-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcmrk-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcmrl-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcmrl-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcmrm-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcmrm-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcmro-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcmro-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrj-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrj-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrk-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrk-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrl-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrl-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrm-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrm-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgro-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgro-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrp-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrp-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrq-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrq-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrs-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrs-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrt-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrt-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgru-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgru-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrv-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrv-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrz-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrz-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbj-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbj-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbk-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbk-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbl-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbl-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbm-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbm-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbo-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbo-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbp-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbp-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbq-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbq-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbs-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbs-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbt-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbt-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbu-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbu-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbv-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbv-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbz-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbz-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgej-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgej-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgek-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgek-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgel-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgel-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgem-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgem-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgen-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgen-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgeo-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgeo-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgep-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgep-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgeq-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgeq-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjger-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjger-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjges-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjges-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjget-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjget-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgeu-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgeu-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgev-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgev-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgez-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgez-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrj-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrj-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrk-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrk-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrl-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrl-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrm-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrm-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgro-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgro-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrp-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrp-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrq-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrq-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrs-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrs-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrt-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrt-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgru-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgru-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrv-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrv-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrz-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrz-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbj-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbj-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbk-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbk-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbl-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbl-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbm-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbm-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbo-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbo-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbp-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbp-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbq-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbq-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbs-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbs-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbt-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbt-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbu-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbu-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbv-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbv-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbz-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbz-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrj-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrj-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrk-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrk-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrl-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrl-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrm-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrm-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgro-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgro-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrp-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrp-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrq-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrq-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrs-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrs-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrt-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrt-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgru-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgru-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrv-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrv-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrz-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrz-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlj-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlj-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlk-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlk-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmll-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmll-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlm-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlm-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmln-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmln-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlo-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlo-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlp-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlp-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlq-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlq-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmls-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmls-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlt-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlt-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlu-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlu-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlv-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlv-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlz-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlz-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrj-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrj-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrk-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrk-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrl-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrl-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrm-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrm-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmro-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmro-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrp-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrp-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrq-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrq-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrs-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrs-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrt-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrt-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmru-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmru-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrv-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrv-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrz-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrz-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrj-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrj-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrk-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrk-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrl-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrl-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrm-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrm-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmro-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmro-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrp-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrp-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrq-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrq-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrs-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrs-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrt-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrt-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmru-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmru-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrv-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrv-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrz-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrz-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrk-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrk-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrl-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrl-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrm-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrm-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgro-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgro-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrp-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrp-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrq-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrq-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrs-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrs-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrt-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrt-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgru-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgru-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrz-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrz-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrk-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrk-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrl-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrl-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrm-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrm-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrn-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrn-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmro-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmro-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrp-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrp-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrq-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrq-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrr-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrr-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrs-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrs-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrt-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrt-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmru-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmru-v.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrz-h.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrz-v.tfm
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpgothb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpgothb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpgothbn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpgothbn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpgotheb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpgotheb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpgothebn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpgothebn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpgothr-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpgothr-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpgothrn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpgothrn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpmgothr-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpmgothr-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpmgothrn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpmgothrn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpminb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpminb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpminbn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpminbn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpminl-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpminl-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpminln-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpminln-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpminr-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpminr-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpminrn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpminrn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlgothb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlgothb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlgothbn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlgothbn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlgotheb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlgotheb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlgothebn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlgothebn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlgothr-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlgothr-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlgothrn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlgothrn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlmgothr-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlmgothr-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlmgothrn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlmgothrn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlminb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlminb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlminbn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlminbn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlminl-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlminl-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlminln-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlminln-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlminr-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlminr-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlminrn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlminrn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpgothb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpgothb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpgothbn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpgothbn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpgotheb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpgotheb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpgothebn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpgothebn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpgothr-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpgothr-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpgothrn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpgothrn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpmgothr-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpmgothr-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpmgothrn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpmgothrn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpminb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpminb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpminbn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpminbn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpminl-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpminl-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpminln-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpminln-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpminr-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpminr-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpminrn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpminrn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlgothb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlgothb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlgothbn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlgothbn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlgotheb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlgotheb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlgothebn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlgothebn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlgothr-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlgothr-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlgothrn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlgothrn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlmgothr-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlmgothr-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlmgothrn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlmgothrn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlminb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlminb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlminbn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlminbn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlminl-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlminl-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlminln-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlminln-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlminr-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlminr-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlminrn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlminrn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/uprubygothb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/uprubygothb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/uprubygotheb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/uprubygotheb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/uprubygothr-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/uprubygothr-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/uprubymgothr-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/uprubymgothr-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/uprubyminb-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/uprubyminb-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/uprubyminl-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/uprubyminl-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/uprubyminr-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/uprubyminr-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcgrk-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcgrk-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcgrl-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcgrl-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcgrm-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcgrm-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcgro-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcgro-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcmrk-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcmrk-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcmrl-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcmrl-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcmrm-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcmrm-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcmro-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcmro-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrj-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrj-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrk-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrk-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrl-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrl-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrm-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrm-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgro-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgro-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrp-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrp-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrq-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrq-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrr-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrr-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrs-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrs-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrt-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrt-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgru-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgru-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrv-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrv-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrz-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrz-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbj-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbj-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbk-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbk-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbl-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbl-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbm-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbm-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbo-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbo-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbp-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbp-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbq-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbq-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbr-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbr-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbs-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbs-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbt-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbt-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbu-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbu-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbv-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbv-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbz-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbz-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgej-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgej-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgek-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgek-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgel-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgel-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgem-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgem-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgen-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgen-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgeo-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgeo-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgep-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgep-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgeq-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgeq-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjger-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjger-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjges-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjges-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjget-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjget-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgeu-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgeu-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgev-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgev-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgez-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgez-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrj-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrj-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrk-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrk-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrl-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrl-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrm-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrm-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgro-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgro-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrp-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrp-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrq-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrq-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrr-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrr-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrs-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrs-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrt-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrt-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgru-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgru-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrv-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrv-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrz-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrz-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbj-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbj-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbk-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbk-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbl-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbl-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbm-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbm-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbo-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbo-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbp-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbp-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbq-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbq-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbr-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbr-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbs-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbs-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbt-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbt-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbu-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbu-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbv-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbv-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbz-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbz-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrj-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrj-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrk-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrk-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrl-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrl-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrm-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrm-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgro-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgro-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrp-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrp-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrq-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrq-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrr-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrr-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrs-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrs-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrt-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrt-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgru-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgru-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrv-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrv-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrz-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrz-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlj-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlj-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlk-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlk-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmll-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmll-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlm-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlm-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmln-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmln-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlo-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlo-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlp-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlp-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlq-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlq-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlr-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlr-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmls-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmls-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlt-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlt-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlu-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlu-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlv-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlv-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlz-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlz-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrj-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrj-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrk-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrk-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrl-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrl-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrm-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrm-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmro-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmro-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrp-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrp-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrq-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrq-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrr-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrr-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrs-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrs-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrt-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrt-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmru-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmru-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrv-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrv-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrz-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrz-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrj-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrj-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrk-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrk-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrl-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrl-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrm-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrm-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmro-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmro-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrp-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrp-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrq-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrq-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrr-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrr-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrs-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrs-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrt-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrt-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmru-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmru-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrv-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrv-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrz-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrz-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrk-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrk-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrl-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrl-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrm-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrm-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgro-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgro-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrp-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrp-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrq-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrq-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrr-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrr-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrs-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrs-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrt-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrt-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgru-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgru-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrz-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrz-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrk-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrk-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrl-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrl-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrm-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrm-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrn-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrn-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmro-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmro-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrp-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrp-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrq-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrq-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrr-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrr-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrs-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrs-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrt-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrt-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmru-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmru-v.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrz-h.vf
|
|
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrz-v.vf
|
|
%{_texmfdistdir}/tex/platex/japanese-otf-uptex/mlutf.sty
|
|
%{_texmfdistdir}/tex/platex/japanese-otf-uptex/otf.sty
|
|
/var/adm/update-scripts/texlive-japanese-otf-uptex-%{texlive_version}.%{texlive_noarch}.0.0.13svn32255-%{release}-zypper
|
|
|
|
%package -n texlive-jfontmaps
|
|
Version: %{texlive_version}.%{texlive_noarch}.20140301.0svn33067
|
|
Release: 0
|
|
Summary: Font maps and configuration tools for Japanese fonts
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive-jfontmaps-bin >= %{texlive_version}
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-jfontmaps-doc >= %{texlive_version}
|
|
Provides: tex(otf-hiragino-pron.map)
|
|
Provides: tex(otf-hiragino.map)
|
|
Provides: tex(otf-ipa.map)
|
|
Provides: tex(otf-ipaex.map)
|
|
Provides: tex(otf-kozuka-pr6.map)
|
|
Provides: tex(otf-kozuka-pr6n.map)
|
|
Provides: tex(otf-kozuka.map)
|
|
Provides: tex(otf-morisawa-pr6n.map)
|
|
Provides: tex(otf-morisawa.map)
|
|
Provides: tex(otf-ms.map)
|
|
Provides: tex(otf-noEmbed.map)
|
|
Provides: tex(otf-up-hiragino-pron.map)
|
|
Provides: tex(otf-up-hiragino.map)
|
|
Provides: tex(otf-up-ipa.map)
|
|
Provides: tex(otf-up-ipaex.map)
|
|
Provides: tex(otf-up-kozuka-pr6.map)
|
|
Provides: tex(otf-up-kozuka-pr6n.map)
|
|
Provides: tex(otf-up-kozuka.map)
|
|
Provides: tex(otf-up-morisawa-pr6n.map)
|
|
Provides: tex(otf-up-morisawa.map)
|
|
Provides: tex(otf-up-ms.map)
|
|
Provides: tex(otf-up-noEmbed.map)
|
|
Provides: tex(otf-up-yu-osx.map)
|
|
Provides: tex(otf-up-yu-win.map)
|
|
Provides: tex(otf-yu-osx.map)
|
|
Provides: tex(otf-yu-win.map)
|
|
Provides: tex(ptex-hiragino-04.map)
|
|
Provides: tex(ptex-hiragino-pron-04.map)
|
|
Provides: tex(ptex-hiragino-pron.map)
|
|
Provides: tex(ptex-hiragino.map)
|
|
Provides: tex(ptex-ipa.map)
|
|
Provides: tex(ptex-ipaex.map)
|
|
Provides: tex(ptex-kozuka-04.map)
|
|
Provides: tex(ptex-kozuka-pr6-04.map)
|
|
Provides: tex(ptex-kozuka-pr6.map)
|
|
Provides: tex(ptex-kozuka-pr6n-04.map)
|
|
Provides: tex(ptex-kozuka-pr6n.map)
|
|
Provides: tex(ptex-kozuka.map)
|
|
Provides: tex(ptex-morisawa-04.map)
|
|
Provides: tex(ptex-morisawa-pr6n-04.map)
|
|
Provides: tex(ptex-morisawa-pr6n.map)
|
|
Provides: tex(ptex-morisawa.map)
|
|
Provides: tex(ptex-ms.map)
|
|
Provides: tex(ptex-noEmbed-04.map)
|
|
Provides: tex(ptex-noEmbed.map)
|
|
Provides: tex(ptex-yu-osx-04.map)
|
|
Provides: tex(ptex-yu-osx.map)
|
|
Provides: tex(ptex-yu-win.map)
|
|
Provides: tex(uptex-hiragino-04.map)
|
|
Provides: tex(uptex-hiragino-pron-04.map)
|
|
Provides: tex(uptex-hiragino-pron.map)
|
|
Provides: tex(uptex-hiragino.map)
|
|
Provides: tex(uptex-ipa.map)
|
|
Provides: tex(uptex-ipaex.map)
|
|
Provides: tex(uptex-kozuka-04.map)
|
|
Provides: tex(uptex-kozuka-pr6-04.map)
|
|
Provides: tex(uptex-kozuka-pr6.map)
|
|
Provides: tex(uptex-kozuka-pr6n-04.map)
|
|
Provides: tex(uptex-kozuka-pr6n.map)
|
|
Provides: tex(uptex-kozuka.map)
|
|
Provides: tex(uptex-morisawa-04.map)
|
|
Provides: tex(uptex-morisawa-pr6n-04.map)
|
|
Provides: tex(uptex-morisawa-pr6n.map)
|
|
Provides: tex(uptex-morisawa.map)
|
|
Provides: tex(uptex-ms.map)
|
|
Provides: tex(uptex-noEmbed-04.map)
|
|
Provides: tex(uptex-noEmbed.map)
|
|
Provides: tex(uptex-yu-osx-04.map)
|
|
Provides: tex(uptex-yu-osx.map)
|
|
Provides: tex(uptex-yu-win.map)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source119: jfontmaps.tar.xz
|
|
Source120: jfontmaps.doc.tar.xz
|
|
|
|
%description -n texlive-jfontmaps
|
|
The package offers font maps, and supporting material, that
|
|
make various Japanese fonts available to users of (u)ptex and
|
|
related programs or formats. The package does not ship any of
|
|
the fonts mentioned in the documentation, but only map files
|
|
for use with dvipdfmx; the user must obtain the other fonts
|
|
separately. The first exception is that ipa and ipaex the
|
|
respective fonts a shipped as part of the TeX Live distribution
|
|
and are available for free. The other exception is that the Yu
|
|
Mincho/Gothic fonts are available to Windows and MacOSX users,
|
|
as part of their operating system distribution.
|
|
|
|
date: 2014-05-08 22:43:11 +0000
|
|
|
|
|
|
%package -n texlive-jfontmaps-doc
|
|
Summary: Documentation for texlive-jfontmaps
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.20140301.0svn33067
|
|
Release: 0
|
|
|
|
%description -n texlive-jfontmaps-doc
|
|
This package includes the documentation for texlive-jfontmaps
|
|
|
|
%post -n texlive-jfontmaps
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-jfontmaps
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-jfontmaps
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-jfontmaps-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/fonts/jfontmaps/ChangeLog
|
|
%{_texmfdistdir}/doc/fonts/jfontmaps/ChangeLog.pre-git
|
|
%{_texmfdistdir}/doc/fonts/jfontmaps/README
|
|
%{_texmfdistdir}/doc/fonts/jfontmaps/examples/otf-sample-04.tex
|
|
%{_texmfdistdir}/doc/fonts/jfontmaps/examples/otf-sample.tex
|
|
%{_texmfdistdir}/doc/fonts/jfontmaps/examples/ptex-sample.tex
|
|
%{_texmfdistdir}/doc/fonts/jfontmaps/examples/series-compare.tex
|
|
|
|
%files -n texlive-jfontmaps
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/cmap/jfontmaps/2004-H
|
|
%{_texmfdistdir}/fonts/cmap/jfontmaps/2004-V
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/hiragino-pron/otf-hiragino-pron.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/hiragino-pron/otf-up-hiragino-pron.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/hiragino-pron/ptex-hiragino-pron-04.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/hiragino-pron/ptex-hiragino-pron.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/hiragino-pron/uptex-hiragino-pron-04.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/hiragino-pron/uptex-hiragino-pron.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/hiragino/otf-hiragino.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/hiragino/otf-up-hiragino.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/hiragino/ptex-hiragino-04.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/hiragino/ptex-hiragino.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/hiragino/uptex-hiragino-04.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/hiragino/uptex-hiragino.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/ipa/otf-ipa.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/ipa/otf-up-ipa.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/ipa/ptex-ipa.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/ipa/uptex-ipa.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/ipaex/otf-ipaex.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/ipaex/otf-up-ipaex.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/ipaex/ptex-ipaex.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/ipaex/uptex-ipaex.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/kozuka-pr6/otf-kozuka-pr6.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/kozuka-pr6/otf-up-kozuka-pr6.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/kozuka-pr6/ptex-kozuka-pr6-04.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/kozuka-pr6/ptex-kozuka-pr6.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/kozuka-pr6/uptex-kozuka-pr6-04.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/kozuka-pr6/uptex-kozuka-pr6.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/kozuka-pr6n/otf-kozuka-pr6n.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/kozuka-pr6n/otf-up-kozuka-pr6n.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/kozuka-pr6n/ptex-kozuka-pr6n-04.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/kozuka-pr6n/ptex-kozuka-pr6n.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/kozuka-pr6n/uptex-kozuka-pr6n-04.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/kozuka-pr6n/uptex-kozuka-pr6n.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/kozuka/otf-kozuka.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/kozuka/otf-up-kozuka.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/kozuka/ptex-kozuka-04.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/kozuka/ptex-kozuka.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/kozuka/uptex-kozuka-04.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/kozuka/uptex-kozuka.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/morisawa-pr6n/otf-morisawa-pr6n.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/morisawa-pr6n/otf-up-morisawa-pr6n.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/morisawa-pr6n/ptex-morisawa-pr6n-04.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/morisawa-pr6n/ptex-morisawa-pr6n.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/morisawa-pr6n/uptex-morisawa-pr6n-04.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/morisawa-pr6n/uptex-morisawa-pr6n.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/morisawa/otf-morisawa.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/morisawa/otf-up-morisawa.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/morisawa/ptex-morisawa-04.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/morisawa/ptex-morisawa.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/morisawa/uptex-morisawa-04.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/morisawa/uptex-morisawa.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/ms/otf-ms.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/ms/otf-up-ms.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/ms/ptex-ms.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/ms/uptex-ms.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/noEmbed/otf-noEmbed.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/noEmbed/otf-up-noEmbed.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/noEmbed/ptex-noEmbed-04.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/noEmbed/ptex-noEmbed.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/noEmbed/uptex-noEmbed-04.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/noEmbed/uptex-noEmbed.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/yu-osx/otf-up-yu-osx.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/yu-osx/otf-yu-osx.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/yu-osx/ptex-yu-osx-04.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/yu-osx/ptex-yu-osx.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/yu-osx/uptex-yu-osx-04.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/yu-osx/uptex-yu-osx.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/yu-win/otf-up-yu-win.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/yu-win/otf-yu-win.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/yu-win/ptex-yu-win.map
|
|
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/yu-win/uptex-yu-win.map
|
|
%{_texmfdistdir}/scripts/jfontmaps/kanji-config-updmap-sys.sh
|
|
%{_texmfdistdir}/scripts/jfontmaps/kanji-config-updmap.pl
|
|
%{_texmfdistdir}/scripts/jfontmaps/kanji-fontmap-creator.pl
|
|
/var/adm/update-scripts/texlive-jfontmaps-%{texlive_version}.%{texlive_noarch}.20140301.0svn33067-%{release}-zypper
|
|
|
|
%package -n texlive-jknapltx
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn19440
|
|
Release: 0
|
|
Summary: Miscellaneous packages by Joerg Knappen
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-jknapltx-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source121: jknapltx.tar.xz
|
|
Source122: jknapltx.doc.tar.xz
|
|
|
|
%description -n texlive-jknapltx
|
|
Miscellaneous macros by Jorg Knappen, including: represent
|
|
counters in greek; Maxwell's non-commutative division;
|
|
latin1jk, latin2jk and latin3jk, which are their inputenc
|
|
definition files that allow verbatim input in the respective
|
|
ISO Latin codes; blackboard bold fonts in maths; use of RSFS
|
|
fonts in maths; extra alignments for \parboxes; swap Roman and
|
|
Sans fonts; transliterate semitic languages; patches to make
|
|
(La)TeX formulae embeddable in SGML; use maths "minus" in text
|
|
as appropriate; simple Young tableaux.
|
|
|
|
date: 2014-01-03 21:58:53 +0000
|
|
|
|
|
|
%package -n texlive-jknapltx-doc
|
|
Summary: Documentation for texlive-jknapltx
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn19440
|
|
Release: 0
|
|
|
|
%description -n texlive-jknapltx-doc
|
|
This package includes the documentation for texlive-jknapltx
|
|
|
|
%post -n texlive-jknapltx
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-jknapltx
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-jknapltx
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-jknapltx-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/jknapltx/00readme.txt
|
|
%{_texmfdistdir}/doc/latex/jknapltx/README.TEXLIVE
|
|
%{_texmfdistdir}/doc/latex/jknapltx/mathbbol.rme
|
|
%{_texmfdistdir}/doc/latex/jknapltx/mathrsfs.rme
|
|
|
|
%files -n texlive-jknapltx
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/jknapltx/greekctr.sty
|
|
%{_texmfdistdir}/tex/latex/jknapltx/holtpolt.sty
|
|
%{_texmfdistdir}/tex/latex/jknapltx/latin1jk.def
|
|
%{_texmfdistdir}/tex/latex/jknapltx/latin2jk.def
|
|
%{_texmfdistdir}/tex/latex/jknapltx/latin3jk.def
|
|
%{_texmfdistdir}/tex/latex/jknapltx/mathbbol.sty
|
|
%{_texmfdistdir}/tex/latex/jknapltx/mathrsfs.sty
|
|
%{_texmfdistdir}/tex/latex/jknapltx/parboxx.sty
|
|
%{_texmfdistdir}/tex/latex/jknapltx/sans.sty
|
|
%{_texmfdistdir}/tex/latex/jknapltx/semtrans.sty
|
|
%{_texmfdistdir}/tex/latex/jknapltx/sgmlcmpt.sty
|
|
%{_texmfdistdir}/tex/latex/jknapltx/smartmn.sty
|
|
%{_texmfdistdir}/tex/latex/jknapltx/tccompat.sty
|
|
%{_texmfdistdir}/tex/latex/jknapltx/ursfs.fd
|
|
%{_texmfdistdir}/tex/latex/jknapltx/ustmary.fd
|
|
%{_texmfdistdir}/tex/latex/jknapltx/young.sty
|
|
/var/adm/update-scripts/texlive-jknapltx-%{texlive_version}.%{texlive_noarch}.svn19440-%{release}-zypper
|
|
|
|
%package -n texlive-jlabels
|
|
Version: %{texlive_version}.%{texlive_noarch}.20110605svn24858
|
|
Release: 0
|
|
Summary: Make letter-sized pages of labels
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-jlabels-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source123: jlabels.tar.xz
|
|
Source124: jlabels.doc.tar.xz
|
|
|
|
%description -n texlive-jlabels
|
|
The package provides controls for the numbers of rows and
|
|
columns.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-jlabels-doc
|
|
Summary: Documentation for texlive-jlabels
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.20110605svn24858
|
|
Release: 0
|
|
|
|
%description -n texlive-jlabels-doc
|
|
This package includes the documentation for texlive-jlabels
|
|
|
|
%post -n texlive-jlabels
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-jlabels
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-jlabels
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-jlabels-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/jlabels/README
|
|
%{_texmfdistdir}/doc/latex/jlabels/jlabels.pdf
|
|
%{_texmfdistdir}/doc/latex/jlabels/jlabels.tex
|
|
|
|
%files -n texlive-jlabels
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/jlabels/jlabels.sty
|
|
/var/adm/update-scripts/texlive-jlabels-%{texlive_version}.%{texlive_noarch}.20110605svn24858-%{release}-zypper
|
|
|
|
%package -n texlive-jmlr
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.18svn31945
|
|
Release: 0
|
|
Summary: Class files for the Journal of Machine Learning Research
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-jmlr-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source125: jmlr.tar.xz
|
|
Source126: jmlr.doc.tar.xz
|
|
|
|
%description -n texlive-jmlr
|
|
The jmlr bundle provides a class for authors (jmlr) and a class
|
|
for production editors (jmlrbook), as well as a script
|
|
makejmlrbook The jmlrbook class may can be used to combine
|
|
articles written using the jmlr class into a book. The class
|
|
uses the combine class and the hyperref package to produce
|
|
either a colour hyperlinked book for on-line viewing or a
|
|
greyscale nonhyperlinked book for printing. The makejmlrbook
|
|
Perl script can be used to create the colour hyperlinked and
|
|
greyscale nonhyperlinked PDFs of a document using the jmlrbook
|
|
class. It can also create a set of HTML files that list the
|
|
included papers with links to their abstracts and the
|
|
individual articles as PDFs.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-jmlr-doc
|
|
Summary: Documentation for texlive-jmlr
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.18svn31945
|
|
Release: 0
|
|
|
|
%description -n texlive-jmlr-doc
|
|
This package includes the documentation for texlive-jmlr
|
|
|
|
%post -n texlive-jmlr
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-jmlr
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-jmlr
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-jmlr-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/jmlr/CHANGES
|
|
%{_texmfdistdir}/doc/latex/jmlr/INSTALL
|
|
%{_texmfdistdir}/doc/latex/jmlr/README
|
|
%{_texmfdistdir}/doc/latex/jmlr/jmlr.pdf
|
|
%{_texmfdistdir}/doc/latex/jmlr/sample-books/bookLogo-gray.png
|
|
%{_texmfdistdir}/doc/latex/jmlr/sample-books/bookLogo.png
|
|
%{_texmfdistdir}/doc/latex/jmlr/sample-books/jmlrbook-sample.pdf
|
|
%{_texmfdistdir}/doc/latex/jmlr/sample-books/jmlrbook-sample.tex
|
|
%{_texmfdistdir}/doc/latex/jmlr/sample-books/paper1/paper1.bib
|
|
%{_texmfdistdir}/doc/latex/jmlr/sample-books/paper1/paper1.tex
|
|
%{_texmfdistdir}/doc/latex/jmlr/sample-books/paper2/paper2.bib
|
|
%{_texmfdistdir}/doc/latex/jmlr/sample-books/paper2/paper2.tex
|
|
%{_texmfdistdir}/doc/latex/jmlr/sample-books/paper3/paper3.bib
|
|
%{_texmfdistdir}/doc/latex/jmlr/sample-books/paper3/paper3.tex
|
|
%{_texmfdistdir}/doc/latex/jmlr/sample-books/paper4/paper4.bib
|
|
%{_texmfdistdir}/doc/latex/jmlr/sample-books/paper4/paper4.tex
|
|
%{_texmfdistdir}/doc/latex/jmlr/sample-books/proceedings-sample.pdf
|
|
%{_texmfdistdir}/doc/latex/jmlr/sample-books/proceedings-sample.tex
|
|
%{_texmfdistdir}/doc/latex/jmlr/sample-papers/images/circle-gray.png
|
|
%{_texmfdistdir}/doc/latex/jmlr/sample-papers/images/circle.jpg
|
|
%{_texmfdistdir}/doc/latex/jmlr/sample-papers/images/nodes-gray.png
|
|
%{_texmfdistdir}/doc/latex/jmlr/sample-papers/images/nodes.png
|
|
%{_texmfdistdir}/doc/latex/jmlr/sample-papers/images/square-gray.png
|
|
%{_texmfdistdir}/doc/latex/jmlr/sample-papers/images/square.png
|
|
%{_texmfdistdir}/doc/latex/jmlr/sample-papers/images/teximage.tex
|
|
%{_texmfdistdir}/doc/latex/jmlr/sample-papers/jmlr-sample.bib
|
|
%{_texmfdistdir}/doc/latex/jmlr/sample-papers/jmlr-sample.pdf
|
|
%{_texmfdistdir}/doc/latex/jmlr/sample-papers/jmlr-sample.tex
|
|
%{_texmfdistdir}/doc/latex/jmlr/sample-papers/jmlrwcp-sample.pdf
|
|
%{_texmfdistdir}/doc/latex/jmlr/sample-papers/jmlrwcp-sample.tex
|
|
|
|
%files -n texlive-jmlr
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/scripts/jmlr/makejmlrbook
|
|
%{_texmfdistdir}/tex/latex/jmlr/jmlr.cls
|
|
%{_texmfdistdir}/tex/latex/jmlr/jmlrbook.cls
|
|
/var/adm/update-scripts/texlive-jmlr-%{texlive_version}.%{texlive_noarch}.1.18svn31945-%{release}-zypper
|
|
|
|
%package -n texlive-jmn
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn22719
|
|
Release: 0
|
|
Summary: Package jmn
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Requires: texlive-jmn-fonts >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source127: jmn.tar.xz
|
|
|
|
%description -n texlive-jmn
|
|
The jmn package
|
|
|
|
%package -n texlive-jmn-fonts
|
|
Summary: Severed fonts for texlive-jmn
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn22719
|
|
Release: 0
|
|
Requires(post): fontconfig
|
|
Requires(post): ghostscript-fonts-std
|
|
Requires(post): mkfontdir
|
|
Requires(post): mkfontscale
|
|
Requires(post): xorg-x11-fonts-core
|
|
Requires(postun): fontconfig
|
|
Requires(postun): ghostscript-fonts-std
|
|
Requires(postun): xorg-x11-fonts-core
|
|
|
|
%description -n texlive-jmn-fonts
|
|
The separated fonts package for texlive-jmn
|
|
%post -n texlive-jmn
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-jmn
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-jmn
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%post -n texlive-jmn-fonts
|
|
mkfontscale %{_datadir}/fonts/texlive-jmn
|
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-jmn
|
|
fc-cache %{_datadir}/fonts
|
|
|
|
%postun -n texlive-jmn-fonts
|
|
if test $1 = 0; then
|
|
fc-cache %{_datadir}/fonts
|
|
fi
|
|
|
|
%files -n texlive-jmn
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/afm/jmn/hans/hans-sh.afm
|
|
%{_texmfdistdir}/fonts/afm/jmn/hans/hans.afm
|
|
%{_texmfdistdir}/fonts/enc/dvips/jmn/hans.enc
|
|
%{_texmfdistdir}/fonts/map/dvips/jmn/hans.map
|
|
%{_texmfdistdir}/fonts/tfm/jmn/hans/hans-sh.tfm
|
|
%{_texmfdistdir}/fonts/tfm/jmn/hans/hans.tfm
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/jmn/hans/hans-sh.pfb
|
|
%{_texmfdistdir}/fonts/type1/jmn/hans/hans-sh.pfm
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/jmn/hans/hans.pfb
|
|
%{_texmfdistdir}/fonts/type1/jmn/hans/hans.pfm
|
|
|
|
%files -n texlive-jmn-fonts
|
|
%defattr(-,root,root,755)
|
|
%dir %{_datadir}/fonts/texlive-jmn
|
|
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-jmn.conf
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-jmn/encodings.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-jmn/fonts.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-jmn/fonts.scale
|
|
%{_datadir}/fonts/texlive-jmn/hans-sh.pfb
|
|
%{_datadir}/fonts/texlive-jmn/hans.pfb
|
|
/var/adm/update-scripts/texlive-jmn-%{texlive_version}.%{texlive_noarch}.svn22719-%{release}-zypper
|
|
|
|
%package -n texlive-jneurosci
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.00svn17346
|
|
Release: 0
|
|
Summary: BibTeX style for the Journal of Neuroscience
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-jneurosci-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source128: jneurosci.tar.xz
|
|
Source129: jneurosci.doc.tar.xz
|
|
|
|
%description -n texlive-jneurosci
|
|
This is a slightly modified version of the namedplus style,
|
|
which fully conforms with the Journal of Neuroscience citation
|
|
style. It should be characterised as an author-date citation
|
|
style; a BibTeX style and a LaTeX package are provided.
|
|
|
|
date: 2012-04-24 18:59:15 +0000
|
|
|
|
|
|
%package -n texlive-jneurosci-doc
|
|
Summary: Documentation for texlive-jneurosci
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.00svn17346
|
|
Release: 0
|
|
|
|
%description -n texlive-jneurosci-doc
|
|
This package includes the documentation for texlive-jneurosci
|
|
|
|
%post -n texlive-jneurosci
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-jneurosci
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-jneurosci
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-jneurosci-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/jneurosci/README
|
|
%{_texmfdistdir}/doc/latex/jneurosci/jneurosci.pdf
|
|
%{_texmfdistdir}/doc/latex/jneurosci/jneurosci.tex
|
|
|
|
%files -n texlive-jneurosci
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/bibtex/bst/jneurosci/jneurosci.bst
|
|
%{_texmfdistdir}/tex/latex/jneurosci/jneurosci.sty
|
|
/var/adm/update-scripts/texlive-jneurosci-%{texlive_version}.%{texlive_noarch}.1.00svn17346-%{release}-zypper
|
|
|
|
%package -n texlive-jpsj
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2.2svn15878
|
|
Release: 0
|
|
Summary: Document Class for Journal of the Physical Society of Japan
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-jpsj-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source130: jpsj.tar.xz
|
|
Source131: jpsj.doc.tar.xz
|
|
|
|
%description -n texlive-jpsj
|
|
The jpsj package
|
|
|
|
date: 2012-04-24 18:59:15 +0000
|
|
|
|
|
|
%package -n texlive-jpsj-doc
|
|
Summary: Documentation for texlive-jpsj
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2.2svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-jpsj-doc
|
|
This package includes the documentation for texlive-jpsj
|
|
|
|
%post -n texlive-jpsj
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-jpsj
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-jpsj
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-jpsj-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/jpsj/dummy.eps
|
|
%{_texmfdistdir}/doc/latex/jpsj/injpsj2.pdf
|
|
%{_texmfdistdir}/doc/latex/jpsj/injpsj2.tex
|
|
%{_texmfdistdir}/doc/latex/jpsj/template.tex
|
|
|
|
%files -n texlive-jpsj
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/jpsj/jpsj2.cls
|
|
/var/adm/update-scripts/texlive-jpsj-%{texlive_version}.%{texlive_noarch}.1.2.2svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-js-misc
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn16211
|
|
Release: 0
|
|
Summary: Miscellaneous macros from Joachim Schrod
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-js-misc-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source132: js-misc.tar.xz
|
|
Source133: js-misc.doc.tar.xz
|
|
|
|
%description -n texlive-js-misc
|
|
A bunch of packages, including: idverb.tex, for 'short
|
|
verbatim'; xfig.tex, for including xfig/transfig output in a
|
|
TeX document; and cassette.tex for setting cassette labels.
|
|
|
|
date: 2014-01-03 21:58:53 +0000
|
|
|
|
|
|
%package -n texlive-js-misc-doc
|
|
Summary: Documentation for texlive-js-misc
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn16211
|
|
Release: 0
|
|
|
|
%description -n texlive-js-misc-doc
|
|
This package includes the documentation for texlive-js-misc
|
|
|
|
%post -n texlive-js-misc
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-js-misc
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-js-misc
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-js-misc-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/plain/js-misc/History
|
|
%{_texmfdistdir}/doc/plain/js-misc/INSTALL
|
|
%{_texmfdistdir}/doc/plain/js-misc/Imakefile
|
|
%{_texmfdistdir}/doc/plain/js-misc/License
|
|
%{_texmfdistdir}/doc/plain/js-misc/Makefile
|
|
%{_texmfdistdir}/doc/plain/js-misc/README
|
|
%{_texmfdistdir}/doc/plain/js-misc/TODO
|
|
%{_texmfdistdir}/doc/plain/js-misc/deutsch.doc
|
|
%{_texmfdistdir}/doc/plain/js-misc/deutsch.tex
|
|
%{_texmfdistdir}/doc/plain/js-misc/idverb.doc
|
|
%{_texmfdistdir}/doc/plain/js-misc/names.sty
|
|
%{_texmfdistdir}/doc/plain/js-misc/xfig/text-2.1-doc.tex
|
|
%{_texmfdistdir}/doc/plain/js-misc/xfig/text-2.1.fig
|
|
%{_texmfdistdir}/doc/plain/js-misc/xfig/text-2.1.latex
|
|
%{_texmfdistdir}/doc/plain/js-misc/xfig/text-3.1-doc.tex
|
|
%{_texmfdistdir}/doc/plain/js-misc/xfig/text-3.1.latex
|
|
|
|
%files -n texlive-js-misc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/plain/js-misc/cassette.tex
|
|
%{_texmfdistdir}/tex/plain/js-misc/idverb.tex
|
|
%{_texmfdistdir}/tex/plain/js-misc/js-misc.tex
|
|
%{_texmfdistdir}/tex/plain/js-misc/schild.tex
|
|
%{_texmfdistdir}/tex/plain/js-misc/sperr.tex
|
|
%{_texmfdistdir}/tex/plain/js-misc/xfig.tex
|
|
/var/adm/update-scripts/texlive-js-misc-%{texlive_version}.%{texlive_noarch}.svn16211-%{release}-zypper
|
|
|
|
%package -n texlive-jsclasses
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn34224
|
|
Release: 0
|
|
Summary: Classes tailored for use with Japanese
|
|
License: BSD-3-Clause
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-jsclasses-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source134: jsclasses.tar.xz
|
|
Source135: jsclasses.doc.tar.xz
|
|
|
|
%description -n texlive-jsclasses
|
|
Classes jsarticle and jsbook are provided, together with
|
|
packages okumacro, okuverb and morisawa. These classes are
|
|
designed to work under ASCII Corporation's Japanese TeX system
|
|
ptex.
|
|
|
|
date: 2014-05-23 13:52:39 +0000
|
|
|
|
|
|
%package -n texlive-jsclasses-doc
|
|
Summary: Documentation for texlive-jsclasses
|
|
License: BSD-3-Clause
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn34224
|
|
Release: 0
|
|
Provides: locale(texlive-jsclasses-doc:ja;ja;ja;ja;ja)
|
|
|
|
%description -n texlive-jsclasses-doc
|
|
This package includes the documentation for texlive-jsclasses
|
|
|
|
%post -n texlive-jsclasses
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-jsclasses
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-jsclasses
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-jsclasses-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/platex/jsclasses/README
|
|
%{_texmfdistdir}/doc/platex/jsclasses/jsclasses.pdf
|
|
%{_texmfdistdir}/doc/platex/jsclasses/jsverb.pdf
|
|
%{_texmfdistdir}/doc/platex/jsclasses/morisawa.pdf
|
|
%{_texmfdistdir}/doc/platex/jsclasses/okumacro.pdf
|
|
%{_texmfdistdir}/doc/platex/jsclasses/okuverb.pdf
|
|
|
|
%files -n texlive-jsclasses
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/platex/jsclasses/jsarticle.cls
|
|
%{_texmfdistdir}/tex/platex/jsclasses/jsbook.cls
|
|
%{_texmfdistdir}/tex/platex/jsclasses/jspf.cls
|
|
%{_texmfdistdir}/tex/platex/jsclasses/jsverb.sty
|
|
%{_texmfdistdir}/tex/platex/jsclasses/kiyou.cls
|
|
%{_texmfdistdir}/tex/platex/jsclasses/minijs.sty
|
|
%{_texmfdistdir}/tex/platex/jsclasses/morisawa.sty
|
|
%{_texmfdistdir}/tex/platex/jsclasses/okumacro.sty
|
|
%{_texmfdistdir}/tex/platex/jsclasses/okuverb.sty
|
|
/var/adm/update-scripts/texlive-jsclasses-%{texlive_version}.%{texlive_noarch}.svn34224-%{release}-zypper
|
|
|
|
%package -n texlive-junicode
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.7.7svn28286
|
|
Release: 0
|
|
Summary: A TrueType font for mediaevalists
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Requires: texlive-junicode-fonts >= %{texlive_version}
|
|
Recommends: texlive-junicode-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source136: junicode.tar.xz
|
|
Source137: junicode.doc.tar.xz
|
|
|
|
%description -n texlive-junicode
|
|
Junicode is a TrueType font with many OpenType features for
|
|
antiquarians (especially medievalists) based on typefaces used
|
|
by the Oxford Press in the late 17th and early 18th centuries.
|
|
It works well with Xe(La)TeX.
|
|
|
|
date: 2014-05-11 20:11:06 +0000
|
|
|
|
|
|
%package -n texlive-junicode-doc
|
|
Summary: Documentation for texlive-junicode
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.7.7svn28286
|
|
Release: 0
|
|
|
|
%description -n texlive-junicode-doc
|
|
This package includes the documentation for texlive-junicode
|
|
|
|
|
|
%package -n texlive-junicode-fonts
|
|
Summary: Severed fonts for texlive-junicode
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.7.7svn28286
|
|
Release: 0
|
|
Requires(post): fontconfig
|
|
Requires(post): ghostscript-fonts-std
|
|
Requires(post): mkfontdir
|
|
Requires(post): mkfontscale
|
|
Requires(post): xorg-x11-fonts-core
|
|
Requires(postun): fontconfig
|
|
Requires(postun): ghostscript-fonts-std
|
|
Requires(postun): xorg-x11-fonts-core
|
|
|
|
%description -n texlive-junicode-fonts
|
|
The separated fonts package for texlive-junicode
|
|
%post -n texlive-junicode
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-junicode
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-junicode
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%post -n texlive-junicode-fonts
|
|
mkfontscale %{_datadir}/fonts/texlive-junicode
|
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-junicode
|
|
fc-cache %{_datadir}/fonts
|
|
|
|
%postun -n texlive-junicode-fonts
|
|
if test $1 = 0; then
|
|
fc-cache %{_datadir}/fonts
|
|
fi
|
|
|
|
%files -n texlive-junicode-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/fonts/junicode/Junicode.pdf
|
|
%{_texmfdistdir}/doc/fonts/junicode/Junicode.tex
|
|
%{_texmfdistdir}/doc/fonts/junicode/README
|
|
%{_texmfdistdir}/doc/fonts/junicode/aelfric_job.pdf
|
|
%{_texmfdistdir}/doc/fonts/junicode/aelfric_job.tex
|
|
%{_texmfdistdir}/doc/fonts/junicode/fleurons
|
|
%{_texmfdistdir}/doc/fonts/junicode/homer_sample.pdf
|
|
%{_texmfdistdir}/doc/fonts/junicode/homer_sample.tex
|
|
%{_texmfdistdir}/doc/fonts/junicode/replacements
|
|
|
|
%files -n texlive-junicode
|
|
%defattr(-,root,root,755)
|
|
%verify(link) %{_texmfdistdir}/fonts/truetype/public/junicode/Junicode-Bold.ttf
|
|
%verify(link) %{_texmfdistdir}/fonts/truetype/public/junicode/Junicode-BoldItalic.ttf
|
|
%verify(link) %{_texmfdistdir}/fonts/truetype/public/junicode/Junicode-Italic.ttf
|
|
%verify(link) %{_texmfdistdir}/fonts/truetype/public/junicode/Junicode.ttf
|
|
%{_texmfdistdir}/tex/latex/junicode/mt-Junicode.cfg
|
|
|
|
%files -n texlive-junicode-fonts
|
|
%defattr(-,root,root,755)
|
|
%dir %{_datadir}/fonts/texlive-junicode
|
|
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-junicode.conf
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-junicode/encodings.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-junicode/fonts.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-junicode/fonts.scale
|
|
%{_datadir}/fonts/texlive-junicode/Junicode-Bold.ttf
|
|
%{_datadir}/fonts/texlive-junicode/Junicode-BoldItalic.ttf
|
|
%{_datadir}/fonts/texlive-junicode/Junicode-Italic.ttf
|
|
%{_datadir}/fonts/texlive-junicode/Junicode.ttf
|
|
/var/adm/update-scripts/texlive-junicode-%{texlive_version}.%{texlive_noarch}.0.0.7.7svn28286-%{release}-zypper
|
|
|
|
%package -n texlive-jura
|
|
Version: %{texlive_version}.%{texlive_noarch}.4.3svn15878
|
|
Release: 0
|
|
Summary: A document class for German legal texts
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-jura-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source138: jura.tar.xz
|
|
Source139: jura.doc.tar.xz
|
|
|
|
%description -n texlive-jura
|
|
Implements the standard layout for German term papers in law
|
|
(one-and-half linespacing, 7 cm margins, etc.). Includes
|
|
alphanum that permits alphanumeric section numbering (e.g., A.
|
|
Introduction; III. International Law).
|
|
|
|
date: 2012-05-09 14:03:55 +0000
|
|
|
|
|
|
%package -n texlive-jura-doc
|
|
Summary: Documentation for texlive-jura
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.4.3svn15878
|
|
Release: 0
|
|
Provides: locale(texlive-jura-doc:en;de)
|
|
|
|
%description -n texlive-jura-doc
|
|
This package includes the documentation for texlive-jura
|
|
|
|
%post -n texlive-jura
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-jura
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-jura
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-jura-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/jura/README
|
|
%{_texmfdistdir}/doc/latex/jura/jura.pdf
|
|
%{_texmfdistdir}/doc/latex/jura/jura2html
|
|
%{_texmfdistdir}/doc/latex/jura/juratest.ltx
|
|
|
|
%files -n texlive-jura
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/jura/alphanum.sty
|
|
%{_texmfdistdir}/tex/latex/jura/jura.cls
|
|
/var/adm/update-scripts/texlive-jura-%{texlive_version}.%{texlive_noarch}.4.3svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-juraabbrev
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Abbreviations for typesetting (German) juridical documents
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-juraabbrev-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source140: juraabbrev.tar.xz
|
|
Source141: juraabbrev.doc.tar.xz
|
|
|
|
%description -n texlive-juraabbrev
|
|
This package should be helpful for people working on (German)
|
|
law. It helps you to handle abbreviations and creates a list of
|
|
those (pre-defined) abbreviations that have actually been used
|
|
in the document
|
|
|
|
date: 2012-05-09 14:03:55 +0000
|
|
|
|
|
|
%package -n texlive-juraabbrev-doc
|
|
Summary: Documentation for texlive-juraabbrev
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Provides: locale(texlive-juraabbrev-doc:de)
|
|
|
|
%description -n texlive-juraabbrev-doc
|
|
This package includes the documentation for texlive-juraabbrev
|
|
|
|
%post -n texlive-juraabbrev
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-juraabbrev
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-juraabbrev
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-juraabbrev-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/juraabbrev/README
|
|
%{_texmfdistdir}/doc/latex/juraabbrev/abbrevtest.tex
|
|
%{_texmfdistdir}/doc/latex/juraabbrev/juraabbrev.pdf
|
|
|
|
%files -n texlive-juraabbrev
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/makeindex/juraabbrev/laws.ist
|
|
%{_texmfdistdir}/tex/latex/juraabbrev/juraabbrev.4ht
|
|
%{_texmfdistdir}/tex/latex/juraabbrev/juraabbrev.sty
|
|
/var/adm/update-scripts/texlive-juraabbrev-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-jurabib
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.6svn15878
|
|
Release: 0
|
|
Summary: Extended BibTeX citation support for the humanities and legal texts
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-jurabib-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source142: jurabib.tar.xz
|
|
Source143: jurabib.doc.tar.xz
|
|
|
|
%description -n texlive-jurabib
|
|
This package enables automated citation with BibTeX for legal
|
|
studies and the humanities. In addition, the package provides
|
|
commands for specifying editors in a commentary in a convenient
|
|
way. Simplified formatting of the citation as well as the
|
|
bibliography entry is also provided. It is possible to display
|
|
the (short) title of a work only if an authors is cited with
|
|
multiple works. Giving a full citation in the text, conforming
|
|
to the bibliography entry, is supported. Several options are
|
|
provided which might be of special interest for those outside
|
|
legal studies--for instance, displaying multiple full
|
|
citations. In addition, the format of last names and first
|
|
names of authors may be changed easily. Cross references to
|
|
other footnotes are possible. Language dependent handling of
|
|
bibliography entries is possible by the special language field.
|
|
|
|
date: 2012-05-09 14:03:55 +0000
|
|
|
|
|
|
%package -n texlive-jurabib-doc
|
|
Summary: Documentation for texlive-jurabib
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.6svn15878
|
|
Release: 0
|
|
Provides: locale(texlive-jurabib-doc:en;de)
|
|
|
|
%description -n texlive-jurabib-doc
|
|
This package includes the documentation for texlive-jurabib
|
|
|
|
%post -n texlive-jurabib
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-jurabib
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-jurabib
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-jurabib-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/jurabib/changes.txt
|
|
%{_texmfdistdir}/doc/latex/jurabib/docs/english/jbendoc.pdf
|
|
%{_texmfdistdir}/doc/latex/jurabib/docs/english/jbendoc.tex
|
|
%{_texmfdistdir}/doc/latex/jurabib/docs/german/jbgerdoc.pdf
|
|
%{_texmfdistdir}/doc/latex/jurabib/docs/german/jbgerdoc.tex
|
|
%{_texmfdistdir}/doc/latex/jurabib/jbtest.pdf
|
|
%{_texmfdistdir}/doc/latex/jurabib/jbtest.tex
|
|
%{_texmfdistdir}/doc/latex/jurabib/jbtest.url
|
|
%{_texmfdistdir}/doc/latex/jurabib/jbtestbt.tex
|
|
%{_texmfdistdir}/doc/latex/jurabib/jbtestbu.tex
|
|
%{_texmfdistdir}/doc/latex/jurabib/jbtestcb.tex
|
|
%{_texmfdistdir}/doc/latex/jurabib/jbtestcb1.tex
|
|
%{_texmfdistdir}/doc/latex/jurabib/jbtestcb2.tex
|
|
%{_texmfdistdir}/doc/latex/jurabib/jbtesthu.tex
|
|
%{_texmfdistdir}/doc/latex/jurabib/jbtestmb.tex
|
|
|
|
%files -n texlive-jurabib
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/bibtex/bib/jurabib/book.bib
|
|
%{_texmfdistdir}/bibtex/bib/jurabib/comment.bib
|
|
%{_texmfdistdir}/bibtex/bib/jurabib/jbtest.bib
|
|
%{_texmfdistdir}/bibtex/bib/jurabib/jbtesthu.bib
|
|
%{_texmfdistdir}/bibtex/bst/jurabib/jox.bst
|
|
%{_texmfdistdir}/bibtex/bst/jurabib/jurabib.bst
|
|
%{_texmfdistdir}/bibtex/bst/jurabib/jureco.bst
|
|
%{_texmfdistdir}/bibtex/bst/jurabib/jurunsrt.bst
|
|
%{_texmfdistdir}/tex/latex/jurabib/dajbbib.ldf
|
|
%{_texmfdistdir}/tex/latex/jurabib/dejbbib.ldf
|
|
%{_texmfdistdir}/tex/latex/jurabib/dujbbib.ldf
|
|
%{_texmfdistdir}/tex/latex/jurabib/enjbbib.ldf
|
|
%{_texmfdistdir}/tex/latex/jurabib/fijbbib.ldf
|
|
%{_texmfdistdir}/tex/latex/jurabib/frjbbib.ldf
|
|
%{_texmfdistdir}/tex/latex/jurabib/itjbbib.ldf
|
|
%{_texmfdistdir}/tex/latex/jurabib/jblong.cfg
|
|
%{_texmfdistdir}/tex/latex/jurabib/jurabib.cfg
|
|
%{_texmfdistdir}/tex/latex/jurabib/jurabib.sty
|
|
%{_texmfdistdir}/tex/latex/jurabib/nojbbib.ldf
|
|
%{_texmfdistdir}/tex/latex/jurabib/ptjbbib.ldf
|
|
%{_texmfdistdir}/tex/latex/jurabib/spjbbib.ldf
|
|
/var/adm/update-scripts/texlive-jurabib-%{texlive_version}.%{texlive_noarch}.0.0.6svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-juramisc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.91svn15878
|
|
Release: 0
|
|
Summary: Typesetting German juridical documents
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-juramisc-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source144: juramisc.tar.xz
|
|
Source145: juramisc.doc.tar.xz
|
|
|
|
%description -n texlive-juramisc
|
|
A collection of classes for typesetting court sentences, legal
|
|
opinions, books and dissertations for German lawyers. A
|
|
jurabook class is also provided, which may not yet be complete.
|
|
|
|
date: 2013-10-30 12:49:16 +0000
|
|
|
|
|
|
%package -n texlive-juramisc-doc
|
|
Summary: Documentation for texlive-juramisc
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.91svn15878
|
|
Release: 0
|
|
Provides: locale(texlive-juramisc-doc:de;de)
|
|
|
|
%description -n texlive-juramisc-doc
|
|
This package includes the documentation for texlive-juramisc
|
|
|
|
%post -n texlive-juramisc
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-juramisc
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-juramisc
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-juramisc-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/juramisc/README
|
|
%{_texmfdistdir}/doc/latex/juramisc/doc/jbook/jbook.dtx
|
|
%{_texmfdistdir}/doc/latex/juramisc/doc/jbook/jbook.ins
|
|
%{_texmfdistdir}/doc/latex/juramisc/doc/jmgerdoc.pdf
|
|
%{_texmfdistdir}/doc/latex/juramisc/doc/jmgerdoc.tex
|
|
%{_texmfdistdir}/doc/latex/juramisc/doc/jmgerdoc_scr.pdf
|
|
|
|
%files -n texlive-juramisc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/juramisc/jbgoe.clo
|
|
%{_texmfdistdir}/tex/latex/juramisc/jbstgallen.clo
|
|
%{_texmfdistdir}/tex/latex/juramisc/jbtrier.clo
|
|
%{_texmfdistdir}/tex/latex/juramisc/jurabase.sty
|
|
%{_texmfdistdir}/tex/latex/juramisc/jurabook.cls
|
|
%{_texmfdistdir}/tex/latex/juramisc/juraovw.cls
|
|
%{_texmfdistdir}/tex/latex/juramisc/juraurtl.cls
|
|
/var/adm/update-scripts/texlive-juramisc-%{texlive_version}.%{texlive_noarch}.0.0.91svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-jurarsp
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.52svn15878
|
|
Release: 0
|
|
Summary: Citations of judgements and official documents in (German) juridical documents
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-jurarsp-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source146: jurarsp.tar.xz
|
|
Source147: jurarsp.doc.tar.xz
|
|
|
|
%description -n texlive-jurarsp
|
|
This package should be helpful for people working on (German)
|
|
law. It (ab)uses BibTeX for citations of judgements and
|
|
official documents. For this purpose, a special BibTeX-style is
|
|
provided.
|
|
|
|
date: 2012-05-09 14:03:55 +0000
|
|
|
|
|
|
%package -n texlive-jurarsp-doc
|
|
Summary: Documentation for texlive-jurarsp
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.52svn15878
|
|
Release: 0
|
|
Provides: locale(texlive-jurarsp-doc:de)
|
|
|
|
%description -n texlive-jurarsp-doc
|
|
This package includes the documentation for texlive-jurarsp
|
|
|
|
%post -n texlive-jurarsp
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-jurarsp
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-jurarsp
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-jurarsp-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/jurarsp/README
|
|
%{_texmfdistdir}/doc/latex/jurarsp/jurarsp.pdf
|
|
%{_texmfdistdir}/doc/latex/jurarsp/rsptest.bib
|
|
%{_texmfdistdir}/doc/latex/jurarsp/rsptest.tex
|
|
|
|
%files -n texlive-jurarsp
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/bibtex/bst/jurarsp/jurarsp.bst
|
|
%{_texmfdistdir}/tex/latex/jurarsp/jurarsp.cfg
|
|
%{_texmfdistdir}/tex/latex/jurarsp/jurarsp.sty
|
|
/var/adm/update-scripts/texlive-jurarsp-%{texlive_version}.%{texlive_noarch}.0.0.52svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-jvlisting
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.7svn24638
|
|
Release: 0
|
|
Summary: A replacement for LaTeX's verbatim 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): texlive >= %{texlive_version}
|
|
Recommends: texlive-jvlisting-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source148: jvlisting.tar.xz
|
|
Source149: jvlisting.doc.tar.xz
|
|
|
|
%description -n texlive-jvlisting
|
|
This package provides a LaTeX environment listing, an
|
|
alternative to the built-in verbatim environment. The listing
|
|
environment is tailored for including listings of computer
|
|
program source code into documents. The main advantages over
|
|
the original verbatim environment are: environments
|
|
automatically fixes leading whitespace so that the environment
|
|
and program listing can be indented with the rest of the
|
|
document source, and; listing environments may easily be
|
|
customised and extended.
|
|
|
|
date: 2014-01-03 21:58:53 +0000
|
|
|
|
|
|
%package -n texlive-jvlisting-doc
|
|
Summary: Documentation for texlive-jvlisting
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.7svn24638
|
|
Release: 0
|
|
|
|
%description -n texlive-jvlisting-doc
|
|
This package includes the documentation for texlive-jvlisting
|
|
|
|
%post -n texlive-jvlisting
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-jvlisting
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-jvlisting
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-jvlisting-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/jvlisting/README
|
|
%{_texmfdistdir}/doc/latex/jvlisting/examples.tex
|
|
%{_texmfdistdir}/doc/latex/jvlisting/jvlisting.pdf
|
|
%{_texmfdistdir}/doc/latex/jvlisting/test.tex
|
|
|
|
%files -n texlive-jvlisting
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/jvlisting/jvlisting.sty
|
|
/var/adm/update-scripts/texlive-jvlisting-%{texlive_version}.%{texlive_noarch}.0.0.7svn24638-%{release}-zypper
|
|
|
|
%package -n texlive-kantlipsum
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.6svn27994
|
|
Release: 0
|
|
Summary: Generate sentences in Kant's style
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-kantlipsum-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source150: kantlipsum.tar.xz
|
|
Source151: kantlipsum.doc.tar.xz
|
|
|
|
%description -n texlive-kantlipsum
|
|
The package spits out sentences in Kantian style; the text is
|
|
provided by the Kant generator for Python by Mark Pilgrim,
|
|
described in the book "Dive into Python". The package is
|
|
modelled on lipsum, and may be used for similar purposes.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-kantlipsum-doc
|
|
Summary: Documentation for texlive-kantlipsum
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.6svn27994
|
|
Release: 0
|
|
|
|
%description -n texlive-kantlipsum-doc
|
|
This package includes the documentation for texlive-kantlipsum
|
|
|
|
%post -n texlive-kantlipsum
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-kantlipsum
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-kantlipsum
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-kantlipsum-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/kantlipsum/README
|
|
%{_texmfdistdir}/doc/latex/kantlipsum/kantlipsum.pdf
|
|
|
|
%files -n texlive-kantlipsum
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/kantlipsum/kantlipsum.sty
|
|
/var/adm/update-scripts/texlive-kantlipsum-%{texlive_version}.%{texlive_noarch}.0.0.6svn27994-%{release}-zypper
|
|
|
|
%package -n texlive-karnaugh
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn21338
|
|
Release: 0
|
|
Summary: Typeset Karnaugh-Veitch-maps
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-karnaugh-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source152: karnaugh.tar.xz
|
|
Source153: karnaugh.doc.tar.xz
|
|
|
|
%description -n texlive-karnaugh
|
|
The package provides macros for typesetting Karnaugh-Maps and
|
|
Veitch-Charts in a simple and user-friendly way. Karnaugh-Maps
|
|
and Veitch-Charts are used to display and simplify logic
|
|
functions "manually". These macros can typeset Karnaugh-Maps
|
|
and Veitch-Charts with up to ten variables (=1024 entries).
|
|
|
|
date: 2013-12-04 19:37:03 +0000
|
|
|
|
|
|
%package -n texlive-karnaugh-doc
|
|
Summary: Documentation for texlive-karnaugh
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn21338
|
|
Release: 0
|
|
|
|
%description -n texlive-karnaugh-doc
|
|
This package includes the documentation for texlive-karnaugh
|
|
|
|
%post -n texlive-karnaugh
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-karnaugh
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-karnaugh
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-karnaugh-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/karnaugh/kvdoc.pdf
|
|
%{_texmfdistdir}/doc/latex/karnaugh/kvdoc.tex
|
|
|
|
%files -n texlive-karnaugh
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/karnaugh/kvmacros.tex
|
|
/var/adm/update-scripts/texlive-karnaugh-%{texlive_version}.%{texlive_noarch}.svn21338-%{release}-zypper
|
|
|
|
%package -n texlive-kastrup
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Convert numbers into binary, octal and hexadecimal
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-kastrup-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source154: kastrup.tar.xz
|
|
Source155: kastrup.doc.tar.xz
|
|
|
|
%description -n texlive-kastrup
|
|
Provides expandable macros for both fixed-width and minimum-
|
|
width numbers to bases 2, 4, 8 and 16.
|
|
|
|
date: 2012-04-27 15:42:45 +0000
|
|
|
|
|
|
%package -n texlive-kastrup-doc
|
|
Summary: Documentation for texlive-kastrup
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-kastrup-doc
|
|
This package includes the documentation for texlive-kastrup
|
|
|
|
%post -n texlive-kastrup
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-kastrup
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-kastrup
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-kastrup-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/kastrup/binhex.pdf
|
|
|
|
%files -n texlive-kastrup
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/kastrup/binhex.tex
|
|
/var/adm/update-scripts/texlive-kastrup-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-kdgdocs
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn24498
|
|
Release: 0
|
|
Summary: Document classes for Karel de Grote University College
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-kdgdocs-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source156: kdgdocs.tar.xz
|
|
Source157: kdgdocs.doc.tar.xz
|
|
|
|
%description -n texlive-kdgdocs
|
|
The bundle provides two classes for usage by KdG professors and
|
|
master students: - kdgcoursetext: for writing course texts, and
|
|
- kdgmasterthesis: for writing master's theses. The bundle
|
|
replaces the original kdgcoursetext package (now removed from
|
|
the archive).
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-kdgdocs-doc
|
|
Summary: Documentation for texlive-kdgdocs
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn24498
|
|
Release: 0
|
|
|
|
%description -n texlive-kdgdocs-doc
|
|
This package includes the documentation for texlive-kdgdocs
|
|
|
|
%post -n texlive-kdgdocs
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-kdgdocs
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-kdgdocs
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-kdgdocs-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/kdgdocs/LICENSE
|
|
%{_texmfdistdir}/doc/latex/kdgdocs/README
|
|
%{_texmfdistdir}/doc/latex/kdgdocs/kdg_color.eps
|
|
%{_texmfdistdir}/doc/latex/kdgdocs/kdg_color.pdf
|
|
%{_texmfdistdir}/doc/latex/kdgdocs/kdgcoursetext-example.pdf
|
|
%{_texmfdistdir}/doc/latex/kdgdocs/kdgcoursetext-example.tex
|
|
%{_texmfdistdir}/doc/latex/kdgdocs/kdgdocs.pdf
|
|
%{_texmfdistdir}/doc/latex/kdgdocs/kdgmasterthesis-example.pdf
|
|
%{_texmfdistdir}/doc/latex/kdgdocs/kdgmasterthesis-example.tex
|
|
%{_texmfdistdir}/doc/latex/kdgdocs/manifest.txt
|
|
%{_texmfdistdir}/doc/latex/kdgdocs/pi-orchid.jpg
|
|
|
|
%files -n texlive-kdgdocs
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/kdgdocs/kdgcoursetext.cls
|
|
%{_texmfdistdir}/tex/latex/kdgdocs/kdgmasterthesis.cls
|
|
/var/adm/update-scripts/texlive-kdgdocs-%{texlive_version}.%{texlive_noarch}.1.0svn24498-%{release}-zypper
|
|
|
|
%package -n texlive-kerkis
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Kerkis (Greek) font family
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(post): grep
|
|
Requires(post): sed
|
|
Requires(postun): sed
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Requires: texlive-kerkis-fonts >= %{texlive_version}
|
|
Recommends: texlive-kerkis-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source158: kerkis.tar.xz
|
|
Source159: kerkis.doc.tar.xz
|
|
|
|
%description -n texlive-kerkis
|
|
Sans-serif Greek fonts to match the URW Bookman set (which are
|
|
distributed with Kerkis). The Kerkis font set has some support
|
|
for mathematics as well as other glyphs missing from the base
|
|
URW Bookman fonts. Macros are provided to use the fonts in OT1,
|
|
T1 (only NG/ng glyphs missing) and LGR encodings, as well as in
|
|
mathematics; small caps and old-style number glyphs are also
|
|
available. The philosophy, and the design process, of the
|
|
Kerkis fonts is discussed in a paper in TUGboat 23(3/4), 2002.
|
|
|
|
date: 2014-05-11 20:11:06 +0000
|
|
|
|
|
|
%package -n texlive-kerkis-doc
|
|
Summary: Documentation for texlive-kerkis
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-kerkis-doc
|
|
This package includes the documentation for texlive-kerkis
|
|
|
|
|
|
%package -n texlive-kerkis-fonts
|
|
Summary: Severed fonts for texlive-kerkis
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Requires(post): fontconfig
|
|
Requires(post): ghostscript-fonts-std
|
|
Requires(post): mkfontdir
|
|
Requires(post): mkfontscale
|
|
Requires(post): xorg-x11-fonts-core
|
|
Requires(postun): fontconfig
|
|
Requires(postun): ghostscript-fonts-std
|
|
Requires(postun): xorg-x11-fonts-core
|
|
|
|
%description -n texlive-kerkis-fonts
|
|
The separated fonts package for texlive-kerkis
|
|
%post -n texlive-kerkis
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if grep -qsE 'Map[[:blank:]]+kerkis.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+kerkis.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map kerkis.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%postun -n texlive-kerkis
|
|
if test $1 = 0; then
|
|
sed -ri 's/^(Map[[:blank:]]+kerkis.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
%{_bindir}/updmap-sys --nohash --quiet > /dev/null 2>&1 || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%posttrans -n texlive-kerkis
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%post -n texlive-kerkis-fonts
|
|
mkfontscale %{_datadir}/fonts/texlive-kerkis
|
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-kerkis
|
|
fc-cache %{_datadir}/fonts
|
|
|
|
%postun -n texlive-kerkis-fonts
|
|
if test $1 = 0; then
|
|
fc-cache %{_datadir}/fonts
|
|
fi
|
|
|
|
%files -n texlive-kerkis-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/kerkis/License.txt
|
|
%{_texmfdistdir}/doc/latex/kerkis/README.html
|
|
|
|
%files -n texlive-kerkis
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/afm/public/kerkis/Kerkis-Bold.afm
|
|
%{_texmfdistdir}/fonts/afm/public/kerkis/Kerkis-BoldItalic.afm
|
|
%{_texmfdistdir}/fonts/afm/public/kerkis/Kerkis-BoldSmallCaps.afm
|
|
%{_texmfdistdir}/fonts/afm/public/kerkis/Kerkis-Calligraphic.afm
|
|
%{_texmfdistdir}/fonts/afm/public/kerkis/Kerkis-Italic.afm
|
|
%{_texmfdistdir}/fonts/afm/public/kerkis/Kerkis-SemiBold-Italic.afm
|
|
%{_texmfdistdir}/fonts/afm/public/kerkis/Kerkis-SemiBold.afm
|
|
%{_texmfdistdir}/fonts/afm/public/kerkis/Kerkis-SmallCaps.afm
|
|
%{_texmfdistdir}/fonts/afm/public/kerkis/Kerkis.afm
|
|
%{_texmfdistdir}/fonts/afm/public/kerkis/KerkisSans-Bold.afm
|
|
%{_texmfdistdir}/fonts/afm/public/kerkis/KerkisSans-BoldItalic.afm
|
|
%{_texmfdistdir}/fonts/afm/public/kerkis/KerkisSans-Italic.afm
|
|
%{_texmfdistdir}/fonts/afm/public/kerkis/KerkisSans-SmallCaps.afm
|
|
%{_texmfdistdir}/fonts/afm/public/kerkis/KerkisSans.afm
|
|
%{_texmfdistdir}/fonts/afm/public/kerkis/ktsy.afm
|
|
%{_texmfdistdir}/fonts/enc/dvips/kerkis/gkerkis.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/kerkis/gkerkisc.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/kerkis/gpkerkis.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/kerkis/gpkerkisc.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/kerkis/kerkis.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/kerkis/kerkisc.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/kerkis/kerkisec.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/kerkis/kerkisecsc.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/kerkis/kmath.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/kerkis/kmex.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/kerkis/kmsym.enc
|
|
%{_texmfdistdir}/fonts/map/dvips/kerkis/kerkis.map
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ek8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ek8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekb8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekb8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekbi8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekbi8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekbo8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekbo8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekbsc8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekbsc8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekbsco8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekbsco8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekbui8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekbui8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekcal8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekcal8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/eki8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/eki8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/eko8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/eko8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksb8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksb8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksbi8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksbi8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksbo8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksbo8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksbui8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksbui8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksc8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksc8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksco8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksco8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksf8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksf8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksfb8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksfb8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksfbi8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksfbi8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksfi8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksfi8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksfsc8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksfsc8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekui8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekui8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gk7a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gk7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkb7a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkb7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkbi7a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkbi7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkbo7a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkbo7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkbsc8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkbsc8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkbsco8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkbsco8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkbui7a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkbui7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkcal7a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkcal7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gki7a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gki7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gko7a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gko7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksb7a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksb7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksbi7a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksbi7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksbo7a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksbo7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksbui7a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksbui7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksc7a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksc7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksco7a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksco7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksf7a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksf7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksfb7a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksfb7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksfbi7a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksfbi7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksfi7a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksfi7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksfsc7a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksfsc7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkui7a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkui7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/k8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/k8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/kb8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/kb8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/kbi8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/kbi8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/kbo8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/kbo8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/kbsc8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/kbsc8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/kbsco8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/kbsco8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/kbui8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/kbui8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/kcal8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/kcal8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ki8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ki8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/kmath8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/kmath8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ko8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ko8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksb8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksb8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksbi8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksbi8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksbo8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksbo8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksbui8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksbui8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksc8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksc8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksco8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksco8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksf8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksf8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksfb8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksfb8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksfbi8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksfbi8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksfi8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksfi8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksfsc8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksfsc8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ktsy8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/ktsy8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/kui8a.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/kerkis/kui8r.tfm
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/kerkis/Kerkis-Bold.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/kerkis/Kerkis-BoldItalic.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/kerkis/Kerkis-BoldSmallCaps.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/kerkis/Kerkis-Calligraphic.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/kerkis/Kerkis-Italic.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/kerkis/Kerkis-SemiBold-Italic.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/kerkis/Kerkis-SemiBold.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/kerkis/Kerkis-SmallCaps.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/kerkis/Kerkis.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/kerkis/KerkisSans-Bold.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/kerkis/KerkisSans-BoldItalic.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/kerkis/KerkisSans-Italic.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/kerkis/KerkisSans-SmallCaps.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/kerkis/KerkisSans.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/kerkis/ktsy.pfb
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/ek8a.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/ekb8a.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/ekbi8a.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/ekbo8a.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/ekbsc8a.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/ekbsco8a.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/ekbui8a.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/ekcal8a.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/eki8a.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/eko8a.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/eksb8a.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/eksbi8a.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/eksbo8a.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/eksbui8a.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/eksc8a.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/eksco8a.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/eksf8t.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/eksfb8t.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/eksfbi8t.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/eksfi8t.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/eksfsc8t.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/ekui8a.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/gk7t.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/gkb7t.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/gkbi7t.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/gkbo7t.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/gkbsc8a.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/gkbsco8a.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/gkbui7t.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/gkcal7t.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/gki7t.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/gko7t.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/gksb7t.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/gksbi7t.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/gksbo7t.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/gksbui7t.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/gksc7t.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/gksco7t.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/gksf7t.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/gksfb7t.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/gksfbi7t.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/gksfi7t.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/gksfsc7t.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/gkui7t.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/k8a.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/kb8a.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/kbi8a.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/kbo8a.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/kbsc8a.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/kbsco8a.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/kbui8a.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/kcal8a.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/ki8a.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/kmath8a.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/ko8a.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/ksb8a.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/ksbi8a.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/ksbo8a.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/ksbui8a.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/ksc8a.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/ksco8a.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/ksf8t.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/ksfb8t.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/ksfbi8t.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/ksfi8t.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/ksfsc8t.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/ktsy8a.vf
|
|
%{_texmfdistdir}/fonts/vf/public/kerkis/kui8a.vf
|
|
%{_texmfdistdir}/tex/latex/kerkis/kerkis.sty
|
|
%{_texmfdistdir}/tex/latex/kerkis/kmath.sty
|
|
%{_texmfdistdir}/tex/latex/kerkis/lgrkfn.fd
|
|
%{_texmfdistdir}/tex/latex/kerkis/lgrmak.fd
|
|
%{_texmfdistdir}/tex/latex/kerkis/lgrmaksf.fd
|
|
%{_texmfdistdir}/tex/latex/kerkis/omlmak.fd
|
|
%{_texmfdistdir}/tex/latex/kerkis/omsmak.fd
|
|
%{_texmfdistdir}/tex/latex/kerkis/ot1kfn.fd
|
|
%{_texmfdistdir}/tex/latex/kerkis/ot1mak.fd
|
|
%{_texmfdistdir}/tex/latex/kerkis/ot1maksf.fd
|
|
%{_texmfdistdir}/tex/latex/kerkis/t1mak.fd
|
|
%{_texmfdistdir}/tex/latex/kerkis/t1maksf.fd
|
|
|
|
%files -n texlive-kerkis-fonts
|
|
%defattr(-,root,root,755)
|
|
%dir %{_datadir}/fonts/texlive-kerkis
|
|
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-kerkis.conf
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-kerkis/encodings.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-kerkis/fonts.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-kerkis/fonts.scale
|
|
%{_datadir}/fonts/texlive-kerkis/Kerkis-Bold.pfb
|
|
%{_datadir}/fonts/texlive-kerkis/Kerkis-BoldItalic.pfb
|
|
%{_datadir}/fonts/texlive-kerkis/Kerkis-BoldSmallCaps.pfb
|
|
%{_datadir}/fonts/texlive-kerkis/Kerkis-Calligraphic.pfb
|
|
%{_datadir}/fonts/texlive-kerkis/Kerkis-Italic.pfb
|
|
%{_datadir}/fonts/texlive-kerkis/Kerkis-SemiBold-Italic.pfb
|
|
%{_datadir}/fonts/texlive-kerkis/Kerkis-SemiBold.pfb
|
|
%{_datadir}/fonts/texlive-kerkis/Kerkis-SmallCaps.pfb
|
|
%{_datadir}/fonts/texlive-kerkis/Kerkis.pfb
|
|
%{_datadir}/fonts/texlive-kerkis/KerkisSans-Bold.pfb
|
|
%{_datadir}/fonts/texlive-kerkis/KerkisSans-BoldItalic.pfb
|
|
%{_datadir}/fonts/texlive-kerkis/KerkisSans-Italic.pfb
|
|
%{_datadir}/fonts/texlive-kerkis/KerkisSans-SmallCaps.pfb
|
|
%{_datadir}/fonts/texlive-kerkis/KerkisSans.pfb
|
|
%{_datadir}/fonts/texlive-kerkis/ktsy.pfb
|
|
/var/adm/update-scripts/texlive-kerkis-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-kerntest
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.32svn15878
|
|
Release: 0
|
|
Summary: Print tables and generate control files to adjust kernings
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-kerntest-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source160: kerntest.tar.xz
|
|
Source161: kerntest.doc.tar.xz
|
|
|
|
%description -n texlive-kerntest
|
|
This class makes it easy to generate tables that show many
|
|
different kerning pairs of an arbitrary font, usable by LaTeX.
|
|
It shows the kerning values that are used in the font by
|
|
default. In addition, this class enables the user to alter the
|
|
kernings and to observe the results. Kerning pairs can be
|
|
defined for groups of similar glyphs at the same time. An mtx
|
|
file is generated automatically. The mtx file may then be
|
|
loaded by fontinst to introduce the user-made kernings into the
|
|
virtual font for later use in LaTeX.
|
|
|
|
date: 2012-05-08 20:29:29 +0000
|
|
|
|
|
|
%package -n texlive-kerntest-doc
|
|
Summary: Documentation for texlive-kerntest
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.32svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-kerntest-doc
|
|
This package includes the documentation for texlive-kerntest
|
|
|
|
%post -n texlive-kerntest
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-kerntest
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-kerntest
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-kerntest-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/kerntest/ChangeLog
|
|
%{_texmfdistdir}/doc/latex/kerntest/README
|
|
%{_texmfdistdir}/doc/latex/kerntest/ToDo
|
|
%{_texmfdistdir}/doc/latex/kerntest/kerntest.pdf
|
|
%{_texmfdistdir}/doc/latex/kerntest/krntst-v.tex
|
|
%{_texmfdistdir}/doc/latex/kerntest/ot1-XXX-m-n.tex
|
|
%{_texmfdistdir}/doc/latex/kerntest/schoolb.map
|
|
%{_texmfdistdir}/doc/latex/kerntest/schoolb1.tex
|
|
%{_texmfdistdir}/doc/latex/kerntest/schoolb2.tex
|
|
%{_texmfdistdir}/doc/latex/kerntest/t1-9nc-m-n-1.tex
|
|
%{_texmfdistdir}/doc/latex/kerntest/t1-9nc-m-n-2.tex
|
|
%{_texmfdistdir}/doc/latex/kerntest/t1-XXX-m-n.tex
|
|
%{_texmfdistdir}/doc/latex/kerntest/t1-cmr-m-n-1200.tex
|
|
%{_texmfdistdir}/doc/latex/kerntest/t1-ptm-bx-n-example.tex
|
|
%{_texmfdistdir}/doc/latex/kerntest/t1-ptm-m-n-shortexample.tex
|
|
%{_texmfdistdir}/doc/latex/kerntest/t1-ptm-m-n.tex
|
|
%{_texmfdistdir}/doc/latex/kerntest/testschoolb.tex
|
|
%{_texmfdistdir}/doc/latex/kerntest/ts1-XXX-m-n.tex
|
|
|
|
%files -n texlive-kerntest
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/kerntest/kerntest.cls
|
|
%{_texmfdistdir}/tex/latex/kerntest/ly1mtx.clo
|
|
%{_texmfdistdir}/tex/latex/kerntest/ot1mtx.clo
|
|
%{_texmfdistdir}/tex/latex/kerntest/t1cmr-1200.fd
|
|
%{_texmfdistdir}/tex/latex/kerntest/t1mtx.clo
|
|
%{_texmfdistdir}/tex/latex/kerntest/t2amtx.clo
|
|
%{_texmfdistdir}/tex/latex/kerntest/t2bmtx.clo
|
|
%{_texmfdistdir}/tex/latex/kerntest/ts1mtx.clo
|
|
/var/adm/update-scripts/texlive-kerntest-%{texlive_version}.%{texlive_noarch}.1.32svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-keycommand
|
|
Version: %{texlive_version}.%{texlive_noarch}.3.1415svn18042
|
|
Release: 0
|
|
Summary: Simple creation of commands with key-value arguments
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-keycommand-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source162: keycommand.tar.xz
|
|
Source163: keycommand.doc.tar.xz
|
|
|
|
%description -n texlive-keycommand
|
|
The package (which requires e-TeX) provides a natural way to
|
|
define commands with optional keys. The package provides
|
|
\newkeycommand, \renewkeycommand, \providekeycommand,
|
|
\newkeyenvironment and \renewkeyenvironment, together with
|
|
\keycmd for a more advanced interface. The package is based on
|
|
kvsetkeys by Heiko Oberdiek.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-keycommand-doc
|
|
Summary: Documentation for texlive-keycommand
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.3.1415svn18042
|
|
Release: 0
|
|
|
|
%description -n texlive-keycommand-doc
|
|
This package includes the documentation for texlive-keycommand
|
|
|
|
%post -n texlive-keycommand
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-keycommand
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-keycommand
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-keycommand-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/keycommand/README
|
|
%{_texmfdistdir}/doc/latex/keycommand/keycommand-example.pdf
|
|
%{_texmfdistdir}/doc/latex/keycommand/keycommand-example.tex
|
|
%{_texmfdistdir}/doc/latex/keycommand/keycommand.pdf
|
|
|
|
%files -n texlive-keycommand
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/keycommand/keycommand.sty
|
|
/var/adm/update-scripts/texlive-keycommand-%{texlive_version}.%{texlive_noarch}.3.1415svn18042-%{release}-zypper
|
|
|
|
%package -n texlive-keyreader
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.5bsvn28195
|
|
Release: 0
|
|
Summary: A robust interface to xkeyval
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-keyreader-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source164: keyreader.tar.xz
|
|
Source165: keyreader.doc.tar.xz
|
|
|
|
%description -n texlive-keyreader
|
|
The package provides a robust interface to controlling keys in
|
|
xkeyval, removing some of that package's restrictions. The
|
|
package also addresses some of the issues now covered by the
|
|
author's ltxkeys package, which was assumed to be a replacement
|
|
for keyreader. Since keyreader has remained a favourite with
|
|
users, it has been reinstated.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-keyreader-doc
|
|
Summary: Documentation for texlive-keyreader
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.5bsvn28195
|
|
Release: 0
|
|
|
|
%description -n texlive-keyreader-doc
|
|
This package includes the documentation for texlive-keyreader
|
|
|
|
%post -n texlive-keyreader
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-keyreader
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-keyreader
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-keyreader-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/keyreader/README
|
|
%{_texmfdistdir}/doc/latex/keyreader/keyreader-example1.tex
|
|
%{_texmfdistdir}/doc/latex/keyreader/keyreader-guide.pdf
|
|
%{_texmfdistdir}/doc/latex/keyreader/keyreader-guide.tex
|
|
|
|
%files -n texlive-keyreader
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/keyreader/keyreader.sty
|
|
/var/adm/update-scripts/texlive-keyreader-%{texlive_version}.%{texlive_noarch}.0.0.5bsvn28195-%{release}-zypper
|
|
|
|
%package -n texlive-keystroke
|
|
Version: %{texlive_version}.%{texlive_noarch}.v1.6svn17992
|
|
Release: 0
|
|
Summary: Graphical representation of keys on keyboard
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-keystroke-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source166: keystroke.tar.xz
|
|
Source167: keystroke.doc.tar.xz
|
|
|
|
%description -n texlive-keystroke
|
|
A LaTeX package which provides macros for the graphical
|
|
representation of the keys on a computer keyboard.
|
|
|
|
date: 2012-05-08 20:29:29 +0000
|
|
|
|
|
|
%package -n texlive-keystroke-doc
|
|
Summary: Documentation for texlive-keystroke
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.v1.6svn17992
|
|
Release: 0
|
|
|
|
%description -n texlive-keystroke-doc
|
|
This package includes the documentation for texlive-keystroke
|
|
|
|
%post -n texlive-keystroke
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-keystroke
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-keystroke
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-keystroke-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/keystroke/README
|
|
%{_texmfdistdir}/doc/latex/keystroke/key-test.pdf
|
|
%{_texmfdistdir}/doc/latex/keystroke/key-test.tex
|
|
|
|
%files -n texlive-keystroke
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/keystroke/keystroke.sty
|
|
%{_texmfdistdir}/tex/latex/keystroke/keystroke_left.eps
|
|
%{_texmfdistdir}/tex/latex/keystroke/keystroke_left.pdf
|
|
%{_texmfdistdir}/tex/latex/keystroke/keystroke_middle.eps
|
|
%{_texmfdistdir}/tex/latex/keystroke/keystroke_middle.pdf
|
|
%{_texmfdistdir}/tex/latex/keystroke/keystroke_right.eps
|
|
%{_texmfdistdir}/tex/latex/keystroke/keystroke_right.pdf
|
|
/var/adm/update-scripts/texlive-keystroke-%{texlive_version}.%{texlive_noarch}.v1.6svn17992-%{release}-zypper
|
|
|
|
%package -n texlive-keyval2e
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.0.2svn23698
|
|
Release: 0
|
|
Summary: A lightweight and robust key-value parser
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-keyval2e-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source168: keyval2e.tar.xz
|
|
Source169: keyval2e.doc.tar.xz
|
|
|
|
%description -n texlive-keyval2e
|
|
The package provides lightweight and robust facilities for
|
|
creating and managing keys. Its machinery isn't as extensive as
|
|
that of, e.g., the ltxkeys package, but it is equally robust;
|
|
ease of use and speed of processing are the design aims of the
|
|
package.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-keyval2e-doc
|
|
Summary: Documentation for texlive-keyval2e
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.0.2svn23698
|
|
Release: 0
|
|
|
|
%description -n texlive-keyval2e-doc
|
|
This package includes the documentation for texlive-keyval2e
|
|
|
|
%post -n texlive-keyval2e
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-keyval2e
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-keyval2e
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-keyval2e-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/keyval2e/README
|
|
%{_texmfdistdir}/doc/latex/keyval2e/keyval2e-examples.pdf
|
|
%{_texmfdistdir}/doc/latex/keyval2e/keyval2e-examples.tex
|
|
%{_texmfdistdir}/doc/latex/keyval2e/keyval2e-guide.pdf
|
|
%{_texmfdistdir}/doc/latex/keyval2e/keyval2e-guide.tex
|
|
|
|
%files -n texlive-keyval2e
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/keyval2e/keyval2e.sty
|
|
/var/adm/update-scripts/texlive-keyval2e-%{texlive_version}.%{texlive_noarch}.0.0.0.2svn23698-%{release}-zypper
|
|
|
|
%package -n texlive-kix
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn21606
|
|
Release: 0
|
|
Summary: Typeset KIX codes
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-kix-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source170: kix.tar.xz
|
|
Source171: kix.doc.tar.xz
|
|
|
|
%description -n texlive-kix
|
|
Implements KIX codes as used by the Dutch PTT for bulk mail
|
|
addressing. (Royal Mail 4 State Code.) KIX is a registered
|
|
trade mark of PTT Post Holdings B. V.
|
|
|
|
date: 2012-05-08 20:29:29 +0000
|
|
|
|
|
|
%package -n texlive-kix-doc
|
|
Summary: Documentation for texlive-kix
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn21606
|
|
Release: 0
|
|
|
|
%description -n texlive-kix-doc
|
|
This package includes the documentation for texlive-kix
|
|
|
|
%post -n texlive-kix
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-kix
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-kix
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-kix-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/kix/kix.pdf
|
|
%{_texmfdistdir}/doc/latex/kix/kix.tex
|
|
|
|
%files -n texlive-kix
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/kix/kix.sty
|
|
/var/adm/update-scripts/texlive-kix-%{texlive_version}.%{texlive_noarch}.svn21606-%{release}-zypper
|
|
|
|
%package -n texlive-kixfont
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn18488
|
|
Release: 0
|
|
Summary: A font for KIX codes
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-kixfont-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source172: kixfont.tar.xz
|
|
Source173: kixfont.doc.tar.xz
|
|
|
|
%description -n texlive-kixfont
|
|
The KIX code is a barcode-like format used by the Dutch PTT to
|
|
encode country codes, zip codes and street numbers in a
|
|
machine-readable format. If printed below the address line on
|
|
bulk mailings, a discount can be obtained. The font is
|
|
distributed in Metafont format, and covers the numbers and
|
|
upper-case letters.
|
|
|
|
date: 2014-05-08 22:43:11 +0000
|
|
|
|
|
|
%package -n texlive-kixfont-doc
|
|
Summary: Documentation for texlive-kixfont
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn18488
|
|
Release: 0
|
|
|
|
%description -n texlive-kixfont-doc
|
|
This package includes the documentation for texlive-kixfont
|
|
|
|
%post -n texlive-kixfont
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-kixfont
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-kixfont
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-kixfont-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/fonts/kixfont/kix.mf.asc
|
|
%{_texmfdistdir}/doc/fonts/kixfont/kixtable.pdf
|
|
%{_texmfdistdir}/doc/fonts/kixfont/kixtable.tex
|
|
|
|
%files -n texlive-kixfont
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/source/public/kixfont/kix.mf
|
|
%{_texmfdistdir}/fonts/tfm/public/kixfont/kix.tfm
|
|
/var/adm/update-scripts/texlive-kixfont-%{texlive_version}.%{texlive_noarch}.svn18488-%{release}-zypper
|
|
|
|
%package -n texlive-kluwer
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Package kluwer
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-kluwer-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source174: kluwer.tar.xz
|
|
Source175: kluwer.doc.tar.xz
|
|
|
|
%description -n texlive-kluwer
|
|
The kluwer package
|
|
|
|
%package -n texlive-kluwer-doc
|
|
Summary: Documentation for texlive-kluwer
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-kluwer-doc
|
|
This package includes the documentation for texlive-kluwer
|
|
|
|
%post -n texlive-kluwer
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-kluwer
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-kluwer
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-kluwer-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/kluwer/00readme
|
|
%{_texmfdistdir}/doc/latex/kluwer/mouse.eps
|
|
%{_texmfdistdir}/doc/latex/kluwer/sampkluw.dvi
|
|
%{_texmfdistdir}/doc/latex/kluwer/sampkluw.ent
|
|
%{_texmfdistdir}/doc/latex/kluwer/sampkluw.tex
|
|
%{_texmfdistdir}/doc/latex/kluwer/sampopen.dvi
|
|
%{_texmfdistdir}/doc/latex/kluwer/sampopen.tex
|
|
%{_texmfdistdir}/doc/latex/kluwer/usrman.dvi
|
|
%{_texmfdistdir}/doc/latex/kluwer/usrman.ent
|
|
%{_texmfdistdir}/doc/latex/kluwer/usrman.tex
|
|
|
|
%files -n texlive-kluwer
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/bibtex/bst/kluwer/klunamed.bst
|
|
%{_texmfdistdir}/bibtex/bst/kluwer/klunum.bst
|
|
%{_texmfdistdir}/tex/latex/kluwer/klu10.clo
|
|
%{_texmfdistdir}/tex/latex/kluwer/klu105.clo
|
|
%{_texmfdistdir}/tex/latex/kluwer/klu11.clo
|
|
%{_texmfdistdir}/tex/latex/kluwer/klu12.clo
|
|
%{_texmfdistdir}/tex/latex/kluwer/klu9.clo
|
|
%{_texmfdistdir}/tex/latex/kluwer/klucite.sty
|
|
%{_texmfdistdir}/tex/latex/kluwer/kluedit.sty
|
|
%{_texmfdistdir}/tex/latex/kluwer/klufloa.sty
|
|
%{_texmfdistdir}/tex/latex/kluwer/klulist.sty
|
|
%{_texmfdistdir}/tex/latex/kluwer/klumac.sty
|
|
%{_texmfdistdir}/tex/latex/kluwer/klumath.sty
|
|
%{_texmfdistdir}/tex/latex/kluwer/klumono.sty
|
|
%{_texmfdistdir}/tex/latex/kluwer/klunote.sty
|
|
%{_texmfdistdir}/tex/latex/kluwer/kluopen.sty
|
|
%{_texmfdistdir}/tex/latex/kluwer/klups.sty
|
|
%{_texmfdistdir}/tex/latex/kluwer/kluref.sty
|
|
%{_texmfdistdir}/tex/latex/kluwer/klusec.sty
|
|
%{_texmfdistdir}/tex/latex/kluwer/klut10.clo
|
|
%{_texmfdistdir}/tex/latex/kluwer/klut11.clo
|
|
%{_texmfdistdir}/tex/latex/kluwer/klut12.clo
|
|
%{_texmfdistdir}/tex/latex/kluwer/klut9.clo
|
|
%{_texmfdistdir}/tex/latex/kluwer/klutab.sty
|
|
%{_texmfdistdir}/tex/latex/kluwer/kluwer.cls
|
|
/var/adm/update-scripts/texlive-kluwer-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-knitting
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.0svn19595
|
|
Release: 0
|
|
Summary: Produce knitting charts, in Plain TeX or LaTeX
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(post): grep
|
|
Requires(post): sed
|
|
Requires(postun): sed
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Requires: texlive-knitting-fonts >= %{texlive_version}
|
|
Recommends: texlive-knitting-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source176: knitting.tar.xz
|
|
Source177: knitting.doc.tar.xz
|
|
|
|
%description -n texlive-knitting
|
|
The package provides symbol fonts and commands to write charted
|
|
instructions for cable and lace knitting patterns, using either
|
|
plain TeX or LaTeX. The fonts are available both as Metafont
|
|
source and in Adobe Type 1 format.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-knitting-doc
|
|
Summary: Documentation for texlive-knitting
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.0svn19595
|
|
Release: 0
|
|
|
|
%description -n texlive-knitting-doc
|
|
This package includes the documentation for texlive-knitting
|
|
|
|
|
|
%package -n texlive-knitting-fonts
|
|
Summary: Severed fonts for texlive-knitting
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.0svn19595
|
|
Release: 0
|
|
Requires(post): fontconfig
|
|
Requires(post): ghostscript-fonts-std
|
|
Requires(post): mkfontdir
|
|
Requires(post): mkfontscale
|
|
Requires(post): xorg-x11-fonts-core
|
|
Requires(postun): fontconfig
|
|
Requires(postun): ghostscript-fonts-std
|
|
Requires(postun): xorg-x11-fonts-core
|
|
|
|
%description -n texlive-knitting-fonts
|
|
The separated fonts package for texlive-knitting
|
|
%post -n texlive-knitting
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if grep -qsE 'Map[[:blank:]]+knitfont.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+knitfont.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map knitfont.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%postun -n texlive-knitting
|
|
if test $1 = 0; then
|
|
sed -ri 's/^(Map[[:blank:]]+knitfont.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
%{_bindir}/updmap-sys --nohash --quiet > /dev/null 2>&1 || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%posttrans -n texlive-knitting
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%post -n texlive-knitting-fonts
|
|
mkfontscale %{_datadir}/fonts/texlive-knitting
|
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-knitting
|
|
fc-cache %{_datadir}/fonts
|
|
|
|
%postun -n texlive-knitting-fonts
|
|
if test $1 = 0; then
|
|
fc-cache %{_datadir}/fonts
|
|
fi
|
|
|
|
%files -n texlive-knitting-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/fonts/knitting/README
|
|
%{_texmfdistdir}/doc/fonts/knitting/knitexamples.tex
|
|
%{_texmfdistdir}/doc/fonts/knitting/knitkey.tex
|
|
%{_texmfdistdir}/doc/fonts/knitting/knitting-doc.pdf
|
|
%{_texmfdistdir}/doc/fonts/knitting/knitting-doc.tex
|
|
|
|
%files -n texlive-knitting
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/afm/public/knitting/knitg_sc_in.afm
|
|
%{_texmfdistdir}/fonts/afm/public/knitting/knitg_sc_out.afm
|
|
%{_texmfdistdir}/fonts/afm/public/knitting/knitgg.afm
|
|
%{_texmfdistdir}/fonts/afm/public/knitting/knitgn.afm
|
|
%{_texmfdistdir}/fonts/afm/public/knitting/knitgp.afm
|
|
%{_texmfdistdir}/fonts/afm/public/knitting/knitn_sc_in.afm
|
|
%{_texmfdistdir}/fonts/afm/public/knitting/knitn_sc_out.afm
|
|
%{_texmfdistdir}/fonts/afm/public/knitting/knitnl.afm
|
|
%{_texmfdistdir}/fonts/afm/public/knitting/knitnn.afm
|
|
%{_texmfdistdir}/fonts/afm/public/knitting/knitnp.afm
|
|
%{_texmfdistdir}/fonts/afm/public/knitting/knitnr.afm
|
|
%{_texmfdistdir}/fonts/afm/public/knitting/knitw_sc_in.afm
|
|
%{_texmfdistdir}/fonts/afm/public/knitting/knitw_sc_out.afm
|
|
%{_texmfdistdir}/fonts/afm/public/knitting/knitwg.afm
|
|
%{_texmfdistdir}/fonts/afm/public/knitting/knitwn.afm
|
|
%{_texmfdistdir}/fonts/afm/public/knitting/knitwp.afm
|
|
%{_texmfdistdir}/fonts/map/dvips/knitting/knitfont.map
|
|
%{_texmfdistdir}/fonts/source/public/knitting/knit_dimens.mf
|
|
%{_texmfdistdir}/fonts/source/public/knitting/knit_grid_cables.mf
|
|
%{_texmfdistdir}/fonts/source/public/knitting/knit_nogrid_cables.mf
|
|
%{_texmfdistdir}/fonts/source/public/knitting/knit_symbols.mf
|
|
%{_texmfdistdir}/fonts/source/public/knitting/knitg_sc_in.mf
|
|
%{_texmfdistdir}/fonts/source/public/knitting/knitg_sc_out.mf
|
|
%{_texmfdistdir}/fonts/source/public/knitting/knitgg.mf
|
|
%{_texmfdistdir}/fonts/source/public/knitting/knitgn.mf
|
|
%{_texmfdistdir}/fonts/source/public/knitting/knitgp.mf
|
|
%{_texmfdistdir}/fonts/source/public/knitting/knitn_sc_in.mf
|
|
%{_texmfdistdir}/fonts/source/public/knitting/knitn_sc_out.mf
|
|
%{_texmfdistdir}/fonts/source/public/knitting/knitnl.mf
|
|
%{_texmfdistdir}/fonts/source/public/knitting/knitnn.mf
|
|
%{_texmfdistdir}/fonts/source/public/knitting/knitnp.mf
|
|
%{_texmfdistdir}/fonts/source/public/knitting/knitnr.mf
|
|
%{_texmfdistdir}/fonts/source/public/knitting/knitw_sc_in.mf
|
|
%{_texmfdistdir}/fonts/source/public/knitting/knitw_sc_out.mf
|
|
%{_texmfdistdir}/fonts/source/public/knitting/knitwg.mf
|
|
%{_texmfdistdir}/fonts/source/public/knitting/knitwn.mf
|
|
%{_texmfdistdir}/fonts/source/public/knitting/knitwp.mf
|
|
%{_texmfdistdir}/fonts/tfm/public/knitting/knitg_sc_in.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/knitting/knitg_sc_out.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/knitting/knitgg.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/knitting/knitgn.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/knitting/knitgp.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/knitting/knitn_sc_in.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/knitting/knitn_sc_out.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/knitting/knitnl.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/knitting/knitnn.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/knitting/knitnp.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/knitting/knitnr.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/knitting/knitw_sc_in.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/knitting/knitw_sc_out.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/knitting/knitwg.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/knitting/knitwn.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/knitting/knitwp.tfm
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/knitting/knitg_sc_in.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/knitting/knitg_sc_out.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/knitting/knitgg.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/knitting/knitgn.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/knitting/knitgp.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/knitting/knitn_sc_in.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/knitting/knitn_sc_out.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/knitting/knitnl.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/knitting/knitnn.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/knitting/knitnp.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/knitting/knitnr.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/knitting/knitw_sc_in.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/knitting/knitw_sc_out.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/knitting/knitwg.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/knitting/knitwn.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/knitting/knitwp.pfb
|
|
%{_texmfdistdir}/tex/latex/knitting/knitting.sty
|
|
%{_texmfdistdir}/tex/latex/knitting/uknit.fd
|
|
%{_texmfdistdir}/tex/plain/knitting/knitting.tex
|
|
|
|
%files -n texlive-knitting-fonts
|
|
%defattr(-,root,root,755)
|
|
%dir %{_datadir}/fonts/texlive-knitting
|
|
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-knitting.conf
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-knitting/encodings.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-knitting/fonts.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-knitting/fonts.scale
|
|
%{_datadir}/fonts/texlive-knitting/knitg_sc_in.pfb
|
|
%{_datadir}/fonts/texlive-knitting/knitg_sc_out.pfb
|
|
%{_datadir}/fonts/texlive-knitting/knitgg.pfb
|
|
%{_datadir}/fonts/texlive-knitting/knitgn.pfb
|
|
%{_datadir}/fonts/texlive-knitting/knitgp.pfb
|
|
%{_datadir}/fonts/texlive-knitting/knitn_sc_in.pfb
|
|
%{_datadir}/fonts/texlive-knitting/knitn_sc_out.pfb
|
|
%{_datadir}/fonts/texlive-knitting/knitnl.pfb
|
|
%{_datadir}/fonts/texlive-knitting/knitnn.pfb
|
|
%{_datadir}/fonts/texlive-knitting/knitnp.pfb
|
|
%{_datadir}/fonts/texlive-knitting/knitnr.pfb
|
|
%{_datadir}/fonts/texlive-knitting/knitw_sc_in.pfb
|
|
%{_datadir}/fonts/texlive-knitting/knitw_sc_out.pfb
|
|
%{_datadir}/fonts/texlive-knitting/knitwg.pfb
|
|
%{_datadir}/fonts/texlive-knitting/knitwn.pfb
|
|
%{_datadir}/fonts/texlive-knitting/knitwp.pfb
|
|
/var/adm/update-scripts/texlive-knitting-%{texlive_version}.%{texlive_noarch}.2.0svn19595-%{release}-zypper
|
|
|
|
%package -n texlive-knittingpattern
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn17205
|
|
Release: 0
|
|
Summary: Create knitting patterns
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-knittingpattern-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source178: knittingpattern.tar.xz
|
|
Source179: knittingpattern.doc.tar.xz
|
|
|
|
%description -n texlive-knittingpattern
|
|
The class provides a simple, effective method for knitters to
|
|
produce high-quality, attractive patterns using LaTeX. It does
|
|
this by providing commands to handle as much of the layout of
|
|
the document as possible, leaving the author free to
|
|
concentrate on the pattern.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-knittingpattern-doc
|
|
Summary: Documentation for texlive-knittingpattern
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn17205
|
|
Release: 0
|
|
|
|
%description -n texlive-knittingpattern-doc
|
|
This package includes the documentation for texlive-knittingpattern
|
|
|
|
%post -n texlive-knittingpattern
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-knittingpattern
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-knittingpattern
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-knittingpattern-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/knittingpattern/README
|
|
%{_texmfdistdir}/doc/latex/knittingpattern/introduction.pdf
|
|
%{_texmfdistdir}/doc/latex/knittingpattern/introduction.tex
|
|
%{_texmfdistdir}/doc/latex/knittingpattern/lion.png
|
|
%{_texmfdistdir}/doc/latex/knittingpattern/template.pdf
|
|
%{_texmfdistdir}/doc/latex/knittingpattern/template.tex
|
|
|
|
%files -n texlive-knittingpattern
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/knittingpattern/knittingpattern.cls
|
|
/var/adm/update-scripts/texlive-knittingpattern-%{texlive_version}.%{texlive_noarch}.svn17205-%{release}-zypper
|
|
|
|
%package -n texlive-knuth
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn32899
|
|
Release: 0
|
|
Summary: Knuth's published errata
|
|
License: SUSE-TeX
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-knuth-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source180: knuth.source.tar.xz
|
|
Source181: knuth.doc.tar.xz
|
|
|
|
%description -n texlive-knuth
|
|
These files record details of problems reported in the
|
|
'Computers and Typesetting' series of books, for the Computer
|
|
Modern fonts, and for TeX, MetaFont and related programs.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-knuth-doc
|
|
Summary: Documentation for texlive-knuth
|
|
License: SUSE-TeX
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn32899
|
|
Release: 0
|
|
|
|
%description -n texlive-knuth-doc
|
|
This package includes the documentation for texlive-knuth
|
|
|
|
%post -n texlive-knuth
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-knuth
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-knuth
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-knuth-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/knuth/errata/cm85.bug
|
|
%{_texmfdistdir}/doc/generic/knuth/errata/errata.pdf
|
|
%{_texmfdistdir}/doc/generic/knuth/errata/errorlog.pdf
|
|
%{_texmfdistdir}/doc/generic/knuth/errata/mf84.bug
|
|
%{_texmfdistdir}/doc/generic/knuth/errata/tex82.bug
|
|
%{_texmfdistdir}/doc/generic/knuth/etc/vftovp.pdf
|
|
%{_texmfdistdir}/doc/generic/knuth/etc/vptovf.pdf
|
|
%{_texmfdistdir}/doc/generic/knuth/mf/mf.pdf
|
|
%{_texmfdistdir}/doc/generic/knuth/mf/trapman.pdf
|
|
%{_texmfdistdir}/doc/generic/knuth/mfware/gftodvi.pdf
|
|
%{_texmfdistdir}/doc/generic/knuth/mfware/gftopk.pdf
|
|
%{_texmfdistdir}/doc/generic/knuth/mfware/gftype.pdf
|
|
%{_texmfdistdir}/doc/generic/knuth/mfware/mft.pdf
|
|
%{_texmfdistdir}/doc/generic/knuth/tex/glue.pdf
|
|
%{_texmfdistdir}/doc/generic/knuth/tex/tex.pdf
|
|
%{_texmfdistdir}/doc/generic/knuth/tex/tripman.pdf
|
|
%{_texmfdistdir}/doc/generic/knuth/texware/dvitype.pdf
|
|
%{_texmfdistdir}/doc/generic/knuth/texware/pltotf.pdf
|
|
%{_texmfdistdir}/doc/generic/knuth/texware/pooltype.pdf
|
|
%{_texmfdistdir}/doc/generic/knuth/texware/tftopl.pdf
|
|
%{_texmfdistdir}/doc/generic/knuth/web/tangle.pdf
|
|
%{_texmfdistdir}/doc/generic/knuth/web/weave.pdf
|
|
%{_texmfdistdir}/doc/generic/knuth/web/webman.pdf
|
|
|
|
%files -n texlive-knuth
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/source/generic/knuth/errata/errata.eight
|
|
%{_texmfdistdir}/source/generic/knuth/errata/errata.eleven
|
|
%{_texmfdistdir}/source/generic/knuth/errata/errata.five
|
|
%{_texmfdistdir}/source/generic/knuth/errata/errata.four
|
|
%{_texmfdistdir}/source/generic/knuth/errata/errata.nine
|
|
%{_texmfdistdir}/source/generic/knuth/errata/errata.one
|
|
%{_texmfdistdir}/source/generic/knuth/errata/errata.seven
|
|
%{_texmfdistdir}/source/generic/knuth/errata/errata.six
|
|
%{_texmfdistdir}/source/generic/knuth/errata/errata.ten
|
|
%{_texmfdistdir}/source/generic/knuth/errata/errata.tex
|
|
%{_texmfdistdir}/source/generic/knuth/errata/errata.three
|
|
%{_texmfdistdir}/source/generic/knuth/errata/errata.two
|
|
%{_texmfdistdir}/source/generic/knuth/errata/errorlog.tex
|
|
%{_texmfdistdir}/source/generic/knuth/errata/logmac.tex
|
|
%{_texmfdistdir}/source/generic/knuth/tex/glue.web
|
|
%{_texmfdistdir}/source/generic/knuth/web/webman.tex
|
|
/var/adm/update-scripts/texlive-knuth-%{texlive_version}.%{texlive_noarch}.svn32899-%{release}-zypper
|
|
|
|
%package -n texlive-knuth-lib
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn33039
|
|
Release: 0
|
|
Summary: A small library of MetaFont sources
|
|
License: SUSE-TeX
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source182: knuth-lib.tar.xz
|
|
|
|
%description -n texlive-knuth-lib
|
|
A collection of miscellaneous MetaFont source, including the
|
|
means to generate the logo font that is used for MetaFont and
|
|
MetaPost.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
%post -n texlive-knuth-lib
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-knuth-lib
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-knuth-lib
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-knuth-lib
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/source/public/knuth-lib/grayf.mf
|
|
%{_texmfdistdir}/fonts/source/public/knuth-lib/manfnt.mf
|
|
%{_texmfdistdir}/fonts/source/public/knuth-lib/slant.mf
|
|
%{_texmfdistdir}/fonts/tfm/public/knuth-lib/manfnt.tfm
|
|
%{_texmfdistdir}/tex/generic/knuth-lib/null.tex
|
|
/var/adm/update-scripts/texlive-knuth-lib-%{texlive_version}.%{texlive_noarch}.svn33039-%{release}-zypper
|
|
|
|
%package -n texlive-knuth-local
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn33147
|
|
Release: 0
|
|
Summary: Knuth's local information
|
|
License: SUSE-TeX
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source183: knuth-local.tar.xz
|
|
|
|
%description -n texlive-knuth-local
|
|
A collection of experimental programs and developments based
|
|
on, or complementary to, the matter in his distribution
|
|
directories.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
%post -n texlive-knuth-local
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-knuth-local
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-knuth-local
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-knuth-local
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/source/public/knuth-local/black.mf
|
|
%{_texmfdistdir}/fonts/source/public/knuth-local/blackaps.mf
|
|
%{_texmfdistdir}/fonts/source/public/knuth-local/blackimagen.mf
|
|
%{_texmfdistdir}/fonts/source/public/knuth-local/blacklino.mf
|
|
%{_texmfdistdir}/fonts/source/public/knuth-local/blacklj.mf
|
|
%{_texmfdistdir}/fonts/source/public/knuth-local/domino.mf
|
|
%{_texmfdistdir}/fonts/source/public/knuth-local/gray.mf
|
|
%{_texmfdistdir}/fonts/source/public/knuth-local/grayaps.mf
|
|
%{_texmfdistdir}/fonts/source/public/knuth-local/grayimagen.mf
|
|
%{_texmfdistdir}/fonts/source/public/knuth-local/grayimagen3.mf
|
|
%{_texmfdistdir}/fonts/source/public/knuth-local/grayimagenlight.mf
|
|
%{_texmfdistdir}/fonts/source/public/knuth-local/graylj.mf
|
|
%{_texmfdistdir}/fonts/source/public/knuth-local/local.mf
|
|
%{_texmfdistdir}/fonts/source/public/knuth-local/logod10.mf
|
|
%{_texmfdistdir}/fonts/source/public/knuth-local/logosl9.mf
|
|
%{_texmfdistdir}/fonts/source/public/knuth-local/mfman.mf
|
|
%{_texmfdistdir}/fonts/source/public/knuth-local/oneone.mf
|
|
%{_texmfdistdir}/fonts/source/public/knuth-local/random.mf
|
|
%{_texmfdistdir}/fonts/source/public/knuth-local/slantaps4.mf
|
|
%{_texmfdistdir}/fonts/source/public/knuth-local/slantimagen4.mf
|
|
%{_texmfdistdir}/fonts/source/public/knuth-local/slantimagen6.mf
|
|
%{_texmfdistdir}/fonts/source/public/knuth-local/slantlino4.mf
|
|
%{_texmfdistdir}/fonts/source/public/knuth-local/slantlj4.mf
|
|
%{_texmfdistdir}/fonts/source/public/knuth-local/snfont.mf
|
|
%{_texmfdistdir}/fonts/tfm/public/knuth-local/domino.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/knuth-local/random.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/knuth-local/snfont.tfm
|
|
%{_texmfdistdir}/mft/knuth-local/e.mft
|
|
%{_texmfdistdir}/tex/plain/knuth-local/xepsf.tex
|
|
/var/adm/update-scripts/texlive-knuth-local-%{texlive_version}.%{texlive_noarch}.svn33147-%{release}-zypper
|
|
|
|
%package -n texlive-knuthotherfonts
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn13293
|
|
Release: 0
|
|
Summary: Package knuthotherfonts
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source184: knuthotherfonts.tar.xz
|
|
|
|
%description -n texlive-knuthotherfonts
|
|
The knuthotherfonts package
|
|
%post -n texlive-knuthotherfonts
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-knuthotherfonts
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-knuthotherfonts
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-knuthotherfonts
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/source/public/knuthotherfonts/committee/font1.mf
|
|
%{_texmfdistdir}/fonts/source/public/knuthotherfonts/committee/font1base.mf
|
|
%{_texmfdistdir}/fonts/source/public/knuthotherfonts/halftone/aphalf.mf
|
|
%{_texmfdistdir}/fonts/source/public/knuthotherfonts/halftone/ddhalf.mf
|
|
%{_texmfdistdir}/fonts/source/public/knuthotherfonts/halftone/ddralf.mf
|
|
%{_texmfdistdir}/fonts/source/public/knuthotherfonts/halftone/halftone.mf
|
|
%{_texmfdistdir}/fonts/source/public/knuthotherfonts/halftone/imhalf.mf
|
|
%{_texmfdistdir}/fonts/source/public/knuthotherfonts/halftone/imralf.mf
|
|
%{_texmfdistdir}/fonts/source/public/knuthotherfonts/mfbook/logobase.mf
|
|
%{_texmfdistdir}/fonts/source/public/knuthotherfonts/mfbook/metafon.mf
|
|
/var/adm/update-scripts/texlive-knuthotherfonts-%{texlive_version}.%{texlive_noarch}.svn13293-%{release}-zypper
|
|
|
|
%package -n texlive-koma-moderncvclassic
|
|
Version: %{texlive_version}.%{texlive_noarch}.v0.5svn25025
|
|
Release: 0
|
|
Summary: Makes the style and command of moderncv (style classic) available for koma-classes and thus compatible with biblatex
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-koma-moderncvclassic-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source185: koma-moderncvclassic.tar.xz
|
|
Source186: koma-moderncvclassic.doc.tar.xz
|
|
|
|
%description -n texlive-koma-moderncvclassic
|
|
This package provides an imitation of the moderncv class with
|
|
the classic style (by Xavier Danaux), to be used in conjunction
|
|
with the koma-classes. Thus it is possible to configure
|
|
pagelayout, headings etc. the way it is done in koma-classes.
|
|
Moreover, it is possible to use biblatex, while the original
|
|
moderncv-class is incompatible with biblatex.
|
|
|
|
date: 2012-01-05 00:27:26 +0000
|
|
|
|
|
|
%package -n texlive-koma-moderncvclassic-doc
|
|
Summary: Documentation for texlive-koma-moderncvclassic
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.v0.5svn25025
|
|
Release: 0
|
|
|
|
%description -n texlive-koma-moderncvclassic-doc
|
|
This package includes the documentation for texlive-koma-moderncvclassic
|
|
|
|
%post -n texlive-koma-moderncvclassic
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-koma-moderncvclassic
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-koma-moderncvclassic
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-koma-moderncvclassic-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/koma-moderncvclassic/README
|
|
%{_texmfdistdir}/doc/latex/koma-moderncvclassic/changelog
|
|
%{_texmfdistdir}/doc/latex/koma-moderncvclassic/cvbasic.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-moderncvclassic/cvbasic.tex
|
|
|
|
%files -n texlive-koma-moderncvclassic
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/koma-moderncvclassic/koma-moderncvclassic.sty
|
|
/var/adm/update-scripts/texlive-koma-moderncvclassic-%{texlive_version}.%{texlive_noarch}.v0.5svn25025-%{release}-zypper
|
|
|
|
%package -n texlive-koma-script
|
|
Version: %{texlive_version}.%{texlive_noarch}.3.12svn32489
|
|
Release: 0
|
|
Summary: A bundle of versatile classes and packages
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-koma-script-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source187: koma-script.tar.xz
|
|
|
|
%description -n texlive-koma-script
|
|
The KOMA-Script bundle provides drop-in replacements for the
|
|
article/report/book classes with emphasis on typography and
|
|
versatility. There is also a letter class, different from all
|
|
other letter classes. The bundle also offers: - a package for
|
|
calculating type areas in the way laid down by the typographer
|
|
Jan Tschichold, - a package for easily changing and defining
|
|
page styles, - a package scrdate for getting not only the
|
|
current date but also the name of the day, and - a package
|
|
scrtime for getting the current time. All these packages may be
|
|
used not only with KOMA-Script classes but also with the
|
|
standard classes. Since every package has its own version
|
|
number, the version number quoted only refers to the version of
|
|
scrbook, scrreprt, scrartcl, scrlttr2 and typearea. These are
|
|
the main parts of the bundle.
|
|
|
|
date: 2013-12-26 06:56:41 +0000
|
|
|
|
|
|
%package -n texlive-koma-script-doc
|
|
Summary: Documentation for texlive-koma-script
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.3.12svn32489
|
|
Release: 0
|
|
|
|
%description -n texlive-koma-script-doc
|
|
This package includes the documentation for texlive-koma-script
|
|
|
|
%post -n texlive-koma-script
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-koma-script
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-koma-script
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-koma-script-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/koma-script/INSTALL.txt
|
|
%{_texmfdistdir}/doc/latex/koma-script/INSTALLD.txt
|
|
%{_texmfdistdir}/doc/latex/koma-script/README
|
|
%{_texmfdistdir}/doc/latex/koma-script/koma-script.html
|
|
%{_texmfdistdir}/doc/latex/koma-script/komabug.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script/komascr.html
|
|
%{_texmfdistdir}/doc/latex/koma-script/komascript.html
|
|
%{_texmfdistdir}/doc/latex/koma-script/lppl-de.txt
|
|
%{_texmfdistdir}/doc/latex/koma-script/lppl.txt
|
|
%{_texmfdistdir}/doc/latex/koma-script/manifest.txt
|
|
%{_texmfdistdir}/doc/latex/koma-script/scraddr.html
|
|
%{_texmfdistdir}/doc/latex/koma-script/scrartcl.html
|
|
%{_texmfdistdir}/doc/latex/koma-script/scrbase.html
|
|
%{_texmfdistdir}/doc/latex/koma-script/scrbook.html
|
|
%{_texmfdistdir}/doc/latex/koma-script/scrdate.html
|
|
%{_texmfdistdir}/doc/latex/koma-script/scrextend.html
|
|
%{_texmfdistdir}/doc/latex/koma-script/scrguide.html
|
|
%{_texmfdistdir}/doc/latex/koma-script/scrguide.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script/scrguien.html
|
|
%{_texmfdistdir}/doc/latex/koma-script/scrguien.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script/scrhack.html
|
|
%{_texmfdistdir}/doc/latex/koma-script/scrhack.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script/scrjura.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script/scrlayer-notecolumn.html
|
|
%{_texmfdistdir}/doc/latex/koma-script/scrlayer-scrpage.html
|
|
%{_texmfdistdir}/doc/latex/koma-script/scrlayer.html
|
|
%{_texmfdistdir}/doc/latex/koma-script/scrlfile.html
|
|
%{_texmfdistdir}/doc/latex/koma-script/scrlttr2.html
|
|
%{_texmfdistdir}/doc/latex/koma-script/scrpage2.html
|
|
%{_texmfdistdir}/doc/latex/koma-script/scrreprt.html
|
|
%{_texmfdistdir}/doc/latex/koma-script/scrtime.html
|
|
%{_texmfdistdir}/doc/latex/koma-script/scrwfile.html
|
|
%{_texmfdistdir}/doc/latex/koma-script/tocbasic.html
|
|
%{_texmfdistdir}/doc/latex/koma-script/tocstyle.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script/typearea.html
|
|
|
|
%files -n texlive-koma-script
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/source/latex/koma-script/ChangeLog
|
|
%{_texmfdistdir}/source/latex/koma-script/ChangeLog.2
|
|
%{_texmfdistdir}/source/latex/koma-script/Makefile
|
|
%{_texmfdistdir}/source/latex/koma-script/Makefile.baseinit
|
|
%{_texmfdistdir}/source/latex/koma-script/Makefile.baserules
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/Makefile
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/Makefile.guide
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/Makefile.latexinit
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/bin/genhtmlidx.pl
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/bin/genindex.pl
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/Makefile
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/adrconvnote.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/authorpart.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-0.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-1.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-10.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-11.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-12.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-13.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-14.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-15.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-2.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-20.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-21.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-3.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-4.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-5.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-6.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-7.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-8.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-9.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/expertpart.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/guide-english.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/guide.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/htmlsetup
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/introduction.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/japanlco.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/linkalias.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/preface.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/scraddr.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrbase.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrbookreportarticle-experts.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrbookreportarticle.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrdatetime.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrextend.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrhack.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrlayer-notecolumn.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrlayer-scrpage-experts.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrlayer-scrpage.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrlayer.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrlfile.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrlttr2-experts.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrlttr2.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrlttr2examples.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrpage2.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrwfile.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/tocbasic.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/typearea-experts.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/english/typearea.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/guide.bib
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/guide.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/linkalias.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/Makefile
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/adrconvnote.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/authorpart.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-0.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-1.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-10.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-11.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-12.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-13.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-14.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-15.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-2.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-20.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-21.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-3.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-4.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-5.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-6.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-7.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-8.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-9.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/expertpart.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/guide-ngerman.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/guide.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/htmlsetup
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/introduction.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/linkalias.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/preface.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scraddr.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrbase.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrbookreportarticle-experts.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrbookreportarticle.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrdatetime.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrextend.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrhack.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrlayer-notecolumn-example.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrlayer-notecolumn.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrlayer-scrpage-experts.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrlayer-scrpage.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrlayer.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrlfile.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrlttr2-experts.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrlttr2.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrlttr2examples.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrpage2.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrwfile.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/tocbasic.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/typearea-experts.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/typearea.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/plength.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/scrguide.cls
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/scrguide.gst
|
|
%{_texmfdistdir}/source/latex/koma-script/doc/scrguide.ist
|
|
%{_texmfdistdir}/source/latex/koma-script/japanlco.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/scraddr.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/scrbeta.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/scrdoc.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/scrdocstrip.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/scrextend.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/scrhack.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/scrjura.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/scrkernel-basics.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/scrkernel-bibliography.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/scrkernel-circularletters.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/scrkernel-compatibility.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/scrkernel-floats.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/scrkernel-fonts.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/scrkernel-footnotes.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/scrkernel-index.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/scrkernel-language.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/scrkernel-letterclassoptions.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/scrkernel-listsandtabulars.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/scrkernel-listsof.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/scrkernel-miscellaneous.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/scrkernel-notepaper.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/scrkernel-pagestyles.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/scrkernel-paragraphs.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/scrkernel-pseudolengths.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/scrkernel-sections.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/scrkernel-title.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/scrkernel-typearea.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/scrkernel-variables.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/scrkernel-version.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/scrlayer-notecolumn.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/scrlayer-scrpage.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/scrlayer.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/scrlfile.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/scrlogo.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/scrmain.ins
|
|
%{_texmfdistdir}/source/latex/koma-script/scrpage.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/scrsource.tex
|
|
%{_texmfdistdir}/source/latex/koma-script/scrstrip.inc
|
|
%{_texmfdistdir}/source/latex/koma-script/scrstrop.inc
|
|
%{_texmfdistdir}/source/latex/koma-script/scrtime.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/scrwfile.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/tocbasic.dtx
|
|
%{_texmfdistdir}/source/latex/koma-script/tocstyle.dtx
|
|
%dir %{_texmfdistdir}/source/latex/koma-script
|
|
%dir %{_texmfdistdir}/source/latex/koma-script/doc
|
|
%dir %{_texmfdistdir}/source/latex/koma-script/doc/bin
|
|
%dir %{_texmfdistdir}/source/latex/koma-script/doc/english
|
|
%dir %{_texmfdistdir}/source/latex/koma-script/doc/ngerman
|
|
%{_texmfdistdir}/tex/latex/koma-script/DIN.lco
|
|
%{_texmfdistdir}/tex/latex/koma-script/DINmtext.lco
|
|
%{_texmfdistdir}/tex/latex/koma-script/KOMAold.lco
|
|
%{_texmfdistdir}/tex/latex/koma-script/KakuLL.lco
|
|
%{_texmfdistdir}/tex/latex/koma-script/NF.lco
|
|
%{_texmfdistdir}/tex/latex/koma-script/NipponEH.lco
|
|
%{_texmfdistdir}/tex/latex/koma-script/NipponEL.lco
|
|
%{_texmfdistdir}/tex/latex/koma-script/NipponLH.lco
|
|
%{_texmfdistdir}/tex/latex/koma-script/NipponLL.lco
|
|
%{_texmfdistdir}/tex/latex/koma-script/NipponRL.lco
|
|
%{_texmfdistdir}/tex/latex/koma-script/SN.lco
|
|
%{_texmfdistdir}/tex/latex/koma-script/SNleft.lco
|
|
%{_texmfdistdir}/tex/latex/koma-script/UScommercial9.lco
|
|
%{_texmfdistdir}/tex/latex/koma-script/UScommercial9DW.lco
|
|
%{_texmfdistdir}/tex/latex/koma-script/float.hak
|
|
%{_texmfdistdir}/tex/latex/koma-script/floatrow.hak
|
|
%{_texmfdistdir}/tex/latex/koma-script/hyperref.hak
|
|
%{_texmfdistdir}/tex/latex/koma-script/listings.hak
|
|
%{_texmfdistdir}/tex/latex/koma-script/scraddr.sty
|
|
%{_texmfdistdir}/tex/latex/koma-script/scrartcl.cls
|
|
%{_texmfdistdir}/tex/latex/koma-script/scrbase.sty
|
|
%{_texmfdistdir}/tex/latex/koma-script/scrbook.cls
|
|
%{_texmfdistdir}/tex/latex/koma-script/scrdate.sty
|
|
%{_texmfdistdir}/tex/latex/koma-script/scrdoc.cls
|
|
%{_texmfdistdir}/tex/latex/koma-script/scrextend.sty
|
|
%{_texmfdistdir}/tex/latex/koma-script/scrfontsizes.sty
|
|
%{_texmfdistdir}/tex/latex/koma-script/scrhack.sty
|
|
%{_texmfdistdir}/tex/latex/koma-script/scrjura.sty
|
|
%{_texmfdistdir}/tex/latex/koma-script/scrkbase.sty
|
|
%{_texmfdistdir}/tex/latex/koma-script/scrlayer-notecolumn.sty
|
|
%{_texmfdistdir}/tex/latex/koma-script/scrlayer-scrpage.sty
|
|
%{_texmfdistdir}/tex/latex/koma-script/scrlayer.sty
|
|
%{_texmfdistdir}/tex/latex/koma-script/scrlfile.sty
|
|
%{_texmfdistdir}/tex/latex/koma-script/scrlttr2.cls
|
|
%{_texmfdistdir}/tex/latex/koma-script/scrpage2.sty
|
|
%{_texmfdistdir}/tex/latex/koma-script/scrreprt.cls
|
|
%{_texmfdistdir}/tex/latex/koma-script/scrsize10pt.clo
|
|
%{_texmfdistdir}/tex/latex/koma-script/scrsize11pt.clo
|
|
%{_texmfdistdir}/tex/latex/koma-script/scrsize12pt.clo
|
|
%{_texmfdistdir}/tex/latex/koma-script/scrtime.sty
|
|
%{_texmfdistdir}/tex/latex/koma-script/scrwfile.sty
|
|
%{_texmfdistdir}/tex/latex/koma-script/tocbasic.sty
|
|
%{_texmfdistdir}/tex/latex/koma-script/tocstyle.sty
|
|
%{_texmfdistdir}/tex/latex/koma-script/typearea.sty
|
|
%{_texmfdistdir}/tex/latex/koma-script/visualize.lco
|
|
/var/adm/update-scripts/texlive-koma-script-%{texlive_version}.%{texlive_noarch}.3.12svn32489-%{release}-zypper
|
|
|
|
%package -n texlive-koma-script-examples
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn34243
|
|
Release: 0
|
|
Summary: Examples from the KOMA-Script 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): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source188: koma-script-examples.doc.tar.xz
|
|
|
|
%description -n texlive-koma-script-examples
|
|
This package contains some examples from the 5th edition of the
|
|
book >>KOMA-Script<<, >>Eine Sammlung von Klassen und Paketen
|
|
fur LaTeX2e<< by Markus Kohm, published by Lehmanns Media.
|
|
There are no further descriptions of these examples.
|
|
|
|
date: 2014-05-23 09:15:36 +0000
|
|
|
|
%post -n texlive-koma-script-examples
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-koma-script-examples
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-koma-script-examples
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-koma-script-examples
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-B/result/chapterthumbexample.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-B/source/chapterthumb.sty
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-B/source/chapterthumbexample.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-C/result/floattrick.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-C/source/floattrick.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-D/result/briefDIN.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-D/result/briefSN.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-D/result/briefbak3.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-D/result/briefdup.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-D/result/brieflft.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-D/result/brieflfu.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-D/result/briefnow.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-D/result/briefrag2.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-D/result/briefwbk.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-D/result/briefwbk2.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-D/result/briefwbt2.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-D/result/letter-nipponA.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-D/result/letter-nipponB.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-D/source/CaptainHook-1.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-D/source/SNslhead.lco
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-D/source/asymTypB.lco
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-D/source/briefDIN.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-D/source/briefSN.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-D/source/briefbak3.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-D/source/briefdup.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-D/source/brieflft.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-D/source/brieflfu.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-D/source/briefnow.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-D/source/briefrag2.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-D/source/brieftemplate.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-D/source/briefwbk.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-D/source/briefwbk2.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-D/source/briefwbt2.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-D/source/dateup.lco
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-D/source/letter-nipponA.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-D/source/letter-nipponB.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-D/source/nowindow.lco
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-E/result/letter-label.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-E/source/labelbasic.lco
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-E/source/letter-label.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-E/source/settleford600label.lco
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-11/result/scrjuraexample.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-11/source/scrjuraexample.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-15/result/remarkexample.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-15/source/remarkbox.sty
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-15/source/remarkexample.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-19/result/scrlayer-notecolumn-example.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-19/source/scrlayer-notecolumn-example.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-0.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-1.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-10.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-11.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-12.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-13.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-14.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-15.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-16.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-17.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-18.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-19.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-2.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-20.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-21.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-22.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-23.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-3.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-4.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-5.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-6.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-7.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-8.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-9.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/ich.lco
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-0.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-1.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-10.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-11.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-12.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-13.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-14.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-15.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-16.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-17.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-18.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-19.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-2.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-20.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-21.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-22.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-23.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-3.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-4.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-5.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-6.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-7.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-8.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-9.tex
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/musterlogo.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/LEGAL.txt
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/LEGAL_DE.txt
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/LIESMICH.txt
|
|
%{_texmfdistdir}/doc/latex/koma-script-examples/README
|
|
/var/adm/update-scripts/texlive-koma-script-examples-%{texlive_version}.%{texlive_noarch}.svn34243-%{release}-zypper
|
|
|
|
%package -n texlive-koma-script-sfs
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn26137
|
|
Release: 0
|
|
Summary: Koma-script letter class option for Finnish
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-koma-script-sfs-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source189: koma-script-sfs.tar.xz
|
|
Source190: koma-script-sfs.doc.tar.xz
|
|
|
|
%description -n texlive-koma-script-sfs
|
|
A koma-script parameter set for letters on A4 paper, complying
|
|
with Finnish standards SFS 2486, 2487 and 2488; suitable for
|
|
window envelopes with window on the left size in the sizes C5,
|
|
C65, E5 and E65 (although, because the address window is
|
|
smaller, for sizes E5 and E65 the address may not fit within
|
|
the window, but ordinary 3-line address should fit).
|
|
|
|
date: 2012-05-08 10:20:07 +0000
|
|
|
|
|
|
%package -n texlive-koma-script-sfs-doc
|
|
Summary: Documentation for texlive-koma-script-sfs
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn26137
|
|
Release: 0
|
|
Provides: locale(texlive-koma-script-sfs-doc:fi)
|
|
|
|
%description -n texlive-koma-script-sfs-doc
|
|
This package includes the documentation for texlive-koma-script-sfs
|
|
|
|
%post -n texlive-koma-script-sfs
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-koma-script-sfs
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-koma-script-sfs
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-koma-script-sfs-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/koma-script-sfs/README
|
|
%{_texmfdistdir}/doc/latex/koma-script-sfs/SFSesim.pdf
|
|
%{_texmfdistdir}/doc/latex/koma-script-sfs/SFSesim.tex
|
|
|
|
%files -n texlive-koma-script-sfs
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/koma-script-sfs/SFS.lco
|
|
/var/adm/update-scripts/texlive-koma-script-sfs-%{texlive_version}.%{texlive_noarch}.1.0svn26137-%{release}-zypper
|
|
|
|
%package -n texlive-kotex-oblivoir
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.0.1svn34243
|
|
Release: 0
|
|
Summary: A LaTeX document class for typesetting Korean documents
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires: texlive-kotex-utf >= %{texlive_version}
|
|
Requires: texlive-memoir >= %{texlive_version}
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-kotex-oblivoir-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source191: kotex-oblivoir.tar.xz
|
|
Source192: kotex-oblivoir.doc.tar.xz
|
|
|
|
%description -n texlive-kotex-oblivoir
|
|
The class is based on memoir, and is adapted to typesetting
|
|
Korean documents. The bundle (of class and associated packages)
|
|
belongs to the ko.TeX bundle.
|
|
|
|
date: 2014-05-23 13:55:46 +0000
|
|
|
|
|
|
%package -n texlive-kotex-oblivoir-doc
|
|
Summary: Documentation for texlive-kotex-oblivoir
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.0.1svn34243
|
|
Release: 0
|
|
|
|
%description -n texlive-kotex-oblivoir-doc
|
|
This package includes the documentation for texlive-kotex-oblivoir
|
|
|
|
%post -n texlive-kotex-oblivoir
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-kotex-oblivoir
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-kotex-oblivoir
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-kotex-oblivoir-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/kotex-oblivoir/ChangeLog
|
|
%{_texmfdistdir}/doc/latex/kotex-oblivoir/README
|
|
%{_texmfdistdir}/doc/latex/kotex-oblivoir/README.md
|
|
%{_texmfdistdir}/doc/latex/kotex-oblivoir/oblivoir-simpledoc.pdf
|
|
%{_texmfdistdir}/doc/latex/kotex-oblivoir/oblivoir-simpledoc.tex
|
|
%{_texmfdistdir}/doc/latex/kotex-oblivoir/oblivoir-test.tex
|
|
|
|
%files -n texlive-kotex-oblivoir
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/10_5.sty
|
|
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/fapapersize.sty
|
|
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/hfontsel.sty
|
|
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/hfontspec.nanum
|
|
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/memhangul-common.sty
|
|
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/memhangul-patch.sty
|
|
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/memhangul-ucs.sty
|
|
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/memucs-enumerate.sty
|
|
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/memucs-gremph.sty
|
|
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/memucs-interword.sty
|
|
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/memucs-setspace.sty
|
|
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/nanumfontsel.sty
|
|
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/ob-koreanappendix.sty
|
|
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/ob-nokoreanappendix.sty
|
|
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/ob-toclof.sty
|
|
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-x/luatexko-xobfont.sty
|
|
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-x/memhangul-x.sty
|
|
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-x/memucs-interword-x.sty
|
|
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-x/xetexko-var.sty
|
|
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-x/xetexko-xobfont.sty
|
|
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-x/xob-amssymb.sty
|
|
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-x/xob-dotemph.sty
|
|
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-x/xob-hyper.sty
|
|
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-x/xob-paralist.sty
|
|
%{_texmfdistdir}/tex/latex/kotex-oblivoir/oblivoir-base.cls
|
|
%{_texmfdistdir}/tex/latex/kotex-oblivoir/oblivoir-xlua.cls
|
|
%{_texmfdistdir}/tex/latex/kotex-oblivoir/oblivoir.cls
|
|
%{_texmfdistdir}/tex/latex/kotex-oblivoir/xoblivoir.cls
|
|
/var/adm/update-scripts/texlive-kotex-oblivoir-%{texlive_version}.%{texlive_noarch}.2.0.1svn34243-%{release}-zypper
|
|
|
|
%package -n texlive-kotex-plain
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn32104
|
|
Release: 0
|
|
Summary: Macros for typesetting Korean under Plain TeX
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-kotex-plain-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source193: kotex-plain.tar.xz
|
|
Source194: kotex-plain.doc.tar.xz
|
|
|
|
%description -n texlive-kotex-plain
|
|
The package provides macros for typesetting Hangul, the native
|
|
alphabet of the Korean language, using plain *TeX. Input Korean
|
|
text should be encoded in UTF-8. The package is belongs to the
|
|
ko.TeX bundle.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-kotex-plain-doc
|
|
Summary: Documentation for texlive-kotex-plain
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn32104
|
|
Release: 0
|
|
|
|
%description -n texlive-kotex-plain-doc
|
|
This package includes the documentation for texlive-kotex-plain
|
|
|
|
%post -n texlive-kotex-plain
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-kotex-plain
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-kotex-plain
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-kotex-plain-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/plain/kotex-plain/ChangeLog
|
|
%{_texmfdistdir}/doc/plain/kotex-plain/README
|
|
|
|
%files -n texlive-kotex-plain
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/plain/kotex-plain/hangulcweb.tex
|
|
%{_texmfdistdir}/tex/plain/kotex-plain/kotexplain.tex
|
|
%{_texmfdistdir}/tex/plain/kotex-plain/kotexutf-core.tex
|
|
%{_texmfdistdir}/tex/plain/kotex-plain/kotexutf.tex
|
|
/var/adm/update-scripts/texlive-kotex-plain-%{texlive_version}.%{texlive_noarch}.svn32104-%{release}-zypper
|
|
|
|
%package -n texlive-kotex-utf
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.0.1svn34243
|
|
Release: 0
|
|
Summary: Typeset Hangul, coded in UTF-8
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires: texlive-cjk-ko >= %{texlive_version}
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-kotex-utf-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source195: kotex-utf.tar.xz
|
|
Source196: kotex-utf.doc.tar.xz
|
|
|
|
%description -n texlive-kotex-utf
|
|
The package typesets Hangul, which is the native alphabet of
|
|
the Korean language; input Korean text should be encoded in
|
|
UTF-8. The bundle (of class and associated packages) belongs to
|
|
the ko.TeX bundle.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-kotex-utf-doc
|
|
Summary: Documentation for texlive-kotex-utf
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.0.1svn34243
|
|
Release: 0
|
|
|
|
%description -n texlive-kotex-utf-doc
|
|
This package includes the documentation for texlive-kotex-utf
|
|
|
|
%post -n texlive-kotex-utf
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-kotex-utf
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-kotex-utf
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-kotex-utf-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/kotex-utf/ChangeLog
|
|
%{_texmfdistdir}/doc/latex/kotex-utf/README
|
|
%{_texmfdistdir}/doc/latex/kotex-utf/README.md
|
|
%{_texmfdistdir}/doc/latex/kotex-utf/fig/allowbreak-dhucs.pdf
|
|
%{_texmfdistdir}/doc/latex/kotex-utf/fig/fntexp.pdf
|
|
%{_texmfdistdir}/doc/latex/kotex-utf/fig/fntnormal.pdf
|
|
%{_texmfdistdir}/doc/latex/kotex-utf/fig/histkotex.jpg
|
|
%{_texmfdistdir}/doc/latex/kotex-utf/fig/linebreaktest.pdf
|
|
%{_texmfdistdir}/doc/latex/kotex-utf/fig/testdhucsallowbreak.pdf
|
|
%{_texmfdistdir}/doc/latex/kotex-utf/kotexdoc.pdf
|
|
%{_texmfdistdir}/doc/latex/kotex-utf/kotexdoc.tex
|
|
%{_texmfdistdir}/doc/latex/kotex-utf/sample-finemath-setup.tex
|
|
%{_texmfdistdir}/doc/latex/kotex-utf/yettext.tex
|
|
%{_texmfdistdir}/doc/latex/kotex-utf/yettext.txt
|
|
|
|
%files -n texlive-kotex-utf
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/kotex-utf/contrib/dhucs-cmap.sty
|
|
%{_texmfdistdir}/tex/latex/kotex-utf/contrib/dhucs-enumerate.sty
|
|
%{_texmfdistdir}/tex/latex/kotex-utf/contrib/dhucs-enumitem.sty
|
|
%{_texmfdistdir}/tex/latex/kotex-utf/contrib/dhucs-gremph.sty
|
|
%{_texmfdistdir}/tex/latex/kotex-utf/contrib/dhucs-interword.sty
|
|
%{_texmfdistdir}/tex/latex/kotex-utf/contrib/dhucs-paralist.sty
|
|
%{_texmfdistdir}/tex/latex/kotex-utf/contrib/dhucs-sectsty.sty
|
|
%{_texmfdistdir}/tex/latex/kotex-utf/contrib/dhucs-setspace.sty
|
|
%{_texmfdistdir}/tex/latex/kotex-utf/contrib/dhucs-trivcj.sty
|
|
%{_texmfdistdir}/tex/latex/kotex-utf/contrib/dhucs-ucshyper.sty
|
|
%{_texmfdistdir}/tex/latex/kotex-utf/contrib/dhucsfn.sty
|
|
%{_texmfdistdir}/tex/latex/kotex-utf/contrib/kotex-logo.sty
|
|
%{_texmfdistdir}/tex/latex/kotex-utf/contrib/kotex-varioref.sty
|
|
%{_texmfdistdir}/tex/latex/kotex-utf/dhucs-nanumfont.sty
|
|
%{_texmfdistdir}/tex/latex/kotex-utf/dhucs.sty
|
|
%{_texmfdistdir}/tex/latex/kotex-utf/hfontspec.default
|
|
%{_texmfdistdir}/tex/latex/kotex-utf/kosections-utf.sty
|
|
%{_texmfdistdir}/tex/latex/kotex-utf/kotex.cfg
|
|
%{_texmfdistdir}/tex/latex/kotex-utf/kotexutf.sty
|
|
%{_texmfdistdir}/tex/latex/kotex-utf/lucenc.dfu
|
|
%{_texmfdistdir}/tex/latex/kotex-utf/lucuhcmj.fd
|
|
%{_texmfdistdir}/tex/latex/kotex-utf/tex4ht/dhucs.4ht
|
|
%{_texmfdistdir}/tex/latex/kotex-utf/tex4ht/dhucs.cfg
|
|
%{_texmfdistdir}/tex/latex/kotex-utf/tex4ht/kosections-utf.4ht
|
|
/var/adm/update-scripts/texlive-kotex-utf-%{texlive_version}.%{texlive_noarch}.2.0.1svn34243-%{release}-zypper
|
|
|
|
%package -n texlive-kotex-utils
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.0.1svn32101
|
|
Release: 0
|
|
Summary: Utility scripts and support files for typesetting Korean
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires: texlive-kotex-utf >= %{texlive_version}
|
|
Requires(pre): texlive-kotex-utils-bin >= %{texlive_version}
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-kotex-utils-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source197: kotex-utils.tar.xz
|
|
Source198: kotex-utils.doc.tar.xz
|
|
|
|
%description -n texlive-kotex-utils
|
|
The bundle provides scripts and support files for index
|
|
generation in Korean language typesetting. The files belong to
|
|
the ko.TeX bundle.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-kotex-utils-doc
|
|
Summary: Documentation for texlive-kotex-utils
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.0.1svn32101
|
|
Release: 0
|
|
|
|
%description -n texlive-kotex-utils-doc
|
|
This package includes the documentation for texlive-kotex-utils
|
|
|
|
%post -n texlive-kotex-utils
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-kotex-utils
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-kotex-utils
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-kotex-utils-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/kotex-utils/ChangeLog
|
|
%{_texmfdistdir}/doc/latex/kotex-utils/README
|
|
%{_texmfdistdir}/doc/latex/kotex-utils/utf8-lang.xdy
|
|
%{_texmfdistdir}/doc/latex/kotex-utils/utf8.xdy
|
|
|
|
%files -n texlive-kotex-utils
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/makeindex/kotex-utils/kotex.ist
|
|
%{_texmfdistdir}/makeindex/kotex-utils/memucs-manual.ist
|
|
%{_texmfdistdir}/scripts/kotex-utils/jamo-normalize.pl
|
|
%{_texmfdistdir}/scripts/kotex-utils/komkindex.pl
|
|
%{_texmfdistdir}/scripts/kotex-utils/ttf2kotexfont.pl
|
|
/var/adm/update-scripts/texlive-kotex-utils-%{texlive_version}.%{texlive_noarch}.2.0.1svn32101-%{release}-zypper
|
|
|
|
%package -n texlive-kpathsea
|
|
#!BuildIgnore: texlive-texconfig
|
|
#!BuildIgnore: texlive-tetex
|
|
#!BuildIgnore: texlive-kpathsea
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn34145
|
|
Release: 0
|
|
Summary: Path searching library for TeX-related files
|
|
License: LGPL-2.1+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive-kpathsea-bin >= %{texlive_version}
|
|
Requires(pre): texlive-filesystem >= %{texlive_version}
|
|
Requires(post): diffutils
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive-filesystem >= %{texlive_version}
|
|
Requires(posttrans): texlive-filesystem >= %{texlive_version}
|
|
Recommends: texlive-kpathsea-doc >= %{texlive_version}
|
|
Provides: tex(fmtutil.cnf)
|
|
Provides: tex(mktex.cnf)
|
|
Provides: tex(texmf.cnf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source199: kpathsea.tar.xz
|
|
Source200: kpathsea.doc.tar.xz
|
|
Source201: kpathsea_cnf.dif
|
|
|
|
%description -n texlive-kpathsea
|
|
Kpathsea is a library and utility programs which provide path
|
|
searching facilities for TeX file types, including the self-
|
|
locating feature required for movable installations, layered on
|
|
top of a general search mechanism. It is not distributed
|
|
separately, but rather is released and maintained as part of
|
|
the TeX live sources.
|
|
|
|
date: 2012-03-14 11:38:42 +0000
|
|
|
|
|
|
%package -n texlive-kpathsea-doc
|
|
Summary: Documentation for texlive-kpathsea
|
|
License: LGPL-2.1+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn34145
|
|
Release: 0
|
|
Requires(preun): %install_info_prereq
|
|
Requires(post): %install_info_prereq
|
|
|
|
%description -n texlive-kpathsea-doc
|
|
This package includes the documentation for texlive-kpathsea
|
|
|
|
%post -n texlive-kpathsea
|
|
if test -s %{_texmfconfdir}/web2c/fmtutil.cnf.rpmnew ; then
|
|
old=$(mktemp ${TMPDIR-${TEMP-${TMP-/tmp}}}/pool-old.XXXXXXXX) || exit -2
|
|
new=$(mktemp ${TMPDIR-${TEMP-${TMP-/tmp}}}/pool-new.XXXXXXXX) || exit -2
|
|
sed -rn '\@^TEXMFMAIN\s*=@p;\@Part 3:@,${\@^[a-z]@p}' < %{_texmfconfdir}/web2c/fmtutil.cnf.rpmnew > $new
|
|
sed -rn '\@^TEXMFMAIN\s*=@p;\@Part 3:@,${\@^[a-z]@p}' < %{_texmfconfdir}/web2c/fmtutil.cnf > $old
|
|
if ! cmp -s $new $old; then
|
|
mv %{_texmfconfdir}/web2c/fmtutil.cnf %{_texmfconfdir}/web2c/fmtutil.cnf.rpmold
|
|
mv %{_texmfconfdir}/web2c/fmtutil.cnf.rpmnew %{_texmfconfdir}/web2c/fmtutil.cnf
|
|
> /var/run/texlive/run-fmtutil.refresh
|
|
fi
|
|
rm -f $new $old
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-kpathsea
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-kpathsea
|
|
test -e /var/run/texlive/run-mktexlsr && %{_bindir}/mktexlsr > /dev/null 2>&1 || :
|
|
rm -f /var/run/texlive/run-mktexlsr
|
|
|
|
%preun -n texlive-kpathsea-doc
|
|
if test $1 = 0; then
|
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/kpathsea.info
|
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/tds.info
|
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/web2c.info
|
|
fi
|
|
|
|
%post -n texlive-kpathsea-doc
|
|
%install_info --info-dir=%{_infodir} %{_infodir}/kpathsea.info
|
|
%install_info --info-dir=%{_infodir} %{_infodir}/tds.info
|
|
%install_info --info-dir=%{_infodir} %{_infodir}/web2c.info
|
|
%files -n texlive-kpathsea-doc
|
|
%defattr(-,root,root,755)
|
|
%{_infodir}/kpathsea.info*
|
|
%{_infodir}/tds.info*
|
|
%{_infodir}/web2c.info*
|
|
%{_texmfdistdir}/doc/kpathsea/kpathsea.html
|
|
%{_texmfdistdir}/doc/kpathsea/kpathsea.pdf
|
|
%{_mandir}/man1/kpseaccess.1*
|
|
%{_mandir}/man1/kpsereadlink.1*
|
|
%{_mandir}/man1/kpsestat.1*
|
|
%{_mandir}/man1/kpsewhich.1*
|
|
%{_mandir}/man1/mkocp.1*
|
|
%{_mandir}/man1/mkofm.1*
|
|
%{_mandir}/man1/mktexfmt.1*
|
|
%{_mandir}/man1/mktexlsr.1*
|
|
%{_mandir}/man1/mktexmf.1*
|
|
%{_mandir}/man1/mktexpk.1*
|
|
%{_mandir}/man1/mktextfm.1*
|
|
%{_mandir}/man1/texhash.1*
|
|
%{_texmfdistdir}/doc/web2c/web2c.html
|
|
%{_texmfdistdir}/doc/web2c/web2c.pdf
|
|
|
|
%files -n texlive-kpathsea
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/web2c/amiga-pl.tcx
|
|
%{_texmfdistdir}/web2c/cp1250cs.tcx
|
|
%{_texmfdistdir}/web2c/cp1250pl.tcx
|
|
%{_texmfdistdir}/web2c/cp1250t1.tcx
|
|
%{_texmfdistdir}/web2c/cp227.tcx
|
|
%{_texmfdistdir}/web2c/cp852-cs.tcx
|
|
%{_texmfdistdir}/web2c/cp852-pl.tcx
|
|
%{_texmfdistdir}/web2c/cp8bit.tcx
|
|
%{_texmfdistdir}/web2c/empty.tcx
|
|
%verify(link) %{_texmfdistdir}/web2c/fmtutil.cnf
|
|
%{_texmfdistdir}/web2c/il1-t1.tcx
|
|
%{_texmfdistdir}/web2c/il2-cs.tcx
|
|
%{_texmfdistdir}/web2c/il2-pl.tcx
|
|
%{_texmfdistdir}/web2c/il2-t1.tcx
|
|
%{_texmfdistdir}/web2c/kam-cs.tcx
|
|
%{_texmfdistdir}/web2c/kam-t1.tcx
|
|
%{_texmfdistdir}/web2c/macce-pl.tcx
|
|
%{_texmfdistdir}/web2c/macce-t1.tcx
|
|
%{_texmfdistdir}/web2c/maz-pl.tcx
|
|
%verify(link) %{_texmfdistdir}/web2c/mktex.cnf
|
|
%{_texmfdistdir}/web2c/mktex.opt
|
|
%{_texmfdistdir}/web2c/mktexdir
|
|
%{_texmfdistdir}/web2c/mktexdir.opt
|
|
%{_texmfdistdir}/web2c/mktexnam
|
|
%{_texmfdistdir}/web2c/mktexnam.opt
|
|
%{_texmfdistdir}/web2c/mktexupd
|
|
%{_texmfdistdir}/web2c/natural.tcx
|
|
%{_texmfdistdir}/web2c/tcvn-t5.tcx
|
|
%verify(link) %{_texmfdistdir}/web2c/texmf.cnf
|
|
%{_texmfdistdir}/web2c/viscii-t5.tcx
|
|
%config(noreplace) %verify(not md5 mtime size) %{_texmfconfdir}/web2c/fmtutil.cnf
|
|
%config %verify(not md5 mtime size) %{_texmfconfdir}/web2c/mktex.cnf
|
|
%config(noreplace) %verify(not md5 mtime size) %{_texmfconfdir}/web2c/texmf.cnf
|
|
/var/adm/update-scripts/texlive-kpathsea-%{texlive_version}.%{texlive_noarch}.svn34145-%{release}-zypper
|
|
|
|
%install
|
|
rm -rf %{buildroot}
|
|
mkdir -p %{buildroot}%{_texmfdistdir}
|
|
mkdir -p %{buildroot}%{_texmfmaindir}
|
|
mkdir -p %{buildroot}%{_datadir}/texlive
|
|
mkdir -p %{buildroot}/var/adm/update-scripts
|
|
ln -sf ../../share/texmf %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf ../../lib/texmf %{buildroot}%{_datadir}/texlive/texmf
|
|
# Move relocated paths back to where those belongs to,
|
|
# required as the as texlive.tlpdb isn't correct anymore
|
|
relocate () {
|
|
pushd %{buildroot}%{_datadir}/texlive/
|
|
rm -vrf tlpkg/tlpobj
|
|
for path in * ; do
|
|
test ! -h "$path" || continue
|
|
test -d "$path" || exit 1
|
|
tar cpf - "$path" | tar xpf - -C %{buildroot}%{_texmfdistdir}/
|
|
done
|
|
popd
|
|
}
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-ifetex-%{texlive_version}.%{texlive_noarch}.1.2svn24853-%{release}-zypper
|
|
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
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-ifluatex-%{texlive_version}.%{texlive_noarch}.1.3svn26725-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:3} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:4} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-ifmslide-%{texlive_version}.%{texlive_noarch}.0.0.47svn20727-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:5} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:6} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-ifmtarg-%{texlive_version}.%{texlive_noarch}.1.2asvn19363-%{release}-zypper
|
|
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
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-ifnextok-%{texlive_version}.%{texlive_noarch}.0.0.3svn23379-%{release}-zypper
|
|
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
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-ifoddpage-%{texlive_version}.%{texlive_noarch}.1.0svn23979-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:11} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:12} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-ifplatform-%{texlive_version}.%{texlive_noarch}.0.0.4svn21156-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:13} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:14} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-ifsym-%{texlive_version}.%{texlive_noarch}.svn24868-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:15} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:16} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-iftex-%{texlive_version}.%{texlive_noarch}.0.0.2svn29654-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:17} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:18} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-ifthenx-%{texlive_version}.%{texlive_noarch}.0.0.1asvn25819-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:19} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:20} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-ifxetex-%{texlive_version}.%{texlive_noarch}.0.0.5svn19685-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:21} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:22} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-iitem-%{texlive_version}.%{texlive_noarch}.1.0svn29613-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:23} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:24} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-ijmart-%{texlive_version}.%{texlive_noarch}.1.7svn30958-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:25} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:26} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-ijqc-%{texlive_version}.%{texlive_noarch}.1.2svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:27} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:28} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-imac-%{texlive_version}.%{texlive_noarch}.svn17347-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:29} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:30} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-image-gallery-%{texlive_version}.%{texlive_noarch}.v1.0jsvn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:31} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:32} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-imakeidx-%{texlive_version}.%{texlive_noarch}.1.3asvn31166-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:33} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:34} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-impatient-%{texlive_version}.%{texlive_noarch}.svn21214-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:35} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-impatient-fr-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:36} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-impnattypo-%{texlive_version}.%{texlive_noarch}.1.1svn31076-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:37} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:38} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-import-%{texlive_version}.%{texlive_noarch}.5.1svn17361-%{release}-zypper
|
|
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
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-imsproc-%{texlive_version}.%{texlive_noarch}.0.0.1svn29803-%{release}-zypper
|
|
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
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-imtekda-%{texlive_version}.%{texlive_noarch}.1.7svn17667-%{release}-zypper
|
|
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
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-incgraph-%{texlive_version}.%{texlive_noarch}.1.11svn28868-%{release}-zypper
|
|
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
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-inconsolata-%{texlive_version}.%{texlive_noarch}.1.04svn32983-%{release}-zypper
|
|
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-inconsolata
|
|
for font in %{buildroot}/%{_texmfdistdir}/fonts/opentype/public/inconsolata/*.{pf[ab],[ot]tf} \
|
|
%{buildroot}/%{_texmfdistdir}/fonts/type1/public/inconsolata/*.{pf[ab],[ot]tf}
|
|
do
|
|
test -e $font || continue
|
|
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-inconsolata
|
|
base=${font##*/}
|
|
ln -sf %{_datadir}/fonts/texlive-inconsolata/${base} ${font}
|
|
done
|
|
> %{buildroot}%{_datadir}/fonts/texlive-inconsolata/encodings.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-inconsolata/fonts.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-inconsolata/fonts.scale
|
|
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
|
|
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-inconsolata.conf)<<-'EOF'
|
|
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
|
|
<!-- ************************************************ -->
|
|
<!-- Use this to disable the TeX fonts of the package -->
|
|
<!-- texlive-inconsolata -->
|
|
<!-- Be aware that the configurations in the files -->
|
|
<!-- 09-texlive*.conf will not be affected by this -->
|
|
<!-- ************************************************ -->
|
|
|
|
<fontconfig>
|
|
<rejectfont>
|
|
<glob>%{_datadir}/fonts/texlive-inconsolata/*</glob>
|
|
</rejectfont>
|
|
</fontconfig>
|
|
EOF
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-index-%{texlive_version}.%{texlive_noarch}.4.1betasvn24099-%{release}-zypper
|
|
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
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-initials-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
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
|
|
# Move font files
|
|
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-initials
|
|
for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/public/initials/*.{pf[ab],[ot]tf}
|
|
do
|
|
test -e $font || continue
|
|
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-initials
|
|
base=${font##*/}
|
|
ln -sf %{_datadir}/fonts/texlive-initials/${base} ${font}
|
|
done
|
|
> %{buildroot}%{_datadir}/fonts/texlive-initials/encodings.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-initials/fonts.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-initials/fonts.scale
|
|
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
|
|
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-initials.conf)<<-'EOF'
|
|
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
|
|
<!-- ************************************************ -->
|
|
<!-- Use this to disable the TeX fonts of the package -->
|
|
<!-- texlive-initials -->
|
|
<!-- Be aware that the configurations in the files -->
|
|
<!-- 09-texlive*.conf will not be affected by this -->
|
|
<!-- ************************************************ -->
|
|
|
|
<fontconfig>
|
|
<rejectfont>
|
|
<glob>%{_datadir}/fonts/texlive-initials/*</glob>
|
|
</rejectfont>
|
|
</fontconfig>
|
|
EOF
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-inlinebib-%{texlive_version}.%{texlive_noarch}.svn22018-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:53} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:54} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-inlinedef-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:55} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:56} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-inputtrc-%{texlive_version}.%{texlive_noarch}.0.0.3svn28019-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:57} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:58} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-insbox-%{texlive_version}.%{texlive_noarch}.2.2svn17694-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:59} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:60} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-interactiveworkbook-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:61} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:62} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-interfaces-%{texlive_version}.%{texlive_noarch}.3.1svn21474-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:63} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:64} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-interpreter-%{texlive_version}.%{texlive_noarch}.1.2svn27232-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:65} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:66} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-interval-%{texlive_version}.%{texlive_noarch}.0.0.2svn33012-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:67} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:68} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-intro-scientific-%{texlive_version}.%{texlive_noarch}.5th_editionsvn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:69} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-inversepath-%{texlive_version}.%{texlive_noarch}.0.0.2svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:70} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:71} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-invoice-%{texlive_version}.%{texlive_noarch}.svn31579-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:72} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:73} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-ionumbers-%{texlive_version}.%{texlive_noarch}.0.0.3.3svn33457-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:74} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:75} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-iopart-num-%{texlive_version}.%{texlive_noarch}.2.1svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:76} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:77} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-ipaex-%{texlive_version}.%{texlive_noarch}.svn29849-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:78} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:79} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
# Move font files
|
|
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-ipaex
|
|
for font in %{buildroot}/%{_texmfdistdir}/fonts/truetype/public/ipaex/*.{pf[ab],[ot]tf}
|
|
do
|
|
test -e $font || continue
|
|
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-ipaex
|
|
base=${font##*/}
|
|
ln -sf %{_datadir}/fonts/texlive-ipaex/${base} ${font}
|
|
done
|
|
> %{buildroot}%{_datadir}/fonts/texlive-ipaex/encodings.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-ipaex/fonts.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-ipaex/fonts.scale
|
|
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
|
|
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-ipaex.conf)<<-'EOF'
|
|
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
|
|
<!-- ************************************************ -->
|
|
<!-- Use this to disable the TeX fonts of the package -->
|
|
<!-- texlive-ipaex -->
|
|
<!-- Be aware that the configurations in the files -->
|
|
<!-- 09-texlive*.conf will not be affected by this -->
|
|
<!-- ************************************************ -->
|
|
|
|
<fontconfig>
|
|
<rejectfont>
|
|
<glob>%{_datadir}/fonts/texlive-ipaex/*</glob>
|
|
</rejectfont>
|
|
</fontconfig>
|
|
EOF
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-ipaex-type1-%{texlive_version}.%{texlive_noarch}.0.0.3bsvn31927-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:80} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:81} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
# Move font files
|
|
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-ipaex-type1
|
|
for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/public/ipaex-type1/*.{pf[ab],[ot]tf}
|
|
do
|
|
test -e $font || continue
|
|
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-ipaex-type1
|
|
base=${font##*/}
|
|
ln -sf %{_datadir}/fonts/texlive-ipaex-type1/${base} ${font}
|
|
done
|
|
> %{buildroot}%{_datadir}/fonts/texlive-ipaex-type1/encodings.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-ipaex-type1/fonts.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-ipaex-type1/fonts.scale
|
|
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
|
|
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-ipaex-type1.conf)<<-'EOF'
|
|
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
|
|
<!-- ************************************************ -->
|
|
<!-- Use this to disable the TeX fonts of the package -->
|
|
<!-- texlive-ipaex-type1 -->
|
|
<!-- Be aware that the configurations in the files -->
|
|
<!-- 09-texlive*.conf will not be affected by this -->
|
|
<!-- ************************************************ -->
|
|
|
|
<fontconfig>
|
|
<rejectfont>
|
|
<glob>%{_datadir}/fonts/texlive-ipaex-type1/*</glob>
|
|
</rejectfont>
|
|
</fontconfig>
|
|
EOF
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-iso-%{texlive_version}.%{texlive_noarch}.2.4svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:82} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:83} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-iso10303-%{texlive_version}.%{texlive_noarch}.1.5svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:84} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:85} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-isodate-%{texlive_version}.%{texlive_noarch}.2.28svn16613-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:86} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:87} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-isodoc-%{texlive_version}.%{texlive_noarch}.1.05svn33683-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:88} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:89} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-isomath-%{texlive_version}.%{texlive_noarch}.0.0.6.1svn27654-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:90} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:91} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-isonums-%{texlive_version}.%{texlive_noarch}.1.0svn17362-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:92} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:93} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-isorot-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:94} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:95} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-isotope-%{texlive_version}.%{texlive_noarch}.v0.3svn23711-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:96} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:97} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-issuulinks-%{texlive_version}.%{texlive_noarch}.1.1svn25742-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:98} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:99} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-itnumpar-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:100} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:101} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-iwhdp-%{texlive_version}.%{texlive_noarch}.0.0.30svn27639-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:102} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:103} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-iwona-%{texlive_version}.%{texlive_noarch}.0.0.995bsvn19611-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:104} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:105} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
# Move font files
|
|
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-iwona
|
|
for font in %{buildroot}/%{_texmfdistdir}/fonts/opentype/nowacki/iwona/*.{pf[ab],[ot]tf} \
|
|
%{buildroot}/%{_texmfdistdir}/fonts/type1/nowacki/iwona/*.{pf[ab],[ot]tf}
|
|
do
|
|
test -e $font || continue
|
|
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-iwona
|
|
base=${font##*/}
|
|
ln -sf %{_datadir}/fonts/texlive-iwona/${base} ${font}
|
|
done
|
|
> %{buildroot}%{_datadir}/fonts/texlive-iwona/encodings.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-iwona/fonts.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-iwona/fonts.scale
|
|
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
|
|
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-iwona.conf)<<-'EOF'
|
|
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
|
|
<!-- ************************************************ -->
|
|
<!-- Use this to disable the TeX fonts of the package -->
|
|
<!-- texlive-iwona -->
|
|
<!-- Be aware that the configurations in the files -->
|
|
<!-- 09-texlive*.conf will not be affected by this -->
|
|
<!-- ************************************************ -->
|
|
|
|
<fontconfig>
|
|
<rejectfont>
|
|
<glob>%{_datadir}/fonts/texlive-iwona/*</glob>
|
|
</rejectfont>
|
|
</fontconfig>
|
|
EOF
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-jablantile-%{texlive_version}.%{texlive_noarch}.svn16364-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:106} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:107} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-jadetex-%{texlive_version}.%{texlive_noarch}.3.13svn33694-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:108} -C %{buildroot}%{_datadir}/texlive
|
|
tar --use-compress-program=xz -xf %{S:109} -C %{buildroot}%{_datadir}/texlive
|
|
pushd %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
patch --reject-format=unified --quoting-style=literal -f -p1 -F0 -T < %{S:110}
|
|
popd
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-jamtimes-%{texlive_version}.%{texlive_noarch}.1.12svn20408-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:111} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:112} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-japanese-%{texlive_version}.%{texlive_noarch}.1.3svn30855-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:113} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:114} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-japanese-otf-%{texlive_version}.%{texlive_noarch}.v1.7b6svn32233-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:115} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:116} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-japanese-otf-uptex-%{texlive_version}.%{texlive_noarch}.0.0.13svn32255-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:117} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:118} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-jfontmaps-%{texlive_version}.%{texlive_noarch}.20140301.0svn33067-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:119} -C %{buildroot}%{_datadir}/texlive
|
|
tar --use-compress-program=xz -xf %{S:120} -C %{buildroot}%{_datadir}/texlive
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-jknapltx-%{texlive_version}.%{texlive_noarch}.svn19440-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:121} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:122} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-jlabels-%{texlive_version}.%{texlive_noarch}.20110605svn24858-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:123} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:124} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-jmlr-%{texlive_version}.%{texlive_noarch}.1.18svn31945-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:125} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:126} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/scripts/jmlr/makejmlrbook.bat
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-jmn-%{texlive_version}.%{texlive_noarch}.svn22719-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:127} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
# Move font files
|
|
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-jmn
|
|
for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/jmn/hans/*.{pf[ab],[ot]tf}
|
|
do
|
|
test -e $font || continue
|
|
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-jmn
|
|
base=${font##*/}
|
|
ln -sf %{_datadir}/fonts/texlive-jmn/${base} ${font}
|
|
done
|
|
> %{buildroot}%{_datadir}/fonts/texlive-jmn/encodings.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-jmn/fonts.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-jmn/fonts.scale
|
|
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
|
|
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-jmn.conf)<<-'EOF'
|
|
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
|
|
<!-- ************************************************ -->
|
|
<!-- Use this to disable the TeX fonts of the package -->
|
|
<!-- texlive-jmn -->
|
|
<!-- Be aware that the configurations in the files -->
|
|
<!-- 09-texlive*.conf will not be affected by this -->
|
|
<!-- ************************************************ -->
|
|
|
|
<fontconfig>
|
|
<rejectfont>
|
|
<glob>%{_datadir}/fonts/texlive-jmn/*</glob>
|
|
</rejectfont>
|
|
</fontconfig>
|
|
EOF
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-jneurosci-%{texlive_version}.%{texlive_noarch}.1.00svn17346-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:128} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:129} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-jpsj-%{texlive_version}.%{texlive_noarch}.1.2.2svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:130} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:131} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-js-misc-%{texlive_version}.%{texlive_noarch}.svn16211-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:132} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:133} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-jsclasses-%{texlive_version}.%{texlive_noarch}.svn34224-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:134} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:135} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-junicode-%{texlive_version}.%{texlive_noarch}.0.0.7.7svn28286-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:136} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:137} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
# Move font files
|
|
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-junicode
|
|
for font in %{buildroot}/%{_texmfdistdir}/fonts/truetype/public/junicode/*.{pf[ab],[ot]tf}
|
|
do
|
|
test -e $font || continue
|
|
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-junicode
|
|
base=${font##*/}
|
|
ln -sf %{_datadir}/fonts/texlive-junicode/${base} ${font}
|
|
done
|
|
> %{buildroot}%{_datadir}/fonts/texlive-junicode/encodings.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-junicode/fonts.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-junicode/fonts.scale
|
|
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
|
|
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-junicode.conf)<<-'EOF'
|
|
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
|
|
<!-- ************************************************ -->
|
|
<!-- Use this to disable the TeX fonts of the package -->
|
|
<!-- texlive-junicode -->
|
|
<!-- Be aware that the configurations in the files -->
|
|
<!-- 09-texlive*.conf will not be affected by this -->
|
|
<!-- ************************************************ -->
|
|
|
|
<fontconfig>
|
|
<rejectfont>
|
|
<glob>%{_datadir}/fonts/texlive-junicode/*</glob>
|
|
</rejectfont>
|
|
</fontconfig>
|
|
EOF
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-jura-%{texlive_version}.%{texlive_noarch}.4.3svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:138} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:139} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-juraabbrev-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:140} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:141} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-jurabib-%{texlive_version}.%{texlive_noarch}.0.0.6svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:142} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:143} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-juramisc-%{texlive_version}.%{texlive_noarch}.0.0.91svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:144} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:145} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-jurarsp-%{texlive_version}.%{texlive_noarch}.0.0.52svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:146} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:147} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-jvlisting-%{texlive_version}.%{texlive_noarch}.0.0.7svn24638-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:148} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:149} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-kantlipsum-%{texlive_version}.%{texlive_noarch}.0.0.6svn27994-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:150} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:151} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-karnaugh-%{texlive_version}.%{texlive_noarch}.svn21338-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:152} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:153} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-kastrup-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:154} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:155} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-kdgdocs-%{texlive_version}.%{texlive_noarch}.1.0svn24498-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:156} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:157} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-kerkis-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:158} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:159} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
# Move font files
|
|
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-kerkis
|
|
for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/public/kerkis/*.{pf[ab],[ot]tf}
|
|
do
|
|
test -e $font || continue
|
|
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-kerkis
|
|
base=${font##*/}
|
|
ln -sf %{_datadir}/fonts/texlive-kerkis/${base} ${font}
|
|
done
|
|
> %{buildroot}%{_datadir}/fonts/texlive-kerkis/encodings.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-kerkis/fonts.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-kerkis/fonts.scale
|
|
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
|
|
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-kerkis.conf)<<-'EOF'
|
|
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
|
|
<!-- ************************************************ -->
|
|
<!-- Use this to disable the TeX fonts of the package -->
|
|
<!-- texlive-kerkis -->
|
|
<!-- Be aware that the configurations in the files -->
|
|
<!-- 09-texlive*.conf will not be affected by this -->
|
|
<!-- ************************************************ -->
|
|
|
|
<fontconfig>
|
|
<rejectfont>
|
|
<glob>%{_datadir}/fonts/texlive-kerkis/*</glob>
|
|
</rejectfont>
|
|
</fontconfig>
|
|
EOF
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-kerntest-%{texlive_version}.%{texlive_noarch}.1.32svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:160} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:161} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-keycommand-%{texlive_version}.%{texlive_noarch}.3.1415svn18042-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:162} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:163} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-keyreader-%{texlive_version}.%{texlive_noarch}.0.0.5bsvn28195-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:164} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:165} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-keystroke-%{texlive_version}.%{texlive_noarch}.v1.6svn17992-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:166} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:167} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-keyval2e-%{texlive_version}.%{texlive_noarch}.0.0.0.2svn23698-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:168} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:169} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-kix-%{texlive_version}.%{texlive_noarch}.svn21606-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:170} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:171} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-kixfont-%{texlive_version}.%{texlive_noarch}.svn18488-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:172} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:173} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-kluwer-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:174} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:175} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-knitting-%{texlive_version}.%{texlive_noarch}.2.0svn19595-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:176} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:177} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
# Move font files
|
|
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-knitting
|
|
for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/public/knitting/*.{pf[ab],[ot]tf}
|
|
do
|
|
test -e $font || continue
|
|
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-knitting
|
|
base=${font##*/}
|
|
ln -sf %{_datadir}/fonts/texlive-knitting/${base} ${font}
|
|
done
|
|
> %{buildroot}%{_datadir}/fonts/texlive-knitting/encodings.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-knitting/fonts.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-knitting/fonts.scale
|
|
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
|
|
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-knitting.conf)<<-'EOF'
|
|
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
|
|
<!-- ************************************************ -->
|
|
<!-- Use this to disable the TeX fonts of the package -->
|
|
<!-- texlive-knitting -->
|
|
<!-- Be aware that the configurations in the files -->
|
|
<!-- 09-texlive*.conf will not be affected by this -->
|
|
<!-- ************************************************ -->
|
|
|
|
<fontconfig>
|
|
<rejectfont>
|
|
<glob>%{_datadir}/fonts/texlive-knitting/*</glob>
|
|
</rejectfont>
|
|
</fontconfig>
|
|
EOF
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-knittingpattern-%{texlive_version}.%{texlive_noarch}.svn17205-%{release}-zypper
|
|
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
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-knuth-%{texlive_version}.%{texlive_noarch}.svn32899-%{release}-zypper
|
|
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
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-knuth-lib-%{texlive_version}.%{texlive_noarch}.svn33039-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:182} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-knuth-local-%{texlive_version}.%{texlive_noarch}.svn33147-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:183} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-knuthotherfonts-%{texlive_version}.%{texlive_noarch}.svn13293-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:184} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-koma-moderncvclassic-%{texlive_version}.%{texlive_noarch}.v0.5svn25025-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:185} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:186} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-koma-script-%{texlive_version}.%{texlive_noarch}.3.12svn32489-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:187} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
mkdir -p %{buildroot}%{_texmfdistdir}/source/latex/koma-script
|
|
mkdir -p %{buildroot}%{_texmfdistdir}/source/latex/koma-script/doc
|
|
mkdir -p %{buildroot}%{_texmfdistdir}/source/latex/koma-script/doc/bin
|
|
mkdir -p %{buildroot}%{_texmfdistdir}/source/latex/koma-script/doc/english
|
|
mkdir -p %{buildroot}%{_texmfdistdir}/source/latex/koma-script/doc/ngerman
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-koma-script-examples-%{texlive_version}.%{texlive_noarch}.svn34243-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:188} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-koma-script-sfs-%{texlive_version}.%{texlive_noarch}.1.0svn26137-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:189} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:190} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-kotex-oblivoir-%{texlive_version}.%{texlive_noarch}.2.0.1svn34243-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:191} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:192} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-kotex-plain-%{texlive_version}.%{texlive_noarch}.svn32104-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:193} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:194} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-kotex-utf-%{texlive_version}.%{texlive_noarch}.2.0.1svn34243-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:195} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:196} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-kotex-utils-%{texlive_version}.%{texlive_noarch}.2.0.1svn32101-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:197} -C %{buildroot}%{_datadir}/texlive
|
|
tar --use-compress-program=xz -xf %{S:198} -C %{buildroot}%{_datadir}/texlive
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-kpathsea-%{texlive_version}.%{texlive_noarch}.svn34145-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:199} -C %{buildroot}%{_datadir}/texlive
|
|
tar --use-compress-program=xz -xf %{S:200} -C %{buildroot}%{_datadir}/texlive
|
|
pushd %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
patch --reject-format=unified --quoting-style=literal -f -p1 -F0 -T < %{S:201}
|
|
popd
|
|
# Move configuration files
|
|
mkdir -p %{buildroot}%{_texmfconfdir}/web2c
|
|
mv -f %{buildroot}%{_texmfdistdir}/web2c/fmtutil.cnf %{buildroot}%{_texmfconfdir}/web2c/
|
|
rm -f %{buildroot}%{_texmfdistdir}/web2c/fmtutil.cnf
|
|
ln -sf %{_texmfconfdir}/web2c/fmtutil.cnf %{buildroot}%{_texmfdistdir}/web2c/fmtutil.cnf
|
|
mv -f %{buildroot}%{_texmfdistdir}/web2c/mktex.cnf %{buildroot}%{_texmfconfdir}/web2c/
|
|
rm -f %{buildroot}%{_texmfdistdir}/web2c/mktex.cnf
|
|
ln -sf %{_texmfconfdir}/web2c/mktex.cnf %{buildroot}%{_texmfdistdir}/web2c/mktex.cnf
|
|
mv -f %{buildroot}%{_texmfdistdir}/web2c/texmf.cnf %{buildroot}%{_texmfconfdir}/web2c/
|
|
rm -f %{buildroot}%{_texmfdistdir}/web2c/texmf.cnf
|
|
ln -sf %{_texmfconfdir}/web2c/texmf.cnf %{buildroot}%{_texmfdistdir}/web2c/texmf.cnf
|
|
# Remove this
|
|
rm -vrf %{buildroot}%{_texmfdistdir}/tlpkg/tlpobj
|
|
rm -vrf %{buildroot}%{_texmfmaindir}/tlpkg/tlpobj
|
|
rm -v %{buildroot}%{_datadir}/texlive/texmf
|
|
rm -v %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vr %{buildroot}%{_datadir}/texlive
|
|
# Handle manual pages
|
|
rm -vf %{buildroot}%{_texmfmaindir}/doc/man/Makefile
|
|
rm -vf %{buildroot}%{_texmfmaindir}/doc/man/man*/*.pdf
|
|
rm -vf %{buildroot}%{_texmfdistdir}/doc/man/Makefile
|
|
rm -vf %{buildroot}%{_texmfdistdir}/doc/man/man*/*.pdf
|
|
for path in %{buildroot}%{_texmfmaindir}/doc/man/man? \
|
|
%{buildroot}%{_texmfdistdir}/doc/man/man?
|
|
do
|
|
test -d "$path" || continue
|
|
sec=${path##*/}
|
|
mkdir -p %{buildroot}%{_mandir}/${sec}
|
|
for page in ${path}/*.*
|
|
do
|
|
test -e "$page" || continue
|
|
mv -f $page %{buildroot}%{_mandir}/${sec}/
|
|
done
|
|
done
|
|
rm -rf %{buildroot}%{_texmfmaindir}/doc/man
|
|
rm -rf %{buildroot}%{_texmfdistdir}/doc/man
|
|
# Handle info documents
|
|
rm -vf %{buildroot}%{_texmfmaindir}/doc/info/dir
|
|
rm -vf %{buildroot}%{_texmfdistdir}/doc/info/dir
|
|
mkdir -p %{buildroot}%{_infodir}
|
|
for inf in %{buildroot}%{_texmfmaindir}/doc/info/*.info \
|
|
%{buildroot}%{_texmfdistdir}/doc/info/*.info
|
|
do
|
|
test -e "$inf" || continue
|
|
mv -f $inf %{buildroot}%{_infodir}/
|
|
done
|
|
rm -rf %{buildroot}%{_texmfmaindir}/doc/info
|
|
rm -rf %{buildroot}%{_texmfdistdir}/doc/info
|
|
|
|
%changelog
|